Refs.Line
type t = Vcs.Refs.Line.t = {
rev : Vcs.Rev.t;
ref_kind : Vcs.Ref_kind.t;
}
include module type of Vcs.Refs.Line with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool