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 1610


Ignore:
Timestamp:
2015-06-14T17:50:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r1603 r1610  
    3939;;----------------------------------------------------------------
    4040
    41 (defpackage "MONOMIAL"
     41(defpackage "MONOM"
    4242  (:use :cl)
    4343  (:export "MONOM"
     
    6666           "MONOM->LIST"))
    6767
    68 (in-package :monomial)
     68(in-package :monom)
    6969
    7070(deftype exponent ()
Note: See TracChangeset for help on using the changeset viewer.