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 4509 for branches


Ignore:
Timestamp:
2016-06-17T11:19:09-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4508 r4509  
    1515(defclass sugar ()
    1616  ((value :initarg :value :initform -1 :accessor sugar-value :type fixnum))
    17   (:documentation "Sugar is a quantity added to various objects, such
    18   as monomials, terms and polynomials."))
     17  (:documentation "Sugar is a quantity added to various objects, such as monomials, terms and polynomials."))
    1918
    2019(defclass monom-with-sugar (monom sugar) ())
Note: See TracChangeset for help on using the changeset viewer.