Depend only on the lowest-level place
primitives.
This commit is contained in:
parent
08c3f78476
commit
c61ed30d0b
|
@ -9,14 +9,15 @@
|
|||
racket/match
|
||||
racket/function
|
||||
racket/pretty
|
||||
racket/place
|
||||
;; avoid the other dependencies of `racket/place`
|
||||
'#%place
|
||||
unstable/function
|
||||
racket/udp
|
||||
(except-in racket/contract/base ->* ->)
|
||||
(prefix-in c: racket/contract/base)
|
||||
(for-syntax racket/base syntax/parse racket/list)
|
||||
(for-template racket/base racket/contract/base racket/promise racket/tcp racket/flonum)
|
||||
racket/pretty racket/udp racket/place
|
||||
racket/pretty racket/udp
|
||||
;; for base type predicates
|
||||
racket/promise racket/tcp racket/flonum)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user