Changeset 3165 for branches/f4grobner
- Timestamp:
- 2015-06-22T13:15:51-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3164 r3165 48 48 (with-slots (dimension exponents coeff) 49 49 self 50 #+nil51 50 (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>" 52 51 dimension 53 52 exponents 54 ;;coeff 55 #\?)) 56 (format stream "#<TERM>") 53 coeff)) 57 54 self) 58 55
Note:
See TracChangeset
for help on using the changeset viewer.