Avoid requiring old base-types.

original commit: 9701ae0065dbc54f36059b20a78a917a20ae18e5
This commit is contained in:
Sam Tobin-Hochstadt 2010-05-27 10:50:33 -04:00
parent 53c630bc14
commit 2681178ffc
4 changed files with 2 additions and 5 deletions

View File

@ -62,7 +62,6 @@
[(_ e)
#`(parameterize ([delay-errors? #f]
[current-namespace (namespace-anchor->namespace anch)]
[custom-printer #f]
[orig-module-stx (quote-syntax e)])
(let ([ex (expand 'e)])
(find-mutated-vars ex)
@ -73,7 +72,6 @@
[(_ e)
#`(parameterize ([delay-errors? #f]
[current-namespace (namespace-anchor->namespace anch)]
[custom-printer #f]
[orig-module-stx (quote-syntax e)])
(let ([ex (expand 'e)])
(find-mutated-vars ex)

View File

@ -48,7 +48,7 @@ This file defines two sorts of primitives. All of them are provided into any mod
(except-in mzlib/contract ->)
(only-in mzlib/contract [-> c->])
mzlib/struct
"base-types.rkt"
"base-types-new.rkt"
"base-types-extra.rkt")
(define-for-syntax (ignore stx) (syntax-property stx 'typechecker:ignore #t))

View File

@ -8,7 +8,6 @@
"base-env-indexing-old.rkt"
"extra-procs.rkt"
"prims.rkt"
"base-types.rkt"
racket/contract/regions racket/contract/base
(for-syntax
"base-types-extra.rkt"

View File

@ -2,7 +2,7 @@
(require (rename-in "utils/utils.rkt" [infer r:infer]))
(require (private base-types with-types)
(require (private with-types)
(for-syntax
(except-in syntax/parse id)
scheme/base