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