package resp-unix

  1. Overview
  2. Docs
module Backend (Data : sig ... end) : Resp_server.SERVER with type oc = Lwt_io.output_channel and type ic = Lwt_io.input_channel and type data = Data.data
module Server : sig ... end