typo
[lambda.git] / content.mdwn
index e4e8149..322615c 100644 (file)
@@ -9,6 +9,16 @@ week in which they were introduced.
 
 * [[Order: static versus dynamic|topics/week1 order]]
 
+* The Lambda Calculus
+
+    * [[Intro to the Lambda Calculus|topics/week2 lambda intro]]
+
+    * [[Advanced notes on the Lambda Calculus|topics/week2 lambda advanced]]
+
+    * Encoding data types in the Lambda Calculus
+
+        * [[Booleans, Tuples, Lists, and Numbers|topics/week2 encodings]] 
+
 ## Topics by week ##
 
 Week 1:
@@ -26,8 +36,14 @@ Week 2:
 * [[Introduction to the Lambda Calculus|topics/week2 lambda intro]]
 * [[Advanced notes on the Lambda Calculus|topics/week2 lambda advanced]]
 * [[Encoding Booleans, Tuples, Lists, and Numbers|topics/week2 encodings]];
-* [[Homework|exercises/assignment2]]
+* [[Homework for week 2|exercises/assignment2]]
+
+Week 3:
 
+* More on Lists
+Introduces list comprehensions, shows how to encode `tail` in the Lambda Calculus
+* Combinatorial Logic
+* Homework for week 3