Sourceval __sedlex_table_9 : string Sourceval __sedlex_table_1 : string Sourceval __sedlex_table_7 : string Sourceval __sedlex_table_6 : string Sourceval __sedlex_table_12 : string Sourceval __sedlex_table_17 : string Sourceval __sedlex_table_8 : string Sourceval __sedlex_table_16 : string Sourceval __sedlex_table_3 : string Sourceval __sedlex_table_2 : string Sourceval __sedlex_table_4 : string Sourceval __sedlex_table_13 : string Sourceval __sedlex_table_11 : string Sourceval __sedlex_table_14 : string Sourceval __sedlex_table_5 : string Sourceval __sedlex_table_15 : string Sourceval __sedlex_table_10 : string Sourceval __sedlex_partition_15 : int -> int Sourceval __sedlex_partition_10 : int -> int Sourceval __sedlex_partition_1 : int -> int Sourceval __sedlex_partition_16 : int -> int Sourceval __sedlex_partition_3 : int -> int Sourceval __sedlex_partition_12 : int -> int Sourceval __sedlex_partition_18 : int -> int Sourceval __sedlex_partition_2 : int -> int Sourceval __sedlex_partition_13 : int -> int Sourceval __sedlex_partition_17 : int -> int Sourceval __sedlex_partition_8 : int -> int Sourceval __sedlex_partition_7 : int -> int Sourceval __sedlex_partition_19 : int -> int Sourceval __sedlex_partition_4 : int -> int Sourceval __sedlex_partition_6 : int -> int Sourceval __sedlex_partition_5 : int -> int Sourceval __sedlex_partition_11 : int -> int Sourceval __sedlex_partition_9 : int -> int Sourceval __sedlex_partition_14 : int -> int Sourceexception Error0 of string Sourceval int_of_xstring : string -> int Sourceval int_of_ostring : string -> int Sourcetype string_type = | String_a| String_b| String_u
Sourceval is_utf8_string : string -> bool Sourceval is_ascii_string : string -> bool Sourceval utf8_of_list : int list -> string Sourceval string_of_list : int list -> string Sourceval escape_string : string -> string Sourceval escape_binary : string -> string Sourcetype token = | Lpar| Rpar| Lbr| Rbr| Star| Comma| String of string_type * string * string| Word of string| Name of string| Text of string| EOF| Raw_string of string
Sourceval is_valid_first_word_char : char -> bool Sourceval is_valid_word_char : char -> bool Sourceval is_valid_word : string -> bool Sourcetype buf = {lexbuf : Sedlexing.lexbuf;mutable lcount : int;mutable lstart : int;mutable col : int;mutable next_token : token option;
}