From 869d1044f945dd95dd08b87645253fc14b359b3e Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 20 Mar 2015 14:33:16 -0400 Subject: [PATCH 1/1] mark that Monad page is updated --- index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index 4c63118d..a198e053 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]]; [[Homework|exercises/assignment7]] +> Topics: [[Combinatory evaluator|topics/week7_combinatory_evaluator]]; Interpreter for Lambda terms; [[Introducing Monads|topics/week7_introducing_monads]] (updated Fri 20 Mar); [[Homework|exercises/assignment7]]