package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end

The signature for slices.

module Make (C : Contents.STORE) (N : sig ... end) (H : sig ... end) : S with type contents = C.key * C.value and type node = N.key * N.value and type commit = H.key * H.value

Build simple slices.