Resp_server.Make
type ic = Server.ic
type oc = Server.oc
type server = Server.server
type data = Server.data
module Client : sig ... end
module Value = Value
module Auth = Auth
val discard_n : client -> int -> unit Lwt.t
val finish : client -> nargs:int -> int -> unit Lwt.t
val ok : client -> unit Lwt.t
val error : client -> string -> unit Lwt.t
val invalid_arguments : client -> unit Lwt.t
val start : t -> unit Lwt.t