summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-MonadCatchIO-mtl/README
blob: 156680c936e75f1c9abd1244ee8d781d62e719b4 (plain)
1
2
3
4
5
6
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.

This requires ghc, haskell-transformers, and haskell-mtl.