You can search for identifiers within the package.
in-package search v0.2.0
A DNS header
type t = int * Flags.t
The type of a DNS header, its 16 bit identifier and a flag set.
val compare : t -> t -> int
compare a b compares the header a with b.
compare a b
a
b