added contract-struct (like define-contract-struct, but with a

maker whose name does not begin with 'make-')

original commit: 367779fd27ba98422d288dd3b0c0db70f31bb4ca
This commit is contained in:
Robby Findler 2010-08-10 22:20:33 -05:00
parent 7019af6167
commit 8258184a9a

View File

@ -40,7 +40,8 @@
(provide
opt/c define-opt/c ;(all-from "private/contract-opt.rkt")
(except-out (all-from-out racket/contract/private/ds)
lazy-depth-to-look)
lazy-depth-to-look
contract-struct)
(all-from-out racket/contract/private/base)
(all-from-out racket/contract/private/provide)