Ocaml_parsing.Location_auxSourcetype t = Location.t = {loc_start : Lexing.position;loc_end : Lexing.position;loc_ghost : bool;}compare l1 l2 compares start positions, if equal compares end positions
Return the smallest location covered by both arguments, ghost if both are ghosts
Filter valid errors, log invalid ones