[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Thu, 17 Jul 80 05:15:00 GMT
- Cc: NIL-I at MIT-MC
- Original-date: 17 JUL 1980 0115-EDT
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.