<div dir="ltr"><div class="gmail_extra">On Fri, Jun 1, 2012 at 12:20 PM, Stas Boukarev <span dir="ltr"><<a href="mailto:stassats@gmail.com" target="_blank">stassats@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":z0">As per CLHS,<br>
<a href="http://www.lispworks.com/documentation/lw50/CLHS/Body/04_bc.htm" target="_blank">http://www.lispworks.com/documentation/lw50/CLHS/Body/04_bc.htm</a><br>
"*" means unspecified part of the type specifier.<br>
<br>
(declaim (ftype (function * integer) f))<br>
<br>
(defun f (a)<br>
  (1+ a))<br>
<br>
and then (compile-file "file.lisp")<br>
<br>
;;; LAMBDA: Illegal lambda list *.<br></div></blockquote></div><br>I will upload a patch that fixes this.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>

c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
</div></div>