.
original commit: e7ee175c42d43fda598c869175ce832c9049ec75
This commit is contained in:
parent
bd9fc6659c
commit
eb096f689a
|
@ -91,7 +91,7 @@
|
|||
(polymorphic
|
||||
(lambda (thunk)
|
||||
(let/ec escape
|
||||
(with-handlers ([void (lambda (x) (escape (void)))])
|
||||
(with-handlers ([not-break-exn? (lambda (x) (escape (void)))])
|
||||
(thunk))))))
|
||||
|
||||
(define remove
|
||||
|
|
Loading…
Reference in New Issue
Block a user