package asetmap

  1. Overview
  2. Docs
Alternative, compatible, OCaml standard library Sets and Maps

Install

Dune Dependency

Authors

Maintainers

Sources

asetmap-0.8.1.tbz
md5=9e4a518bfb6350e2f296c7f3147989c7

README.md.html

asetmap — Alternative, compatible, OCaml standard library Sets and Maps

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

Installation

asetmap can be installed with opam:

opam install asetmap

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online or via odig doc asetmap.

Sample programs

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