module Parse_pos:sig
..end
type
t = {
|
mutable text_line : |
|
mutable text_char : |
|
mutable global_offset : |
|
mutable buf_pos : |
val create : ?text_line:int ->
?text_char:int ->
?buf_pos:int -> ?global_offset:int -> unit -> t
val with_buf_pos : t -> int -> t