Module Num_status.Changed

type t =
  1. | Between of {
    1. src : Rev.t;
    2. dst : Rev.t;
    }

Specifies which Num_status.t we want to compute.

val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool