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:
Asumu Takikawa 2013-05-29 13:07:33 -04:00
parent ffa2c55dc9
commit 2bbe532149

View File

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