You can search for identifiers within the package.
in-package search v0.2.0
otoggl.lib
Toggl.Auth
module type Client = module type of Piaf.Client
type t =
| Basic of {
username : string;
password : string;
}
| ApiToken of string
val create_header : t -> (string, string) result
module Client (Authentication : sig ... end) : Client with type t = Piaf.Client.t