Restore commented for
loop
The bug this was blocked on seems to be fixed since the tests now all pass. original commit: 44976565449e3f6133c2c66d7006be999cea5606
This commit is contained in:
parent
ffa2c55dc9
commit
2bbe532149
5
collects/typed-racket/env/type-alias-env.rkt
vendored
5
collects/typed-racket/env/type-alias-env.rkt
vendored
|
@ -53,11 +53,6 @@
|
|||
t]))
|
||||
|
||||
(define (resolve-type-aliases parse-type)
|
||||
(free-id-table-for-each
|
||||
the-mapping
|
||||
(lambda (id k)
|
||||
(resolve-type-alias id parse-type)))
|
||||
#; ;; fixme – bug in free-id-mapping dict handling
|
||||
(for ([(id _) (in-dict the-mapping)])
|
||||
(resolve-type-alias id parse-type)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user