add #:property to define-struct/contract list of keywords
svn: r15975
This commit is contained in:
parent
d0611c8871
commit
974cc561bb
|
@ -796,7 +796,7 @@ accessors, and mutators are protected by contracts. For the definitions of
|
||||||
|
|
||||||
The @scheme[define-struct/contract] form only allows a subset of the
|
The @scheme[define-struct/contract] form only allows a subset of the
|
||||||
@scheme[struct-option] keywords: @scheme[#:mutable], @scheme[#:transparent],
|
@scheme[struct-option] keywords: @scheme[#:mutable], @scheme[#:transparent],
|
||||||
@scheme[#:auto-value], @scheme[#:omit-define-syntaxes], and
|
@scheme[#:auto-value], @scheme[#:omit-define-syntaxes], @scheme[#:property] and
|
||||||
@scheme[#:omit-define-values].
|
@scheme[#:omit-define-values].
|
||||||
|
|
||||||
@examples[#:eval (contract-eval)
|
@examples[#:eval (contract-eval)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user