- Timestamp:
- 2015-06-18T20:50:24-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2352 r2353 79 79 in the coefficient ring." 80 80 (format t "TERM::R* called with:~& TERM1: ~A~& TERM2: ~A~%" term1 term2) 81 (c all-next-method))81 (change-class (call-next-method) 'term)) 82 82 83 83 #|
Note:
See TracChangeset
for help on using the changeset viewer.