volgo
Vcs.Ref_kind
volgo.stdlib
type t =
| Local_branch of {
branch_name : Branch_name.t;
}
| Remote_branch of {
remote_branch_name : Remote_branch_name.t;
| Tag of {
tag_name : Tag_name.t;
| Other of {
name : string;
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 -> Volgo_stdlib.Sexp.t
val to_dyn : t -> Volgo_stdlib.Dyn.t
val to_string : t -> string