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