Module Irmin.Maker

Maker uses the same type for all internal keys and store all the values in the same store.

Parameters

Signature

type endpoint = unit
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 (Schema : Schema.S) : sig ... end