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

[no subject]



An EQUAL method for STRUCT-CLASS has been defined which does component-wise
comparison rather than simply punting to OBJECT-CLASS (which assumes () ).
This can, of course, be overridden with individual structure types by giving
them an EQUAL method of their own.  This was judged a more flavourful default
than (EQUAL (CONS-A-FOO BAR 5) (CONS-A-FOO BAR 5)) ==> ()

If you disagree, flame now.