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 2712


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2693 r2712  
    148148
    149149(defgeneric add-to (self other)
     150  (:documentation "Add to object SELF another object OTHER.  For
     151complex objects, it may destructively modify SELF and destructively
     152modify/invalidate object OTHER.  The result is an object which is EQ
     153to SELF. NOTE: For built-in classes, such as NUMBER, the returned
     154object may not be EQ to the original, but it will be EQL to it.")
    150155  (:method (self other) (r+ self other)))
    151156
Note: See TracChangeset for help on using the changeset viewer.