10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-26 23:22:07 +02:00
QCaml/common/lib/zmap.mli

6 lines
119 B
OCaml
Raw Normal View History

2018-03-03 22:29:08 +01:00
(** Hash table where the keys are of type Zkey.t (tuples of integers). *)
include module type of Hashtbl.Make(Zkey)