Changeset 2418
- Timestamp:
 - 2015-06-18T23:13:30-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/term.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/term.lisp
r2417 r2418 86 86 87 87 (defmethod r* :around ((monom1 monom) (term2 term)) 88 (call-next-method (change-class monom1 'term) term2))88 (call-next-method term2 monom1)) 89 89 90 90 #|  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  