close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2016-06-01T14:24:03-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4128 r4129  
    220220
    221221(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."
    224223    (declare (ignore object initargs))
    225224    (let ((copy (call-next-method)))
Note: See TracChangeset for help on using the changeset viewer.