blob: 7ed08a35dc87185696ae433febe202eb67a8f861 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
haskell-mtl (Monad transformer library)
A monad transformer library, inspired by the paper Functional Programming
with Overloading and Higher-Order Polymorphism, by Mark P Jones
<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>, Advanced School of
Functional Programming, 1995.
This requires ghc.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|