Num_status.Changed
type t =
| Between of {
src : Rev.t;
dst : Rev.t;
}
Specifies which Num_status.t we want to compute.
Num_status.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool