Stream.Mark
Position information for an event
type t = {
index : int;
position in characters
line : int;
line number
column : int;
column number
}