Module Lang.Source_loc_jane

type t = {
  1. filename : string;
  2. line_number : int;
}
val of_location : string -> Location.t -> t