package ppx_irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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