10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-26 15:12:05 +02:00
QCaml/common/lib/zmap.ml

5 lines
123 B
OCaml
Raw Normal View History

2020-12-28 01:55:03 +01:00
(* [[file:~/QCaml/common/zmap.org::*Type][Type:2]] *)
2018-01-17 18:19:38 +01:00
module Zmap = Hashtbl.Make(Zkey)
include Zmap
2020-12-28 01:08:55 +01:00
(* Type:2 ends here *)