type t = private Sexplib.Pre_sexp.Parse_pos.t = {}Position information after complete parse
val create : ?text_line:int ‑> ?text_char:int ‑> ?buf_pos:int ‑> ?global_offset:int ‑> unit ‑> tcreate ?text_line ?text_char ?buf_pos ?global_offset () returns
a parse position with the given parameters.
1000