package irmin-git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Irmin_git.BRANCHSource

include Irmin.Branch.S

Signature for Branches

Sourcetype t

The type for branches.

Sourceval master : t

The name of the master branch.

Sourceval is_valid : t -> bool

Check if the branch is valid.

Sourceval pp_ref : t Fmt.t
Sourceval of_ref : string -> (t, [ `Msg of string ]) result