- Timestamp:
- 2016-05-31T16:48:06-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4040 r4041 646 646 (t 647 647 (cons '* m)))))) 648 (:method :around((self term) &optional vars)648 (:method ((self term) &optional vars) 649 649 "Convert a term SELF to infix form, using variable VARS to build the representation." 650 650 (declare (ignore vars))
Note:
See TracChangeset
for help on using the changeset viewer.