formatting
[lambda.git] / _learning_haskell.mdwn
index 707db32..f0b5054 100644 (file)
@@ -21,7 +21,7 @@
 *   [Haskell FAQ](https://wiki.haskell.org/FAQ)
 
 
-### Tutorials ###
+## Tutorials ##
 
 *   Lecture notes from a good [Intro to Haskell course](http://www.seas.upenn.edu/~cis194/fall14/lectures.html) at Penn
 *   [The Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell)
 ### 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 ###
+## Advanced Docs, listed here for reference ##
 
 *   GHC User's Guide from
 [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) |