(no commit message)
authorbarker <barker@web>
Mon, 13 Sep 2010 13:48:38 +0000 (09:48 -0400)
committerLambda Wiki <lambda@SERVER.PHILOSOPHY.FAS.NYU.EDU>
Mon, 13 Sep 2010 13:48:38 +0000 (09:48 -0400)
assignment1.mdwn

index 12cd705..bfaafdc 100644 (file)
@@ -29,11 +29,11 @@ In Racket, these can be defined like this:
 * Define a "neg" operator that negates "true" and "false".
 Expected behavior: 
 
 * Define a "neg" operator that negates "true" and "false".
 Expected behavior: 
 
-    (((neg true) 10) 20) 
+    (((neg true) 10) 20)
 
 evaluates to 20, and 
 
 
 evaluates to 20, and 
 
-    (((neg false) 10) 20) 
+    (((neg false) 10) 20)
 
 evaluates to 10.
 
 
 evaluates to 10.