- Timestamp:
- 2015-06-18T11:28:01-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2240 r2241 65 65 66 66 (defmethod initialize-instance :after ((self monom) &rest args &key &allow-other-keys) 67 (format t "INITIALIZE-INSTANCE called with args ~A.~%" 68 self args) 69 (call-next-method)) 67 (format t "INITIALIZE-INSTANCE called with args ~W.~%" args)) 70 68 71 69
Note:
See TracChangeset
for help on using the changeset viewer.