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

* empty log message *

File:
1 edited

Legend:

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

    r3037 r3041  
    163163    (is (r-equalp (copy-instance term) term))))
    164164
     165(test term-contract
     166  "Term contract"
     167  (let ((term (make-instance 'term :exponents '(1 2 3) :coeff 4))
     168        (term-contracted (make-instance 'term :exponents '(2 3) :coeff 4)))
     169    (is (r-equalp (left-contract term 1) term-contracted))))
     170
     171
    165172;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    166173;;
Note: See TracChangeset for help on using the changeset viewer.