I'm not sure how best to add this as a hit for "rest argument(s)" without

actually putting that in the section title -- and truthfully, maybe it
should be, for those who aren't deeply versed in PL but know enough
Lisp/Scheme to ask for this.
This commit is contained in:
Stevie Strickland 2008-07-13 22:33:37 -04:00
parent b991505297
commit e92c35d90c

View File

@ -290,7 +290,7 @@ The new type constructor @scheme[All] takes a list of type
variables and a body type. The type variables are allowed to
appear free in the body of the @scheme[All] form.
@section{Variable-Arity Functions}
@section{Variable-Arity Functions: Programming with Rest Arguments}
Typed Scheme can handle some uses of rest arguments.