package irmin-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (G : Git.S) (V : Irmin.Contents.S) (B : Branch.S) : S with type Hash.t = G.hash and module Contents = V and module Branch = B and type Node.t = G.Value.Tree.t and type Commit.t = G.Value.Commit.t