contstuff: Fast, easy to use CPS-based monad transformers
Deprecated.
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.
Versions [faq] | 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) [details] |
License | BSD-3-Clause |
Copyright | (c) 2010 Ertugrul Söylemez |
Author | Ertugrul Söylemez <es@ertes.de> |
Maintainer | Ertugrul Söylemez <es@ertes.de> |
Category | Control, Monads |
Home page | http://haskell.org/haskellwiki/Contstuff |
Uploaded | by ErtugrulSoeylemez at Sun Jan 30 01:38:02 UTC 2011 |
Distributions | NixOS:1.2.6 |
Downloads | 8153 total (87 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index]
Downloads
- contstuff-1.2.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)