GroteTrap-0.5.2: Parser and selection library for expression languages.
Language.GroteTrap.ShowTree
Synopsis
showTree :: (Ranged a, Tree a, Unparse a) => a -> String Source #
Unparses a selectable tree type to a pretty tree representation.
printTree :: (Ranged a, Tree a, Unparse a) => a -> IO () Source #
Writes showTree's result to stdout.