adjusted the comment in racket/contract/base.rkt to be more accurate

This commit is contained in:
Robby Findler 2011-03-28 17:34:46 -05:00
parent b8c7a753d3
commit 6a4688b505

View File

@ -1,7 +1,7 @@
#lang racket/base
;; A stripped down version of racket/contract for use in
;; the PLT code base where appropriate.
;; A version of racket/contract without contract regions
;; for use in the macro stepper
(require "private/arrow.rkt"
"private/arr-i.rkt"