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 1172


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1171 r1172  
    418418     (mapcar #'term->cons (poly-termlist p)))
    419419    ((and (consp p) (eq (car p) :[))
    420      (const :[ (mapcar #'poly->alist (cdr p))))))
     420     (cons :[ (mapcar #'poly->alist (cdr p))))))
    421421
    422422(defun string->alist (str vars
Note: See TracChangeset for help on using the changeset viewer.