slackbuilds_ponce/libraries/haskell-MonadCatchIO-mtl/README
Mikko Värri 826fc68050 libraries/haskell-MonadCatchIO-mtl: Added (Monad-transformer version of haskell-mtl)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2010-07-21 01:42:40 -05:00

8 lines
319 B
Text

haskell-MonadCatchIO-mtl (Monad-transformer version of haskell-mtl)
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 haskell-mtl.