class chapter in reference

svn: r6975
This commit is contained in:
Matthew Flatt 2007-07-27 16:12:40 +00:00
parent 1f48fb2c10
commit ba1670a88d
4 changed files with 1390 additions and 2 deletions

View File

@ -837,7 +837,7 @@
(make-paragraph
(list (make-target-element
#f
(list (to-element name))
(list (to-element (make-just-context name stx-id)))
(register-scheme-definition stx-id))
spacer ":" spacer
(to-element result-contract))))))))

File diff suppressed because it is too large Load Diff

View File

@ -636,7 +636,7 @@ indefinitely.}
@include-section["procedures.scrbl"]
@; ----------------------------------------------------------------------
@section[#:tag "void"]{Void and Undefined}
@section[#:tag "mz:void"]{Void and Undefined}
The constant @|void-const| is returned by most forms and procedures
that have a side-effect and no useful result. The constant

View File

@ -19,6 +19,7 @@ language.
@include-section["syntax.scrbl"]
@include-section["data.scrbl"]
@include-section["struct.scrbl"]
@include-section["class.scrbl"]
@include-section["control.scrbl"]
@include-section["concurrency.scrbl"]
@include-section["macros.scrbl"]