Flow_lexer.Loc
type t = {
source : string option;
start : Stdlib.Lexing.position;
_end : Stdlib.Lexing.position;
}