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 2775


Ignore:
Timestamp:
2015-06-20T19:51:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2774 r2775  
    120120          (unless (endp q)
    121121            ,@(when uminus-fn
    122                     `(mapc #'(lambda (x) (setf x (funcall ,uminus-fn x))) q))
     122                    `((mapc #'(lambda (x) (setf x (funcall ,uminus-fn x))) q)))
    123123            (setf r (nreconc r q)))
    124124          r)
Note: See TracChangeset for help on using the changeset viewer.