reformat
svn: r15806
This commit is contained in:
parent
ab7caff9bc
commit
98f9472dd4
|
@ -25,8 +25,7 @@
|
|||
;; a unique tag to jump to
|
||||
(define tag (make-continuation-prompt-tag))
|
||||
;; give the value to the sequence
|
||||
(define next (lambda (value)
|
||||
(shift-at tag f (values value f))))
|
||||
(define (next value) (shift-at tag f (values value f)))
|
||||
(syntax-parameterize ([yield (make-rename-transformer #'next)])
|
||||
(reset-at tag body0 bodies ... (values #f last))))]
|
||||
[seq
|
||||
|
|
Loading…
Reference in New Issue
Block a user