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-06-08T14:07:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring-and-order.lisp

    r662 r663  
    2626(in-package :ring-and-order)
    2727
    28 (defstruct (ring-and-order
    29              (:include ring)
    30              (:conc-name ro-))
    31   ;;(order #'lex> :type function)
     28(defstruct (ring-and-order)
     29  (ring *ring-of-integers* :type ring)
     30  (order #'lex> :type function)
    3231  )
Note: See TracChangeset for help on using the changeset viewer.