AERN-Net-0.2.0: Compositional lazy dataflow networks for exact real number computationSource codeContentsIndex
Control.ERNet.Foundations.Event.Logger
Portabilityportable
Stabilityexperimental
Maintainermik@konecny.aow.cz
Description

Abstraction of an event logger in the IO monad.

To be imported qualified, usually with the prefix LG.

Documentation
class Logger lg whereSource
Methods
new :: IO lgSource
addEvent :: lg -> ERNetEvent -> IO ()Source
emptyAndDo :: lg -> (ERNetEvent -> IO a) -> IO ()Source
emptyAndGetEvents :: lg -> IO [ERNetEvent]Source
show/hide Instances
Produced by Haddock version 2.4.2