package dns

  1. Overview
  2. Docs

Adress record

An address record (A) is an Internet protocol v4 address.

type t = Ipaddr.V4.t

The type of an A record.

val pp : t Fmt.t

pp ppf t pretty-prints the address.

val compare : t -> t -> int

compare a b compares the address a with b.