Branch.Makemodule B : Irmin.Branch.Sinline
include Atomic_write.Key with type t = B.tinclude Irmin.Branch.S with type t = B.ttype t = B.tThe type for branches.
val t : t Irmin.Type.tval main : tThe name of the main branch.
val is_valid : t -> boolCheck if the branch is valid.
val pp_ref : t Fmt.tval of_ref : string -> (t, [ `Msg of string ]) Stdlib.result