Add a pointer to generics in the struct property docs.

This commit is contained in:
Vincent St-Amour 2012-05-18 14:49:16 -04:00
parent 448ad27a37
commit d5de436b9c

View File

@ -287,6 +287,9 @@ For examples, see @racket[make-struct-type].}
@;------------------------------------------------------------------------
@section[#:tag "structprops"]{Structure Type Properties}
@margin-note{@secref{struct-generics} provide a high-level API on top of
structure type properties.}
A @deftech{structure type property} allows per-type information to be
associated with a structure type (as opposed to per-instance
information associated with a structure value). A property value is