package pprint
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A pretty-printing combinator library and rendering engine
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      20211129.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=defc647ff0d1cb2afc10d513230724c4
    
    
  sha512=12133735f558075f1ecdcec16cc11f7237dd82883c542645c479f534acd8ed6935f05a3f9aad8e330c329520852bdff6d420d632636bd9004a4d0aade762cae6
    
    
  doc/README.html
This is an adaptation of Daan Leijen's PPrint library, which itself is based on the ideas developed by Philip Wadler in A Prettier Printer.
To install the latest released version of PPrint, it should be sufficient to type:
  opam install pprintTo install PPrint from source, type:
  make installThe requirements are OCaml 4.02 or later and dune 1.3 or later.
The documentation is built by make doc and is then found in the file _build/default/_doc/_html/index.html.
The documentation of the latest released version is also available online.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >