scheme/contract => scheme/contract/base

svn: r18371

original commit: e54f1c3a5e651dda265cf82268ea7aec8a8c0cbe
This commit is contained in:
Stevie Strickland 2010-02-27 01:03:55 +00:00
parent 290e579a2c
commit e71ae6b7b9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
(require (for-syntax scheme/base) (require (for-syntax scheme/base)
mzlib/etc mzlib/etc
scheme/contract scheme/contract/base
mzlib/list mzlib/list
"private/port.ss") "private/port.ss")

View File

@ -5,7 +5,7 @@
(require (for-syntax scheme/base (require (for-syntax scheme/base
unstable/srcloc unstable/srcloc
(prefix-in a: scheme/contract/private/helpers)) (prefix-in a: scheme/contract/private/helpers))
(only-in scheme/contract contract)) (only-in scheme/contract/private/base contract))
;; First, we have the old define/contract implementation, which ;; First, we have the old define/contract implementation, which
;; is still used in mzlib/contract. ;; is still used in mzlib/contract.