close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1155


Ignore:
Timestamp:
2015-06-10T19:29:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1146 r1155  
    407407MONOM[I] is a list of exponents in the monomial and COEFF[I] is the
    408408corresponding coefficient in the ring."
    409   (mapcar term->cons (poly-termlist p)))
     409  (declare (type poly p))
     410  (mapcar #'term->cons (poly-termlist p)))
    410411
    411412(defun string->alist (str vars)
Note: See TracChangeset for help on using the changeset viewer.