fix reference to non-existant private contract module

This commit is contained in:
Matthew Flatt 2012-05-12 01:21:51 -06:00
parent 964020f288
commit bfbccb918d

View File

@ -35,7 +35,7 @@ constraints.
racket/contract/private/box
racket/contract/private/hash
racket/contract/private/vector
racket/contract/private/struct)))
racket/contract/private/struct-dc)))
@(define-syntax-rule
(declare-exporting-ctc mod)