From: Jim Pryor Date: Sun, 12 Dec 2010 21:59:23 +0000 (-0500) Subject: monad library acks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=1aa2fd22bdc07e0f41884cc62c53b2242b397836 monad library acks Signed-off-by: Jim Pryor --- 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" + * + * + +