From c4f8cceaf8de93fbbcbdc7c2a4d0697feda4b6d3 Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Tue, 15 Oct 2019 17:03:10 +0200
Subject: [PATCH] Updated schedule

---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index b5e6f78..cca6ffa 100644
--- a/README.md
+++ b/README.md
@@ -37,15 +37,15 @@ Live lectures take place on Wednesdays from 13:15 to 15:00 in CO 2. Recitation s
 | 2    | 25.09.2019  | Recursion              |
 | 3    | 02.10.2019  | Function values        |
 | 4    | 09.10.2019  | Classes                |
-| 5    | 16.10.2019  | Symbolic computations  |
+| 5    | 16.10.2019  | List                   |
 | 6    | 23.10.2019  | Collection             |
-| 7    | 30.10.2019  | Structural induction   |
+| 7    | 30.10.2019  | Lazy evaluation        |
 | 8    | 06.11.2019  | Monads                 |
-| 9    | 13.11.2019  | State                  |
-| 10   | 20.11.2019  | Constraints            |
+| 9    | 13.11.2019  | Type-directed computation |
+| 10   | 20.11.2019  | State                  |
 | 11   | 27.11.2019  | Lambda calculus / Lisp |
-| 12   | 04.12.2019  | Scheme interpreter     |
-| 13   | 11.12.2019  | Prolog                 |
+| 12   | 04.12.2019  | Scheme interpreter 1   |
+| 13   | 11.12.2019  | Scheme interpreter 2   |
 | 14   | 18.12.2019  | Review                 |
 
 ## Homework Schedule
@@ -57,10 +57,10 @@ Live lectures take place on Wednesdays from 13:15 to 15:00 in CO 2. Recitation s
 | Object-Oriented Sets | 02.10.2019 | 10.10.2019         |
 | Huffman Coding       | 09.10.2019 | 24.10.2019         |
 | Anagrams             | 16.10.2019 | 31.10.2019         |
-| Bloxorz              | 23.10.2019 | 07.11.2019         |
-| Quickcheck           | 30.10.2019 | 14.11.2019         |
-| Calculator           | 13.11.2019 | 28.11.2019         |
-| Interpreter          | 27.11.2019 | 18.12.2019         |
+| Bloxorz              | 30.10.2019 | 14.11.2019         |
+| Quickcheck           | 13.11.2019 | 28.11.2019         |
+| TBD                  | 27.11.2019 | 05.12.2019         |
+| Interpreter          | 04.12.2019 | 18.12.2019         |
 
 ## Recitation Sessions Schedule
 
-- 
GitLab