This commit is contained in:
David Van Horn 2015-01-17 12:54:31 -05:00
parent 7633d6d1b8
commit 88afb40f60

View File

@ -54,7 +54,7 @@
(cond
[(Bottom? ty*) ty*]
[else (let ([flds* (append lhs (cons (make-fld ty* acc-id #f) (cdr rhs)))])
(make-Struct nm par flds* proc poly pred))]))]]
(make-Struct nm par flds* proc poly pred))]))]
;; otherwise
[(t '())