From e631f75249c57b3d74fa2ba8181bd759c1176819 Mon Sep 17 00:00:00 2001 From: CharlieKerfoot <96930627+CharlieKerfoot@users.noreply.github.com> Date: Sun, 22 Jun 2025 21:16:56 -0400 Subject: [PATCH] Fixed "What I Wish I Knew When Learning Haskell" Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3599c44..00799a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you think a article/talk should be added, please create a new issue. ## Base -- [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask) +- [What I Wish I Knew When Learning Haskell](https://smunix.github.io/dev.stephendiehl.com/hask/tutorial.pdf) - [Learn You a Haskell: A community version](https://learnyouahaskell.github.io/) - a complete introductory to intermediate guide on learning Haskell focused on beginners (an open-source community maintained version) - [An opinionated guide to Haskell in 2018](https://lexi-lambda.github.io/blog/2018/02/10/an-opinionated-guide-to-haskell-in-2018/) - overview of a few select parts of the Haskell workflow and the ecosystem - [Arrows Zoo](https://kowainik.github.io/posts/arrows-zoo) - overview of the arrow syntax