You can search for identifiers within the package.
in-package search v0.2.0
type exn_type =
| UNKNOWN
| NOT_OPEN
| ALREADY_OPEN
| TIMED_OUT
| END_OF_FILE
exception E of exn_type * string
class virtual t : object ... end
class factory : object ... end
class virtual server_t : object ... end