(no commit message)
authorbarker <barker@web>
Tue, 21 Sep 2010 00:50:52 +0000 (20:50 -0400)
committerLambda Wiki <lambda@SERVER.PHILOSOPHY.FAS.NYU.EDU>
Tue, 21 Sep 2010 00:50:52 +0000 (20:50 -0400)
lambda_evaluator.mdwn

index a696537..ffe1c9d 100644 (file)
@@ -18,7 +18,7 @@ In this toy system, `let`s should only be used at the beginning of a file.  If w
 the result is `yes`.  Things to watch out for: the expression after the equal sign must have balanced parentheses,
 and the "in" is obligatory.  If you violate these rules, the system will still produce a result, but it won't make much sense.
 
-*Abbreviations*, **NOT**: No abbreviations work.  So `\xy.yxx` must be written `(\x (\y ((y x) x)))`.  (As in Scheme or Racket.)
+*Abbreviations*: No abbreviations work.  So `\xy.yxx` must be written `(\x (\y ((y x) x)))`.  (As in Scheme or Racket.)
 
 *Comments*: anything following a semicolon to the end of the line is ignored.
 Blank lines are fine.