You can search for identifiers within the package.
in-package search v0.2.0
Quad A record
An AAAA record is an Internet protocol v6 address.
type t = Ipaddr.V6.t
The type of an AAAA record.
val pp : t Fmt.t
pp ppf t pretty-prints the address.
pp ppf t
val compare : t -> t -> int
compare a b compares the address a with b.
compare a b
a
b