We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
395b95c
CHANGES:
Add of_fmt to compose with existing pretty printers written in Format (#1, @Drup).
of_fmt
Format
Use a tail-recursive List.map to fix a stack overflow issue (#3, @emillon)
List.map
Add Pp.custom_break (#4, @gpetiot)
Pp.custom_break
Add Ast sub-module to expose a stable representation for serialization, allowing to do the rendering in another process (#6, @rgrinberg)
Ast