Module Stdune.Loc
include module type of sig ... end
type t= Stdune__Loc0.t={start : Stdlib.Lexing.position;stop : Stdlib.Lexing.position;}
val print : Stdlib.Format.formatter -> t -> unit
val in_file : Path.t -> tval in_dir : Path.t -> tval none : tval drop_position : t -> tval of_lexbuf : Stdlib.Lexing.lexbuf -> tval to_sexp : t -> Sexp.tval sexp_of_position_no_file : Stdlib.Lexing.position -> Sexp.tval equal : t -> t -> boolval of_pos : (string * int * int * int) -> tTo be used with
__POS__
val to_file_colon_line : t -> stringval pp_file_colon_line : Stdlib.Format.formatter -> t -> unitval print : Stdlib.Format.formatter -> t -> unitval pp_file_excerpt : context_lines:int -> max_lines_to_print_in_full:int -> Stdlib.Format.formatter -> t -> unitval on_same_line : t -> t -> bool