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