Source_maps.Location
type t = {
line : int;
col : int;
}
val equal : t -> t -> Ppx_deriving_runtime.bool