- Timestamp:
- 2015-06-18T21:29:03-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2375 r2376 71 71 in the coefficient ring." 72 72 (format t "TERM::R* called with:~& TERM1: ~A~& TERM2: ~A~%" term1 term2) 73 (c all-next-method))73 (change-class (call-next-method) 'term)) 74 74 75 75 #|
Note:
See TracChangeset
for help on using the changeset viewer.