moved unstable/{location,srcloc} to syntax collection
fixed bugs in unstable/wrapc original commit: 7828a7bfa78ac6591ea7074cdf85f3cd0ca12baf
This commit is contained in:
parent
204edd24c6
commit
65864ac0a3
|
@ -3,7 +3,7 @@
|
|||
(provide define/contract)
|
||||
|
||||
(require (for-syntax racket/base
|
||||
unstable/srcloc
|
||||
syntax/srcloc
|
||||
(prefix-in a: racket/contract/private/helpers))
|
||||
(only-in racket/contract/private/base contract))
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
syntax/struct
|
||||
scheme/struct-info
|
||||
syntax/stx
|
||||
unstable/location
|
||||
syntax/location
|
||||
"private/unit-contract-syntax.rkt"
|
||||
"private/unit-compiletime.rkt"
|
||||
"private/unit-syntax.rkt"))
|
||||
|
@ -18,7 +18,7 @@
|
|||
(require mzlib/etc
|
||||
racket/contract/base
|
||||
scheme/stxparam
|
||||
unstable/location
|
||||
syntax/location
|
||||
"private/unit-contract.rkt"
|
||||
"private/unit-keywords.rkt"
|
||||
"private/unit-runtime.rkt"
|
||||
|
|
Loading…
Reference in New Issue
Block a user