X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=a16b64ff2d002343025a705817eea0a668982acd;hp=563f3da03bf2b579f70cb9b18491b70e911f7476;hb=73448e9b05639ac4c375cab37b1a1371d689b067;hpb=165f3f00e3538d35a2243d9ec3dbde62892ccf87 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 563f3da0..a16b64ff 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -16,7 +16,7 @@ ### For people who are new to programming ### -* [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell) + ~-> * [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 - +~-> ### More Advanced Docs ###