moved unstable/{location,srcloc} to syntax collection

fixed bugs in unstable/wrapc

original commit: 7828a7bfa78ac6591ea7074cdf85f3cd0ca12baf
This commit is contained in:
Ryan Culpepper 2011-04-07 21:00:06 -06:00
parent b8d44a81de
commit 12955cdc37
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
racket/dict
(for-template
"internal-forms.rkt"
unstable/location
syntax/location
mzlib/contract
scheme/base))

View File

@ -1,7 +1,7 @@
#lang scheme/base
(require scheme/contract
unstable/location
syntax/location
(for-syntax scheme/base
syntax/parse
(prefix-in tr: "../private/typed-renaming.rkt")))