Require binding of add-mod.

original commit: e6697fe43f2ed4feac1e8e74da319a0aedb3b0d4
This commit is contained in:
Sam Tobin-Hochstadt 2012-07-13 14:58:54 -04:00
parent b109d46e28
commit ee5584e4d5

View File

@ -25,7 +25,8 @@
"internal-forms.rkt"
syntax/location
mzlib/contract
racket/base))
racket/base
"../env/env-req.rkt"))
(c:provide/contract
[type-check (syntax? . c:-> . (values syntax? syntax?))]