Module Ecaml.Line_and_column

type t = {
line : int;
column : int;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t