Safe Haskell | None |
---|---|
Language | Haskell2010 |
Eventloop.Module.StdIn
Documentation
Constructors
StdInReceivedContents [[Char]] | |
StdInReceivedLine [Char] | |
StdInReceivedChar Char |
Constructors
StdInReceiveContents | |
StdInReceiveLine | |
StdInReceiveChar |
eventloop-0.4.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 Haskell | None |
---|---|
Language | Haskell2010 |
Eventloop.Module.StdIn
Constructors
StdInReceivedContents [[Char]] | |
StdInReceivedLine [Char] | |
StdInReceivedChar Char |
Constructors
StdInReceiveContents | |
StdInReceiveLine | |
StdInReceiveChar |