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 653


Ignore:
Timestamp:
2015-06-08T11:17:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r445 r653  
    4444
    4545(in-package :termlist)
     46
     47(defstruct (ring-and-order :include ring)
     48  (order #'lex> :type function))
    4649
    4750(defun termlist-sugar (p &aux (sugar -1))
Note: See TracChangeset for help on using the changeset viewer.