10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-16 08:00:22 +02:00
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)