mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-14 18:13:40 +01:00
5 lines
120 B
OCaml
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
|