summaryrefslogtreecommitdiff
path: root/haskell/haskell-monads-tf/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2015-02-24 23:31:18 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:46:54 +0700
commit97912eb697505f2e9ed373903e0decdb7846f915 (patch)
treec64d4e3f2b7a2fce994afab29a48bf644d63d099 /haskell/haskell-monads-tf/README
parent3f3ef027c69c175542b3db39b58fc5479e57e863 (diff)
downloadslackbuilds-97912eb697505f2e9ed373903e0decdb7846f915.tar.gz
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/README8
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 0000000000..5906304074
--- /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