From 18eb1fc868337cab3bbb8c16744724d8bde8b355 Mon Sep 17 00:00:00 2001 From: Niklas Heim Date: Tue, 20 Feb 2024 10:38:03 +0100 Subject: [PATCH] upenn reference --- organization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/organization.md b/organization.md index 4263e92..6bf9dbf 100644 --- a/organization.md +++ b/organization.md @@ -84,6 +84,8 @@ The grading is the standard grading scale: * Haskell: * https://haskell.org/documentation/ + * Lecture: [Introduction to Haskell](https://www.cis.upenn.edu/~cis1940/spring13/) - including + lecutre notes and nice homework exercises * [Creating types](http://learnyouahaskell.com/making-our-own-types-and-typeclasses) * [Pattern matching](https://www.haskell.org/tutorial/patterns.html) * [Modules](https://www.haskell.org/tutorial/modules.html)