Module Index.Private

These modules should not be used. They are exposed purely for testing purposes.

module Hook : sig ... end
module Io : sig ... end
module Io_array : sig ... end
module Fan : sig ... end
module Data : sig ... end
module Layout : sig ... end

Defines the namespacing of the various IO instances required by Index.

module Logs : sig ... end
module type S = sig ... end
module Make (K : sig ... end) (V : sig ... end) (_ : Platform.S) (C : Cache.S) : S with type key = K.t and type value = V.t