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