mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
6a511b1c66
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
281 B
Text
6 lines
281 B
Text
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.
|