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 2370


Ignore:
Timestamp:
2015-06-18T21:21:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2360 r2370  
    2222(defpackage "TERM"
    2323  (:use :cl :monom :ring)
    24   (:export "TERM"
    25            "TERM-EXPONENTS"
    26            "TERM-MONOM"
    27            "TERM-COEFF"
    28            "MAKE-TERM"
    29            "MAKE-TERM-VARIABLE"
    30            "TERM-MUL"
    31            "TERM-SUGAR"
    32            "TERM-DEPENDS-P"
    33            "TERM->CONS"))
    34 
     24  (:export "MAKE-TERM-VARIABLE"))
    3525
    3626(in-package :term)
Note: See TracChangeset for help on using the changeset viewer.