package irmin-git

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

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

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