Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val newline : Lexing.lexbuf -> unit
val raise_int_overflow : Lexing.lexbuf -> start:int -> stop:int -> 'a
val extract_positive_int : Lexing.lexbuf -> int
val extract_negative_int : Lexing.lexbuf -> int
val float_or_int_of_string : string -> Parser.token
val row : Lexing.lexbuf -> Parser.token
val __ocaml_lex_row_rec : Lexing.lexbuf -> int -> Parser.token
val header : Lexing.lexbuf -> Parser.token
val __ocaml_lex_header_rec : Lexing.lexbuf -> int -> Parser.token
val single_quoted_string : string list -> Lexing.lexbuf -> string
val __ocaml_lex_single_quoted_string_rec :
string list ->
Lexing.lexbuf ->
int ->
string
val double_quoted_string : string list -> Lexing.lexbuf -> string
val __ocaml_lex_double_quoted_string_rec :
string list ->
Lexing.lexbuf ->
int ->
string
val escaped_char : Lexing.lexbuf -> string
val __ocaml_lex_escaped_char_rec : Lexing.lexbuf -> int -> string
val string_of_tok : Parser.token -> string
val print_row : Lexing.lexbuf -> unit