- Timestamp:
- 2015-06-19T10:49:17-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2469 r2470 54 54 55 55 (defclass poly () 56 ((termlist :initarg :term s:accessor poly-termlist))56 ((termlist :initarg :termlist :accessor poly-termlist)) 57 57 (:default-initargs :termlist nil)) 58 58
Note:
See TracChangeset
for help on using the changeset viewer.