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