mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Add link to Real World Haskell
This commit is contained in:
parent
cd388529e2
commit
2ad7cacc62
@ -412,5 +412,6 @@ qsort (p:xs) = qsort lesser ++ [p] ++ qsort greater
|
|||||||
|
|
||||||
Haskell is easy to install. Get it [here](http://www.haskell.org/platform/).
|
Haskell is easy to install. Get it [here](http://www.haskell.org/platform/).
|
||||||
|
|
||||||
You can find a much gentler introduction from the excellent [Learn you a Haskell](http://learnyouahaskell.com/)
|
You can find a much gentler introduction from the excellent
|
||||||
|
[Learn you a Haskell](http://learnyouahaskell.com/) or
|
||||||
|
[Real World Haskell](http://book.realworldhaskell.org/).
|
||||||
|
Loading…
Reference in New Issue
Block a user