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 2838


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2836 r2838  
    144144  (:documentation "Equality using deep comparison of object slots."))
    145145
     146(defgeneric r-clone (object)
     147  (:documentation "Performs deep copy of an object and returns the result."))
     148
    146149(defgeneric r-elt (object index))
    147150
Note: See TracChangeset for help on using the changeset viewer.