From 0cb6ea2c9df5f1cf38b538d8fd56eb83165c38a4 Mon Sep 17 00:00:00 2001 From: Nicolas Lenz <nicolas@eisfunke.com> Date: Fri, 16 Apr 2021 13:57:14 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72e5223..856c879 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Functional Programming [**View as PDF**](https://lab.pages.eisfunke.com/fupro/slides.pdf) + +These are slides for an introductory workshop about functional programming with Haskell. The slides themselves are quite terse and only meant as underpinning of a complete workshop or talk, if you want to learn Haskell by yourself, take a look at the great book [Learn You a Haskell for Great Good!](http://learnyouahaskell.com), you can read it for free online. The structure of these slides is loosely based on the book's structure. -- GitLab