X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=assignment1.mdwn;h=bfaafdc0acae1d1cad18d6bfdf36c927ba2ded0a;hb=567ca6641f7c2f470cd0003e32efeab52ab9c9c9;hp=12cd7059b502f2034da572c9b71c14132c00ca43;hpb=58b1fb955b3b242e0c8ac9a0c5c092cbee5d5fbf;p=lambda.git 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.