- Timestamp:
- 2015-06-22T18:34:26-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3191 r3192 80 80 81 81 (defmethod update-instance-for-different-class ((old monom) (new scalar) 82 &rest 83 initargs 82 84 &key 83 85 (coeff 1) … … 86 88 (format t "Old: ~A~%" old) 87 89 (format t "Initargs: ~A~%" initargs) 88 (call-next-method)) )90 (call-next-method)) 89 91 90 92 #|
Note:
See TracChangeset
for help on using the changeset viewer.