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