Module Num_status.Key

type t =
  1. | One_file of Path_in_repo.t
  2. | Two_files of {
    1. src : Path_in_repo.t;
    2. 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