Module Sexplib__Src_pos.Absolute

type t = {
row : int;
col : int;
}
val sexp_of_t : t ‑> Sexplib.Type.t
val origin : t
val of_lexing : Lexing.position ‑> t
val diff : t ‑> t ‑> Relative.t
val add : t ‑> Relative.t ‑> t
val sub : t ‑> Relative.t ‑> t
val geq : t ‑> t ‑> bool