resumable-exceptions

A monad transformer for resumable exceptions

Latest on Hackage:0.0.0.20100920

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.

LicenseRef-OtherLicense licensed and maintained by

This package defines a monad transformer for resumable exceptions; like ErrorT except the exceptions include a resumption. It interoperates with the mtl monads, but beware!, many of those instances are unvalidated.