Kv_hash__.Bucket_intf
module type BUCKET_CONFIG = sig ... end
include sig ... end
type exported_bucket
=
{
sorted : (int * int) list;
unsorted : (int * int) list;
}
val exported_bucket_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> exported_bucket
val sexp_of_exported_bucket : exported_bucket -> Ppx_sexp_conv_lib.Sexp.t
module type BUCKET = sig ... end