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 2867


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2839 r2867  
    146146
    147147(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.
     150For self-evaluating objects, it may returns SELF."))
    149151
    150152(defgeneric r-elt (object index))
Note: See TracChangeset for help on using the changeset viewer.