Changeset 3103 for branches/f4grobner
- Timestamp:
- 2015-06-21T23:40:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3102 r3103 133 133 (q-ext (alist->poly '( ((0 0 0) . -1) ((0 1 0) . 1) ((0 1 2) . 3)))) 134 134 (plist-st-ext (list p-ext q-ext))) 135 (is (r-equalp (standard-extension plist) plist-st-ext))))135 (is (r-equalp (standard-extension-1 plist) plist-st-ext)))) 136 136 137 137 (run! 'poly-suite)
Note:
See TracChangeset
for help on using the changeset viewer.