Add ellipses to the compound-unit, compound-unit/infer grammars for the
import parts of link clauses. svn: r18036
This commit is contained in:
parent
c87f516327
commit
c1f7ba9042
|
@ -301,7 +301,7 @@ definition is generated for the context of the
|
||||||
link-id]
|
link-id]
|
||||||
|
|
||||||
[linkage-decl
|
[linkage-decl
|
||||||
((link-binding ...) unit-expr tagged-link-id)])]{
|
((link-binding ...) unit-expr tagged-link-id ...)])]{
|
||||||
|
|
||||||
Links several units into one new compound unit without immediately
|
Links several units into one new compound unit without immediately
|
||||||
invoking any of the linked units. The @scheme[unit-expr]s in the
|
invoking any of the linked units. The @scheme[unit-expr]s in the
|
||||||
|
@ -404,7 +404,7 @@ See @scheme[unit] for information on @scheme[tagged-sig-spec],
|
||||||
|
|
||||||
[infer-linkage-decl
|
[infer-linkage-decl
|
||||||
((link-binding ...) unit-id
|
((link-binding ...) unit-id
|
||||||
tagged-link-id)
|
tagged-link-id ...)
|
||||||
unit-id])]{
|
unit-id])]{
|
||||||
|
|
||||||
Like @scheme[compound-unit]. Syntactically, the difference between
|
Like @scheme[compound-unit]. Syntactically, the difference between
|
||||||
|
|
Loading…
Reference in New Issue
Block a user