[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
defstruct (resent due to lossage)
- To: common-lisp@sail.stanford.edu
- Subject: defstruct (resent due to lossage)
- From: "Timothy P. Daly" <DALY@ibm.com>
- Date: Fri, 06 Feb 1987 16:08:00 -0000
How can I define data structures that are pairs using defstruct?
How can I define data structures that contain pairs? What I want
to say is:
(defstruct (name (:type cons)) a b)
how can I name subfields?
(defstruct name (a :type cons :field-names '(kar kdr)))
Tim Daly
DALY@IBM.COM