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 3006


Ignore:
Timestamp:
2015-06-21T15:48:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3001 r3006  
    222222      (apply #'reinitialize-instance copy initargs))))
    223223
    224 
     224#|
    225225;; Source: http://stackoverflow.com/questions/11067899/is-there-a-generic-method-for-cloning-clos-objects
    226226(defun shallow-copy-object (original)
     
    232232              (slot-value original slot))))
    233233    copy))
     234|#
Note: See TracChangeset for help on using the changeset viewer.