diff options
Diffstat (limited to 'haskell/haskell-mtl/README')
-rw-r--r-- | haskell/haskell-mtl/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-mtl/README b/haskell/haskell-mtl/README new file mode 100644 index 0000000000..19cee88cbc --- /dev/null +++ b/haskell/haskell-mtl/README @@ -0,0 +1,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 |