- Timestamp:
- 2016-06-04T19:09:58-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4236 r4239 627 627 (:method ((self term)) 628 628 "A human-readable representation of a term SELF as a cons of the list of exponents and the coefficient." 629 (cons (coerce (monom-exponents self) 'list) (-> list(term-coeff self)))))629 (cons (coerce (monom-exponents self) 'list) (->sexp (term-coeff self))))) 630 630 631 631 (defgeneric ->sexp (object &optional vars)
Note:
See TracChangeset
for help on using the changeset viewer.