Changeset 3445 for branches/f4grobner
- Timestamp:
- 2015-09-05T09:23:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/copy.lisp
r3444 r3445 43 43 (defgeneric copy-instance (object &rest initargs &key &allow-other-keys) 44 44 (:method ((object cons) &rest initargs &key &allow-other-keys) 45 (declare (ignore initargs)) 45 46 (copy-seq object)) 46 47 (:documentation "Makes and returns a shallow copy of OBJECT.
Note:
See TracChangeset
for help on using the changeset viewer.