monad-resumption: Resumption and reactive resumption monads for Haskell.

[ bsd3, control, library ] [ Propose Tags ]

This package contains the definitions of Resumption and Reactive Resumption Monads.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1, 0.1.1.0, 0.1.1.1, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.2.0, 0.1.3.0, 0.1.4.0
Dependencies base (>=4.6 && <=4.8), mtl, transformers [details]
License BSD-3-Clause
Author Ian Graves, Adam Procter
Maintainer Ian Graves <thegravian@gmail.com>
Category Control
Home page https://github.com/igraves/resumption_monads
Source repo head: git clone https://github.com/igraves/monad-resumption.git
Uploaded by IanGraves at 2014-10-16T13:54:12Z
Distributions LTSHaskell:0.1.4.0, NixOS:0.1.4.0, Stackage:0.1.4.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6622 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for monad-resumption-0.1.1.1

[back to package description]

monad-resumption

This library implements resumption and reactive resumption monads for use in resumption-passing style programming in Haskell. For more information on the basis behind Resumptions in Haskell, Cheap (But Functional) Threads is an advisable read.

For additional reading, you can also consult this blog post.