mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
9 lines
441 B
Text
9 lines
441 B
Text
|
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
|