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


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

* empty log message *

File:
1 edited

Legend:

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

    r4507 r4508  
    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 as monomials, terms and polynomials."))
     17  (:documentation "Sugar is a quantity added to various objects, such
     18  as monomials, terms and polynomials."))
    1819
    1920(defclass monom-with-sugar (monom sugar) ())
Note: See TracChangeset for help on using the changeset viewer.