- Timestamp:
- 2015-06-19T10:46:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2467 r2468 58 58 59 59 (defgeneric insert-item (object item) 60 (:method ((self poly) (item (term)))60 (:method ((self poly) (item term)) 61 61 (push item (poly-termlist self)) 62 62 self))
Note:
See TracChangeset
for help on using the changeset viewer.