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
runReaderM
as it can be replaced withlift
,hoist
and>>=
See gist - Replace
fromMaybeT
withevalMaybeT
. - Added
MonadDelegate
for a more accessing a continuation in the same monad.
- Removed