package twirp_core

  1. Overview
  2. Docs

Generic client module

module Common : sig ... end
module type IO = sig ... end
module type PARAMS = sig ... end
module type S = sig ... end
module Make (P : PARAMS) : S with module IO = P.IO and type client = P.client
OCaml

Innovation. Community. Security.