aivika-0.7: A multi-paradigm simulation library

Stabilityexperimental
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Safe HaskellSafe-Inferred

Simulation.Aivika.Cont

Description

Tested with: GHC 7.6.3

The Cont monad is a variation of the standard Cont monad and F# async workflow, where the result of applying the continuations is the Event computation.

Synopsis

Documentation

data Cont a Source

The Cont type is similar to the standard Cont monad and F# async workflow but only the result of applying the continuations return the Event computation.