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 842


Ignore:
Timestamp:
2015-06-09T08:39:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r841 r842  
    7474             ;; BOA constructor
    7575             ;; NOTE: having a non-default constructor inhibits reading via #S(...)
    76              (:constructor make-monom (dimension
    77                                        &key
     76             (:constructor make-monom (&key
     77                                       (dimension 0)
    7878                                       (initial-exponents #() initial-exponents-supplied-p)
    7979                                       (initial-exponent  #() initial-exponent-supplied-p)
Note: See TracChangeset for help on using the changeset viewer.