Changeset 2416 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-18T23:08:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2415 r2416 82 82 result)) 83 83 84 (defmethod r* :before((term1 term) (monom2 monom))84 (defmethod r* ((term1 term) (monom2 monom)) 85 85 (call-next-method term1 (change-class monom2 'term))) 86 86 87 (defmethod r* :before((monom1 monom) (term2 term))87 (defmethod r* ((monom1 monom) (term2 term)) 88 88 (call-next-method (change-class monom1 'term) term2)) 89 89
Note:
See TracChangeset
for help on using the changeset viewer.