From 3258c6009601a4f404a098def109d7a54932add0 Mon Sep 17 00:00:00 2001 From: Jeremy Gibbons Date: Mon, 18 Aug 2025 13:08:15 +0100 Subject: [PATCH] Added link to Algorithm Design with Haskell to documentation.markdown --- site/documentation.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/site/documentation.markdown b/site/documentation.markdown index 85d76ae..1aa045b 100644 --- a/site/documentation.markdown +++ b/site/documentation.markdown @@ -36,6 +36,7 @@ If you are new to Haskell and are not sure where to start from, we recommend [CI * \[$$\] [Haskell in Depth](https://www.manning.com/books/haskell-in-depth) * \[$$\] [Practical Haskell](https://www.apress.com/gp/book/9781484244791) * \[$$\] [Production Haskell](https://leanpub.com/production-haskell) +* \[$$\] [Algorithm Design with Haskell](https://www.cs.ox.ac.uk/publications/books/adwh/) ## Courses