X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=707db32ae1941fd88be9517884ce9cb9c7adaf82;hp=e4217b81a3f32c94ad9b53cb3629dd52c23e35a4;hb=bacc1263c170256962217b6835e4e9d6a63ae908;hpb=9f52e41faae36b132cf0bdb3383e00e13239c286 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index e4217b81..707db32a 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -43,7 +43,7 @@ * [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 +65,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) |