constrained-monads

Typeclasses and instances for monads with constraints.

https://github.com/oisdk/constrained-monads#readme

Latest on Hackage:0.5.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Donnacha Oisín Kidney
Maintained by [email protected]

A library for monads with constraints over the types they contain. This allows set, etc to conform to the monad class. It is structured as a prelude replacement: everything that doesn't conflict with the new definitions of Functor, Monad, etc is reexported.