srfi.5
- A compatible let form with signatures and rest arguments ¶This module provides SRFI-5’s extended let
syntax.
[SRFI-5]{srfi.5
}
The let
syntax is extended in two ways.
let
syntax accepts the name identifier (for
named let syntax) within the list of bindings (as in the third
syntax above).
let
syntax accepts the rest parameter binding
which works like the rest parameter in the lambda
syntax.
See SRFI-5 document for rationale of this extension.