- Timestamp:
- 2015-06-21T14:30:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2966 r2968 229 229 (:method ((object vector) &rest initargs &key &allow-other-keys) 230 230 (declare (ignore initargs)) 231 (map 'vector #'copy-instance object))) 231 (map 'vector #'copy-instance object)) 232 (:method ((object number) &rest initargs &key &allow-other-keys) 233 (declare (ignore initargs)) 234 object) 235 ) 232 236 233 237
Note:
See TracChangeset
for help on using the changeset viewer.