You can search for identifiers within the package.
in-package search v0.2.0
type t = [
| `Authoritative
| `Truncation
| `Recursion_desired
| `Recursion_available
| `Authentic_data
| `Checking_disabled
]
The type of DNS packet flags.
val compare : t -> t -> int
compare a b compares the flag a with b.
compare a b
a
b
val pp : t Fmt.t
pp ppf f pretty-prints the flag f on ppf.
pp ppf f
f
ppf
val pp_short : t Fmt.t
pp_short ppf f pretty-prints the flag in two letters on ppf.
pp_short ppf f