Changeset 2998 for branches/f4grobner/ring.lisp
- Timestamp:
- 2015-06-21T15:27:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2997 r2998 228 228 (cons (copy-instance (car object)) 229 229 (copy-instance (cdr object)))) 230 (:method ((object n il) &rest initargs &key &allow-other-keys)230 (:method ((object null) &rest initargs &key &allow-other-keys) 231 231 (declare (ignore initargs)) 232 232 object)
Note:
See TracChangeset
for help on using the changeset viewer.