Some selective #:when (not ...)' -> #:unless ...'.

original commit: 623c7493ed
This commit is contained in:
Eli Barzilay 2011-09-14 16:53:45 -04:00
parent c626b6fc7c
commit 569f5e20a9

View File

@ -307,7 +307,7 @@
[else (error 'zo-parse "bad phase ~a body element: ~e" i sb)]))))
;; unexported:
(for/list ([l (in-list phase-data)]
#:when (not (void? (list-ref l 1))))
#:unless (void? (list-ref l 1)))
(let* ([phase (list-ref l 0)]
[indirect-syntax
;; could check: (list-ref l 2) should be size of vector: