Changeset 4129 for branches/f4grobner
- Timestamp:
- 2016-06-01T14:24:03-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4128 r4129 220 220 221 221 (defmethod copy-instance :around ((object monom) &rest initargs &key &allow-other-keys) 222 "An :AROUND method of COPY-INSTANCE. It replaces 223 exponents with a fresh copy of the sequence." 222 "An :AROUND method of COPY-INSTANCE. It replaces exponents with a fresh copy of the sequence." 224 223 (declare (ignore object initargs)) 225 224 (let ((copy (call-next-method)))
Note:
See TracChangeset
for help on using the changeset viewer.