manip trees: tweaks
[lambda.git] / assignment5.mdwn
index b1f65d2..f402ec6 100644 (file)
@@ -121,7 +121,7 @@ and that "bool" is any boolean.  Then we can try the following:
        or of `match`.  That is, you must keep the `let` statements, though
        you're allowed to adjust what `b`, `y`, and `n` get assigned to.
 
-       [[Hint assignment 5 problem 3]]
+       [[hints/assignment 5 hint 1]]
 
 Booleans, Church numerals, and v3 lists in OCaml
 ------------------------------------------------
@@ -233,8 +233,8 @@ any auxiliary functions you need.
 Baby monads
 -----------
 
-Read the material on dividing by zero/towards monads from the end of lecture
-notes for week 6, then write a function `lift'` that generalized the
+Read the material on dividing by zero/towards monads from <strike>the end of lecture
+notes for week 6</strike> the start of lecture notes for week 7, then write a function `lift'` that generalized the
 correspondence between + and `add'`: that is, `lift'` takes any two-place
 operation on integers and returns a version that takes arguments of type `int
 option` instead, returning a result of `int option`.  In other words, `lift'`