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-05-27T23:36:10-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3806 r3807  
    137137     (error "Initarg DIMENSION or EXPONENTS must be supplied."))))
    138138
    139 (defgeneric monom-dimension (m)
    140   (:method ((m monom))
    141     (length (monom-exponents m))))
     139(defgeneric monom-dimension (self)
     140  (:method ((self monom))
     141    (length (monom-exponents self))))
    142142
    143143(defgeneric universal-equalp (object1 object2)
Note: See TracChangeset for help on using the changeset viewer.