package treeprint
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Small tree structure printer with operator associations and precedences.
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      treeprint-2.1.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=600e498ec1c5f33fbb92447d6167c76cdb69124563742ed83ff515954fc4f001
    
    
  md5=6d820e4fa72c1a8bbe96de8424557897
    
    
  Description
Treeprint is a small printer combinator library for ASTs with infix, prefix and postfix operators with associativity and precedence. It provides abstract printing with minimum parentheses insertion.
Published: 22 Jan 2017
Dependencies (5)
- 
  
    ppx_meta_conv
  
  
    
>= "2.0.0" - 
  
    spotlib
  
  
    
>= "3.0.0" & < "4.3.0" - 
  
    omake
  
  
    
build - 
  
    ocamlfind
  
  
    
build - 
  
    ocaml
  
  
    
>= "4.02.1" 
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page