Module Flow_lexer.Loc

type t = {
  1. source : string option;
  2. start : Stdlib.Lexing.position;
  3. _end : Stdlib.Lexing.position;
}