- Timestamp:
- 2016-06-05T12:28:06-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r4311 r4322 80 80 81 81 (defgeneric make-zero-for (self) 82 (:documentation "Create a zero in the ring of SELF.")) 82 (:documentation "Create a zero in the ring of SELF. A fresh instance 83 should be returned upon every call.")) 83 84 84 85 (defgeneric make-unit-for (self) 85 (:documentation "Create a unit in the ring of SELF.")) 86 (:documentation "Create a unit in the ring of SELF. A fresh instance 87 should be returned upon every call."))
Note:
See TracChangeset
for help on using the changeset viewer.