See api.mli for documentation.
module Loc : sig ... end
exception
E of t
val create' : ?line:int ‑> ?start_col:int ‑> ?end_col:int ‑> source:Loc.Source.t ‑> string ‑> t
val raise : loc:Loc.t ‑> string ‑> _
val raisef : loc:Loc.t ‑> ('a, unit, string, unit ‑> _) Pervasives.format4 ‑> 'a
val to_lines : t ‑> dir:Path.Rel.t ‑> string list