Version: 4.1.5
SRFI 1: List Library
(require srfi/1) |
Original specification: SRFI 1
This SRFI works with pairs and lists as in scheme and mzscheme, which are immutable, so it does not export set-car! and set-cdr!. The other provided bindings that end in ! are equivalent to the corresponding bindings without !.