diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:31:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:54 +0700 |
commit | 97912eb697505f2e9ed373903e0decdb7846f915 (patch) | |
tree | c64d4e3f2b7a2fce994afab29a48bf644d63d099 /haskell/haskell-monads-tf/README | |
parent | 3f3ef027c69c175542b3db39b58fc5479e57e863 (diff) |
haskell/haskell-monads-tf: Added (monad classes, using type families).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |