Changeset 2419
- Timestamp:
 - 2015-06-18T23:42:14-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/term.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/term.lisp
r2418 r2419 82 82 result)) 83 83 84 (defmethod r* : around((term1 term) (monom2 monom))85 (c all-next-method term1 (change-class monom2 'term)))84 (defmethod r* :before ((term1 term) (monom2 monom)) 85 (change-class monom2 'term)) 86 86 87 (defmethod r* : around((monom1 monom) (term2 term))88 (c all-next-method term2 monom1))87 (defmethod r* :before ((monom1 monom) (term2 term)) 88 (change-class monom1 'term)) 89 89 90 90 #|  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  