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.

Ignore:
Timestamp:
2015-09-05T10:14:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3472 r3473  
    334334
    335335
    336 (in-package :order)
    337 
    338 (proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 0)))
    339 
    340 ;; pure lexicographic
    341336(defgeneric lex> (p q &optional start end)
    342337  (:documentation "Return T if P>Q with respect to lexicographic
Note: See TracChangeset for help on using the changeset viewer.