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 667


Ignore:
Timestamp:
2015-06-08T14:16:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:
 
Location:
branches/f4grobner
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ngrobner.asd

    r656 r667  
    3131                 (:file "ideal")
    3232                 (:file "infix")
     33                 (:file "parse")
    3334                 (:file "infix-printer")
    34                  (:file "parse")
    3535                 (:file "ngrobner-package")
    3636                 (:file "ngrobner")
  • branches/f4grobner/termlist.lisp

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