module Store_impl: sig .. end
sig
end
module IntIx: Store_intf.INDEX
Store_intf.INDEX
module Make: functor (Ix : Store_intf.INDEX) -> Store_intf.STORE
functor (
Ix
:
) ->
Store_intf.STORE
module IntStore: Store_intf.STORE