From: Jim Date: Mon, 2 Feb 2015 20:26:13 +0000 (-0500) Subject: tweak haskell links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=ff4b18f743e1a5ddeaafa9e12c19891a4e9d036e;ds=sidebyside tweak haskell links --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index a7ddd8d6..90b7dc2b 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -15,14 +15,14 @@ ### For people who are new to programming ### * [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) + Beginners track assumes no programming background. Supposed to nclude adaptations of: + * [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble) (YAHT) + http://hal3.name/docs/daume02yaht.pdf + https://web.archive.org/web/20060717023859/http://www.isi.edu/~hdaume/htut/tutorial.pdf + * [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) + * [All about Monads](http://monads.haskell.cz/html/index.html) + https://wiki.haskell.org/All_About_Monads + --> ### For experienced programmers ###