package partition_map

  1. Overview
  2. Docs

Description

A partition map is a data structure to track associations where we privilege merging above other operations.

Published: 16 May 2018

README

Partition Maps

TL;DR: A partition map is a data structure to track associations where we privilege merging above other operations.

Please read this note!

Dependencies (4)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. bisect_ppx
  3. jbuilder >= "1.0+beta19"
  4. ocaml >= "4.06"

Dev Dependencies

None

Used by

None

Conflicts

None