Module Private.Slice

The signature for slices.

module type S = Irmin__S.SLICE
module Make : functor (C : Contents.STORE) -> functor (N : Node.STORE) -> functor (H : Commit.STORE) -> 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.