post links to Juli8 and Monad.ml
[lambda.git] / index.mdwn
index 39a312d..b76b091 100644 (file)
@@ -165,6 +165,11 @@ Practical advice for working with OCaml and/or Haskell (will be posted someday);
 (**Week 8**) Thursday March 26
 > Topics: [[Safe division with monads|topics/week8_safe_division_with_monads]]
 
+(**Week 9**) Thursday April 2
+> Topics: Programming with mutable state; the State monad; using multiple monads together
+
+> Here are some OCaml libraries: [[Juli8|code/juli8.ml]] and [[Monad|code/monad.ml]]. We'll write up explanations of these soon.
+
 <!--
 We've added a [[Monad Library]] for OCaml.
 We've posted a [[State Monad Tutorial]].