Changeset 3440 for branches/f4grobner/ring.lisp
- Timestamp:
- 2015-08-28T18:27:38-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3439 r3440 237 237 (defgeneric copy-instance (object &rest initargs &key &allow-other-keys) 238 238 (:method ((object cons) &rest initargs &key &allow-other-keys) 239 (copy-seq uenceobject))239 (copy-seq object)) 240 240 (:documentation "Makes and returns a shallow copy of OBJECT. 241 241
Note:
See TracChangeset
for help on using the changeset viewer.