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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1.0.0, 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
Change log None available
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:28:27Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for monad-resumption-0.1.0.0

[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.