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