Skip to content

louispan/alternators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Haskell - Handy function when using transformers

Resources

License

Stars

Watchers

Forks

Packages