From 58db6e0355fe5a2bf25ff5705512acaf25c036e4 Mon Sep 17 00:00:00 2001 From: hanjoosten Date: Sun, 10 Mar 2024 11:53:09 +0100 Subject: [PATCH] Add Either type (error handling) --- index.html | 132 +++++++++++++++++++++++++++++++--------- slides/slidesEnglish.md | 49 ++++++++++++++- 2 files changed, 151 insertions(+), 30 deletions(-) diff --git a/index.html b/index.html index 12f5130..c28b23e 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ - + Haskell: Functional Programming