package treeprint

  1. Overview
  2. Docs
Printing combinator library with automatic parenthese

Install

Dune Dependency

Authors

Maintainers

Sources

treeprint-2.3.0.tar.gz
md5=a811f3e108d7cd14c7eca3494807ec2e
sha512=ab94a1f9efeea23b91a12b15bb918c30b00d1cea382d3d5cf461bc55efd4bb8691fc77976b70093324bd6985d94c1f93eadd81c424f5214a043f0ba84296deba

Description

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.

Published: 28 Oct 2022

README

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.

Dependencies (3)

  1. spotlib >= "4.2.0"
  2. ocaml >= "4.12.0" & < "5.0.0"
  3. dune >= "2.0"

Dev Dependencies

None

Used by

None

Conflicts

None