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 1984


Ignore:
Timestamp:
2015-06-15T22:11:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pol.lisp

    r1983 r1984  
    8787  ((termlist :initarg :termlist :accessor termlist)
    8888   (sugar    :initarg :sugar :accessor sugar)
    89   ))
     89  )
     90  (:default-initargs :termlist nil :sugar -1))
    9091
    9192(defun make-poly-from-termlist (termlist &optional (sugar (termlist-sugar termlist)))
Note: See TracChangeset for help on using the changeset viewer.