Skip to content
Snippets Groups Projects
Commit bbe6aea9 authored by rtoy's avatar rtoy
Browse files

FOR-AS-ON-LIST is specified over lists, not proper lists, so remove

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).
parent 2df5b38f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment