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 1620


Ignore:
Timestamp:
2015-06-14T18:20:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r1619 r1620  
    3030           "TERM-MUL"
    3131           "TERM-SUGAR"
     32           "TERM-DEPENDS-P"
    3233           "TERM->CONS"))
    3334
     
    7374  (monom-depends-p (term-monom term) k))
    7475
    75 
    76 
    7776(defun term->cons (term)
    7877  "A human-readable representation of a term as a cons (MONOM . COEFF)."
Note: See TracChangeset for help on using the changeset viewer.