From 9f2f8e3f430d551136eb505a690a4e562624f1fb Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 19 Mar 2015 13:04:16 -0400 Subject: [PATCH] post homework7, with promises --- index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index ea4f3d91..4c63118d 100644 --- a/index.mdwn +++ b/index.mdwn @@ -159,7 +159,7 @@ Practical advice for working with OCaml and/or Haskell (all will be posted soon) (**Week 7**) Thursday March 12 -> Topics: [[Combinatory evaluator|topics/week7_combinatory_evaluator]]; Interpreter for Lambda terms; [[Introducing Monads|topics/week7_introducing_monads]] +> Topics: [[Combinatory evaluator|topics/week7_combinatory_evaluator]]; Interpreter for Lambda terms; [[Introducing Monads|topics/week7_introducing_monads]]; [[Homework|exercises/assignment7]]