You can search for identifiers within the package.
in-package search v0.2.0
type db = t
type t = {
table : string;
columns : string list;
values : Links_lens__.Phrase_value.t list list;
returning : string list;
db : db;
}
val fmt : Stdlib.Format.formatter -> t -> unit