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.

Changeset 4311


Ignore:
Timestamp:
2016-06-04T22:54:39-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4279 r4311  
    7070(defgeneric universal-equalp (self other)
    7171  (:documentation "Return T if objects SELF and OTHER are equal, NIL otherwise.")
    72   (:method ((object1 cons) (object2 cons)) (every #'universal-equalp object1 object2)))
     72  (:method ((object1 cons) (object2 cons)) (every #'universal-equalp object1 object2))
     73  (:method ((self number) (other number)) (= self other)))
    7374
    7475(defgeneric universal-zerop (self)
Note: See TracChangeset for help on using the changeset viewer.