Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Pp_loc.Position
SourceA position in a file or string.
It is abstract to provide more flexibility than Lexing.position
.
Convert position. The filename is ignored, the offset, line, and column are potentially used so they matter.
of_line_col line col
builds the position indicating the character at column col
and line line
of the input. Lines and columns start at 1.