allow multiple arguments to shift-captured continuation
svn: r15472
This commit is contained in:
parent
0cccedabb4
commit
84f56f8af6
|
@ -139,10 +139,10 @@
|
||||||
(abort-cc
|
(abort-cc
|
||||||
tag
|
tag
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(f (lambda (val)
|
(f (lambda vals
|
||||||
(call-with-continuation-prompt
|
(call-with-continuation-prompt
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(k val))
|
(apply k vals))
|
||||||
tag
|
tag
|
||||||
inserted-handler))))))
|
inserted-handler))))))
|
||||||
tag)])])
|
tag)])])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user