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 800


Ignore:
Timestamp:
2015-06-08T22:54:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r799 r800  
    3737             ;; BOA constructor. TODO: avoid code duplication with MONOM?
    3838             (:constructor make-term (monom &key
    39                                             (coeff nil coeff-supplied-p)
    4039                                            (ring *ring-of-integers* ring-supplied-p)
    41                                             &aux
    4240                                            (coeff (cond
    4341                                                     (coeff-supplied-p coeff)
Note: See TracChangeset for help on using the changeset viewer.