mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 20:33:36 +01:00
7 lines
114 B
OCaml
7 lines
114 B
OCaml
(** ZMap *)
|
|
|
|
(* A hash table where the keys are ~Zkey~ *)
|
|
|
|
(** Type *)
|
|
include module type of Hashtbl.Make(Zkey)
|