SRFI 1: List Library
(require srfi/1) | package: srfi-lite-lib |
Original specification: SRFI 1
This SRFI works with pairs and lists as in racket, 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 !. Functions that are documented in the SRFI in bold (but not bold italic) correspond to racket functions, while the others are distinct from same-named racket functions.