- Timestamp:
- 2016-05-29T14:53:33-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3906 r3907 573 573 (defmethod ->infix ((self cons) &optional vars) 574 574 (assert (eql (car self) +list-marker+)) 575 (cons '+ (mapcar #'(lambda (p) (->infix p vars)) (cdr self))))575 (cons +list-marker+ (mapcar #'(lambda (p) (->infix p vars)) (cdr self)))) 576 576 577 577
Note:
See TracChangeset
for help on using the changeset viewer.