QCaml/Utils/Zmap.mli

6 lines
119 B
OCaml

(** Hash table where the keys are of type Zkey.t (tuples of integers). *)
include module type of Hashtbl.Make(Zkey)