conex
Conex_resource.Delegation
conex.openssl
conex.unix
type t = {
paths : Conex_utils.path list;
valid : Expression.t;
terminating : bool;
}
val equal : t -> t -> bool
equal a b is true if delegations a and b are identical.
equal a b
true
a
b
val pp : t Conex_utils.fmt
pp is a pretty printer for a delegation.
pp
val of_wire : Wire.s -> (t, string) result
of_wire w converts w to a delegation or error.
of_wire w
w
val wire_raw : t -> Wire.s
wire_raw t is the raw wire representation of t.
wire_raw t
t