tweak haskell links
[lambda.git] / _learning_haskell.mdwn
index 990bbb0..30b4e7f 100644 (file)
@@ -12,7 +12,6 @@
 <!-- [Haskell Wiki's Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) -->
 *   [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)