You can search for identifiers within the package.
in-package search v0.2.0
resp-unix
Resp_unix.Client
include Resp.S
module Reader : Resp.READER
module Writer : Resp.WRITER
type t = Reader.ic * Writer.oc
type params = Conduit_lwt_unix.ctx * Conduit_lwt_unix.client
val connect : params -> t Lwt.t
val read : t -> Resp.t Lwt.t
val write : t -> Resp.t -> unit Lwt.t
val run : t -> Resp.t array -> Resp.t Lwt.t
val run_s : t -> string array -> Resp.t Lwt.t
val decode : t -> Resp.lexeme -> Resp.t Lwt.t
val read_lexeme : t -> Resp.lexeme Lwt.t