10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-03 01:55:40 +01:00
QCaml/Utils/Zmap.ml

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