Changeset 792 for branches/f4grobner
- Timestamp:
- 2015-06-08T22:46:48-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r791 r792 36 36 (:include monom) 37 37 ;; BOA constructor. TODO: avoid code duplication with MONOM? 38 (:constructor make-term (monom &optional 39 (c nil c-supplied) 38 (:constructor make-term (monom &optional (c nil c-supplied) 40 39 (ring *ring-of-integers* ring-supplied-p) 41 & key40 &aux 42 41 (coeff (cond 43 42 (c-supplied c)
Note:
See TracChangeset
for help on using the changeset viewer.