package irmin

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

Exported for compatibility with a future version of Irmin.

Parameters

Signature

type endpoint = unit
module Make (M : sig ... end) (C : Contents.S) (P : Path.S) (B : Branch.S) (H : Hash.S) : sig ... end