- Timestamp:
- 2015-06-15T17:57:27-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r1901 r1902 80 80 (defun term->cons (term) 81 81 "A human-readable representation of a term as a cons (MONOM . COEFF)." 82 (declare (type term term)) 82 83 (cons (monom->list (term-monom term)) (term-coeff term))) 83 84
Note:
See TracChangeset
for help on using the changeset viewer.