10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-25 22:52:06 +02:00
QCaml/Utils/Zmap.ml

6 lines
121 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
2018-01-20 01:49:50 +01:00