Changeset 3207 for branches/f4grobner/ring.lisp
- Timestamp:
- 2015-06-22T18:55:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3206 r3207 88 88 (print-unreadable-object (self stream :type t :identity t) 89 89 (format stream "COEFF=~A" 90 (slot-value self 'coeff) ))91 (call-next-method))90 (slot-value self 'coeff) 91 (call-next-method)))) 92 92 93 93 (defgeneric unit-element (class))
Note:
See TracChangeset
for help on using the changeset viewer.