[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: FUNCTION-TYPE-REST-LIST-ELEMENT, FUNCTION-DECLARATION issues
- To: Pavel.pa@Xerox.COM
- Subject: Re: Issue: FUNCTION-TYPE-REST-LIST-ELEMENT, FUNCTION-DECLARATION issues
- From: Masinter.pa@Xerox.COM
- Date: 2 Dec 87 22:20 PST
- Cc: cl-cleanup@SAIL.STANFORD.EDU, sandra%orion@CS.UTAH.EDU
- In-reply-to: Pavel.pa's message of Wed, 2 Dec 87 21:42:47 PST
Under the interpretation outlined in your message, it would not be valid to assume, given
(declare (function my-cons (float string) list) )
that
(typep (my-cons x y) 'list)
can be assumed, unless it was also asserted (declare (float x) (string y))?