package pprint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A pretty-printing combinator library and rendering engine
Install
dune-project
Dependency
Authors
Maintainers
Sources
20220103.tar.gz
md5=6ace8d5113f937aa65873f6c9985fea4
sha512=1c4d85e529414dc2d52602fae7e44ca036d2d35e9ce1906fd88b0f8a8d0ba1527042b0e5117fdeb51237b2311020a711065a917cc158b63e2ac932c97fa28406
Description
This library offers a set of combinators for building so-called documents as well as an efficient engine for converting documents to a textual, fixed-width format. The engine takes care of indentation and line breaks, while respecting the constraints imposed by the structure of the document and by the text width.
Published: 04 Jan 2022
Dev Dependencies
None
Used by (18)
-
cfml
>= "20220102" - cmon
-
crowbar
>= "0.2.1" - electrumAnalyzer
-
embedded_ocaml_templates
>= "0.6" -
fstar
>= "2022.01.15" -
inferno
>= "20211222" - karamel
-
kremlin
< "transition" - learn-ocaml
- libsail
- mazeppa
- monolith
- ocp-ocamlres
-
ott
>= "0.32" -
sail
< "0.15" - sek
- tptp
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page