package uspf

  1. Overview
  2. Docs
type t = [ `Directive of char option * [ `A of Macro.t option * (int option * int option) | `All | `Exists of Macro.t | `Include of Macro.t | `Mx of Macro.t option * (int option * int option) | `Ptr of Macro.t option | `V4 of Ipaddr.V4.Prefix.t | `V6 of Ipaddr.V6.Prefix.t ] | `Explanation of Macro.t | `Redirect of Macro.t | `Unknown of string * Macro.macro list ] list
val to_string : t -> string
val pp : t Fmt.t
val equal : t -> t -> bool
val parse_record : string -> (t, [> `Msg of string ]) Stdlib.result