monad-coroutine

Coroutine monad transformer for suspending and resuming monadic computations

http://trac.haskell.org/SCC/wiki/monad-coroutine

Version on this page:0.9.0.3
LTS Haskell 22.13:0.9.2
Stackage Nightly 2024-03-14:0.9.2
Latest on Hackage:0.9.2

See all snapshots monad-coroutine appears in

LicenseRef-GPL licensed by Mario Blazevic
Maintained by [email protected]
This version can be pinned in stack with:monad-coroutine-0.9.0.3@sha256:991fcf724a308d8940d252f8ab14c4cd7977c1896263d56cab629621753f2479,1279

Module documentation for 0.9.0.3

This package defines a monad transformer, applicable to any monad, that allows the monadic computation to suspend and to be later resumed. The transformer is parameterized by an arbitrary functor, used to store the suspended computation's resumption.