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 && <5), mmorph, mtl, transformers [details]
License BSD-3-Clause
Copyright 2019 Ian Graves
Author Ian Graves, Adam Procter
Maintainer Ian Graves <thegravian@gmail.com>
Category Control
Home page https://github.com/igraves/monad-resumption#readme
Bug tracker https://github.com/igraves/monad-resumption/issues
Source repo head: git clone https://github.com/igraves/monad-resumption
Uploaded by IanGraves at 2019-09-30T14:54:15Z
Distributions LTSHaskell:0.1.4.0, NixOS:0.1.4.0, Stackage:0.1.4.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6591 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-30 [all 1 reports]

Readme for monad-resumption-0.1.4.0

[back to package description]

monad-resumption Hackage Version Build Status

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.