- Timestamp:
- 2015-06-22T20:52:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3240 r3263 33 33 (:default-initargs :termlist nil :vars nil)) 34 34 35 (defmethod print-object ((self poly) stream)35 (defmethod print-object ((self symbolic-poly) stream) 36 36 (print-unreadable-object (self stream :type t :identity t) 37 37 (with-accessors ((termlist poly-termlist)
Note:
See TracChangeset
for help on using the changeset viewer.