- Timestamp:
- 2016-05-28T13:54:44-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/retrieving-method-documentation-example.lisp
r3859 r3860 2 2 ;; we need to find the method object with given signature and call DOCUMENTATION on it, with the second 3 3 ;; argument, the DOC-TYPE, set to T. 4 ;; 5 ;; NOTE: Load this file from SLIME *inferior-lisp* prompt 6 ;; 4 7 (format t (documentation (find-method #'->infix '(:around) (mapcar #'find-class '(symbolic-poly))) t))
Note:
See TracChangeset
for help on using the changeset viewer.