X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment5.mdwn;h=f402ec61a70bbe9ebe4e5f7c2f4a2f1ecc853ede;hp=3989928996c6042a1ba4b155236310aad4a6d5a5;hb=a9fc616a72a86be53a9ce7289fa3608799b44956;hpb=f7cc3968f8f45cfafeca420a1a7583b8c7d83391;ds=sidebyside diff --git a/assignment5.mdwn b/assignment5.mdwn index 39899289..f402ec61 100644 --- a/assignment5.mdwn +++ b/assignment5.mdwn @@ -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 ------------------------------------------------