[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: DEFSTRUCT-SLOTS-CONSTRAINTS-NAME (Version 4)
- To: alarson@src.honeywell.com (Aaron Larson)
- Subject: Issue: DEFSTRUCT-SLOTS-CONSTRAINTS-NAME (Version 4)
- From: masinter.pa@Xerox.COM
- Date: 9 Jan 89 22:36 PST
- Cc: cl-cleanup@sail.stanford.edu
Re: "Confused, why string= on the names. Does that mean that foo:a and
bar:a cannot both be slots in the same structure? (check where accessors
are interned)."
Yes, DUPLICATES-ERROR means that you cannot have FOO:A and BAR:A both a
slot in the same DEFSTRUCT structure.
I think this is an implication of the wording there and no amendement is
needed, but will add this clarification if there is disagreement.