summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-monad-control/README
blob: 29768b34ca423bfeaf6c1306c805cb2cda5d6a9c (plain)
1
2
3
4
5
6
7
8
This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache