arith1.ml
[lambda.git] / content.mdwn
index ad76dd4..488e888 100644 (file)
@@ -21,7 +21,8 @@ week in which they were introduced.
     *   Types in OCaml and Haskell (will be posted someday)
     *   Practical advice for working with OCaml and/or Haskell (will be posted someday)
     *   [[Kaplan on Plexy|topics/week6_plexy]] and the Maybe type
-    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) (for home)
+    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) ([[for home|topics/week7_untyped_evaluator]])
+
 
 *   Order, "static versus dynamic"
 
@@ -45,7 +46,9 @@ week in which they were introduced.
     *   [[Reduction Strategies and Normal Forms|topics/week3_evaluation_order]]
     *   [[Fixed point combinators|topics/week4_fixed_point_combinators]]
     *   [[More about fixed point combinators|topics/week4_more_about_fixed_point_combinators]]
-    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) (for home)
+    *   Untyped lambda evaluator ([[in browser|code/lambda_evaluator]]) ([[for home|topics/week7_untyped_evaluator]])
+    *   [[Environments and Closures|topics/week7_environments_and_closures]]
+
 
 *   Combinatory logic
 
@@ -121,11 +124,13 @@ Week 6:
 Week 7:
 
 *   [[Combinatory evaluator|topics/week7_combinatory_evaluator]]
-*   Untyped lambda evaluator (will be posted soon)
-*   [[Introducing Monads|topics/week7_introducing_monads]] (updated Fri 20 Mar)
-*   [[Homework for week 7|exercises/assignment7]]
+*   [[Introducing Monads|topics/week7_introducing_monads]] (updated Mon 23 Mar)
+*   [[Homework for week 7|exercises/assignment7]] (updated Mon 23 Mar)
+*   [[Environments and Closures|topics/week7_environments_and_closures]]
+*   [[Untyped lambda evaluator|topics/week7_untyped_evaluator]]
+
 
 Week 8:
 
-    *   [[Safe division with monads|topics/week8_safe_division_with_monads]]
+*   [[Safe division with monads|topics/week8_safe_division_with_monads]]