Module Base__.Source_code_position0

module T : sig ... end
include T
type t = Caml.Lexing.position = {
pos_fname : string;
pos_lnum : int;
pos_bol : int;
pos_cnum : int;
}
val t_of_sexp : Base__.Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Base__.Sexplib.Sexp.t
val compare : t ‑> t ‑> int
include sig ... end
val make_location_string : pos_fname:string ‑> pos_lnum:int ‑> pos_cnum:int ‑> pos_bol:int ‑> string
val to_string : Caml.Lexing.position ‑> string
val sexp_of_t : Caml.Lexing.position ‑> Base.Sexp.t