Num_status.Key
type t =
| One_file of Path_in_repo.t
| Two_files of {
src : Path_in_repo.t;
dst : Path_in_repo.t;
}
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t