Parameter Make.2-S

module Reader : Resp.READER with type ic = Client.ic
module Writer : Resp.WRITER with type oc = Client.oc
val write : Writer.oc -> Resp.t -> unit Lwt.t
val read : Reader.ic -> Resp.t Lwt.t