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.
Author | Hannes Mehnert <hannes@mehnert.org> |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/hannesm/gmap |
Issue Tracker | https://github.com/hannesm/gmap/issues |
Maintainer | Hannes Mehnert <hannes@mehnert.org> |
Dependencies | |
Source [http] | https://github.com/hannesm/gmap/releases/download/0.2.1/gmap-0.2.1.tbz sha256=3e2af61794c0a04378ad2392be3c8fa2f8ba92f2e8b5b38873a09b2ce6961f8e md5=906c84e6a93bcb74b392b12e9c0d9517 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/gmap/gmap.0.2.1/opam |
Required by
- icalendar<0.1.1