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.14.0.tar.gz
md5=d4c990cd041a1376ff803959bd87165c

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: 31 May 2020

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

  1. dune >= "2.0.0"
  2. ppx_pattern_bind >= "v0.14" & < "v0.15"
  3. ppx_jane >= "v0.14" & < "v0.15"
  4. incremental >= "v0.14" & < "v0.15"
  5. core_kernel >= "v0.14" & < "v0.15"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (4)

  1. bonsai = "v0.14.0"
  2. incr_dom = "v0.14.0"
  3. incr_dom_interactive < "v0.15.0"
  4. incr_dom_sexp_form < "v0.15.0"

Conflicts

None