Guard type-equal? test.
original commit: 8194bcc4d41c79c39cb0a4a13a810f2b6bbc35d3
This commit is contained in:
parent
2681178ffc
commit
8c0e9178ac
|
@ -19,7 +19,7 @@
|
|||
(define (has-name? t)
|
||||
(and print-aliases
|
||||
(for/first ([(n t*) (in-pairs (in-list ((current-type-names))))]
|
||||
#:when (type-equal? t t*))
|
||||
#:when (and (Type? t*) (type-equal? t t*)))
|
||||
n)))
|
||||
|
||||
(define (print-filter c port write?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user