Deprecated

In favour of

MonadCatchIO-mtl

Monad-transformer version of the Control.Exception module

http://darcsden.com/jcpetruzza/MonadCatchIO-mtl

Latest on Hackage:0.3.1.0

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.

BSD-3-Clause licensed
Maintained by [email protected]

Provides a monad-transformer version of the Control.Exception.catch function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the mtl library.