From d5c9958f0b19e4cb6e43c9004a76d6562c64d824 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 19 Mar 2015 02:27:08 -0400 Subject: [PATCH] post Introducing Monads --- index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index 9b6c09c7..7285e13d 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; Starting with Monads +> Topics: [[Combinatory evaluator|topics/week7_combinatory_evaluator]]; Interpreter for Lambda terms; [[Introducing Monads|topics/week7_introducing_monads]]