Index.Private
These modules should not be used. They are exposed purely for testing purposes.
module Hook : sig ... end
module Search : sig ... end
module Io_array : sig ... end
module Fan : sig ... end
module type S = sig ... end
module Make : functor (K : Key) -> functor (V : Value) -> functor (IO : IO) -> functor (M : MUTEX) -> functor (T : THREAD) -> S with type key = K.t and type value = V.t