[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
declare in with-slots
- To: Gregor.pa@XEROX.COM
- Subject: declare in with-slots
- From: Glenn Andrew Kramer <GAK@SPAR-20.SPAR.SLB.COM>
- Date: Wed, 3 Aug 1988 15:37 PDT
- Cc: common-lisp-object-system@SAIL.STANFORD.EDU
- In-reply-to: Msg of 2 Aug 1988 13:51-PDT from Gregor.pa at Xerox.COM
One other point to be made with respect to declarations and with-slots is that
the types of the slots may already be declared in the class definition. If a
slot is declared to be fixnum in the defclass, then it should automatically be
treated as such in the body of a with-slots, without having to place another
explicit declaration.