X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment2.mdwn;h=65fe479ccb1357c6711e689115b38cefb8df757b;hp=4f80620631159be4834260dabe32e119cb6cef1a;hb=8aa265f15b21b2f78be32a940f8df98720387c1b;hpb=7bb54cf783a20dd6f8ff464f5be97e72b87f4045;ds=inline diff --git a/assignment2.mdwn b/assignment2.mdwn index 4f806206..65fe479c 100644 --- a/assignment2.mdwn +++ b/assignment2.mdwn @@ -103,6 +103,6 @@ Given the primitive arithmetic functions above, how would you implement the less less-than-or-equal two one ~~> false less-than-or-equal two two ~~> true -You'll need to make use of the predecessor function, but it's not important to understand how the implementation we gave above works. You can treat it as a black box. +You'll need to make use of the predecessor function, but it's not essential to understand how the implementation we gave above works. You can treat it as a black box.