Resp_miragemodule Reader : Resp.READER with type ic = buffermodule Writer : Resp.WRITER with type oc = Conduit_mirage.Flow.flowmodule Backend
(Data : sig ... end) :
Resp_server.SERVER
with type oc = Conduit_mirage.Flow.flow
and type ic = buffer
and type data = Data.datamodule Server : sig ... endmodule Client :
Resp_client.S
with type params = Conduit_mirage.conduit * Conduit_mirage.client
and type t = Reader.ic * Writer.oc