[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

defstruct (resent due to lossage)



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