Stability | experimental |
---|---|
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Safe Haskell | Safe-Inferred |
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.
- data Cont a