Changeset 3457 for branches/f4grobner/copy.lisp
- Timestamp:
- 2015-09-05T09:44:45-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/copy.lisp
r3445 r3457 31 31 #+clisp #:clos 32 32 #:class-slots #:slot-definition-name) 33 (:documentation 34 "Implements ring operations. These are all operations that are 35 performed on the coefficients by the package, and thus the coefficient 36 ring can be changed by merely redefining these operations.")) 33 (:documentation "Implements generic clone operation.")) 37 34 38 35 (in-package :copy)
Note:
See TracChangeset
for help on using the changeset viewer.