X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=7f1665a1c63abc4f70671301a363e5cc5efbc714;hp=e4217b81a3f32c94ad9b53cb3629dd52c23e35a4;hb=4b6c100a62f855005b72d23b35b60d3d7ae6f712;hpb=9f52e41faae36b132cf0bdb3383e00e13239c286 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index e4217b81..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 - ### 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) |