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 4322


Ignore:
Timestamp:
2016-06-05T12:28:06-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4311 r4322  
    8080
    8181(defgeneric make-zero-for (self)
    82   (:documentation "Create a zero in the ring of SELF."))
     82  (:documentation "Create a zero in the ring of SELF. A fresh instance
     83should be returned upon every call."))
    8384
    8485(defgeneric make-unit-for (self)
    85   (:documentation "Create a unit in the ring of SELF."))
     86  (:documentation "Create a unit in the ring of SELF. A fresh instance
     87should be returned upon every call."))
Note: See TracChangeset for help on using the changeset viewer.