From 1aa2fd22bdc07e0f41884cc62c53b2242b397836 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 12 Dec 2010 16:59:23 -0500 Subject: [PATCH] monad library acks Signed-off-by: Jim Pryor --- monad_library.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/monad_library.mdwn b/monad_library.mdwn index 466d2ba3..54fe2c51 100644 --- a/monad_library.mdwn +++ b/monad_library.mdwn @@ -153,3 +153,15 @@ Some comments on the design of this library. compare them for equality and use them for derefs, and so on. +Acknowledgements: Our library is largely based on the mtl library distributed with the Glasgow Haskell Compiler. That in turn was inspired by Mark Jones' 1995 paper +[Functional Programming with Overloading and Higher-Order Polymorphism](http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). + I've also been helped in + various ways by posts and direct feedback from Oleg Kiselyov and + Chung-chieh Shan. The following were also useful: + + * + * Ken Shan "Monads for natural language semantics" + * + * + + -- 2.11.0