You can search for identifiers within the package.
in-package search v0.2.0
type 'a t = {
param : 'a Cmdlang_ast.Ast.Param.t;
docv : string option;
doc : string;
rev_var : 'a list ref;
}
type packed =
| T : 'a t -> packed