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 4342


Ignore:
Timestamp:
2016-06-06T13:16:06-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4332 r4342  
    2323  (:use :cl :copy)
    2424  (:export "RING"
     25           "FIELD"
    2526           "ADD-TO"
    2627           "SUBTRACT-FROM"
     
    4950
    5051(defclass ring () () (:documentation "An abstract ring."))
     52(defclass field (ring) () (:documentation "An abstract ring."))
    5153           
    5254(defgeneric multiply-by (self other)
Note: See TracChangeset for help on using the changeset viewer.