6.1
The Typed Racket Guide
Typed Racket 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 Racket. For an introduction to Racket, see The Racket Guide.
For the precise details, also see The Typed Racket Reference.
4.9 Variable-Arity Functions: Programming with Rest Arguments |