eventloop-0.8.2.4: 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.StdOut

Documentation

data StdOutOut Source #

Constructors

StdOutMessage [Char] 

Instances

Eq StdOutOut Source # 
Show StdOutOut Source # 
Generic StdOutOut Source # 

Associated Types

type Rep StdOutOut :: * -> * #

NFData StdOutOut Source # 

Methods

rnf :: StdOutOut -> () #

type Rep StdOutOut Source # 
type Rep StdOutOut = D1 (MetaData "StdOutOut" "Eventloop.Module.StdOut.Types" "eventloop-0.8.2.4-2MIopGNjKqMCPJYv8aNWr2" False) (C1 (MetaCons "StdOutMessage" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Char])))