Module LocationSource

Source code locations (ranges of positions), used in parsetree.

Sourcetype t = Warnings.loc = {
  1. loc_start : Lexing.position;
  2. loc_end : Lexing.position;
  3. loc_ghost : bool;
}
Sourcetype 'a loc = {
  1. txt : 'a;
  2. loc : t;
}