Document inspector of #f for make-struct-type

This commit is contained in:
Asumu Takikawa 2015-09-10 15:36:22 -04:00
parent bc929d4876
commit 4c2a32d293

View File

@ -135,7 +135,8 @@ The @racket[inspector] argument normally controls access to reflective
information about the structure type and its instances; see
@secref["inspectors"] for more information. If @racket[inspector] is
@racket['prefab], then the resulting @tech{prefab} structure type and
its instances are always transparent.
its instances are always transparent. If @racket[inspector] is
@racket[#f], then the structure type's instances are transparent.
If @racket[proc-spec] is an integer or procedure, instances of the
structure type act as procedures. See @racket[prop:procedure] for