From: Jim Date: Mon, 2 Feb 2015 17:46:12 +0000 (-0500) Subject: tweak haskell links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=b68ae46fc346075a90b83b179606db518e26632d tweak haskell links --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 990bbb07..30b4e7fa 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -12,7 +12,6 @@ * [Learn Haskell in 10 minutes](https://wiki.haskell.org/Learn_Haskell_in_10_minutes) * [A brief introduction to Haskell](https://wiki.haskell.org/A_brief_introduction_to_Haskell), aimed at experienced programmers -* [How to read Haskell](https://wiki.haskell.org/How_to_read_Haskell) ### For people who are new to programming ### @@ -22,6 +21,7 @@ ### For experienced programmers ### * [Haskell Tutorial for C Programmers](https://wiki.haskell.org/Haskell_Tutorial_for_C_Programmers) +* [How to read Haskell](https://wiki.haskell.org/How_to_read_Haskell) * [Hitchhiker's guide to Haskell](https://wiki.haskell.org/Hitchhikers_guide_to_Haskell) * [Learn You a Haskell for Great Good](http://learnyouahaskell.com/chapters) * [Gentle Introduction to Haskell](https://www.haskell.org/tutorial) (from 2000)