From: Jim Pryor Date: Mon, 20 Sep 2010 11:11:52 +0000 (-0400) Subject: assignment 2 tweak X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=8aa265f15b21b2f78be32a940f8df98720387c1b;hp=7bb54cf783a20dd6f8ff464f5be97e72b87f4045;ds=sidebyside assignment 2 tweak Signed-off-by: Jim Pryor --- 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.