Changeset 4025 for branches/f4grobner
- Timestamp:
- 2016-05-31T14:44:43-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4024 r4025 612 612 value of VARS is the corresponding slot value of SELF.") 613 613 (:method :before ((self monom) &optional vars) 614 "Check the length of variables VARS against the length of exponents ."614 "Check the length of variables VARS against the length of exponents in SELF." 615 615 (with-slots (exponents) 616 616 self
Note:
See TracChangeset
for help on using the changeset viewer.