You can search for identifiers within the package.
in-package search v0.2.0
type t = {
remote_nodes : (string * int * string) list;
local_port : int;
connection_backlog : int;
node_name : string;
node_ip : string;
}