index.unix
Index_unix
index
module Make (K : Index.Key.S) (V : Index.Value.S) (C : Index.Cache.S) : Index.S with type key = K.t and type value = V.t
module Syscalls : sig ... end
Bindings to Unix system calls.
module Private : sig ... end
These modules should not be used. They are exposed purely for testing purposes.