Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
rtoy authored
the declaration on the list.  Fixes the bug reported by Frode Vatvedt
Fjeld on cmucl-imp, 2004/09/06:

(compile (defun f (x) (loop for (a . b) on x collect a)))
(f '(1 2 . 3)) => error

It should return '(1 2).
bbe6aea9
History
Name Last commit Last update