0.7.10.18:
[sbcl.git] / src / compiler / disassem.lisp
index 5dbf562..3219494 100644 (file)
       (cons car cdr)))
 
 (defun sharing-mapcar (fun list)
+  (declare (type function fun))
   #!+sb-doc
   "A simple (one list arg) mapcar that avoids consing up a new list
   as long as the results of calling FUN on the elements of LIST are