- Timestamp:
- 2015-06-21T12:08:38-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2894 r2896 85 85 ;; this requirement. 86 86 ;;(setf (slot-value new 'coeff) 1) 87 (format t "TERM:UPDATE-INSTANCE-FOR-DIFFERENT-CLASS called with OLD:~A, NEW: ~A~%"88 old new)89 87 (setf (term-coeff new) 1) 90 88 (call-next-method))
Note:
See TracChangeset
for help on using the changeset viewer.