tweak haskell links
[lambda.git] / _learning_haskell.mdwn
index a7ddd8d..90b7dc2 100644 (file)
 ### 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
--->
+    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 ###