close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3860


Ignore:
Timestamp:
2016-05-28T13:54:44-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/retrieving-method-documentation-example.lisp

    r3859 r3860  
    22;; we need to find the method object with given signature and call DOCUMENTATION on it, with the second
    33;; argument, the DOC-TYPE, set to T.
     4;;
     5;; NOTE: Load this file from SLIME *inferior-lisp* prompt
     6;;
    47(format t (documentation (find-method #'->infix '(:around) (mapcar #'find-class '(symbolic-poly))) t))
Note: See TracChangeset for help on using the changeset viewer.