MonadCatchIO-mtl-0.3.1.0: Monad-transformer version of the Control.Exception module
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.
Signatures
Modules
- Control