mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-10-31 19:23:40 +01:00
6 lines
121 B
OCaml
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
|
|
|