Overrides the Location module of OCaml
There are less functions in this module. However the API should be more stable than the Location module of OCaml.
type t = Ppx_core__.Import.location = {loc_start : Lexing.position; | 
loc_end : Lexing.position; | 
loc_ghost : Ppx_core__.Import.bool; | 
}val raise_errorf : ?loc:t ‑> ('a, Caml.Format.formatter, Ppx_core__.Import.unit, 'b) Ppx_core__.Import.format4 ‑> 'aRaise a located error. The exception is caught by ppx_driver and handled appropriately
val of_lexbuf : Lexing.lexbuf ‑> tReturn the location corresponding to the last matched regular expression
val report_exception : Caml.Format.formatter ‑> Ppx_core__.Import.exn ‑> Ppx_core__.Import.unitReport an exception on the given formatter
val print : Caml.Format.formatter ‑> t ‑> Ppx_core__.Import.unitPrints File "...", line ..., characters ...-...:
exception Error of Error.t