Skip to content

Commit

Permalink
Merge pull request #63 from pennychase/patch-2
Browse files Browse the repository at this point in the history
Update books.md to add Haskell Books list and Effective Haskell
  • Loading branch information
reubenharry authored Jan 10, 2024
2 parents 2e4c32c + df02858 commit 84fe6f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/resources/books.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/)
Expand Down

0 comments on commit 84fe6f1

Please sign in to comment.