diff options
Diffstat (limited to 'haskell/haskell-MonadCatchIO-mtl/README')
-rw-r--r-- | haskell/haskell-MonadCatchIO-mtl/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-MonadCatchIO-mtl/README b/haskell/haskell-MonadCatchIO-mtl/README new file mode 100644 index 0000000000..156680c936 --- /dev/null +++ b/haskell/haskell-MonadCatchIO-mtl/README @@ -0,0 +1,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. |