Popularity
1.1
Declining
Activity
0.0
Stable
1
2
0

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control    
Latest version: v1.0.0.0

alternators alternatives and similar packages

Based on the "Control" category.
Alternatively, view alternators alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of alternators or a related project?

Add another 'Control' Package

README

Hackage Build Status

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

Changelog

  • 2.0.0.0

    • Renamed MonadDelegate to MonadDefer, delegate to defer.
    • Removed multitask, bindBoth, bindRight, bindLeft, finishLeft, finishRight.
  • 1.1.0.0

    • Renamed bind2 to bindBoth.
  • 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.