10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-22 05:02:08 +02:00
QCaml/common/lib/zmap.ml
2020-09-26 12:02:53 +02:00

6 lines
121 B
OCaml

(** Hash table where the keys are of type Zkey.t (tuples of integers) *)
module Zmap = Hashtbl.Make(Zkey)
include Zmap