package octez-internal-libs

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

Module Irmin.Generic_keySource

"Generic key" stores are Irmin stores in which the backend may not be keyed directly by the hashes of stored values. See Key for more details.

Sourcemodule type S = sig ... end
Sourcemodule type KV = sig ... end
Sourcemodule type Maker = sig ... end
Sourcemodule type KV_maker = sig ... end
Sourcemodule type Maker_args = sig ... end
Sourcemodule Maker (X : Maker_args) : Maker with type ('h, 'v) contents_key = ('h, 'v) X.Contents_store.key and type 'h node_key = 'h X.Node_store.key and type 'h commit_key = 'h X.Commit_store.key
OCaml

Innovation. Community. Security.