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-09T09:36:41-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ngrobner.lisp

    r751 r861  
    110110     `(* ,(term-coeff object)
    111111         ,@(mapcar #'(lambda (var power) `(expt ,var ,power))
    112                    vars (monom-exponents (term-monom object)))))
     112                   vars (coerce (monom-exponents (term-monom object)) 'list))))
    113113    (otherwise
    114114     object)))
Note: See TracChangeset for help on using the changeset viewer.