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

[ bsd3, control, library ] [ Propose Tags ]

Resumption and reactive-resumption monads for Haskell.


[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.7), 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
Uploaded by IanGraves at 2013-10-30T21:32:33Z
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 available [build log]
Successful builds reported [all 1 reports]

Readme for monad-resumption-0.1.0.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.