Changeset 3131
- Timestamp:
- 2015-06-22T11:08:23-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3100 r3131 80 80 81 81 (defclass scalar () 82 ((value :initarg :value :accessor value))82 ((value :initarg :value :accessor scalar-value)) 83 83 (:documentation "Wraps objects suitable as scalars/polynomial coefficients")) 84 84
Note:
See TracChangeset
for help on using the changeset viewer.