X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=7f1665a1c63abc4f70671301a363e5cc5efbc714;hp=a6a934232ae6d4592f60e8f64971d03967f27ffa;hb=c2a4b2ad3a9a1157eae445f9b7b4be28440a1825;hpb=26f3b2c919569a4866e86225b771e6fd7cdec0ae diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index a6a93423..7f1665a1 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -42,8 +42,6 @@ ### Other ### * [Lambda Lessons](http://stevekrouse.github.io/hs.js), experiment with evaluating `map` and `fold` step-by-step * [A Tour of the Haskell Prelude](http://www.letu.edu/people/jaytevis/Programming-Languages/Haskell/tourofprelude.html) -* [Ninety-Nine Haskell Problems](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems), a collection of programming exercises -* [Project Euler](https://projecteuler.net/), more programming challenges ### Advanced Docs, listed here for reference ### @@ -65,7 +63,7 @@ * Formal language specs: [Haskell 98](https://www.haskell.org/onlinereport) | [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) | -[Haskell'](https://ghc.haskell.org/trac/haskell-prime) +[Haskell′](https://ghc.haskell.org/trac/haskell-prime) * [Cabal](https://wiki.haskell.org/Cabal) package manager: [User Guide](https://www.haskell.org/cabal/users-guide) | [tool usage](https://wiki.haskell.org/Cabal-Install) |