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

Maintainer: David Coppa <dcoppa@openbsd.org>

WWW: http://hackage.haskell.org/package/MonadCatchIO-mtl
