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 3438 for branches/f4grobner


Ignore:
Timestamp:
2015-08-28T18:19:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3437 r3438  
    236236;; NOTE: This is a shallow copy. Add an around method for classes which need deep copy of the slots.
    237237(defgeneric copy-instance (object &rest initargs &key &allow-other-keys)
    238   (:method (object &rest initargs &key &allow-other-keys) object)
    239238  (:documentation "Makes and returns a shallow copy of OBJECT.
    240239
Note: See TracChangeset for help on using the changeset viewer.