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 941


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r937 r941  
    196196;; Non-destructive version
    197197(defun termlist-mul (ring-and-order p q
    198                      &aux
    199                        (ring (ro-ring ring-and-order))
    200                        (order (ro-order ring-and-order)))
     198                     &aux (ring (ro-ring ring-and-order)))
    201199  (declare (ring-and-order ring-and-order))
    202200  (cond ((or (endp p) (endp q)) nil)    ;p or q is 0 (represented by NIL)
Note: See TracChangeset for help on using the changeset viewer.