alternators: Handy functions when using transformers.

[ bsd3, control, library ] [ Propose Tags ]

Useful monads built on top of transformers. Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0, 0.1.1.1, 0.1.2.0, 1.0.0.0 (info)
Dependencies base (>=4.7 && <5), lens (>=4), mmorph (>=1), mtl (>=2), newtype-generics (>=0.5), stm (>=2.4), transformers (>=0.4) [details]
License BSD-3-Clause
Copyright 2017 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
Category Control
Home page https://github.com/louispan/alternators#readme
Source repo head: git clone https://github.com/louispan/alternators
Uploaded by louispan at 2018-07-02T11:33:06Z
Distributions LTSHaskell:1.0.0.0, NixOS:1.0.0.0
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 3742 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-02 [all 1 reports]

Readme for alternators-1.0.0.0

[back to package description]

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.