From: jim Date: Tue, 3 Feb 2015 15:35:43 +0000 (-0500) Subject: formatting X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=37f46f5e66bbd1df6cd749dd6de64c7962304d36;ds=sidebyside formatting --- 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) |