- Timestamp:
- 2016-06-05T12:12:00-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4285 r4317 640 640 641 641 (defmethod ->sexp :around ((object term) &optional vars) 642 "Convert a term OBJECT to infix form, using variable VARS to build the representation."642 "Convert a term OBJECT to S-expression, using variable VARS to build the representation." 643 643 (declare (ignore vars)) 644 644 (with-slots (coeff)
Note:
See TracChangeset
for help on using the changeset viewer.