Changeset 842 for branches/f4grobner
- Timestamp:
- 2015-06-09T08:39:48-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r841 r842 74 74 ;; BOA constructor 75 75 ;; NOTE: having a non-default constructor inhibits reading via #S(...) 76 (:constructor make-monom ( dimension77 &key76 (:constructor make-monom (&key 77 (dimension 0) 78 78 (initial-exponents #() initial-exponents-supplied-p) 79 79 (initial-exponent #() initial-exponent-supplied-p)
Note:
See TracChangeset
for help on using the changeset viewer.