class chapter in reference
svn: r6975
This commit is contained in:
parent
1f48fb2c10
commit
ba1670a88d
|
@ -837,7 +837,7 @@
|
||||||
(make-paragraph
|
(make-paragraph
|
||||||
(list (make-target-element
|
(list (make-target-element
|
||||||
#f
|
#f
|
||||||
(list (to-element name))
|
(list (to-element (make-just-context name stx-id)))
|
||||||
(register-scheme-definition stx-id))
|
(register-scheme-definition stx-id))
|
||||||
spacer ":" spacer
|
spacer ":" spacer
|
||||||
(to-element result-contract))))))))
|
(to-element result-contract))))))))
|
||||||
|
|
1387
collects/scribblings/reference/class.scrbl
Normal file
1387
collects/scribblings/reference/class.scrbl
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -636,7 +636,7 @@ indefinitely.}
|
||||||
@include-section["procedures.scrbl"]
|
@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
|
The constant @|void-const| is returned by most forms and procedures
|
||||||
that have a side-effect and no useful result. The constant
|
that have a side-effect and no useful result. The constant
|
||||||
|
|
|
@ -19,6 +19,7 @@ language.
|
||||||
@include-section["syntax.scrbl"]
|
@include-section["syntax.scrbl"]
|
||||||
@include-section["data.scrbl"]
|
@include-section["data.scrbl"]
|
||||||
@include-section["struct.scrbl"]
|
@include-section["struct.scrbl"]
|
||||||
|
@include-section["class.scrbl"]
|
||||||
@include-section["control.scrbl"]
|
@include-section["control.scrbl"]
|
||||||
@include-section["concurrency.scrbl"]
|
@include-section["concurrency.scrbl"]
|
||||||
@include-section["macros.scrbl"]
|
@include-section["macros.scrbl"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user