package dns

  1. Overview
  2. Docs

Text records

type t = string

The type of a Text record.

val pp : t Fmt.t

pp ppf t pretty-prints the Text record t on ppf.

val compare : t -> t -> int

compare a b compares the Text record a with b (using String.compare).