blob: 435eaa18ffb3f934f1f769e0eca16712524aa059 (
plain)
1
2
3
4
5
6
7
|
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.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|