fixed small mistake in defform/none from conversion to syntax/parse

merge into v5.3 but ask Matthew for second opinion

original commit: bf8c30727d4cb8def581f63e43cb79a1111ad8ff
This commit is contained in:
Matthias Felleisen 2012-07-23 11:31:51 -04:00
parent 11fd5a91ed
commit 8f8f8315c5

View File

@ -139,7 +139,7 @@
(*defforms k.kind #f
'(spec) (list (lambda (ignored) (racketblock0/form spec)))
null null
(list (list (lambda () (racket c.contract-id))
(list (list (lambda () (racket c.contract-nonterm))
(lambda () (racketblock0 c.contract-expr)))
...)
(lambda () (list desc ...)))))]))