Version: 4.2.5
Typed Scheme: Scheme with Static Types
Typed Scheme is a family of languages, each of which enforce that programs written in the language obey a type system that ensures the absence of many common errors. This guide is intended for programmers familiar with PLT Scheme. For an introduction to PLT Scheme, see the Guide: PLT Scheme.
4.8 Variable-Arity Functions: Programming with Rest Arguments |