- Timestamp:
- 2015-06-21T11:19:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2839 r2867 146 146 147 147 (defgeneric r-clone (object) 148 (:documentation "Performs deep copy of an object and returns the result.")) 148 (:method (self) self) 149 (:documentation "Performs deep copy of an object and returns the result. 150 For self-evaluating objects, it may returns SELF.")) 149 151 150 152 (defgeneric r-elt (object index))
Note:
See TracChangeset
for help on using the changeset viewer.