Changeset 2964 for branches/f4grobner
- Timestamp:
- 2015-06-21T14:26:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2963 r2964 224 224 (declare (ignore initargs)) 225 225 object) 226 (:method ((object cons) &rest initargs &key &allow-other-keys)226 (:method ((object list) &rest initargs &key &allow-other-keys) 227 227 (declare (ignore initargs)) 228 228 (mapcar #'copy-instance object)))
Note:
See TracChangeset
for help on using the changeset viewer.