package irmin-git

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

Module Irmin_git.BranchSource

Parameters

module B : Irmin.Branch.S

Signature

include Irmin.Branch.S

Signature for Branches

type t

The type for branches.

val t : t Irmin.Type.t
val master : t

The name of the master branch.

val 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