The latest version of contstuff is 1.2.6-0.

contstuff

Version 1.2.0 revision 0 uploaded by ErtugrulSoeylemez.

Package meta

Synopsis
Fast, easy to use CPS-based monad transformers
Description

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. 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.

Author
Ertugrul Söylemez <es@ertes.de>
Bug reports
n/a
Category
Control, Monads
Copyright
(c) 2010 Ertugrul Söylemez
Homepage
http://haskell.org/haskellwiki/Contstuff
Maintainer
Ertugrul Söylemez <es@ertes.de>
Package URL
n/a
Stability
experimental

Components