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 2454


Ignore:
Timestamp:
2015-06-19T10:28:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-monom.lisp

    r2453 r2454  
    4040(require :ring "ring")
    4141(require :monom "monom")
    42 (require :monom "term")
     42(require :term "term")
     43(require :order "order")
    4344
    4445(defpackage #:5am-monom
    45   (:use :cl :it.bese.fiveam :ring :monom :term)
     46  (:use :cl :it.bese.fiveam :ring :monom :term :order)
    4647  (:shadowing-import-from :ring "ZEROP" "LCM" "GCD" "+" "-" "*" "/" "EXPT"))
    4748
Note: See TracChangeset for help on using the changeset viewer.