pattern matching: use standard OCaml conventions
[lambda.git] / week7.mdwn
index 19cc224..9a88221 100644 (file)
@@ -1,10 +1,11 @@
 [[!toc]]
 
 [[!toc]]
 
+
 Monads
 ------
 
 Start by (re)reading the discussion of monads in the lecture notes for
 Monads
 ------
 
 Start by (re)reading the discussion of monads in the lecture notes for
-week 6 [Towards Monads](http://lambda.jimpryor.net//week6/#index4h2).
+week 6 [[Towards Monads]].
 In those notes, we saw a way to separate thinking about error
 conditions (such as trying to divide by zero) from thinking about
 normal arithmetic computations.  We did this by making use of the
 In those notes, we saw a way to separate thinking about error
 conditions (such as trying to divide by zero) from thinking about
 normal arithmetic computations.  We did this by making use of the