You can search for identifiers within the package.
in-package search v0.2.0
type t
val create : unit -> [ `Ok of t | `Error of string ] Lwt.t
val get : t -> string -> string option
val get_exn : t -> string -> string
exception Parameter_not_found of string