From 7fba093dbe1e7711beafa6cf8ec039528d4c121d Mon Sep 17 00:00:00 2001
From: Aron Widforss <aron@antarkt.is>
Date: Mon, 11 Nov 2019 18:13:33 +0100
Subject: [PATCH] Corrections after presentation

---
 HOME_EXAM.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/HOME_EXAM.md b/HOME_EXAM.md
index 4c2226e..94f65d3 100644
--- a/HOME_EXAM.md
+++ b/HOME_EXAM.md
@@ -59,3 +59,13 @@ Comment on the alignment of the concrete course goals (taken from the course des
     - I did very little work in this area.
 
 Comment on additional things that you have experienced and learned throughout the course.
+
+## Corrections
+
+* Add README.md to the compiler with instructions about how to run it.
+
+* Add expected type info in type-checking errors.
+
+* Do not allow mutable reference of non-mutable variable (at the reference operator, it is already handled at assignment).
+
+* Only disallow reference to the same value in multiple arguments if one argument is mutable.
\ No newline at end of file
-- 
GitLab