@hackage alternators1.0.0.0

Handy functions when using transformers.

Hackage Build Status

MonadDelegate assists with coding the handlers for continuation-like monads.

Changelog

  • 1.0.0.0
    • Removed runReaderM as it can be replaced with lift, hoist and >>= See gist
    • Replace fromMaybeT with evalMaybeT.
    • Added MonadDelegate for a more accessing a continuation in the same monad.