eventloop-0.8.1.2: 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

Synopsis

Documentation

genericToRoseTree :: (Generic a, GToRoseTree (Rep a)) => a -> RoseTree Source

A version of toRoseTree that works for any data type that has an instance for Generic