comment about define-sequence-syntax

svn: r15810
This commit is contained in:
Jon Rafkind 2009-08-26 22:05:13 +00:00
parent 11091ee8fe
commit f63a9046af

View File

@ -45,6 +45,7 @@
(lambda (x v) (not (eq? last current))))))])
seq))]))
;; use define-sequence-syntax to be more in sync with other for loop constructs
(define-syntax in-generator
(syntax-rules ()
[(_ body0 bodies ...)