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 4424


Ignore:
Timestamp:
2016-06-08T20:54:42-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/integer-ring.lisp

    r4326 r4424  
    3333      (format stream "VALUE=~A" value))))
    3434
     35(defmethod shared-initialize :before ((self integer-ring) slot-names
     36                                      &rest initargs
     37                                      &key value)
     38  (declare (ignore initargs))
     39  (assert (integerp value) nil "When initializing INTEGER-RING, argument VALUE must be an integer." value))
     40
     41
    3542(defmethod unary-inverse ((self integer-ring))
    3643  "Invert SELF, possibly changing class to RATIONAL-FIELD."
Note: See TracChangeset for help on using the changeset viewer.