From e9e95bbec549b1e23f75b69f1333bd34447d313b Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 22 Mar 2015 22:27:17 -0400 Subject: [PATCH] link to safe division --- index.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.mdwn b/index.mdwn index e771ecbd..217f7e5f 100644 --- a/index.mdwn +++ b/index.mdwn @@ -160,9 +160,8 @@ Practical advice for working with OCaml and/or Haskell (will be posted someday); > We posted answers to [[Week 4's homework|exercises/assignment4_answers]] and [[Week 5-6's homework|exercises/assignment5_answers]]. - +> Topics: [[Safe division with monads|topics/week8_safe_division_with_monads]]