X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=_learning_haskell.mdwn;h=b5f60953a3b0f79cc03b8a50359b262111ac8b71;hb=df56cfc4f515d844a522db105a35fea8071ffe8d;hp=d26ecf0cbbae19cc660547f792afc44a279846ff;hpb=371a6b4c34bee27aa68aed46855ff775114748be;p=lambda.git diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index d26ecf0c..b5f60953 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -32,11 +32,10 @@ * [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell) * CIS 194 at Penn? * [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) (textbook) - +* A Not-So-[Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000, expects some prior knowledge of functional programming) * [Haskell Tutorial for C Programmers](https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers) * [How to read Haskell](https://wiki.haskell.org/How_to_read_Haskell) * [Hitchhiker's guide to Haskell](https://wiki.haskell.org/Hitchhikers_guide_to_Haskell) -* A Not-So-[Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000, expects some prior knowledge of functional programming) * [Real World Haskell](http://book.realworldhaskell.org/read) (textbook from 2008, expects you've already mastered the fundamentals of Haskell)