Module Schema.Branch

Signature for Branches

type t = string

The type for branches.

val main : t

The name of the main branch.

val encoding : t Data_encoding.t

encoding is the data_encoding for t.

val is_valid : t -> bool

Check if the branch is valid.