From 9ffe007e2e292f6d18f977b0228b1a23a9b9a08b Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Thu, 17 Sep 2009 17:42:45 +0000 Subject: [PATCH] First moving private/contract.ss to a different name. The diaspora from that file into others will happen next. svn: r16048 original commit: aca0bcf82e074b7d5477091b7d62d59f5d799283 --- collects/mzlib/contract.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/mzlib/contract.ss b/collects/mzlib/contract.ss index ac8a793..0c68658 100644 --- a/collects/mzlib/contract.ss +++ b/collects/mzlib/contract.ss @@ -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)