From d5de436b9c3fdc90c3373e601df60246e1bc9dc1 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 18 May 2012 14:49:16 -0400 Subject: [PATCH] Add a pointer to generics in the struct property docs. --- collects/scribblings/reference/struct.scrbl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/scribblings/reference/struct.scrbl b/collects/scribblings/reference/struct.scrbl index 909619838b..f31366a3b0 100644 --- a/collects/scribblings/reference/struct.scrbl +++ b/collects/scribblings/reference/struct.scrbl @@ -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