gmapversion

Heterogenous maps over a GADT

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.

AuthorHannes Mehnert <hannes@mehnert.org>
LicenseISC
Published
Homepagehttps://github.com/hannesm/gmap
Issue Trackerhttps://github.com/hannesm/gmap/issues
MaintainerHannes Mehnert <hannes@mehnert.org>
Dependencies
Source [http] https://github.com/hannesm/gmap/releases/download/0.2.1/gmap-0.2.1.tbz
md5=906c84e6a93bcb74b392b12e9c0d9517
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/gmap/gmap.0.2.1/opam
Required by