[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
1Question about declaration0
- To: miller@cs.rochester.edu
- Subject: 1Question about declaration0
- From: Robert W. Kerns <RWK@YUKON.SCRC.Symbolics.COM>
- Date: Fri, 11 Dec 87 10:54 EST
- Cc: CL@ACORN.CS.ROCHESTER.EDU
- Character-type-mappings: (1 0 (NIL 0) (NIL :CONDENSED NIL) "CPTFONTC")
- Fonts: CPTFONT, CPTFONTC
- In-reply-to: <871211011624.0.MILLER@DOUGHNUT.CS.ROCHESTER.EDU>
Date: Fri, 11 Dec 87 01:16 EST
From: Brad Miller <miller@ACORN.CS.ROCHESTER.EDU>
1 How would you write a function declaration for the following?
(defun foo (bar)
(declare (type list bar))
(values-list bar)
(proclaim '(function foo (list) ????))
0I wouldn't. CL doesn't have any syntax for declaring
a variable number of values, period.