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-21T12:07:47-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2893 r2895  
    149149  (symbol-macrolet
    150150      ((term (make-instance 'term :exponents '(1 2 3) :coeff 4))
    151        (monom (make-instance 'term :exponents '(1 2 3)))
     151       (monom (make-instance 'monom :exponents '(1 2 3)))
    152152       (promoted-monom  (make-instance 'term :exponents '(1 2 3) :coeff 1)))
    153153    (&body)))
Note: See TracChangeset for help on using the changeset viewer.