- Timestamp:
- 2015-06-18T22:09:52-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2394 r2395 40 40 (defmethod shared-initialize ((self term) slot-names 41 41 &rest 42 ;;initargs42 initargs 43 43 &key 44 44 coeff 45 45 &allow-other-keys) 46 (declare (ignore initargs)) 46 47 (if (eq slot-names t) (setf slot-names '(coeff))) 47 48 (dolist (slot-name slot-names)
Note:
See TracChangeset
for help on using the changeset viewer.