ocp-indent.utils
Pos.Position
Lexer positions
ocp-indent.dynlink
ocp-indent.lexer
ocp-indent.lib
type t = Lexing.position
A position in a lexer stream
val to_string : t -> string
Pretty-print a position
val zero : t
Initial position
val column : t -> int
Get the coloumn offset associated to a lexing position