[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question on function type spec and lambda-list keywords
- To: common-lisp@sail.stanford.edu
- Subject: Question on function type spec and lambda-list keywords
- From: RpK%acorn@oak.lcs.mit.edu
- Date: Mon, 3 Aug 87 12:39 EDT
Is the ftype of +
(function (&rest number) number)
or
(function (&rest list) number)
?
I would assume the former (since &rest args are always of type list), but
there aren't any examples in CLtL that make this clear.