From f7a31335476ffdce6c6faf58fae3f40707d67ddd Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 2 Feb 2015 17:18:35 -0500 Subject: [PATCH 1/1] tweak haskell links --- _learning_haskell.mdwn | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index a16b64ff..896fbd43 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -17,7 +17,7 @@ ### For people who are new to programming ### * [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) + +* +* + + +* [The Implementation of Functional Programming Languages](http://research.microsoft.com/en-us/um/people/simonpj/Papers/slpj-book-1987/index.htm), Simon Peyton Jones, published by Prentice Hall, 1987 + +* [Type Theory and Functional Programming](http://www.cs.kent.ac.uk/people/staff/sjt/TTFP/), Simon Thompson, Addison-Wesley, 1991. ISBN 0-201-41667-0. Hardcover: 388 pages. + +* From 1995, Jeroen Fokker's _Functional Programming_ + +* A Tour of the Haskell Prelude + +* A tour of the Haskell Monad functions + +* +* Haskell Cheat Sheet + +* Glossary + + +* The paper that for the first time introduced type classes and their +implementation using dictionaries, + +* + +* Generic Programming / + +* +* + + -- 2.11.0