Add "Haskell Tutorial and Cookbook" ()

This commit is contained in:
rockofox 2022-10-26 23:54:16 +02:00 committed by GitHub
parent cd3fceaf72
commit 13b05db794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -878,6 +878,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Haskell](https://en.wikibooks.org/wiki/Haskell) - Wikibooks
* [Haskell no panic](http://lisperati.com/haskell/) - Conrad Barski
* [Haskell Notes for Professionals](https://goalkicker.com/HaskellBook/) - Compiled from StackOverflow documentation (PDF)
* [Haskell Tutorial and Cookbook](https://markwatson.com/books/haskell-cookbook-site/) - Mark Watson
* [Haskell web Programming](http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/) (Yesod tutorial)
* [Learn Haskell Fast and Hard](http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/) - Yann Esposito
* [Learn You a Haskell for Great Good](http://learnyouahaskell.com) - Miran Lipovaca