Changeset 3335 for branches/f4grobner
- Timestamp:
- 2015-06-23T11:23:18-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/remove-method-example.lisp
r3334 r3335 3 3 (remove-method 4 4 #'initialize-instance 5 (find-method #'initialize-instance '(:after) ( nconc (mapcar #'find-class '(monom)))))5 (find-method #'initialize-instance '(:after) (mapcar #'find-class '(monom))))
Note:
See TracChangeset
for help on using the changeset viewer.