- Timestamp:
- 2015-08-27T18:22:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r3424 r3437 236 236 ;; NOTE: This is a shallow copy. Add an around method for classes which need deep copy of the slots. 237 237 (defgeneric copy-instance (object &rest initargs &key &allow-other-keys) 238 (:method (object &rest initargs &key &allow-other-keys) object) 238 239 (:documentation "Makes and returns a shallow copy of OBJECT. 239 240
Note:
See TracChangeset
for help on using the changeset viewer.