diff options
Diffstat (limited to 'haskell/haskell-monads-tf/README')
-rw-r--r-- | haskell/haskell-monads-tf/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-monads-tf/README b/haskell/haskell-monads-tf/README new file mode 100644 index 0000000000000..5906304074f66 --- /dev/null +++ b/haskell/haskell-monads-tf/README @@ -0,0 +1,8 @@ +Monad classes using type families, with instances for various monad +transformers, inspired by the paper /Functional Programming with +Overloading and Higher-Order Polymorphism/, by Mark P Jones, in +Advanced School of Functional Programming, 1995 +(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |