Module Reason_declarative_lexer
val compute_quoted_string_idloc : Location.t -> int -> string -> Location.tval unescape_operator : string -> stringval hex_digit_value : char -> intval hex_num_value : Lexing.lexbuf -> first:int -> last:int -> intval char_for_backslash : char -> charval lax_delim : string -> string optionval is_keyword : string -> boolval check_label_name : ?raw_escape:bool -> Lexing.lexbuf -> string -> unitval cvt_int_literal : string -> intval cvt_int32_literal : string -> int32val cvt_int64_literal : string -> int64val cvt_nativeint_literal : string -> nativeintval remove_underscores : string -> stringval update_loc : Lexing.lexbuf -> string option -> int -> bool -> int -> unitval __ocaml_lex_tables : Lexing.lex_tablesval __ocaml_lex_skip_sharp_bang_rec : Lexing.lexbuf -> int -> unit