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:
2016-06-11T08:36:52-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4383 r4447  
    8686(defgeneric universal-equalp (self other)
    8787  (:documentation "Return T if objects SELF and OTHER are equal, NIL otherwise.")
     88  (:method ((object1 null) (object2 null)) t)
    8889  (:method ((object1 cons) (object2 cons)) (every #'universal-equalp object1 object2))
    8990  (:method ((self number) (other number)) (= self other)))
Note: See TracChangeset for help on using the changeset viewer.