- Timestamp:
- 2015-06-22T07:56:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3110 r3112 355 355 (make-instance 356 356 'poly 357 :termlist ( mapcan #'poly-termlist plist)))))357 :termlist (apply #'nconc (mapcon #'poly-termlist plist)))))) 358 358 359 359 #|
Note:
See TracChangeset
for help on using the changeset viewer.