eventloop-0.3.0.0: A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together.

Safe HaskellNone
LanguageHaskell2010

Eventloop.Module.DrawTrees

Documentation

data Tree Source

Instances

data RBTree Source

Constructors

RBNode NodeColor String [RBTree] 

Instances

data RoseTree Source

Constructors

RoseNode String [RoseTree] 

Instances

showGeneralTreeList :: [GeneralTree] -> Shape Source

showGeneralTreeList' :: LeftOffset -> TopOffset -> Float -> Int -> [GeneralTree] -> Shape Source