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.

Ignore:
Timestamp:
2015-06-15T18:57:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1946 r1947  
    117117
    118118(defun termlist-times-term (ring f term)
    119   (declare (ring ring))
     119  (declare (ring ring) (type term term))
    120120  (mapcan #'(lambda (term-f) (term-mul-lst ring term-f term)) f))
    121121
Note: See TracChangeset for help on using the changeset viewer.