You can search for identifiers within the package.
in-package search v0.2.0
sihl-contract
Sihl_contract.Email_template
type t = {
id : string;
label : string;
text : string;
html : string option;
created_at : Ptime.t;
updated_at : Ptime.t;
}
val name : string
module type Sig = sig ... end