Make TR work with contracts enabled.

original commit: 917fa3aeb7bae505716ad1e6794df6bb5c796edb
This commit is contained in:
Eric Dobson 2014-03-26 23:15:43 -07:00
parent 9a7e34674f
commit 6d2bc8c4ea

View File

@ -17,7 +17,7 @@
racket/dict
unstable/list
unstable/sequence
(types abbrev)
(only-in (types abbrev) -Bottom)
(static-contracts instantiate optimize structures combinators)
;; TODO make this from contract-req
(prefix-in c: racket/contract)