- Timestamp:
- 2015-06-20T16:56:25-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2712 r2713 150 150 (:documentation "Add to object SELF another object OTHER. For 151 151 complex objects, it may destructively modify SELF and destructively 152 modify/invalidate object OTHER. The result is an object which is EQ 153 to SELF. NOTE: For built-in classes, such as NUMBER, the returned 154 object may not be EQ to the original, but it will be EQL to it.") 152 modify/invalidate object OTHER. For standard classes implementing this 153 method, the result should be an object which is EQ to SELF. For 154 built-in classes, such as NUMBER, the returned object may not be EQ to 155 the original, but it will be EQL to it.") 155 156 (:method (self other) (r+ self other))) 156 157
Note:
See TracChangeset
for help on using the changeset viewer.