Changeset 2829 for branches/f4grobner/5am-monom.lisp
- Timestamp:
- 2015-06-21T09:46:58-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r2828 r2829 61 61 62 62 (def-fixture monom-context () 63 ;; Use SYMBOL-MACROLET not let to avoid 'unused variable' complaints 63 64 (symbol-macrolet ((m (make-instance 'monom :dimension 3 :exponents '(1 2 3))) 64 65 (n (make-instance 'monom :dimension 3 :exponents '(4 5 6)))
Note:
See TracChangeset
for help on using the changeset viewer.