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 4278


Ignore:
Timestamp:
2016-06-04T21:09:52-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4274 r4278  
    7676  (:documentation "Convert SELF to an S-expression."))
    7777
     78(defgeneric make-zero-for (self)
     79  (:documentation "Create a zero in the ring of SELF."))
     80
     81(defgeneric make-unit-for (self)
     82  (:documentation "Create a unit in the ring of SELF."))
Note: See TracChangeset for help on using the changeset viewer.