0

誰かがこのコードを理解するのを手伝ってくれるなら:

let rec fold_tree f (T(x,l))=
  f x (map (fold_tree f) l);;

使い方?私は主に再帰を意味します。

4

2 に答える 2