10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-29 08:24:43 +02:00
QCaml/Utils/Zmap.ml

5 lines
120 B
OCaml
Raw Normal View History

2018-01-17 18:19:38 +01:00
(** Hash table where the keys are of type Zkey.t (tuples of integers) *)
module Zmap = Hashtbl.Make(Zkey)
include Zmap