Next: srfi list spec cons, Up: srfi list spec [Index]
In a Scheme system that has a module or package system, these procedures
should be contained in a module named list-lib. The templates
given below obey the following conventions for procedure formals:
lista proper (finite, nil–terminated) list;
clista proper or circular list;
flista finite (proper or dotted) list;
paira pair;
x, y, d, aany value;
object, valueany value;
n, ia natural number (an integer >= 0);
proca procedure;
preda procedure whose return value is treated as a boolean;
=a boolean procedure taking two arguments.
It is an error to pass a circular or dotted list to a procedure not defined to accept such an argument.