package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCParse.PositionSource

Positions in input

  • since 3.6
Sourceval line : t -> int

Line number, 0 based

Sourceval column : t -> int

Column number, 0 based

Sourceval line_and_column : t -> int * int

Line and column number

Sourceval pp : Format.formatter -> t -> unit

Unspecified pretty-printed version of the position.

OCaml

Innovation. Community. Security.