tweaks
[lambda.git] / _learning_haskell.mdwn
index f0b5054..1987fa0 100644 (file)
@@ -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)
 
 *   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)) <!-- also at <https://web.archive.org/web/20060717023859/http://www.isi.edu/~hdaume/htut/tutorial.pdf> -->
 
 
 *   [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)) <!-- also at <https://web.archive.org/web/20060717023859/http://www.isi.edu/~hdaume/htut/tutorial.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"
 *   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)
 *   [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)