contstuff: Fast, easy to use CPS-based monad transformers

[ bsd3, control, deprecated, library, monads ] [ Propose Tags ]
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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 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 2011-05-19T16:29:44Z
Distributions NixOS:1.2.6
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 15228 total (72 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]