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 2869


Ignore:
Timestamp:
2015-06-21T11:25:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2868 r2869  
    145145  (:documentation "Equality using deep comparison of object slots."))
    146146
    147 (defgeneric r-clone (object)
    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."))
    151 
    152147(defgeneric r-elt (object index))
    153148
Note: See TracChangeset for help on using the changeset viewer.