package resp-server

  1. Overview
  2. Docs

Module Resp_serverSource

Sourcemodule type SERVER = sig ... end
Sourcemodule type AUTH = sig ... end
Sourcemodule type DATA = sig ... end
Sourcemodule Auth : sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Server : SERVER) (Auth : AUTH) (Value : Resp.S with type Reader.ic = Server.ic and type Writer.oc = Server.oc) : S with type server = Server.server and module Auth = Auth and type ic = Server.ic and type oc = Server.oc and module Value = Value and type data = Server.data and type Client.t = Server.Client.t
OCaml

Innovation. Community. Security.