Add cond-contract requires to fix contracted tests
This commit is contained in:
parent
88afb40f60
commit
769cd04b37
|
@ -16,6 +16,8 @@
|
|||
(typecheck renamer)
|
||||
(except-in (types utils abbrev kw-types) -> ->* one-of/c))
|
||||
|
||||
(require-for-cond-contract (rep object-rep))
|
||||
|
||||
(provide lexical-env
|
||||
with-lexical-env
|
||||
with-lexical-env/extend-types
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
(types subtype resolve union)
|
||||
(except-in (types utils abbrev kw-types) -> ->* one-of/c))
|
||||
|
||||
(require-for-cond-contract (rep rep-utils))
|
||||
|
||||
(provide/cond-contract
|
||||
[path-type ((listof PathElem?) Type/c . -> . Type/c)])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user