@hackage MonadCatchIO-mtl0.3.1.0
Monad-transformer version of the Control.Exception module
Deprecated
Dependencies (3)
Dependents (27)
@hackage/Workflow, @hackage/hsprocess, @hackage/iteratee-mtl, @hackage/kevin, @hackage/module-management, @hackage/snaplet-oauth, Show all…
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.