Index.PrivateThese modules should not be used. They are exposed purely for testing purposes.
module Hook : sig ... endmodule Search = Searchmodule Io = Iomodule Io_array = Io_arraymodule Fan = Fanmodule Data = Datamodule Layout = Layoutmodule Logs : sig ... endmodule type S = Index_intf.Private with type 'a hook := 'a Hook.tmodule Make
(K : Index_intf.Key)
(V : Index_intf.Value)
(_ : Platform.S)
(C : Cache.S) :
S with type key = K.t and type value = V.t