Module Kv_hash__Nv_map_ii
NOTE this doesn't have a values file... it just combines partition and bucket
module Partition_ = Kv_hash.Partition.Partition_iimodule Make_1 : functor (Raw_bucket : Kv_hash.Bucket_intf.BUCKET) -> functor (Bucket_store : Kv_hash.Bucket_store_intf.BUCKET_STORE with type raw_bucket = Raw_bucket.t) -> sig ... endmodule Make_2 : functor (Raw_bucket : Kv_hash.Bucket_intf.BUCKET) -> functor (Bucket_store : Kv_hash.Bucket_store_intf.BUCKET_STORE with type raw_bucket = Raw_bucket.t) -> Kv_hash.Nv_map_ii_intf.S with type raw_bucket = Raw_bucket.tmodule Make = Make_2module Nv_map_ii0 : sig ... endStandard instance
module Test : functor () sig ... endmodule Test2 : functor () sig ... end