tweak haskell links
authorJim <jim.pryor@nyu.edu>
Mon, 2 Feb 2015 21:54:35 +0000 (16:54 -0500)
committerJim <jim.pryor@nyu.edu>
Mon, 2 Feb 2015 21:54:35 +0000 (16:54 -0500)
_learning_haskell.mdwn

index 563f3da..a16b64f 100644 (file)
@@ -16,7 +16,7 @@
 
 ### For people who are new to programming ###
 
 
 ### For people who are new to programming ###
 
-*   [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) <!--
+*   [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
     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
@@ -24,7 +24,7 @@
     [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
     [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
-    -->
+    ~->
 *   [More Tutorials](https://wiki.haskell.org/Tutorials)
 
 ### For experienced programmers ###
 *   [More Tutorials](https://wiki.haskell.org/Tutorials)
 
 ### For experienced programmers ###
@@ -43,7 +43,7 @@
 *   [Lambda Lessons](https://stevekrouse.github.io/hs.js): interactive lessons on pattern matching, first-class functions, and abstracting over recursion in Haskell
 
 
 *   [Lambda Lessons](https://stevekrouse.github.io/hs.js): interactive lessons on pattern matching, first-class functions, and abstracting over recursion in Haskell
 
 
-<!--
+<!-~
 * Wadler, [Monads for functional programming](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf)
 
 Don't mind Haskell syntax, but not yet comfortable with do-notation / monads
 * Wadler, [Monads for functional programming](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf)
 
 Don't mind Haskell syntax, but not yet comfortable with do-notation / monads
@@ -66,7 +66,7 @@ Links to Category Theory
 * [IO inside](https://wiki.haskell.org/IO_inside)
 * [A tour of the Haskell Monad functions](http://members.chello.nl/hjgtuyl/tourdemonad.html)
 * [What the hell are monads?](https://web.archive.org/web/20040404212440/http://www.abercrombiegroup.co.uk/~noel/research/monads.html)
 * [IO inside](https://wiki.haskell.org/IO_inside)
 * [A tour of the Haskell Monad functions](http://members.chello.nl/hjgtuyl/tourdemonad.html)
 * [What the hell are monads?](https://web.archive.org/web/20040404212440/http://www.abercrombiegroup.co.uk/~noel/research/monads.html)
--->
+~->
 
 
 ### More Advanced Docs ###
 
 
 ### More Advanced Docs ###