package treeprint

  1. Overview
  2. Docs
Small tree structure printer with operator associations and precedences

Install

Dune Dependency

Authors

Maintainers

Sources

treeprint-2.2.0.tar.bz2
md5=84e441c3b071324c34cffb34557fcfcf

README.md.html

treeprint

Treeprint is a small pretty printing combinator library based on Format, with automatic parenthese ('(' and ')') insertion: building printing objects with their associativity (left/right/nonassoc) and connectivity precedences, objects are pretty-printed with parenthese when necessary.