package incr_map

  1. Overview
  2. Docs
Helpers for incremental operations on map like data structures

Install

Dune Dependency

Authors

Maintainers

Sources

incr_map-v0.12.0.tar.gz
md5=11990ee43b8e56c268c46e01ed41c453

Description

A set of functions for operating incrementally and efficiently on map like data structures. This leverages new functionality in Incremental along with the ability to efficiently diff map data structures using =Map.symmetric_diff=.

Published: 01 Mar 2019

README

README.org

#+TITLE: Incr\_map

A set of functions for operating incrementally and efficiently on map
like data structures.  This leverages new functionality in Incremental
along with the ability to efficiently diff map data structures using
=Map.symmetric_diff=.

Dependencies (5)

  1. dune >= "1.5.1"
  2. ppx_jane >= "v0.12" & < "v0.13"
  3. incremental >= "v0.12" & < "v0.13"
  4. core_kernel >= "v0.12" & < "v0.13"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (2)

  1. incr_dom = "v0.12.0"
  2. incr_dom_widgets = "v0.12.0"

Conflicts

None