package diffast-misc

  1. Overview
  2. Docs
type t = {
  1. mutable pos : int;
  2. mutable ofs : float;
}
val ofs_to_str : float -> string
val to_string : t -> string
val elem_pat : Str.regexp
val of_string : string -> t
val make : ?ofs:float -> int -> t
val dummy : t
val has_frac_ofs : t -> bool
val strip : t -> t
val get_offset_pos : t -> int
val compare : t -> t -> int
OCaml

Innovation. Community. Security.