You can search for identifiers within the package.
in-package search v0.2.0
type t =
| D of node list
| F of unit Storage.Secrets.outcome
and node = string * t
type top =
| Top of node
val of_path : Fpath.t -> top Lwt.t
val pp : top -> unit Lwt.t