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.

Changeset 4522 for branches


Ignore:
Timestamp:
2016-06-17T18:06:13-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial-sugar.lisp

    r4520 r4522  
    6363              exponents coeff value))))
    6464
     65(defmethod shared-initialize :after ((self term-with-sugar) slot-names &rest initargs &key)
     66  (declare (ignore slot-names initargs))
     67  (setf (slot-value self 'value) (static-sugar self)))
     68
     69
    6570(defmethod update-instance-for-different-class :after ((old term) (new term-with-sugar) &key)
    6671  "Add sugar."
Note: See TracChangeset for help on using the changeset viewer.