fixup
original commit: a7d6809243cbe4bf88863e369dbd2f654cca0362
This commit is contained in:
parent
2d27138aea
commit
ff7f9ce9a2
|
@ -8,7 +8,7 @@
|
|||
(define (current-seen)
|
||||
(continuation-mark-set-first #f current-seen-mark null))
|
||||
(define (currently-subtyping?)
|
||||
(and (continuation-mark-set-first #f current-seen-mark) #t))
|
||||
(continuation-mark-set-first #f current-seen-mark))
|
||||
(define-syntax-rule (update-current-seen new-value body)
|
||||
(with-continuation-mark current-seen-mark new-value body))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user