-
- Downloads
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).
Loading
Please register or sign in to comment