close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2015-09-05T18:54:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3606 r3607  
    141141(defgeneric universal-equalp (object1 object2)
    142142  (:documentation "Returns T iff OBJECT1 and OBJECT2 are equal.")
     143  (:method ((object1 cons) (object2 cons)) (equalp object1 object2))
    143144  (:method ((m1 monom) (m2 monom))
    144145    "Returns T iff monomials M1 and M2 have identical EXPONENTS."
Note: See TracChangeset for help on using the changeset viewer.