twentefp-trees-0.1.0.2: Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and ParseTree
FPPrac.Trees.RoseTree
data RoseTree Source
Constructors
Instances
showTree :: GeneralizeTree a => a -> IO () Source
showTreeList :: GeneralizeTree a => [a] -> IO () Source
exampleTree :: RoseTree Source