- Timestamp:
- 2015-06-23T08:21:05-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3277 r3287 37 37 (proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 0))) 38 38 39 ;; NOTE: Since term does not have slots of its own, 40 ;; INITIALIZE-INSTANCE is not called by MAKE-INSTANCE. 39 41 (defclass term (monom scalar) 40 42 ()
Note:
See TracChangeset
for help on using the changeset viewer.