diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:35:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:58 +0700 |
commit | 846306ff752426e974fa18cfddf7a28aa075def6 (patch) | |
tree | 68d9bd328bf9ecb34c4b1ed66faddfec62b6b41a /haskell/haskell-monad-control/README | |
parent | a9cb8f373532b43365b9211e291f81c42d4e123b (diff) |
haskell/haskell-monad-control: Added (lift control ops through monad transformers).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |