aivika-0.5.4: A multi-paradigm simulation library

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

Simulation.Aivika.Dynamics.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 continuation is a dynamic process.

Synopsis

Documentation

data Cont a Source

The Cont type is similar to the standard Cont monad and F# async workflow but only the continuations return a dynamic process as a result.