Changeset 2878
- Timestamp:
 - 2015-06-21T11:33:09-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/ring.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/ring.lisp
r2877 r2878 214 214 (apply #'reinitialize-instance copy initargs)))) 215 215 216 ;; Source: http://stackoverflow.com/questions/11067899/is-there-a-generic-method-for-cloning-clos-objects 216 217 (defun shallow-copy-object (original) 217 218 (let* ((class (class-of original))  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  