Description
A monad transformer for resumable exceptions.
Description
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.