Changeset 4340 for branches/f4grobner/monom.lisp
- Timestamp:
- 2016-06-06T13:11:47-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4336 r4340 533 533 ;; Dispatch on the type of supplied :COEFF arg 534 534 (typecase coeff 535 (integer536 (setf (getf initargs :coeff) (make-instance 'integer-ring :value coeff)))537 535 (rational 538 536 (setf (getf initargs :coeff) (make-instance 'rational-field :value coeff))))
Note:
See TracChangeset
for help on using the changeset viewer.