Changeset 758 for branches/f4grobner
- Timestamp:
- 2015-06-08T21:30:39-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r757 r758 34 34 35 35 (defstruct (term 36 (:constructor make-term (monom coeff)) 37 ;;(:constructor make-term-variable) 38 ;;(:type list) 36 (:include monom) 37 (:constructor make-term (monom coeff)) 38 ;;(:constructor make-term-variable) 39 ;;(:type list) 39 40 ) 40 (monom (make-monom 0) :type monom)41 41 (coeff nil)) 42 42
Note:
See TracChangeset
for help on using the changeset viewer.