diff options
Diffstat (limited to 'haskell/haskell-monad-control/README')
-rw-r--r-- | haskell/haskell-monad-control/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-monad-control/README b/haskell/haskell-monad-control/README new file mode 100644 index 000000000000..29768b34ca42 --- /dev/null +++ b/haskell/haskell-monad-control/README @@ -0,0 +1,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 |