Changeset 3163 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T13:09:56-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3162 r3163 48 48 (with-slots (dimension exponents coeff) 49 49 self 50 #+nil 50 51 (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>" 51 52 dimension … … 53 54 ;;coeff 54 55 #\?)) 56 (format stream "#<TERM>") 55 57 self) 56 58 … … 77 79 |# 78 80 79 (defmethod update-instance-for-different-class :after((old monom) (new term)81 (defmethod update-instance-for-different-class ((old monom) (new term) 80 82 &rest initargs &key &allow-other-keys) 81 83 ;; Changing an instance of class MONOM to class TERM may also
Note:
See TracChangeset
for help on using the changeset viewer.