Add back template require.

This commit is contained in:
Eric Dobson 2012-08-16 23:17:29 -07:00 committed by Sam Tobin-Hochstadt
parent 6c2be05749
commit 020d053e0a

View File

@ -5,7 +5,8 @@
syntax/parse racket/match
(typecheck signatures check-below tc-funapp)
(types utils abbrev)
(rep type-rep filter-rep object-rep rep-utils))
(rep type-rep filter-rep object-rep rep-utils)
(for-template racket/base))
(import tc-expr^ tc-app-keywords^
tc-app-hetero^ tc-app-list^ tc-app-apply^ tc-app-values^