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