package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private Sexplib.Pre_sexp.Parse_pos.t = {
  1. mutable text_line : int;
  2. mutable text_char : int;
  3. mutable global_offset : int;
  4. mutable buf_pos : int;
}
val create : ?text_line:int -> ?text_char:int -> ?buf_pos:int -> ?global_offset:int -> unit -> t
val with_buf_pos : t -> int -> t
OCaml

Innovation. Community. Security.