GroteTrap-0.1: GroteTrap

Language.GroteTrap.ShowTree

Synopsis

Documentation

showTree :: (KnowsPosition a, Tree a, Unparse a) => a -> StringSource

Unparses a selectable tree type to a pretty tree representation.

printTree :: (KnowsPosition a, Tree a, Unparse a) => a -> IO ()Source

Writes showTree's result to stdout.