fix silly subtype cache bug

This commit is contained in:
Andrew Kent 2016-07-20 09:28:20 -04:00 committed by GitHub
parent 5cc02a7592
commit 0d577b78ce

View File

@ -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)