You can search for identifiers within the package.
in-package search v0.2.0
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.
pp ppf t
val compare : t -> t -> int
compare a b compares the address a with b.
compare a b
a
b