package graphql-cohttp

  1. Overview
  2. Docs
type mode =
  1. | Client of int -> string
  2. | Server
module type S = sig ... end
module Make (IO : Cohttp.S.IO) : S with module IO = IO