@hackage / alternators

Handy functions when using transformers.

Latest1.0.0.0

About

Metadata

  • Last updated , by louispan
  • License BSD-3-Clause
  • Maintained by: louis@pan.me

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.4.1

Readme

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.