Description
Handy functions when using transformers.
Description
Useful monads built on top of transformers. Please see README.md
README.md
MonadDelegate assists with coding the handlers for continuation-like monads.
Changelog
- 1.0.0.0
- Removed
runReaderMas it can be replaced withlift,hoistand>>=See gist - Replace
fromMaybeTwithevalMaybeT. - Added
MonadDelegatefor a more accessing a continuation in the same monad.
- Removed
