Need to do the same for regular Poly as well.

This commit is contained in:
Sam Tobin-Hochstadt 2008-07-07 19:33:08 -04:00
parent b835002d72
commit eed2c37495

View File

@ -474,7 +474,7 @@
#'(? Poly?
(app (lambda (t)
(let* ([n (Poly-n t)]
[syms (hash-ref name-table t)])
[syms (hash-ref name-table t (lambda _ (build-list n (lambda _ (gensym)))))])
(list syms (Poly-body* syms t))))
(list nps bp)))])))