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 4314


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/rational-field.lisp

    r4313 r4314  
    4040
    4141(defclass rational-field (ring)
    42   ((value :initarg :value :initform 0 :accessor rational-field-value :type rational))
     42  ((value :initarg :value :initform 0 :accessor rational-field-value :type ratio))
    4343  (:documentation "An object representing an integer.")
    4444  )
Note: See TracChangeset for help on using the changeset viewer.