From 97912eb697505f2e9ed373903e0decdb7846f915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 24 Feb 2015 23:31:18 +0200 Subject: haskell/haskell-monads-tf: Added (monad classes, using type families). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikko Värri Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-monads-tf/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 haskell/haskell-monads-tf/README (limited to 'haskell/haskell-monads-tf/README') 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 -- cgit v1.2.3