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 956


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

* empty log message *

File:
1 edited

Legend:

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

    r955 r956  
    124124         (t2 (make-term m2 9))
    125125         (p (make-poly-from-termlist (list t1 t2)))
    126          (q (termlist-expt p 2)))
     126         (ring-and-order (make-ring-and-order))
     127         (q (termlist-expt ring-and-order p 2)))
    127128    (is-true (print p))
    128129    (is-true (print q))))
Note: See TracChangeset for help on using the changeset viewer.