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.11.0.tar.gz
md5=f38e15143d571ff5871b1ffbb6e0cde9

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: 22 Mar 2018

README

README.org

* 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 (6)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. ppx_jane >= "v0.11" & < "v0.12"
  4. incremental_kernel >= "v0.11" & < "v0.12"
  5. core_kernel >= "v0.11" & < "v0.12"
  6. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (2)

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

Conflicts (1)

  1. jbuilder = "1.0+beta19"