Module Js_of_ocaml_compiler.LocSource
Sourcetype line = {pos_fname : string;pos_lnum : int;pos_bol : int;
} Sourcetype t = | SameLine of {line : line;cnum_start : int;offset : int;
}| MultiLine of {line_start : line;cnum_start : int;line_end : line;offset : int;
}