package irmin

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

Maker provides a simple implementation of commit values, parameterized by commit info.

Parameters

module I : Info.S

Signature

module Info = I
module Make (H : Type.S) : sig ... end