Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 : Format.formatter -> (string * int * int * int) -> unit
val tag : t Logs.Tag.def