Module Src_pos.Absolute

type t = {
row : int;
col : int;
}
val sexp_of_t : t -> Type.t
val origin : t
val of_lexing : Stdlib.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