First moving private/contract.ss to a different name. The diaspora from

that file into others will happen next.

svn: r16048

original commit: aca0bcf82e074b7d5477091b7d62d59f5d799283
This commit is contained in:
Stevie Strickland 2009-09-17 17:42:45 +00:00
parent 43eb4df4c7
commit 9ffe007e2e

View File

@ -29,7 +29,7 @@
;; except the arrow contracts
;;
(require (except-in scheme/private/contract
(require (except-in scheme/private/contract-base
define/contract
with-contract
define-struct/contract)
@ -43,7 +43,7 @@
(except-out (all-from-out scheme/private/contract-ds)
lazy-depth-to-look)
(except-out (all-from-out scheme/private/contract)
(except-out (all-from-out scheme/private/contract-base)
check-between/c
string-len/c
check-unary-between/c)