index
Index.Private
These modules should not be used. They are exposed purely for testing purposes.
index.unix
module Hook : sig ... end
module Search : 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