package irmin

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

The signature for slices.

module type S = sig ... end
module Make (C : Contents.STORE) (N : Node.STORE) (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.