module Source : sig ... end
type t
=
{
source : Source.t;
line : int;
start_col : int;
end_col : int;
}