You can search for identifiers within the package.
in-package search v0.2.0
ocamlformat-rpc-lib
V1.Client
include Client_S with type cmd = Command.t
type t
type cmd = Command.t
val pid : t -> int
val mk : pid:int -> IO.ic -> IO.oc -> t
val query : cmd -> t -> cmd IO.t
val halt : t -> (unit, [> `Msg of string ]) result IO.t
The caller must close the input and output channels after calling halt.
halt
val config : (string * string) list -> t -> (unit, [> `Msg of string ]) result IO.t
val format : string -> t -> (string, [> `Msg of string ]) result IO.t