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.

Changeset 4261


Ignore:
Timestamp:
2016-06-04T20:37:49-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3776 r4261  
    159159  "Poly-content"
    160160  (let* ((p (alist->poly '( ((1 0 0) . 12) ((1 0 1) . 15))))
    161          (pc 3))
     161         (pc (make-instance 'integer-ring :value 3)))
    162162    (is (universal-equalp (poly-content p) pc))))
    163163
Note: See TracChangeset for help on using the changeset viewer.