Description
Source locations can be embedded in generated OCaml code through the [%here] extension. This helps diagnostics, logging, tests, and generated messages point back to the relevant file position.
It is a small PPX compiler extension. It is installed by projects that use location-aware code generation.