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 863


Ignore:
Timestamp:
2015-06-09T10:34:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r830 r863  
    247247     . ,body))
    248248
    249 (defmacro with-ring-and-order ((order) &body body)
     249(defmacro with-ring-and-order ((ring order) &body body)
    250250  "Evaluate BODY with monomial order set to ORDER and coefficient ring set to RING."
    251251  `(let ((*monomial-order* (or (find-order ,order) *monomial-order*))
Note: See TracChangeset for help on using the changeset viewer.