eventloop-0.8.2.5: 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 HaskellSafe
LanguageHaskell2010

Eventloop.Utility.Trees.GeneralTree

Documentation

data GeneralLine Source #

Constructors

GeneralLine StrokeColor 

Instances

Eq GeneralLine Source # 
Show GeneralLine Source # 
Generic GeneralLine Source # 

Associated Types

type Rep GeneralLine :: * -> * #

NFData GeneralLine Source # 

Methods

rnf :: GeneralLine -> () #

type Rep GeneralLine Source # 
type Rep GeneralLine = D1 (MetaData "GeneralLine" "Eventloop.Utility.Trees.GeneralTree" "eventloop-0.8.2.5-2xkWAiRT8jy1Kz4bNfpdit" False) (C1 (MetaCons "GeneralLine" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 StrokeColor)))

type Pos = (X, Y) Source #

layoutLine :: GeneralLine -> LayoutLine Source #