[ 原始碼: ocaml-gmap ]
套件:libgmap-ocaml(0.3.0-1 以及其他的)
heterogenous maps over a GADT for OCaml (runtime files)
Gmap exposes the functor Make which takes a key type (a GADT 'a key) and outputs a type-safe Map where each 'a key is associated with a 'a value. This removes the need for additional packing. It uses OCaml's stdlib Map data structure.
This package contains runtime files.