twentefp-trees-0.1.0.2: Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and ParseTree

Safe HaskellNone
LanguageHaskell2010

FPPrac.Trees.RoseTree

Documentation

data RoseTree Source

Constructors

RoseNode String [RoseTree] 

Instances

showTree :: GeneralizeTree a => a -> IO () Source

showTreeList :: GeneralizeTree a => [a] -> IO () Source