Changeset 3660 for branches/f4grobner
- Timestamp:
- 2015-09-05T21:36:32-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/copy.lisp
r3469 r3660 38 38 ;; NOTE: This is a shallow copy. Add an around method for classes which need deep copy of the slots. 39 39 (defgeneric copy-instance (object &rest initargs &key &allow-other-keys) 40 (:method ((object number) &rest initargs &key &allow-other-keys) 41 object) 40 42 (:method ((object cons) &rest initargs &key &allow-other-keys) 41 43 (declare (ignore initargs))
Note:
See TracChangeset
for help on using the changeset viewer.