Make TR work with contracts enabled.

This commit is contained in:
Eric Dobson 2014-03-26 23:15:43 -07:00
parent ca3411155f
commit 917fa3aeb7

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)