The contstuff package
This library implements fast and easy to use CPS-based monad transformers. Most of the usual monad transformers are implemented, including ChoiceT, ContT, EitherT, MaybeT and StateT. Because of the design of this library, many other monad transformers are just special cases of those, including e.g. ReaderT and WriterT. The Control.ContStuff.Simple module also provides simplified monad transformer wrappers, which hide the underlying CPS, so you get the full performance, but with a simplified interface. Currently the simplified monad transformers are implemented as type synonyms, so their flexibility is slightly limited.
Properties
| Versions | 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.7.0, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.3, 1.2.4, 1.2.6 |
|---|---|
| Dependencies | base (≥4 & ≤5), transformers (≥0.2.2.0) |
| License | BSD3 |
| Copyright | (c) 2010 Ertugrul Söylemez |
| Author | Ertugrul Söylemez <es@ertes.de> |
| Maintainer | Ertugrul Söylemez <es@ertes.de> |
| Stability | experimental |
| Category | Control, Monads |
| Home page | http://haskell.org/haskellwiki/Contstuff |
| Upload date | Thu May 19 16:29:44 UTC 2011 |
| Uploaded by | ErtugrulSoeylemez |
| Built on | ghc-7.0, ghc-7.2 |
Modules
Downloads
- contstuff-1.2.6.tar.gz (Cabal source package)
- package description (included in the package)