Module Pre_sexp.Parse_posSource
Sourcetype t = {mutable text_line : int;mutable text_char : int;mutable global_offset : int;mutable buf_pos : int;
} Sourceval create :
?text_line:int ->
?text_char:int ->
?buf_pos:int ->
?global_offset:int ->
unit ->
t