blob: 68ad06b040b2c6c10e82d0afedac66ad884f2dac (
plain) (
blame)
1
2
3
4
5
6
|
Provides a monad-transformer version of the Control.Exception.catch
Haskell function. For this, it defines the MonadCatchIO class, a subset
of MonadIO. It defines proper instances for most monad transformers in
the 'mtl' library.
WWW: http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl
|