Changeset 3006 for branches/f4grobner/ring.lisp
- Timestamp:
- 2015-06-21T15:48:28-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3001 r3006 222 222 (apply #'reinitialize-instance copy initargs)))) 223 223 224 224 #| 225 225 ;; Source: http://stackoverflow.com/questions/11067899/is-there-a-generic-method-for-cloning-clos-objects 226 226 (defun shallow-copy-object (original) … … 232 232 (slot-value original slot)))) 233 233 copy)) 234 |#
Note:
See TracChangeset
for help on using the changeset viewer.