close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2713


Ignore:
Timestamp:
2015-06-20T16:56:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2712 r2713  
    150150  (:documentation "Add to object SELF another object OTHER.  For
    151151complex 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.")
     152modify/invalidate object OTHER. For standard classes implementing this
     153method, the result should be an object which is EQ to SELF. For
     154built-in classes, such as NUMBER, the returned object may not be EQ to
     155the original, but it will be EQL to it.")
    155156  (:method (self other) (r+ self other)))
    156157
Note: See TracChangeset for help on using the changeset viewer.