Changeset 2388 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-18T21:51:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2387 r2388 37 37 (r-exponents self) 38 38 (r-coeff self))) 39 40 #|41 ;; Use to debug calls to shared-initialize42 (defmethod shared-initialize ((self term) slot-names43 &rest44 initargs45 &key46 &allow-other-keys)47 (format t "TERM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)48 (call-next-method)49 )50 |#51 39 52 40 (defmethod shared-initialize ((self term) slot-names
Note:
See TracChangeset
for help on using the changeset viewer.