package irmin

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = string * int * int * int

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

val pp : t Fmt.t
val tag : t Logs.Tag.def