Page
Library
Module
Module type
Parameter
Class
Class type
Source
v0.8.1
asetmap provides slightly tweaked OCaml standard library Set and Map functors. asetmap tries to maximize compatibility with the standard library. It essentially gets rid of Not_found
exceptions and provide pretty-printers for the data types.
asetmap has no dependency is distributed under the ISC license.
Homepage: http://erratique.ch/software/asetmap
asetmap can be installed with opam
:
opam install asetmap
If you don't use opam
consult the opam
file for build instructions.
The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online or via odig doc asetmap
.
If you installed asetmap with opam
sample programs are located in the directory opam config var asetmap:doc
.
In the distribution sample programs and tests are located in the test
directory of the distribution. They can be built and run with:
topkg build --tests true && topkg test