Ocaml_parsing.Location_auxval compare_pos : Lexing.position -> t -> intReturn the smallest location covered by both arguments, ghost if both are ghosts
included ~into:parent child returns true if child is included in parent. Otherwise returns false.
val overlap_with_range : (Lexing.position * Lexing.position) -> t -> booloverlap_with_range (pos_start, pos_end) loc returns true if loc overlap with the range defined by pos_start and pos_end.
val prepare_errors : exn list -> Location.error listFilter valid errors, log invalid ones
val print : unit -> t -> stringval print_loc : (unit -> 'a -> string) -> unit -> 'a Location.loc -> stringval is_relaxed_location : string Location.loc -> bool