Add back template require.

original commit: 020d053e0ae00d04bf00affb4e1b97a70a39749f
This commit is contained in:
Eric Dobson 2012-08-16 23:17:29 -07:00 committed by Sam Tobin-Hochstadt
parent 642932cd95
commit 274b4a3845

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^