monky-2.2.0.0: A system state collecting library and application
Monky.Examples.Plain
Description
Synopsis
newtype MonkyList Source #
The type for this functionality
Constructors
Instances
Methods
startEvtLoop :: MonkyList -> ([MonkyOut] -> IO ()) -> IO () Source #
getOutput :: MonkyList -> IO [MonkyOut] Source #
initialize :: MonkyList -> IO () Source #
getPlain :: [MonkyOut] -> IO MonkyList Source #
Get a MonkyList for familiar syntax
MonkyList