BSD-3-Clause licensed by Louis Pan
Maintained by [email protected]
This version can be pinned in stack with:alternators-1.0.0.0@sha256:880c25533bb49db9ba46b55fa63c8bb845dca8a170056814b180df8651297eb5,1223

Module documentation for 1.0.0.0

Used by 1 package in lts-12.22(full list with versions):

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.