Changeset 2864 for branches/f4grobner/5am-monom.lisp
- Timestamp:
- 2015-06-21T11:03:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r2863 r2864 155 155 (test monom/term-conversion 156 156 "Monom/term conversion" 157 (with-fixture monom -term-conversion-context ()157 (with-fixture monom/term-conversion-context () 158 158 (is (monom-equalp (change-class term 'monom) monom)) 159 159 (is (r-equalp (change-class monom 'term) promoted-monom))) 160 (with-fixture monom -term-conversion-context ()160 (with-fixture monom/term-conversion-context () 161 161 (is (r-equalp (r-clone term) term)))) 162 162
Note:
See TracChangeset
for help on using the changeset viewer.