module Make : functor (K : Index.Key) -> functor (V : Index.Value) -> Index.S with type key = K.t and type value = V.tmodule Syscalls : sig ... endBindings to Unix system calls.
module Private : sig ... endThese modules should not be used. They are exposed purely for testing purposes.