- Timestamp:
- 2016-06-04T21:14:32-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4253 r4282 534 534 (typecase coeff 535 535 (integer 536 (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff)))) 536 (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff))) 537 (rational 538 (setf (getf initargs :coeff) (make-instance 'rational-field :value coeff)))) 537 539 ;; Now pass new initargs to the next method 538 540 (apply #'call-next-method (list* self slot-names initargs)))
Note:
See TracChangeset
for help on using the changeset viewer.