- Timestamp:
- 2015-06-21T15:09:39-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r2968 r2989 233 233 (declare (ignore initargs)) 234 234 object) 235 ) 235 (:method ((object structure) &rest initargs &key &allow-other-keys) 236 (declare (ignore initargs)) 237 (copy-structure object))) 236 238 237 239
Note:
See TracChangeset
for help on using the changeset viewer.