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:
parent
7019af6167
commit
8258184a9a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user