package irmin

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

Module Private.SigsSource

Irmin signatures

Sourcetype config
Sourcemodule Store_properties : sig ... end
Sourcemodule type CONTENT_ADDRESSABLE_STORE = sig ... end
Sourcemodule type CONTENT_ADDRESSABLE_STORE_MAKER = functor (K : Hash.S) -> functor (V : Type.S) -> sig ... end
Sourcemodule type APPEND_ONLY_STORE = sig ... end
Sourcemodule type APPEND_ONLY_STORE_MAKER = functor (K : Type.S) -> functor (V : Type.S) -> sig ... end
Sourcemodule type METADATA = sig ... end
Sourcetype 'a diff = 'a Diff.t
Sourcemodule type ATOMIC_WRITE_STORE = sig ... end
Sourcemodule type ATOMIC_WRITE_STORE_MAKER = functor (K : Type.S) -> functor (V : Type.S) -> sig ... end
Sourcetype remote = ..