From: jim Date: Tue, 3 Feb 2015 15:39:30 +0000 (-0500) Subject: tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=02ab968cac1aa37d84bda465ff904ecbc7682a54;hp=37f46f5e66bbd1df6cd749dd6de64c7962304d36 tweaks --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index f0b5054a..1987fa07 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -25,7 +25,7 @@ * Lecture notes from a good [Intro to Haskell course](http://www.seas.upenn.edu/~cis194/fall14/lectures.html) at Penn * [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) -* [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) (400 pp. illustrated and highly-praised textbook from 2011) +* [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) (400 pp. illustrated and highly-praised text from 2011) * [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble) (YAHT, also as 192 pp. [pdf](http://hal3.name/docs/daume02yaht.pdf)) @@ -90,5 +90,5 @@ User Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0 * Haskell Wiki [Glossary](https://wiki.haskell.org/Category:Glossary) * [Reddit's r/haskell](https://www.reddit.com/r/haskell) * [Stack Overflow](https://stackoverflow.com/questions/tagged/haskell?sort=faq) questions tagged "haskell" -* [Real World Haskell](http://book.realworldhaskell.org/read) (714 pp. textbook from 2008, expects you've already mastered the fundamentals of Haskell) +* [Real World Haskell](http://book.realworldhaskell.org/read) (714 pp. text from 2008, expects you've already mastered the fundamentals of Haskell) * [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)