Description
Failure messages can include source locations when OCaml code calls failwith. This helps developers trace errors faster without manually adding file and line information everywhere.
It is a PPX compiler extension used during builds. It is mainly useful for projects that want clearer diagnostics from failure paths.