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

Issue: DEFSTRUCT-SLOTS-CONSTRAINTS-NAME (Version 4)



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.