Description
Program values can be converted into S-expressions with shorter OCaml source syntax. This helps developers write structured debugging, logging, or test output without repetitive conversion code.
It is a PPX rewriter. Projects use it during builds when they need convenient S-expression construction.