Module Irmin.KV_maker

KV_maker is like Maker but uses sensible default implementations for everything except the contents type.

Parameters

Signature

type endpoint = unit
type metadata = unit
type hash
type info = Info.default
include Key.Store_spec.S with type ('h, _) contents_key = 'h with type 'h node_key = 'h with type 'h commit_key = 'h
type ('h, _) contents_key = 'h
type 'h node_key = 'h
type 'h commit_key = 'h
module Make (C : Contents.S) : sig ... end