X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;fp=_learning_haskell.mdwn;h=f0b5054ab28a6cee8ce0f14f8b2e6345731bfb0e;hp=7f1665a1c63abc4f70671301a363e5cc5efbc714;hb=37f46f5e66bbd1df6cd749dd6de64c7962304d36;hpb=c2a4b2ad3a9a1157eae445f9b7b4be28440a1825 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 7f1665a1..f0b5054a 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -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) @@ -44,7 +44,7 @@ * [A Tour of the Haskell Prelude](http://www.letu.edu/people/jaytevis/Programming-Languages/Haskell/tourofprelude.html) -### 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) |