@hackage contstuff0.6.1
Fast, easy to use CPS-based monads
Categories
License
BSD-3-Clause
Maintainer
Ertugrul Söylemez <es@ertes.de>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Deprecated
Dependencies (1)
Dependents (7)
@hackage/contstuff-monads-tf, @hackage/ismtp, @hackage/acme-everything, @hackage/dnscache, @hackage/contstuff-transformers, @hackage/netlines, Show all…
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.