Module Irmin_git.Schema

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