- Timestamp:
- 2016-06-04T23:16:44-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/rational-field.lisp
r4313 r4314 40 40 41 41 (defclass rational-field (ring) 42 ((value :initarg :value :initform 0 :accessor rational-field-value :type ratio nal))42 ((value :initarg :value :initform 0 :accessor rational-field-value :type ratio)) 43 43 (:documentation "An object representing an integer.") 44 44 )
Note:
See TracChangeset
for help on using the changeset viewer.