mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
9 lines
429 B
Text
9 lines
429 B
Text
|
This part contains the monad transformer class, the concrete monad
|
||
|
transformers, operations and liftings. It can be used on its own in
|
||
|
Haskell 98 code, or with the monad classes in the monads-fd or
|
||
|
monads-tf packages, which automatically lift operations introduced
|
||
|
by monad transformers through other transformers.
|
||
|
|
||
|
After uninstalling, run this command to unregister the package from
|
||
|
the ghc package database: ghc-pkg recache
|