You can search for identifiers within the package.
in-package search v0.2.0
sihl-contract
Sihl_contract.Session
module Map : sig ... end
type data = string Map.t
type t = {
key : string;
expire_date : Ptime.t;
}
val name : string
exception Exception of string
module type Sig = sig ... end