This commit is contained in:
Danny Yoo 2011-09-09 16:56:44 -04:00
parent b2610e496e
commit 37272e135b

View File

@ -96,7 +96,7 @@
(format "(~a===RT.NULL)" (first checked-operands))]
[(not)
(format "(~a=== alse)" (first checked-operands))]
(format "(~a===false)" (first checked-operands))]
[(eq?)
(format "(~a===~a)" (first checked-operands) (second checked-operands))])))