[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PROCLAIM and type declarations
- To: common-lisp@sail
- Subject: PROCLAIM and type declarations
- From: Guy Steele <gls%AQUINAS@THINK.ARPA>
- Date: Mon, 06 May 1985 15:47:00 -0000
- Cc: gls%AQUINAS@THINK.ARPA
I believe that the sentences from page 156 about PROCLAIM covers
the case currently under debate:
Any variable names mentioned are assumed to refer to the dynamic values
of the variable.... Similarly, any function names mentioned are assumed
to refer to the global function definition.
In a later paragraph it is noted that PROCLAIM of SPECIAL is given an
unusual interpretation.
--Guy