Resp_server.Maketype ic = Server.ictype oc = Server.octype server = Server.servertype data = Server.datamodule Client : sig ... endmodule Value = Valuemodule Auth = Authval discard_n : client -> int -> unit Lwt.tval finish : client -> nargs:int -> int -> unit Lwt.tval ok : client -> unit Lwt.tval error : client -> string -> unit Lwt.tval invalid_arguments : client -> unit Lwt.tval start : t -> unit Lwt.t