- Timestamp:
- 2016-06-04T22:54:39-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r4279 r4311 70 70 (defgeneric universal-equalp (self other) 71 71 (: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))) 73 74 74 75 (defgeneric universal-zerop (self)
Note:
See TracChangeset
for help on using the changeset viewer.