10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-04 18:35:50 +02:00
QCaml/Utils/Zmap.ml

5 lines
120 B
OCaml

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