Module Refs.Line

type t = {
  1. rev : Rev.t;
  2. ref_kind : Ref_kind.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool