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-06-21T09:45:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2825 r2826  
    145145
    146146(def-fixture order-context ()
    147   (let ((p (make-instance 'monom :exponents '(1 3 2)))
    148         (q (make-instance 'monom :exponents '(1 2 3))))
     147  (symbol-macrolet ((p (make-instance 'monom :exponents '(1 3 2)))
     148                    (q (make-instance 'monom :exponents '(1 2 3))))
    149149    (&body)))
    150150
Note: See TracChangeset for help on using the changeset viewer.