10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-16 16:10:22 +02:00
QCaml/common/lib/zmap.mli

8 lines
156 B
OCaml
Raw Normal View History

2021-01-28 00:34:26 +01:00
(* Type
*
* <<<~Zmap.t~>>> *)
2018-03-03 22:29:08 +01:00
2020-12-28 01:55:03 +01:00
(* [[file:~/QCaml/common/zmap.org::*Type][Type:1]] *)
2020-12-28 01:08:55 +01:00
include module type of Hashtbl.Make(Zkey)
(* Type:1 ends here *)