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