You can search for identifiers within the package.
in-package search v0.2.0
sihl-contract
Sihl_contract.Storage
type file = {
id : string;
filename : string;
filesize : int;
mime : string;
}
type stored = {
file : file;
blob : string;
val name : string
exception Exception of string
module type Sig = sig ... end