You can search for identifiers within the package.
in-package search v0.2.0
type t = {
id : Id.t;
method_ : string;
params : Structured.t option;
}
val create : ?params:Structured.t -> id:Id.t -> method_:string -> unit -> t
val yojson_of_t : t -> Json.t