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 2077


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2076 r2077  
    204204        (with-slots (exponents4 exponents)
    205205            m4
    206           (every #'(lambda (x y z w) (= (max x y) (max z w)))
    207                  exponents1 exponents2 exponents3 exponents4))))))
     206          (every
     207           #'(lambda (x y z w) (= (max x y) (max z w)))
     208           exponents1 exponents2 exponents3 exponents4))))))
    208209
    209210#|
Note: See TracChangeset for help on using the changeset viewer.