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.

original commit: e92c35d90c6558ef54f5d81191eb4c1eaf88249c
This commit is contained in:
Stevie Strickland 2008-07-13 22:33:37 -04:00
parent d77d7ba57f
commit 8a0c610699

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.