package irmin-git

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

Module Irmin_git.BranchSource

one-to-one mapping between Irmin and Git branches.

Sourcemodule type S = sig ... end
Sourcemodule Make (B : Irmin.Branch.S) : S with type t = B.t