- Timestamp:
- 2015-06-06T19:10:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r406 r407 40 40 41 41 (defstruct (ring) 42 "Defines a RING structure, whose fields 43 are common ring operations necessary to implement 44 Groebner bases." 42 45 (parse #'identity :type function) 43 46 (unit #'identity :type function)
Note:
See TracChangeset
for help on using the changeset viewer.