QCaml/common/lib/zmap.mli

7 lines
114 B
OCaml

(** ZMap *)
(* A hash table where the keys are ~Zkey~ *)
(** Type *)
include module type of Hashtbl.Make(Zkey)