package uspf

  1. Overview
  2. Docs
module type DNS = sig ... end
val get : domain:_ Domain_name.t -> 'dns -> (module DNS with type t = 'dns) -> (Uspf.Term.t, [> `Not_found | `Invalid_SPF_record ]) Stdlib.result Lwt.t