blob: 19cee88cbcd3fcdec4fcf72616a61d960be74a57 (
plain)
1
2
3
4
5
6
7
8
9
|
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 and haskell-transformers.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|