Module Ppx_irmin_internal_lib.Source_code_position

type t = string * int * int * int

The type of inclusive ranges of source code positions, as generated by the OCaml __POS__ macro. The 4-tuple components are 'file name', 'line number', 'column start' and 'column end' respectively.

val pp : Stdlib.Format.formatter -> (string * int * int * int) -> unit
val tag : t Logs.Tag.def