package dns

  1. Overview
  2. Docs
module type S = sig ... end
module Make (K : V1_LWT.KV_RO) (S : V1_LWT.STACKV4) : S with type stack = S.t and type kv_ro = K.t