Description
Assertions in OCaml code can produce more useful failure messages through PPX extension nodes. This helps developers understand test or runtime failures without adding repeated diagnostic code.
It is a compiler-extension library. It is used during development or builds of projects that enable this PPX extension.