diff --git a/docs/docs/resources/books.md b/docs/docs/resources/books.md index fd40a49..29fa573 100644 --- a/docs/docs/resources/books.md +++ b/docs/docs/resources/books.md @@ -1,4 +1,4 @@ -This is a small selection of the wide range of books on Haskell. +This is a small selection of the wide range of books on Haskell. [This page](https://www.extrema.is/articles/haskell-books) provides a comprehensive list. ## Books aimed at newcomers to Haskell @@ -7,6 +7,8 @@ This is a small selection of the wide range of books on Haskell. [Haskell Programming from first principles](https://haskellbook.com/) +[Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programmming](https://pragprog.com/titles/rshaskell/effective-haskell/) + ## Books for intermediate users [Parallel and Concurrent Programming in Haskell](https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/)