package partition_map
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Partition maps
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.9.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=20c1794555623d6e7135585b234b77557266ff4d91ad7b9f0581ac0808ec889c
    
    
  md5=ff939b72760dd1dbd59a4ecf74e36617
    
    
  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)
- 
  
    ocaml-migrate-parsetree
  
  
    < "2.0.0"
- bisect_ppx
- 
  
    jbuilder
  
  
    >= "1.0+beta19"
- 
  
    ocaml
  
  
    >= "4.06"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page