|
ANSI Common Lisp 14 Conses 14.1 Cons Concepts 14.1.2 Conses as Lists
14.1.2.3 General Restrictions on Parameters that must be Lists
Except as explicitly specified otherwise,
any standardized function that takes a parameter
that is required to be a list should be prepared to signal
an error of type type-error if the value received is a dotted list.
Except as explicitly specified otherwise,
for any standardized function that takes a parameter
that is required to be a list,
the consequences are undefined
if that list is circular.
|