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 3239


Ignore:
Timestamp:
2015-06-22T20:16:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3238 r3239  
    3434
    3535(defmethod print-object ((self poly) stream)
    36   (print-unreadable-object (self stream)
     36  (print-unreadable-object (self stream :type t :identity t)
    3737    (with-accessors ((termlist poly-termlist)
    3838                     (order poly-term-order)
Note: See TracChangeset for help on using the changeset viewer.