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 1986


Ignore:
Timestamp:
2015-06-16T00:17:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pol.lisp

    r1985 r1986  
    109109  (make-instance 'poly :termlist termlist :sugar (termlist-sugar termlist)))
    110110
     111
     112(defmethod print-object ((poly poly) stream)
     113  (princ (slot-value poly 'termlist)))
    111114
    112115;; Leading term
Note: See TracChangeset for help on using the changeset viewer.