I am using Data.Tree.unfoldTree
in a Fay script but it cannot be compiled and it is not included in fay-base. Is there a way to import from Data.Tree
?
Asked
Active
Viewed 56 times
1

Randomize
- 8,651
- 18
- 78
- 133
-
3Fay is a very small subset of Haskell; if you want more, check out GHCJS or Haste. – Erik Kaplun Jul 04 '15 at 15:39