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.

Ignore:
Timestamp:
2015-09-05T09:56:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3465 r3467  
    9494    (is (monom-equalp (monom-multiply-by m n) m*n)))
    9595  (with-fixture monom-context ()
    96     (is (monom-equalp (monom-divide-by n m) n/m))))
     96    (is (monom-equalp (monom-divide-by n m) n/m)))
     97  (with-fixture monom-context ()
     98    (is (equal (monom->list m) '(1 2 3)))))
    9799 
    98100(run! 'monom-suite)
Note: See TracChangeset for help on using the changeset viewer.