Changeset 4020 for branches/f4grobner
- Timestamp:
- 2016-05-31T13:12:05-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/retrieving-method-documentation-example.lisp
r3862 r4020 6 6 ;; 7 7 (in-package :symbolic-polynomial) 8 (print (documentation (find-method #'-> infix'(:around) (mapcar #'find-class '(symbolic-poly))) t))8 (print (documentation (find-method #'->sexp '(:around) (mapcar #'find-class '(symbolic-poly))) t))
Note:
See TracChangeset
for help on using the changeset viewer.