Avoid requiring the printer unneccesarily.
This commit is contained in:
parent
c61ed30d0b
commit
94f1cb2127
|
@ -3,7 +3,7 @@
|
||||||
(rep type-rep filter-rep object-rep rep-utils)
|
(rep type-rep filter-rep object-rep rep-utils)
|
||||||
(utils tc-utils)
|
(utils tc-utils)
|
||||||
"abbrev.rkt" "numeric-tower.rkt" (only-in racket/contract current-blame-format)
|
"abbrev.rkt" "numeric-tower.rkt" (only-in racket/contract current-blame-format)
|
||||||
(types comparison printer union subtype utils substitute)
|
(types comparison union subtype utils substitute)
|
||||||
racket/list racket/match
|
racket/list racket/match
|
||||||
(for-syntax syntax/parse racket/base)
|
(for-syntax syntax/parse racket/base)
|
||||||
syntax/id-table racket/dict
|
syntax/id-table racket/dict
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
(rep type-rep rep-utils)
|
(rep type-rep rep-utils)
|
||||||
(utils tc-utils)
|
(utils tc-utils)
|
||||||
(prefix-in c: (contract-req))
|
(prefix-in c: (contract-req))
|
||||||
(types utils subtype abbrev printer comparison)
|
(types utils subtype abbrev comparison)
|
||||||
racket/match)
|
racket/match)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user