fix silly subtype cache bug
This commit is contained in:
parent
5cc02a7592
commit
0d577b78ce
|
@ -719,7 +719,7 @@
|
|||
(when (null? A)
|
||||
(hash-set!
|
||||
(hash-ref! subtype-cache st (lambda () (make-hash)))
|
||||
ss r))
|
||||
ss (and r #t)))
|
||||
r))
|
||||
|
||||
(define (type-compare? a b)
|
||||
|
|
Loading…
Reference in New Issue
Block a user