This is a list of Haskell resources I have used so far while working through the book Real World Haskell. The list is not intended to be comprehensive. The point of the list is to keep a record of resources I’ve found useful, and to be my first port of call when I need Haskell guidance.
Real World Haskell
This is the book I’m working through.
Haskell soi-même
- The Haskell website
- Documentation about the Haskell standard libraries.
- ghc is the compiler I’m using. The User’s Guide, Chapter 2 covers ghci the interactive environment.
- Hoogle is a search engine over the Haskell documentation.
Online books
Community