This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
This library implements a monad transformer for suspendable
computations, similar and related to free comonads. It allows to
write continuation-based web frameworks, command line applications
and similar interfaces, where you want to reenter a computation at
arbitrary spots.