10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-01 19:05:18 +02:00
QCaml/common/lib/zmap.mli

7 lines
114 B
OCaml
Raw Normal View History

2024-01-17 13:59:05 +01:00
(** ZMap *)
2018-03-03 22:29:08 +01:00
2024-01-17 13:59:05 +01:00
(* A hash table where the keys are ~Zkey~ *)
(** Type *)
2020-12-28 01:08:55 +01:00
include module type of Hashtbl.Make(Zkey)