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 712


Ignore:
Timestamp:
2015-06-08T18:14:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r709 r712  
    143143         (multiple-value-bind
    144144             (lm-greater lm-equal)
    145              (funcall (ro-order ring) (termlist-lm p) (termlist-lm q))
     145             (funcall (ring-and-order-order ring) (termlist-lm p) (termlist-lm q))
    146146           (cond
    147147            (lm-equal
     
    171171         (multiple-value-bind
    172172             (mgreater mequal)
    173              (funcall (ro-order ring) (termlist-lm p) (termlist-lm q))
     173             (funcall (ring-and-order-order ring) (termlist-lm p) (termlist-lm q))
    174174           (cond
    175175            (mequal
Note: See TracChangeset for help on using the changeset viewer.