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 605


Ignore:
Timestamp:
2015-06-06T23:37:21-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r604 r605  
    109109  "Conversion to infix form"
    110110  (is (equal
    111        (ngrobner::coerce-to-infix :term (ngrobner::make-term-variable ngrobner::*ring-of-integers* 5 3) '(x y z w u v))
     111       (coerce-to-infix :term (make-term-variable *ring-of-integers* 5 3) '(x y z w u v))
    112112       '(* 1 (EXPT X 0) (EXPT Y 0) (EXPT Z 0) (EXPT W 1) (EXPT U 0)))))
    113113
Note: See TracChangeset for help on using the changeset viewer.