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