You can search for identifiers within the package.
in-package search v0.2.0
Jsonrpc implementation
module Id : sig ... end
module Message : sig ... end
module Response : sig ... end
type packet =
| Message of Id.t option Message.t
| Response of Response.t
val yojson_of_packet : packet -> Yojson.Safe.t