The monad-coroutine package
This package defines a monad transformer, applicable to any monad, that allows the monadic computation to suspend and to be later resumed. The transformer is parameterized by an arbitrary functor, used to store the suspended computation's resumption.
Properties
| Versions | 0.5, 0.5.1, 0.6, 0.6.1, 0.7, 0.7.1, 0.8 |
|---|---|
| Dependencies | base (<5), contravariant (0.1.*), incremental-parser (<1.0), monad-parallel, transformers (0.2.*) |
| License | GPL |
| Copyright | (c) 2010-2011 Mario Blazevic |
| Author | Mario Blazevic |
| Maintainer | blamario@yahoo.com |
| Category | Concurrency, Control, Monads |
| Home page | http://trac.haskell.org/SCC/wiki/monad-coroutine |
| Upload date | Sat Dec 31 19:37:52 UTC 2011 |
| Uploaded by | MarioBlazevic |
| Built on | ghc-7.2, ghc-7.4 |
Modules
- Control
- Data
- Functor
- Contravariant
- Functor
Downloads
- monad-coroutine-0.7.1.tar.gz (Cabal source package)
- package description (included in the package)