Changeset 2296 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T16:39:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2295 r2296 66 66 (slot-value self 'exponents))) 67 67 68 (defmethod initialize-instance :before((self monom)68 (defmethod initialize-instance ((self monom) 69 69 &rest 70 70 args 71 71 &key 72 72 &allow-other-keys) 73 (format t "MONOM::INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)) 73 (format t "MONOM::INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args) 74 (call-next-method)) 74 75 75 76 (defmethod initialize-instance ((self monom)
Note:
See TracChangeset
for help on using the changeset viewer.