From aca81d60f098d49bed916cebb3e58d0a14c8c471 Mon Sep 17 00:00:00 2001 From: jim Date: Wed, 1 Apr 2015 16:20:16 -0400 Subject: [PATCH] post links to Juli8 and Monad.ml --- index.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.mdwn b/index.mdwn index 3dd65ea8..b76b091a 100644 --- a/index.mdwn +++ b/index.mdwn @@ -168,6 +168,8 @@ Practical advice for working with OCaml and/or Haskell (will be posted someday); (**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. +