From: barker Date: Mon, 13 Sep 2010 13:48:38 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=567ca6641f7c2f470cd0003e32efeab52ab9c9c9 --- diff --git a/assignment1.mdwn b/assignment1.mdwn index 12cd7059..bfaafdc0 100644 --- a/assignment1.mdwn +++ b/assignment1.mdwn @@ -29,11 +29,11 @@ In Racket, these can be defined like this: * Define a "neg" operator that negates "true" and "false". Expected behavior: - (((neg true) 10) 20) + (((neg true) 10) 20) evaluates to 20, and - (((neg false) 10) 20) + (((neg false) 10) 20) evaluates to 10.