99 Elm 问题/问题 73
外观
给出 tree 时,构造类 Lisp 的 tree 表示。
# # # 这是一个存根 # # #
Example in Elm:
import Html exposing (text)
import List
f : Int -> Int
-- your implementation goes here
main = text (toString (f 0))
结果
4
给出 tree 时,构造类 Lisp 的 tree 表示。
# # # 这是一个存根 # # #
Example in Elm:
import Html exposing (text)
import List
f : Int -> Int
-- your implementation goes here
main = text (toString (f 0))
结果
4