From: jim Date: Tue, 3 Feb 2015 14:20:51 +0000 (-0500) Subject: delete problems X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4b6c100a62f855005b72d23b35b60d3d7ae6f712;ds=inline delete problems --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 707db32a..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 ###