Changeset 840 for branches/f4grobner
- Timestamp:
- 2015-06-09T08:37:58-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r839 r840 73 73 (defstruct (monom 74 74 ;; BOA constructor 75 ;; NOTE: having a non-default constructor inhibits reading via #S(...)75 ;; NOTE: having a non-default constructor prohibits reading via #S(...) 76 76 (:constructor make-monom (dimension 77 77 &key
Note:
See TracChangeset
for help on using the changeset viewer.