package interval-map

  1. Overview
  2. Docs
An immutable interval map data structure

Install

dune-project
 Dependency

Authors

Maintainers

Sources

interval-map-0.2.1.tbz
sha256=194a9a3e5c032413edbd496af6c8cc2b534a56ae655bef24a26dda09ec587d88
sha512=d46f4d3af9b974daf4c21d8e766a5c706a9a4642ae86fee2ddb8e2bac1a68a4c7541e325ba9f22e1c3c81048965470078d73a6fb037c580d6f773afdb483bed6

doc/CHANGES.html

0.2.1 (2026-04-20)

Added

Changed

  • Raise minimum dune to 3.0 and alcotest to 1.4.0

Deprecated

Fixed

  • Fix comparisons on custom interval types (@dalps, #4)

Security

0.2.0 (2021-03-27)

Added

  • Remove from map
  • Find and mem functions by interval
  • Map traversals

Changed

Deprecated

Fixed

Security

0.1.0 (2021-03-14)

Added

  • Intervals with inclusive, exclusive, and unbounded bounds
  • Immutable interval tree with associated values
  • Add value to interval map associated with interval
  • Find all values with intervals that overlap query interval

Changed

Deprecated

Fixed

Security