Files
beginner-friendly-lang/tree-sitter/src/parser.c

37482 lines
858 KiB
C
Generated

/* Automatically @generated by tree-sitter v0.25.8 */
#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 904
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 116
#define ALIAS_COUNT 0
#define TOKEN_COUNT 49
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 9
#define MAX_ALIAS_SEQUENCE_LENGTH 6
#define MAX_RESERVED_WORD_SET_SIZE 12
#define PRODUCTION_ID_COUNT 11
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym__identifier_tok = 1,
anon_sym_DOT = 2,
sym_comment = 3,
anon_sym_extensible = 4,
anon_sym_union = 5,
anon_sym_extend = 6,
anon_sym_with = 7,
anon_sym_type = 8,
anon_sym_QMARK = 9,
anon_sym_EQ = 10,
anon_sym_LPAREN = 11,
anon_sym_RPAREN = 12,
anon_sym_PIPE = 13,
anon_sym_DOT_DOT_DOT = 14,
sym_tag = 15,
anon_sym_LBRACK = 16,
anon_sym_COMMA = 17,
anon_sym_RBRACK = 18,
anon_sym_COLON = 19,
anon_sym_AMP = 20,
anon_sym_DASH_GT = 21,
anon_sym_LBRACE = 22,
anon_sym_RBRACE = 23,
sym_escape_sequence = 24,
sym_char_middle = 25,
sym_string_middle = 26,
anon_sym_SQUOTE = 27,
anon_sym_DQUOTE = 28,
aux_sym_num_literal_token1 = 29,
aux_sym_num_literal_token2 = 30,
aux_sym_num_literal_token3 = 31,
anon_sym_let = 32,
anon_sym_in = 33,
anon_sym_await = 34,
anon_sym_COLON_COLON = 35,
anon_sym_and = 36,
anon_sym_if = 37,
anon_sym_then = 38,
anon_sym_else = 39,
anon_sym_DASH = 40,
anon_sym_PLUS = 41,
anon_sym_SLASH = 42,
anon_sym_STAR = 43,
anon_sym_PLUS_PLUS = 44,
anon_sym_EQ_GT = 45,
anon_sym_CARET = 46,
anon_sym_match = 47,
anon_sym_def = 48,
sym_source_file = 49,
sym_identifier = 50,
sym_path = 51,
sym__definition = 52,
sym_extensible_union = 53,
sym_extend_decl = 54,
sym_full_partial_type_definition = 55,
sym_type_definition = 56,
sym__type_atom = 57,
sym__type_non_fn = 58,
sym__type = 59,
sym_union_type = 60,
sym_partial_union_type = 61,
sym_tagged_type = 62,
sym_multi_type_parameters = 63,
sym_parametrized_type = 64,
sym_with_type = 65,
sym_recursive_type = 66,
sym_partial_type = 67,
sym_fn_type = 68,
sym_just_type = 69,
sym_record_type_field = 70,
sym_record_type = 71,
sym_char_literal = 72,
sym_string_literal = 73,
sym_num_literal = 74,
sym_list_expression = 75,
sym_field_access = 76,
sym_function_call = 77,
sym_ident_expr = 78,
sym_record_expr_field = 79,
sym_record_expr = 80,
sym__atom = 81,
sym_let_binding = 82,
sym_await_binding = 83,
sym_type_downcast = 84,
sym_lambda = 85,
sym_with_expr = 86,
sym_and_expr = 87,
sym_if_expr = 88,
sym_sub_expr = 89,
sym_add_expr = 90,
sym_divide_expr = 91,
sym_multiply_expr = 92,
sym_equal_expr = 93,
sym_concat_expr = 94,
sym_compose_expr = 95,
sym_exponent_expr = 96,
sym_match_arm = 97,
sym_match_expr = 98,
sym_negate_expr = 99,
sym_tag_expr = 100,
sym_await_expr = 101,
sym__expression = 102,
sym_def = 103,
aux_sym_source_file_repeat1 = 104,
aux_sym_path_repeat1 = 105,
aux_sym_type_definition_repeat1 = 106,
aux_sym_multi_type_parameters_repeat1 = 107,
aux_sym_parametrized_type_repeat1 = 108,
aux_sym_with_type_repeat1 = 109,
aux_sym_record_type_repeat1 = 110,
aux_sym_string_literal_repeat1 = 111,
aux_sym_list_expression_repeat1 = 112,
aux_sym_record_expr_repeat1 = 113,
aux_sym_match_arm_repeat1 = 114,
aux_sym_match_expr_repeat1 = 115,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym__identifier_tok] = "_identifier_tok",
[anon_sym_DOT] = ".",
[sym_comment] = "comment",
[anon_sym_extensible] = "extensible",
[anon_sym_union] = "union",
[anon_sym_extend] = "extend",
[anon_sym_with] = "with",
[anon_sym_type] = "type",
[anon_sym_QMARK] = "\?",
[anon_sym_EQ] = "=",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_PIPE] = "|",
[anon_sym_DOT_DOT_DOT] = "...",
[sym_tag] = "tag",
[anon_sym_LBRACK] = "[",
[anon_sym_COMMA] = ",",
[anon_sym_RBRACK] = "]",
[anon_sym_COLON] = ":",
[anon_sym_AMP] = "&",
[anon_sym_DASH_GT] = "->",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[sym_escape_sequence] = "escape_sequence",
[sym_char_middle] = "char_middle",
[sym_string_middle] = "string_middle",
[anon_sym_SQUOTE] = "'",
[anon_sym_DQUOTE] = "\"",
[aux_sym_num_literal_token1] = "num_literal_token1",
[aux_sym_num_literal_token2] = "num_literal_token2",
[aux_sym_num_literal_token3] = "num_literal_token3",
[anon_sym_let] = "let",
[anon_sym_in] = "in",
[anon_sym_await] = "await",
[anon_sym_COLON_COLON] = "::",
[anon_sym_and] = "and",
[anon_sym_if] = "if",
[anon_sym_then] = "then",
[anon_sym_else] = "else",
[anon_sym_DASH] = "-",
[anon_sym_PLUS] = "+",
[anon_sym_SLASH] = "/",
[anon_sym_STAR] = "*",
[anon_sym_PLUS_PLUS] = "++",
[anon_sym_EQ_GT] = "=>",
[anon_sym_CARET] = "^",
[anon_sym_match] = "match",
[anon_sym_def] = "def",
[sym_source_file] = "source_file",
[sym_identifier] = "identifier",
[sym_path] = "path",
[sym__definition] = "_definition",
[sym_extensible_union] = "extensible_union",
[sym_extend_decl] = "extend_decl",
[sym_full_partial_type_definition] = "full_partial_type_definition",
[sym_type_definition] = "type_definition",
[sym__type_atom] = "_type_atom",
[sym__type_non_fn] = "_type_non_fn",
[sym__type] = "_type",
[sym_union_type] = "union_type",
[sym_partial_union_type] = "partial_union_type",
[sym_tagged_type] = "tagged_type",
[sym_multi_type_parameters] = "multi_type_parameters",
[sym_parametrized_type] = "parametrized_type",
[sym_with_type] = "with_type",
[sym_recursive_type] = "recursive_type",
[sym_partial_type] = "partial_type",
[sym_fn_type] = "fn_type",
[sym_just_type] = "just_type",
[sym_record_type_field] = "record_type_field",
[sym_record_type] = "record_type",
[sym_char_literal] = "char_literal",
[sym_string_literal] = "string_literal",
[sym_num_literal] = "num_literal",
[sym_list_expression] = "list_expression",
[sym_field_access] = "field_access",
[sym_function_call] = "function_call",
[sym_ident_expr] = "ident_expr",
[sym_record_expr_field] = "record_expr_field",
[sym_record_expr] = "record_expr",
[sym__atom] = "_atom",
[sym_let_binding] = "let_binding",
[sym_await_binding] = "await_binding",
[sym_type_downcast] = "type_downcast",
[sym_lambda] = "lambda",
[sym_with_expr] = "with_expr",
[sym_and_expr] = "and_expr",
[sym_if_expr] = "if_expr",
[sym_sub_expr] = "sub_expr",
[sym_add_expr] = "add_expr",
[sym_divide_expr] = "divide_expr",
[sym_multiply_expr] = "multiply_expr",
[sym_equal_expr] = "equal_expr",
[sym_concat_expr] = "concat_expr",
[sym_compose_expr] = "compose_expr",
[sym_exponent_expr] = "exponent_expr",
[sym_match_arm] = "match_arm",
[sym_match_expr] = "match_expr",
[sym_negate_expr] = "negate_expr",
[sym_tag_expr] = "tag_expr",
[sym_await_expr] = "await_expr",
[sym__expression] = "_expression",
[sym_def] = "def",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_path_repeat1] = "path_repeat1",
[aux_sym_type_definition_repeat1] = "type_definition_repeat1",
[aux_sym_multi_type_parameters_repeat1] = "multi_type_parameters_repeat1",
[aux_sym_parametrized_type_repeat1] = "parametrized_type_repeat1",
[aux_sym_with_type_repeat1] = "with_type_repeat1",
[aux_sym_record_type_repeat1] = "record_type_repeat1",
[aux_sym_string_literal_repeat1] = "string_literal_repeat1",
[aux_sym_list_expression_repeat1] = "list_expression_repeat1",
[aux_sym_record_expr_repeat1] = "record_expr_repeat1",
[aux_sym_match_arm_repeat1] = "match_arm_repeat1",
[aux_sym_match_expr_repeat1] = "match_expr_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym__identifier_tok] = sym__identifier_tok,
[anon_sym_DOT] = anon_sym_DOT,
[sym_comment] = sym_comment,
[anon_sym_extensible] = anon_sym_extensible,
[anon_sym_union] = anon_sym_union,
[anon_sym_extend] = anon_sym_extend,
[anon_sym_with] = anon_sym_with,
[anon_sym_type] = anon_sym_type,
[anon_sym_QMARK] = anon_sym_QMARK,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT,
[sym_tag] = sym_tag,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[sym_escape_sequence] = sym_escape_sequence,
[sym_char_middle] = sym_char_middle,
[sym_string_middle] = sym_string_middle,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym_num_literal_token1] = aux_sym_num_literal_token1,
[aux_sym_num_literal_token2] = aux_sym_num_literal_token2,
[aux_sym_num_literal_token3] = aux_sym_num_literal_token3,
[anon_sym_let] = anon_sym_let,
[anon_sym_in] = anon_sym_in,
[anon_sym_await] = anon_sym_await,
[anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
[anon_sym_and] = anon_sym_and,
[anon_sym_if] = anon_sym_if,
[anon_sym_then] = anon_sym_then,
[anon_sym_else] = anon_sym_else,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[anon_sym_CARET] = anon_sym_CARET,
[anon_sym_match] = anon_sym_match,
[anon_sym_def] = anon_sym_def,
[sym_source_file] = sym_source_file,
[sym_identifier] = sym_identifier,
[sym_path] = sym_path,
[sym__definition] = sym__definition,
[sym_extensible_union] = sym_extensible_union,
[sym_extend_decl] = sym_extend_decl,
[sym_full_partial_type_definition] = sym_full_partial_type_definition,
[sym_type_definition] = sym_type_definition,
[sym__type_atom] = sym__type_atom,
[sym__type_non_fn] = sym__type_non_fn,
[sym__type] = sym__type,
[sym_union_type] = sym_union_type,
[sym_partial_union_type] = sym_partial_union_type,
[sym_tagged_type] = sym_tagged_type,
[sym_multi_type_parameters] = sym_multi_type_parameters,
[sym_parametrized_type] = sym_parametrized_type,
[sym_with_type] = sym_with_type,
[sym_recursive_type] = sym_recursive_type,
[sym_partial_type] = sym_partial_type,
[sym_fn_type] = sym_fn_type,
[sym_just_type] = sym_just_type,
[sym_record_type_field] = sym_record_type_field,
[sym_record_type] = sym_record_type,
[sym_char_literal] = sym_char_literal,
[sym_string_literal] = sym_string_literal,
[sym_num_literal] = sym_num_literal,
[sym_list_expression] = sym_list_expression,
[sym_field_access] = sym_field_access,
[sym_function_call] = sym_function_call,
[sym_ident_expr] = sym_ident_expr,
[sym_record_expr_field] = sym_record_expr_field,
[sym_record_expr] = sym_record_expr,
[sym__atom] = sym__atom,
[sym_let_binding] = sym_let_binding,
[sym_await_binding] = sym_await_binding,
[sym_type_downcast] = sym_type_downcast,
[sym_lambda] = sym_lambda,
[sym_with_expr] = sym_with_expr,
[sym_and_expr] = sym_and_expr,
[sym_if_expr] = sym_if_expr,
[sym_sub_expr] = sym_sub_expr,
[sym_add_expr] = sym_add_expr,
[sym_divide_expr] = sym_divide_expr,
[sym_multiply_expr] = sym_multiply_expr,
[sym_equal_expr] = sym_equal_expr,
[sym_concat_expr] = sym_concat_expr,
[sym_compose_expr] = sym_compose_expr,
[sym_exponent_expr] = sym_exponent_expr,
[sym_match_arm] = sym_match_arm,
[sym_match_expr] = sym_match_expr,
[sym_negate_expr] = sym_negate_expr,
[sym_tag_expr] = sym_tag_expr,
[sym_await_expr] = sym_await_expr,
[sym__expression] = sym__expression,
[sym_def] = sym_def,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_path_repeat1] = aux_sym_path_repeat1,
[aux_sym_type_definition_repeat1] = aux_sym_type_definition_repeat1,
[aux_sym_multi_type_parameters_repeat1] = aux_sym_multi_type_parameters_repeat1,
[aux_sym_parametrized_type_repeat1] = aux_sym_parametrized_type_repeat1,
[aux_sym_with_type_repeat1] = aux_sym_with_type_repeat1,
[aux_sym_record_type_repeat1] = aux_sym_record_type_repeat1,
[aux_sym_string_literal_repeat1] = aux_sym_string_literal_repeat1,
[aux_sym_list_expression_repeat1] = aux_sym_list_expression_repeat1,
[aux_sym_record_expr_repeat1] = aux_sym_record_expr_repeat1,
[aux_sym_match_arm_repeat1] = aux_sym_match_arm_repeat1,
[aux_sym_match_expr_repeat1] = aux_sym_match_expr_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym__identifier_tok] = {
.visible = false,
.named = true,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[anon_sym_extensible] = {
.visible = true,
.named = false,
},
[anon_sym_union] = {
.visible = true,
.named = false,
},
[anon_sym_extend] = {
.visible = true,
.named = false,
},
[anon_sym_with] = {
.visible = true,
.named = false,
},
[anon_sym_type] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_DOT_DOT] = {
.visible = true,
.named = false,
},
[sym_tag] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[sym_char_middle] = {
.visible = true,
.named = true,
},
[sym_string_middle] = {
.visible = true,
.named = true,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_num_literal_token1] = {
.visible = false,
.named = false,
},
[aux_sym_num_literal_token2] = {
.visible = false,
.named = false,
},
[aux_sym_num_literal_token3] = {
.visible = false,
.named = false,
},
[anon_sym_let] = {
.visible = true,
.named = false,
},
[anon_sym_in] = {
.visible = true,
.named = false,
},
[anon_sym_await] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_and] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_then] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[anon_sym_CARET] = {
.visible = true,
.named = false,
},
[anon_sym_match] = {
.visible = true,
.named = false,
},
[anon_sym_def] = {
.visible = true,
.named = false,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_path] = {
.visible = true,
.named = true,
},
[sym__definition] = {
.visible = false,
.named = true,
},
[sym_extensible_union] = {
.visible = true,
.named = true,
},
[sym_extend_decl] = {
.visible = true,
.named = true,
},
[sym_full_partial_type_definition] = {
.visible = true,
.named = true,
},
[sym_type_definition] = {
.visible = true,
.named = true,
},
[sym__type_atom] = {
.visible = false,
.named = true,
},
[sym__type_non_fn] = {
.visible = false,
.named = true,
},
[sym__type] = {
.visible = false,
.named = true,
},
[sym_union_type] = {
.visible = true,
.named = true,
},
[sym_partial_union_type] = {
.visible = true,
.named = true,
},
[sym_tagged_type] = {
.visible = true,
.named = true,
},
[sym_multi_type_parameters] = {
.visible = true,
.named = true,
},
[sym_parametrized_type] = {
.visible = true,
.named = true,
},
[sym_with_type] = {
.visible = true,
.named = true,
},
[sym_recursive_type] = {
.visible = true,
.named = true,
},
[sym_partial_type] = {
.visible = true,
.named = true,
},
[sym_fn_type] = {
.visible = true,
.named = true,
},
[sym_just_type] = {
.visible = true,
.named = true,
},
[sym_record_type_field] = {
.visible = true,
.named = true,
},
[sym_record_type] = {
.visible = true,
.named = true,
},
[sym_char_literal] = {
.visible = true,
.named = true,
},
[sym_string_literal] = {
.visible = true,
.named = true,
},
[sym_num_literal] = {
.visible = true,
.named = true,
},
[sym_list_expression] = {
.visible = true,
.named = true,
},
[sym_field_access] = {
.visible = true,
.named = true,
},
[sym_function_call] = {
.visible = true,
.named = true,
},
[sym_ident_expr] = {
.visible = true,
.named = true,
},
[sym_record_expr_field] = {
.visible = true,
.named = true,
},
[sym_record_expr] = {
.visible = true,
.named = true,
},
[sym__atom] = {
.visible = false,
.named = true,
},
[sym_let_binding] = {
.visible = true,
.named = true,
},
[sym_await_binding] = {
.visible = true,
.named = true,
},
[sym_type_downcast] = {
.visible = true,
.named = true,
},
[sym_lambda] = {
.visible = true,
.named = true,
},
[sym_with_expr] = {
.visible = true,
.named = true,
},
[sym_and_expr] = {
.visible = true,
.named = true,
},
[sym_if_expr] = {
.visible = true,
.named = true,
},
[sym_sub_expr] = {
.visible = true,
.named = true,
},
[sym_add_expr] = {
.visible = true,
.named = true,
},
[sym_divide_expr] = {
.visible = true,
.named = true,
},
[sym_multiply_expr] = {
.visible = true,
.named = true,
},
[sym_equal_expr] = {
.visible = true,
.named = true,
},
[sym_concat_expr] = {
.visible = true,
.named = true,
},
[sym_compose_expr] = {
.visible = true,
.named = true,
},
[sym_exponent_expr] = {
.visible = true,
.named = true,
},
[sym_match_arm] = {
.visible = true,
.named = true,
},
[sym_match_expr] = {
.visible = true,
.named = true,
},
[sym_negate_expr] = {
.visible = true,
.named = true,
},
[sym_tag_expr] = {
.visible = true,
.named = true,
},
[sym_await_expr] = {
.visible = true,
.named = true,
},
[sym__expression] = {
.visible = false,
.named = true,
},
[sym_def] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_path_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_multi_type_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_parametrized_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_with_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_literal_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_list_expression_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_expr_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_match_arm_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_match_expr_repeat1] = {
.visible = false,
.named = false,
},
};
enum ts_field_identifiers {
field_arg = 1,
field_arg_type = 2,
field_as = 3,
field_body = 4,
field_cases = 5,
field_expr = 6,
field_name = 7,
field_signature = 8,
field_value = 9,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_arg] = "arg",
[field_arg_type] = "arg_type",
[field_as] = "as",
[field_body] = "body",
[field_cases] = "cases",
[field_expr] = "expr",
[field_name] = "name",
[field_signature] = "signature",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 2},
[2] = {.index = 2, .length = 2},
[3] = {.index = 4, .length = 2},
[4] = {.index = 6, .length = 2},
[5] = {.index = 8, .length = 3},
[6] = {.index = 11, .length = 3},
[7] = {.index = 14, .length = 3},
[8] = {.index = 17, .length = 3},
[9] = {.index = 20, .length = 1},
[10] = {.index = 21, .length = 2},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_name, 1},
{field_value, 3},
[2] =
{field_name, 1},
{field_signature, 3},
[4] =
{field_arg, 0},
{field_body, 2},
[6] =
{field_as, 2},
{field_expr, 0},
[8] =
{field_name, 1},
{field_signature, 3},
{field_value, 5},
[11] =
{field_body, 4},
{field_name, 1},
{field_value, 3},
[14] =
{field_arg, 0},
{field_arg_type, 2},
{field_body, 4},
[17] =
{field_body, 5},
{field_name, 1},
{field_value, 3},
[20] =
{field_cases, 0},
[21] =
{field_cases, 0},
{field_cases, 1},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 2,
[4] = 4,
[5] = 2,
[6] = 4,
[7] = 2,
[8] = 4,
[9] = 4,
[10] = 2,
[11] = 2,
[12] = 2,
[13] = 4,
[14] = 4,
[15] = 4,
[16] = 2,
[17] = 4,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 22,
[24] = 21,
[25] = 20,
[26] = 20,
[27] = 19,
[28] = 21,
[29] = 20,
[30] = 19,
[31] = 21,
[32] = 22,
[33] = 22,
[34] = 19,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 36,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 36,
[55] = 37,
[56] = 38,
[57] = 39,
[58] = 40,
[59] = 41,
[60] = 42,
[61] = 43,
[62] = 35,
[63] = 37,
[64] = 46,
[65] = 47,
[66] = 48,
[67] = 49,
[68] = 50,
[69] = 51,
[70] = 52,
[71] = 53,
[72] = 38,
[73] = 36,
[74] = 37,
[75] = 38,
[76] = 39,
[77] = 40,
[78] = 41,
[79] = 42,
[80] = 43,
[81] = 39,
[82] = 40,
[83] = 46,
[84] = 47,
[85] = 48,
[86] = 49,
[87] = 50,
[88] = 51,
[89] = 35,
[90] = 41,
[91] = 42,
[92] = 43,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 35,
[97] = 97,
[98] = 93,
[99] = 93,
[100] = 100,
[101] = 95,
[102] = 52,
[103] = 103,
[104] = 53,
[105] = 93,
[106] = 46,
[107] = 95,
[108] = 44,
[109] = 100,
[110] = 44,
[111] = 100,
[112] = 44,
[113] = 100,
[114] = 114,
[115] = 36,
[116] = 37,
[117] = 38,
[118] = 39,
[119] = 40,
[120] = 41,
[121] = 42,
[122] = 43,
[123] = 47,
[124] = 95,
[125] = 46,
[126] = 47,
[127] = 48,
[128] = 49,
[129] = 53,
[130] = 114,
[131] = 114,
[132] = 114,
[133] = 114,
[134] = 114,
[135] = 35,
[136] = 52,
[137] = 103,
[138] = 53,
[139] = 93,
[140] = 95,
[141] = 35,
[142] = 52,
[143] = 53,
[144] = 36,
[145] = 37,
[146] = 38,
[147] = 39,
[148] = 40,
[149] = 41,
[150] = 42,
[151] = 43,
[152] = 48,
[153] = 49,
[154] = 46,
[155] = 47,
[156] = 48,
[157] = 49,
[158] = 52,
[159] = 53,
[160] = 36,
[161] = 37,
[162] = 38,
[163] = 39,
[164] = 40,
[165] = 41,
[166] = 42,
[167] = 43,
[168] = 50,
[169] = 51,
[170] = 46,
[171] = 47,
[172] = 48,
[173] = 49,
[174] = 52,
[175] = 53,
[176] = 36,
[177] = 37,
[178] = 38,
[179] = 39,
[180] = 40,
[181] = 41,
[182] = 42,
[183] = 43,
[184] = 114,
[185] = 52,
[186] = 46,
[187] = 47,
[188] = 48,
[189] = 49,
[190] = 35,
[191] = 93,
[192] = 95,
[193] = 35,
[194] = 93,
[195] = 95,
[196] = 93,
[197] = 95,
[198] = 100,
[199] = 100,
[200] = 100,
[201] = 103,
[202] = 103,
[203] = 103,
[204] = 103,
[205] = 103,
[206] = 100,
[207] = 207,
[208] = 103,
[209] = 114,
[210] = 210,
[211] = 210,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 214,
[217] = 212,
[218] = 218,
[219] = 212,
[220] = 220,
[221] = 213,
[222] = 215,
[223] = 223,
[224] = 213,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 220,
[230] = 226,
[231] = 227,
[232] = 218,
[233] = 212,
[234] = 225,
[235] = 223,
[236] = 213,
[237] = 237,
[238] = 228,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 237,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 243,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 260,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 251,
[269] = 254,
[270] = 253,
[271] = 246,
[272] = 249,
[273] = 273,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 248,
[278] = 250,
[279] = 255,
[280] = 245,
[281] = 240,
[282] = 247,
[283] = 256,
[284] = 244,
[285] = 241,
[286] = 286,
[287] = 239,
[288] = 288,
[289] = 252,
[290] = 290,
[291] = 263,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 263,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 260,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 292,
[317] = 295,
[318] = 293,
[319] = 288,
[320] = 290,
[321] = 262,
[322] = 263,
[323] = 286,
[324] = 265,
[325] = 266,
[326] = 267,
[327] = 296,
[328] = 274,
[329] = 275,
[330] = 276,
[331] = 294,
[332] = 273,
[333] = 258,
[334] = 313,
[335] = 259,
[336] = 336,
[337] = 261,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 260,
[342] = 210,
[343] = 303,
[344] = 338,
[345] = 309,
[346] = 298,
[347] = 311,
[348] = 312,
[349] = 313,
[350] = 314,
[351] = 315,
[352] = 340,
[353] = 299,
[354] = 339,
[355] = 305,
[356] = 210,
[357] = 301,
[358] = 302,
[359] = 308,
[360] = 313,
[361] = 312,
[362] = 307,
[363] = 313,
[364] = 314,
[365] = 306,
[366] = 308,
[367] = 301,
[368] = 304,
[369] = 313,
[370] = 302,
[371] = 303,
[372] = 304,
[373] = 305,
[374] = 306,
[375] = 311,
[376] = 300,
[377] = 336,
[378] = 309,
[379] = 338,
[380] = 339,
[381] = 315,
[382] = 336,
[383] = 338,
[384] = 339,
[385] = 304,
[386] = 336,
[387] = 305,
[388] = 301,
[389] = 302,
[390] = 303,
[391] = 306,
[392] = 313,
[393] = 308,
[394] = 309,
[395] = 311,
[396] = 312,
[397] = 313,
[398] = 314,
[399] = 315,
[400] = 227,
[401] = 401,
[402] = 401,
[403] = 401,
[404] = 401,
[405] = 401,
[406] = 406,
[407] = 407,
[408] = 407,
[409] = 409,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 215,
[416] = 416,
[417] = 417,
[418] = 416,
[419] = 407,
[420] = 214,
[421] = 412,
[422] = 407,
[423] = 416,
[424] = 406,
[425] = 406,
[426] = 409,
[427] = 412,
[428] = 409,
[429] = 429,
[430] = 409,
[431] = 429,
[432] = 411,
[433] = 433,
[434] = 412,
[435] = 407,
[436] = 436,
[437] = 416,
[438] = 411,
[439] = 416,
[440] = 440,
[441] = 406,
[442] = 442,
[443] = 406,
[444] = 411,
[445] = 429,
[446] = 429,
[447] = 429,
[448] = 412,
[449] = 429,
[450] = 429,
[451] = 429,
[452] = 214,
[453] = 218,
[454] = 215,
[455] = 212,
[456] = 213,
[457] = 225,
[458] = 261,
[459] = 223,
[460] = 273,
[461] = 212,
[462] = 213,
[463] = 293,
[464] = 286,
[465] = 227,
[466] = 258,
[467] = 212,
[468] = 218,
[469] = 225,
[470] = 275,
[471] = 237,
[472] = 226,
[473] = 220,
[474] = 292,
[475] = 213,
[476] = 228,
[477] = 237,
[478] = 239,
[479] = 250,
[480] = 226,
[481] = 212,
[482] = 276,
[483] = 220,
[484] = 259,
[485] = 255,
[486] = 251,
[487] = 245,
[488] = 228,
[489] = 240,
[490] = 223,
[491] = 288,
[492] = 247,
[493] = 243,
[494] = 256,
[495] = 253,
[496] = 248,
[497] = 246,
[498] = 244,
[499] = 249,
[500] = 241,
[501] = 213,
[502] = 252,
[503] = 246,
[504] = 504,
[505] = 247,
[506] = 254,
[507] = 504,
[508] = 508,
[509] = 252,
[510] = 504,
[511] = 508,
[512] = 504,
[513] = 504,
[514] = 504,
[515] = 504,
[516] = 256,
[517] = 508,
[518] = 239,
[519] = 248,
[520] = 250,
[521] = 251,
[522] = 243,
[523] = 504,
[524] = 253,
[525] = 241,
[526] = 255,
[527] = 508,
[528] = 249,
[529] = 245,
[530] = 240,
[531] = 244,
[532] = 532,
[533] = 292,
[534] = 258,
[535] = 266,
[536] = 267,
[537] = 296,
[538] = 275,
[539] = 273,
[540] = 254,
[541] = 541,
[542] = 532,
[543] = 543,
[544] = 210,
[545] = 286,
[546] = 261,
[547] = 532,
[548] = 543,
[549] = 543,
[550] = 541,
[551] = 551,
[552] = 532,
[553] = 541,
[554] = 543,
[555] = 541,
[556] = 293,
[557] = 288,
[558] = 295,
[559] = 294,
[560] = 262,
[561] = 266,
[562] = 259,
[563] = 265,
[564] = 267,
[565] = 263,
[566] = 260,
[567] = 276,
[568] = 290,
[569] = 296,
[570] = 263,
[571] = 274,
[572] = 260,
[573] = 263,
[574] = 339,
[575] = 294,
[576] = 290,
[577] = 340,
[578] = 301,
[579] = 302,
[580] = 303,
[581] = 304,
[582] = 305,
[583] = 306,
[584] = 299,
[585] = 308,
[586] = 309,
[587] = 311,
[588] = 312,
[589] = 314,
[590] = 315,
[591] = 265,
[592] = 274,
[593] = 262,
[594] = 298,
[595] = 300,
[596] = 307,
[597] = 263,
[598] = 295,
[599] = 260,
[600] = 260,
[601] = 336,
[602] = 338,
[603] = 307,
[604] = 306,
[605] = 301,
[606] = 298,
[607] = 607,
[608] = 336,
[609] = 302,
[610] = 300,
[611] = 308,
[612] = 309,
[613] = 311,
[614] = 312,
[615] = 314,
[616] = 315,
[617] = 303,
[618] = 304,
[619] = 305,
[620] = 336,
[621] = 338,
[622] = 339,
[623] = 299,
[624] = 301,
[625] = 302,
[626] = 303,
[627] = 304,
[628] = 305,
[629] = 306,
[630] = 308,
[631] = 309,
[632] = 311,
[633] = 338,
[634] = 312,
[635] = 339,
[636] = 314,
[637] = 315,
[638] = 340,
[639] = 305,
[640] = 640,
[641] = 315,
[642] = 309,
[643] = 643,
[644] = 301,
[645] = 336,
[646] = 303,
[647] = 306,
[648] = 643,
[649] = 643,
[650] = 311,
[651] = 314,
[652] = 652,
[653] = 302,
[654] = 304,
[655] = 312,
[656] = 338,
[657] = 339,
[658] = 308,
[659] = 643,
[660] = 660,
[661] = 661,
[662] = 662,
[663] = 661,
[664] = 664,
[665] = 661,
[666] = 664,
[667] = 660,
[668] = 662,
[669] = 664,
[670] = 660,
[671] = 661,
[672] = 660,
[673] = 662,
[674] = 674,
[675] = 675,
[676] = 664,
[677] = 662,
[678] = 678,
[679] = 679,
[680] = 679,
[681] = 681,
[682] = 679,
[683] = 683,
[684] = 679,
[685] = 679,
[686] = 683,
[687] = 687,
[688] = 683,
[689] = 683,
[690] = 681,
[691] = 681,
[692] = 683,
[693] = 683,
[694] = 683,
[695] = 683,
[696] = 679,
[697] = 679,
[698] = 679,
[699] = 681,
[700] = 226,
[701] = 220,
[702] = 702,
[703] = 702,
[704] = 702,
[705] = 228,
[706] = 702,
[707] = 702,
[708] = 223,
[709] = 702,
[710] = 702,
[711] = 702,
[712] = 712,
[713] = 713,
[714] = 714,
[715] = 715,
[716] = 716,
[717] = 274,
[718] = 718,
[719] = 719,
[720] = 294,
[721] = 718,
[722] = 718,
[723] = 719,
[724] = 719,
[725] = 719,
[726] = 726,
[727] = 290,
[728] = 295,
[729] = 718,
[730] = 730,
[731] = 730,
[732] = 732,
[733] = 732,
[734] = 730,
[735] = 732,
[736] = 736,
[737] = 737,
[738] = 738,
[739] = 739,
[740] = 740,
[741] = 732,
[742] = 730,
[743] = 738,
[744] = 738,
[745] = 738,
[746] = 746,
[747] = 747,
[748] = 748,
[749] = 746,
[750] = 750,
[751] = 746,
[752] = 752,
[753] = 748,
[754] = 752,
[755] = 748,
[756] = 756,
[757] = 757,
[758] = 758,
[759] = 746,
[760] = 752,
[761] = 748,
[762] = 752,
[763] = 752,
[764] = 764,
[765] = 765,
[766] = 766,
[767] = 767,
[768] = 768,
[769] = 769,
[770] = 770,
[771] = 771,
[772] = 772,
[773] = 770,
[774] = 774,
[775] = 774,
[776] = 776,
[777] = 770,
[778] = 765,
[779] = 765,
[780] = 771,
[781] = 774,
[782] = 771,
[783] = 771,
[784] = 784,
[785] = 785,
[786] = 774,
[787] = 765,
[788] = 771,
[789] = 789,
[790] = 770,
[791] = 791,
[792] = 774,
[793] = 793,
[794] = 794,
[795] = 795,
[796] = 796,
[797] = 797,
[798] = 798,
[799] = 799,
[800] = 795,
[801] = 795,
[802] = 802,
[803] = 795,
[804] = 804,
[805] = 794,
[806] = 793,
[807] = 807,
[808] = 808,
[809] = 809,
[810] = 809,
[811] = 811,
[812] = 812,
[813] = 813,
[814] = 793,
[815] = 809,
[816] = 816,
[817] = 808,
[818] = 798,
[819] = 819,
[820] = 808,
[821] = 811,
[822] = 808,
[823] = 823,
[824] = 794,
[825] = 825,
[826] = 813,
[827] = 819,
[828] = 797,
[829] = 819,
[830] = 807,
[831] = 825,
[832] = 825,
[833] = 823,
[834] = 807,
[835] = 798,
[836] = 799,
[837] = 798,
[838] = 804,
[839] = 798,
[840] = 823,
[841] = 793,
[842] = 798,
[843] = 813,
[844] = 799,
[845] = 799,
[846] = 811,
[847] = 797,
[848] = 795,
[849] = 795,
[850] = 795,
[851] = 811,
[852] = 807,
[853] = 807,
[854] = 804,
[855] = 798,
[856] = 856,
[857] = 797,
[858] = 804,
[859] = 809,
[860] = 797,
[861] = 794,
[862] = 823,
[863] = 819,
[864] = 808,
[865] = 813,
[866] = 809,
[867] = 825,
[868] = 804,
[869] = 795,
[870] = 798,
[871] = 871,
[872] = 872,
[873] = 873,
[874] = 874,
[875] = 875,
[876] = 876,
[877] = 877,
[878] = 878,
[879] = 879,
[880] = 872,
[881] = 881,
[882] = 876,
[883] = 874,
[884] = 881,
[885] = 874,
[886] = 886,
[887] = 887,
[888] = 881,
[889] = 889,
[890] = 881,
[891] = 876,
[892] = 872,
[893] = 893,
[894] = 881,
[895] = 881,
[896] = 896,
[897] = 872,
[898] = 881,
[899] = 881,
[900] = 876,
[901] = 901,
[902] = 874,
[903] = 903,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'"', 51,
'#', 27,
'&', 39,
'\'', 50,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 57,
'.', 25,
'/', 60,
':', 38,
'=', 29,
'?', 28,
'[', 35,
'\\', 8,
']', 37,
'^', 64,
'{', 41,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(13);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
if (('A' <= lookahead && lookahead <= '_') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 1:
if (lookahead == '\n') SKIP(2);
if (lookahead == '#') ADVANCE(27);
if (lookahead == '\\') ADVANCE(46);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(45);
if (lookahead != 0) ADVANCE(44);
END_STATE();
case 2:
if (lookahead == '\n') SKIP(2);
if (lookahead == '#') ADVANCE(27);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(45);
if (lookahead != 0) ADVANCE(44);
END_STATE();
case 3:
if (lookahead == '"') ADVANCE(51);
if (lookahead == '#') ADVANCE(27);
if (lookahead == '\'') ADVANCE(49);
if (lookahead == '(') ADVANCE(30);
if (lookahead == '-') ADVANCE(9);
if (lookahead == '[') ADVANCE(35);
if (lookahead == '{') ADVANCE(41);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 4:
if (lookahead == '"') ADVANCE(51);
if (lookahead == '#') ADVANCE(26);
if (lookahead == '\\') ADVANCE(8);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(47);
if (lookahead != 0) ADVANCE(48);
END_STATE();
case 5:
if (lookahead == '.') ADVANCE(7);
END_STATE();
case 6:
if (lookahead == '.') ADVANCE(7);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(54);
END_STATE();
case 7:
if (lookahead == '.') ADVANCE(33);
END_STATE();
case 8:
ADVANCE_MAP(
'"', 43,
'\'', 43,
'0', 43,
'\\', 43,
'b', 43,
'f', 43,
'n', 43,
'r', 43,
't', 43,
);
END_STATE();
case 9:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53);
END_STATE();
case 10:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(54);
END_STATE();
case 11:
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(34);
END_STATE();
case 12:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(34);
END_STATE();
case 13:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'"', 51,
'#', 27,
'&', 39,
'\'', 50,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 57,
'.', 24,
'/', 60,
':', 38,
'=', 29,
'?', 28,
'[', 35,
']', 37,
'^', 64,
'{', 41,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(13);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 14:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'"', 51,
'#', 27,
'&', 39,
'\'', 50,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 58,
'.', 6,
'/', 60,
':', 38,
'=', 29,
'?', 28,
'[', 35,
']', 37,
'^', 64,
'{', 41,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(15);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 15:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'"', 51,
'#', 27,
'&', 39,
'\'', 50,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 58,
'.', 5,
'/', 60,
':', 38,
'=', 29,
'?', 28,
'[', 35,
']', 37,
'^', 64,
'{', 41,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(15);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 16:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'"', 51,
'#', 27,
'\'', 50,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 57,
'.', 23,
'/', 60,
':', 38,
'=', 29,
'[', 35,
']', 37,
'^', 64,
'{', 41,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 17:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'#', 27,
'&', 39,
'\'', 11,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 56,
'.', 23,
'/', 60,
':', 38,
'=', 29,
'?', 28,
'[', 35,
']', 37,
'^', 64,
'{', 41,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(17);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 18:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'#', 27,
'\'', 49,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 56,
'.', 10,
'/', 60,
':', 38,
'=', 29,
']', 37,
'^', 64,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(19);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 19:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'#', 27,
'\'', 49,
'(', 30,
')', 31,
'*', 61,
'+', 59,
',', 36,
'-', 56,
'/', 60,
':', 38,
'=', 29,
']', 37,
'^', 64,
'|', 32,
'}', 42,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(19);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 20:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 21:
ACCEPT_TOKEN(sym__identifier_tok);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(22);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(21);
END_STATE();
case 22:
ACCEPT_TOKEN(sym__identifier_tok);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(22);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(7);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(7);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(54);
END_STATE();
case 26:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\n') ADVANCE(48);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(27);
if (lookahead != 0) ADVANCE(26);
END_STATE();
case 27:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(27);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '>') ADVANCE(63);
END_STATE();
case 30:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 31:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 32:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
END_STATE();
case 34:
ACCEPT_TOKEN(sym_tag);
if (lookahead == '.') ADVANCE(12);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(34);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(55);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 43:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 44:
ACCEPT_TOKEN(sym_char_middle);
END_STATE();
case 45:
ACCEPT_TOKEN(sym_char_middle);
if (lookahead == '#') ADVANCE(27);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(45);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(44);
END_STATE();
case 46:
ACCEPT_TOKEN(sym_char_middle);
ADVANCE_MAP(
'"', 43,
'\'', 43,
'0', 43,
'\\', 43,
'b', 43,
'f', 43,
'n', 43,
'r', 43,
't', 43,
);
END_STATE();
case 47:
ACCEPT_TOKEN(sym_string_middle);
if (lookahead == '#') ADVANCE(26);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(47);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '#' &&
lookahead != '\\') ADVANCE(48);
END_STATE();
case 48:
ACCEPT_TOKEN(sym_string_middle);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(48);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_SQUOTE);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(34);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 52:
ACCEPT_TOKEN(aux_sym_num_literal_token1);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(52);
END_STATE();
case 53:
ACCEPT_TOKEN(aux_sym_num_literal_token2);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53);
END_STATE();
case 54:
ACCEPT_TOKEN(aux_sym_num_literal_token3);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(54);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(40);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(40);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_DASH);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+') ADVANCE(62);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_CARET);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
ADVANCE_MAP(
'a', 1,
'd', 2,
'e', 3,
'i', 4,
'l', 5,
'm', 6,
't', 7,
'u', 8,
'w', 9,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
END_STATE();
case 1:
if (lookahead == 'n') ADVANCE(10);
if (lookahead == 'w') ADVANCE(11);
END_STATE();
case 2:
if (lookahead == 'e') ADVANCE(12);
END_STATE();
case 3:
if (lookahead == 'l') ADVANCE(13);
if (lookahead == 'x') ADVANCE(14);
END_STATE();
case 4:
if (lookahead == 'f') ADVANCE(15);
if (lookahead == 'n') ADVANCE(16);
END_STATE();
case 5:
if (lookahead == 'e') ADVANCE(17);
END_STATE();
case 6:
if (lookahead == 'a') ADVANCE(18);
END_STATE();
case 7:
if (lookahead == 'h') ADVANCE(19);
if (lookahead == 'y') ADVANCE(20);
END_STATE();
case 8:
if (lookahead == 'n') ADVANCE(21);
END_STATE();
case 9:
if (lookahead == 'i') ADVANCE(22);
END_STATE();
case 10:
if (lookahead == 'd') ADVANCE(23);
END_STATE();
case 11:
if (lookahead == 'a') ADVANCE(24);
END_STATE();
case 12:
if (lookahead == 'f') ADVANCE(25);
END_STATE();
case 13:
if (lookahead == 's') ADVANCE(26);
END_STATE();
case 14:
if (lookahead == 't') ADVANCE(27);
END_STATE();
case 15:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 16:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 17:
if (lookahead == 't') ADVANCE(28);
END_STATE();
case 18:
if (lookahead == 't') ADVANCE(29);
END_STATE();
case 19:
if (lookahead == 'e') ADVANCE(30);
END_STATE();
case 20:
if (lookahead == 'p') ADVANCE(31);
END_STATE();
case 21:
if (lookahead == 'i') ADVANCE(32);
END_STATE();
case 22:
if (lookahead == 't') ADVANCE(33);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_and);
END_STATE();
case 24:
if (lookahead == 'i') ADVANCE(34);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_def);
END_STATE();
case 26:
if (lookahead == 'e') ADVANCE(35);
END_STATE();
case 27:
if (lookahead == 'e') ADVANCE(36);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_let);
END_STATE();
case 29:
if (lookahead == 'c') ADVANCE(37);
END_STATE();
case 30:
if (lookahead == 'n') ADVANCE(38);
END_STATE();
case 31:
if (lookahead == 'e') ADVANCE(39);
END_STATE();
case 32:
if (lookahead == 'o') ADVANCE(40);
END_STATE();
case 33:
if (lookahead == 'h') ADVANCE(41);
END_STATE();
case 34:
if (lookahead == 't') ADVANCE(42);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 36:
if (lookahead == 'n') ADVANCE(43);
END_STATE();
case 37:
if (lookahead == 'h') ADVANCE(44);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_then);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 40:
if (lookahead == 'n') ADVANCE(45);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_with);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_await);
END_STATE();
case 43:
if (lookahead == 'd') ADVANCE(46);
if (lookahead == 's') ADVANCE(47);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_match);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_union);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_extend);
END_STATE();
case 47:
if (lookahead == 'i') ADVANCE(48);
END_STATE();
case 48:
if (lookahead == 'b') ADVANCE(49);
END_STATE();
case 49:
if (lookahead == 'l') ADVANCE(50);
END_STATE();
case 50:
if (lookahead == 'e') ADVANCE(51);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_extensible);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 0, .reserved_word_set_id = 1},
[3] = {.lex_state = 0, .reserved_word_set_id = 1},
[4] = {.lex_state = 0, .reserved_word_set_id = 2},
[5] = {.lex_state = 0, .reserved_word_set_id = 2},
[6] = {.lex_state = 0, .reserved_word_set_id = 1},
[7] = {.lex_state = 0, .reserved_word_set_id = 1},
[8] = {.lex_state = 0, .reserved_word_set_id = 1},
[9] = {.lex_state = 0, .reserved_word_set_id = 2},
[10] = {.lex_state = 0, .reserved_word_set_id = 2},
[11] = {.lex_state = 0, .reserved_word_set_id = 2},
[12] = {.lex_state = 0, .reserved_word_set_id = 1},
[13] = {.lex_state = 0, .reserved_word_set_id = 1},
[14] = {.lex_state = 0, .reserved_word_set_id = 2},
[15] = {.lex_state = 0, .reserved_word_set_id = 2},
[16] = {.lex_state = 0, .reserved_word_set_id = 2},
[17] = {.lex_state = 0, .reserved_word_set_id = 1},
[18] = {.lex_state = 0, .reserved_word_set_id = 3},
[19] = {.lex_state = 0, .reserved_word_set_id = 3},
[20] = {.lex_state = 0, .reserved_word_set_id = 3},
[21] = {.lex_state = 0, .reserved_word_set_id = 3},
[22] = {.lex_state = 0, .reserved_word_set_id = 3},
[23] = {.lex_state = 0, .reserved_word_set_id = 3},
[24] = {.lex_state = 0, .reserved_word_set_id = 3},
[25] = {.lex_state = 0, .reserved_word_set_id = 3},
[26] = {.lex_state = 0, .reserved_word_set_id = 3},
[27] = {.lex_state = 0, .reserved_word_set_id = 3},
[28] = {.lex_state = 0, .reserved_word_set_id = 3},
[29] = {.lex_state = 0, .reserved_word_set_id = 3},
[30] = {.lex_state = 0, .reserved_word_set_id = 3},
[31] = {.lex_state = 0, .reserved_word_set_id = 3},
[32] = {.lex_state = 0, .reserved_word_set_id = 3},
[33] = {.lex_state = 0, .reserved_word_set_id = 3},
[34] = {.lex_state = 0, .reserved_word_set_id = 3},
[35] = {.lex_state = 0, .reserved_word_set_id = 3},
[36] = {.lex_state = 0, .reserved_word_set_id = 3},
[37] = {.lex_state = 0, .reserved_word_set_id = 3},
[38] = {.lex_state = 0, .reserved_word_set_id = 3},
[39] = {.lex_state = 0, .reserved_word_set_id = 3},
[40] = {.lex_state = 0, .reserved_word_set_id = 3},
[41] = {.lex_state = 0, .reserved_word_set_id = 3},
[42] = {.lex_state = 0, .reserved_word_set_id = 3},
[43] = {.lex_state = 0, .reserved_word_set_id = 3},
[44] = {.lex_state = 0, .reserved_word_set_id = 3},
[45] = {.lex_state = 0, .reserved_word_set_id = 1},
[46] = {.lex_state = 0, .reserved_word_set_id = 3},
[47] = {.lex_state = 0, .reserved_word_set_id = 3},
[48] = {.lex_state = 0, .reserved_word_set_id = 3},
[49] = {.lex_state = 0, .reserved_word_set_id = 3},
[50] = {.lex_state = 0, .reserved_word_set_id = 3},
[51] = {.lex_state = 0, .reserved_word_set_id = 3},
[52] = {.lex_state = 0, .reserved_word_set_id = 3},
[53] = {.lex_state = 0, .reserved_word_set_id = 3},
[54] = {.lex_state = 0, .reserved_word_set_id = 3},
[55] = {.lex_state = 0, .reserved_word_set_id = 3},
[56] = {.lex_state = 0, .reserved_word_set_id = 3},
[57] = {.lex_state = 0, .reserved_word_set_id = 3},
[58] = {.lex_state = 0, .reserved_word_set_id = 3},
[59] = {.lex_state = 0, .reserved_word_set_id = 3},
[60] = {.lex_state = 0, .reserved_word_set_id = 3},
[61] = {.lex_state = 0, .reserved_word_set_id = 3},
[62] = {.lex_state = 0, .reserved_word_set_id = 1},
[63] = {.lex_state = 0, .reserved_word_set_id = 1},
[64] = {.lex_state = 0, .reserved_word_set_id = 3},
[65] = {.lex_state = 0, .reserved_word_set_id = 3},
[66] = {.lex_state = 0, .reserved_word_set_id = 3},
[67] = {.lex_state = 0, .reserved_word_set_id = 3},
[68] = {.lex_state = 0, .reserved_word_set_id = 3},
[69] = {.lex_state = 0, .reserved_word_set_id = 3},
[70] = {.lex_state = 0, .reserved_word_set_id = 1},
[71] = {.lex_state = 0, .reserved_word_set_id = 1},
[72] = {.lex_state = 0, .reserved_word_set_id = 1},
[73] = {.lex_state = 0, .reserved_word_set_id = 1},
[74] = {.lex_state = 0, .reserved_word_set_id = 1},
[75] = {.lex_state = 0, .reserved_word_set_id = 1},
[76] = {.lex_state = 0, .reserved_word_set_id = 1},
[77] = {.lex_state = 0, .reserved_word_set_id = 1},
[78] = {.lex_state = 0, .reserved_word_set_id = 1},
[79] = {.lex_state = 0, .reserved_word_set_id = 1},
[80] = {.lex_state = 0, .reserved_word_set_id = 1},
[81] = {.lex_state = 0, .reserved_word_set_id = 1},
[82] = {.lex_state = 0, .reserved_word_set_id = 1},
[83] = {.lex_state = 0, .reserved_word_set_id = 1},
[84] = {.lex_state = 0, .reserved_word_set_id = 1},
[85] = {.lex_state = 0, .reserved_word_set_id = 1},
[86] = {.lex_state = 0, .reserved_word_set_id = 1},
[87] = {.lex_state = 0, .reserved_word_set_id = 1},
[88] = {.lex_state = 0, .reserved_word_set_id = 1},
[89] = {.lex_state = 0, .reserved_word_set_id = 3},
[90] = {.lex_state = 0, .reserved_word_set_id = 1},
[91] = {.lex_state = 0, .reserved_word_set_id = 1},
[92] = {.lex_state = 0, .reserved_word_set_id = 1},
[93] = {.lex_state = 0, .reserved_word_set_id = 3},
[94] = {.lex_state = 0, .reserved_word_set_id = 1},
[95] = {.lex_state = 0, .reserved_word_set_id = 3},
[96] = {.lex_state = 0, .reserved_word_set_id = 1},
[97] = {.lex_state = 0, .reserved_word_set_id = 3},
[98] = {.lex_state = 0, .reserved_word_set_id = 1},
[99] = {.lex_state = 0, .reserved_word_set_id = 3},
[100] = {.lex_state = 0, .reserved_word_set_id = 1},
[101] = {.lex_state = 0, .reserved_word_set_id = 3},
[102] = {.lex_state = 0, .reserved_word_set_id = 1},
[103] = {.lex_state = 0, .reserved_word_set_id = 1},
[104] = {.lex_state = 0, .reserved_word_set_id = 1},
[105] = {.lex_state = 0, .reserved_word_set_id = 1},
[106] = {.lex_state = 0, .reserved_word_set_id = 1},
[107] = {.lex_state = 0, .reserved_word_set_id = 1},
[108] = {.lex_state = 0, .reserved_word_set_id = 3},
[109] = {.lex_state = 0, .reserved_word_set_id = 3},
[110] = {.lex_state = 0, .reserved_word_set_id = 3},
[111] = {.lex_state = 0, .reserved_word_set_id = 3},
[112] = {.lex_state = 0, .reserved_word_set_id = 3},
[113] = {.lex_state = 0, .reserved_word_set_id = 1},
[114] = {.lex_state = 0, .reserved_word_set_id = 3},
[115] = {.lex_state = 0, .reserved_word_set_id = 1},
[116] = {.lex_state = 0, .reserved_word_set_id = 1},
[117] = {.lex_state = 0, .reserved_word_set_id = 1},
[118] = {.lex_state = 0, .reserved_word_set_id = 1},
[119] = {.lex_state = 0, .reserved_word_set_id = 1},
[120] = {.lex_state = 0, .reserved_word_set_id = 1},
[121] = {.lex_state = 0, .reserved_word_set_id = 1},
[122] = {.lex_state = 0, .reserved_word_set_id = 1},
[123] = {.lex_state = 0, .reserved_word_set_id = 1},
[124] = {.lex_state = 0, .reserved_word_set_id = 1},
[125] = {.lex_state = 0, .reserved_word_set_id = 1},
[126] = {.lex_state = 0, .reserved_word_set_id = 1},
[127] = {.lex_state = 0, .reserved_word_set_id = 1},
[128] = {.lex_state = 0, .reserved_word_set_id = 1},
[129] = {.lex_state = 0, .reserved_word_set_id = 3},
[130] = {.lex_state = 0, .reserved_word_set_id = 1},
[131] = {.lex_state = 0, .reserved_word_set_id = 1},
[132] = {.lex_state = 0, .reserved_word_set_id = 3},
[133] = {.lex_state = 0, .reserved_word_set_id = 3},
[134] = {.lex_state = 0, .reserved_word_set_id = 1},
[135] = {.lex_state = 0, .reserved_word_set_id = 1},
[136] = {.lex_state = 0, .reserved_word_set_id = 1},
[137] = {.lex_state = 0, .reserved_word_set_id = 3},
[138] = {.lex_state = 0, .reserved_word_set_id = 1},
[139] = {.lex_state = 0, .reserved_word_set_id = 1},
[140] = {.lex_state = 0, .reserved_word_set_id = 1},
[141] = {.lex_state = 0, .reserved_word_set_id = 3},
[142] = {.lex_state = 0, .reserved_word_set_id = 3},
[143] = {.lex_state = 0, .reserved_word_set_id = 3},
[144] = {.lex_state = 0, .reserved_word_set_id = 3},
[145] = {.lex_state = 0, .reserved_word_set_id = 3},
[146] = {.lex_state = 0, .reserved_word_set_id = 3},
[147] = {.lex_state = 0, .reserved_word_set_id = 3},
[148] = {.lex_state = 0, .reserved_word_set_id = 3},
[149] = {.lex_state = 0, .reserved_word_set_id = 3},
[150] = {.lex_state = 0, .reserved_word_set_id = 3},
[151] = {.lex_state = 0, .reserved_word_set_id = 3},
[152] = {.lex_state = 0, .reserved_word_set_id = 1},
[153] = {.lex_state = 0, .reserved_word_set_id = 1},
[154] = {.lex_state = 0, .reserved_word_set_id = 3},
[155] = {.lex_state = 0, .reserved_word_set_id = 3},
[156] = {.lex_state = 0, .reserved_word_set_id = 3},
[157] = {.lex_state = 0, .reserved_word_set_id = 3},
[158] = {.lex_state = 0, .reserved_word_set_id = 3},
[159] = {.lex_state = 0, .reserved_word_set_id = 3},
[160] = {.lex_state = 0, .reserved_word_set_id = 3},
[161] = {.lex_state = 0, .reserved_word_set_id = 3},
[162] = {.lex_state = 0, .reserved_word_set_id = 3},
[163] = {.lex_state = 0, .reserved_word_set_id = 3},
[164] = {.lex_state = 0, .reserved_word_set_id = 3},
[165] = {.lex_state = 0, .reserved_word_set_id = 3},
[166] = {.lex_state = 0, .reserved_word_set_id = 3},
[167] = {.lex_state = 0, .reserved_word_set_id = 3},
[168] = {.lex_state = 0, .reserved_word_set_id = 1},
[169] = {.lex_state = 0, .reserved_word_set_id = 1},
[170] = {.lex_state = 0, .reserved_word_set_id = 3},
[171] = {.lex_state = 0, .reserved_word_set_id = 3},
[172] = {.lex_state = 0, .reserved_word_set_id = 3},
[173] = {.lex_state = 0, .reserved_word_set_id = 3},
[174] = {.lex_state = 0, .reserved_word_set_id = 1},
[175] = {.lex_state = 0, .reserved_word_set_id = 1},
[176] = {.lex_state = 0, .reserved_word_set_id = 1},
[177] = {.lex_state = 0, .reserved_word_set_id = 1},
[178] = {.lex_state = 0, .reserved_word_set_id = 1},
[179] = {.lex_state = 0, .reserved_word_set_id = 1},
[180] = {.lex_state = 0, .reserved_word_set_id = 1},
[181] = {.lex_state = 0, .reserved_word_set_id = 1},
[182] = {.lex_state = 0, .reserved_word_set_id = 1},
[183] = {.lex_state = 0, .reserved_word_set_id = 1},
[184] = {.lex_state = 0, .reserved_word_set_id = 1},
[185] = {.lex_state = 0, .reserved_word_set_id = 3},
[186] = {.lex_state = 0, .reserved_word_set_id = 1},
[187] = {.lex_state = 0, .reserved_word_set_id = 1},
[188] = {.lex_state = 0, .reserved_word_set_id = 1},
[189] = {.lex_state = 0, .reserved_word_set_id = 1},
[190] = {.lex_state = 0, .reserved_word_set_id = 3},
[191] = {.lex_state = 0, .reserved_word_set_id = 3},
[192] = {.lex_state = 0, .reserved_word_set_id = 3},
[193] = {.lex_state = 0, .reserved_word_set_id = 1},
[194] = {.lex_state = 0, .reserved_word_set_id = 3},
[195] = {.lex_state = 0, .reserved_word_set_id = 3},
[196] = {.lex_state = 0, .reserved_word_set_id = 1},
[197] = {.lex_state = 0, .reserved_word_set_id = 1},
[198] = {.lex_state = 0, .reserved_word_set_id = 3},
[199] = {.lex_state = 0, .reserved_word_set_id = 3},
[200] = {.lex_state = 0, .reserved_word_set_id = 1},
[201] = {.lex_state = 0, .reserved_word_set_id = 3},
[202] = {.lex_state = 0, .reserved_word_set_id = 1},
[203] = {.lex_state = 0, .reserved_word_set_id = 3},
[204] = {.lex_state = 0, .reserved_word_set_id = 3},
[205] = {.lex_state = 0, .reserved_word_set_id = 1},
[206] = {.lex_state = 0, .reserved_word_set_id = 1},
[207] = {.lex_state = 0, .reserved_word_set_id = 1},
[208] = {.lex_state = 0, .reserved_word_set_id = 1},
[209] = {.lex_state = 0, .reserved_word_set_id = 3},
[210] = {.lex_state = 0, .reserved_word_set_id = 4},
[211] = {.lex_state = 0, .reserved_word_set_id = 1},
[212] = {.lex_state = 16, .reserved_word_set_id = 4},
[213] = {.lex_state = 16, .reserved_word_set_id = 4},
[214] = {.lex_state = 16, .reserved_word_set_id = 4},
[215] = {.lex_state = 16, .reserved_word_set_id = 4},
[216] = {.lex_state = 16, .reserved_word_set_id = 5},
[217] = {.lex_state = 16, .reserved_word_set_id = 1},
[218] = {.lex_state = 16, .reserved_word_set_id = 4},
[219] = {.lex_state = 16, .reserved_word_set_id = 4},
[220] = {.lex_state = 0, .reserved_word_set_id = 4},
[221] = {.lex_state = 16, .reserved_word_set_id = 1},
[222] = {.lex_state = 16, .reserved_word_set_id = 5},
[223] = {.lex_state = 0, .reserved_word_set_id = 4},
[224] = {.lex_state = 16, .reserved_word_set_id = 4},
[225] = {.lex_state = 16, .reserved_word_set_id = 4},
[226] = {.lex_state = 0, .reserved_word_set_id = 4},
[227] = {.lex_state = 16, .reserved_word_set_id = 4},
[228] = {.lex_state = 0, .reserved_word_set_id = 4},
[229] = {.lex_state = 0, .reserved_word_set_id = 1},
[230] = {.lex_state = 0, .reserved_word_set_id = 1},
[231] = {.lex_state = 16, .reserved_word_set_id = 5},
[232] = {.lex_state = 16, .reserved_word_set_id = 5},
[233] = {.lex_state = 16, .reserved_word_set_id = 1},
[234] = {.lex_state = 16, .reserved_word_set_id = 5},
[235] = {.lex_state = 0, .reserved_word_set_id = 1},
[236] = {.lex_state = 16, .reserved_word_set_id = 1},
[237] = {.lex_state = 14, .reserved_word_set_id = 4},
[238] = {.lex_state = 0, .reserved_word_set_id = 1},
[239] = {.lex_state = 0, .reserved_word_set_id = 4},
[240] = {.lex_state = 0, .reserved_word_set_id = 4},
[241] = {.lex_state = 0, .reserved_word_set_id = 4},
[242] = {.lex_state = 14, .reserved_word_set_id = 5},
[243] = {.lex_state = 0, .reserved_word_set_id = 4},
[244] = {.lex_state = 0, .reserved_word_set_id = 4},
[245] = {.lex_state = 0, .reserved_word_set_id = 4},
[246] = {.lex_state = 0, .reserved_word_set_id = 4},
[247] = {.lex_state = 0, .reserved_word_set_id = 4},
[248] = {.lex_state = 0, .reserved_word_set_id = 4},
[249] = {.lex_state = 0, .reserved_word_set_id = 4},
[250] = {.lex_state = 0, .reserved_word_set_id = 4},
[251] = {.lex_state = 0, .reserved_word_set_id = 4},
[252] = {.lex_state = 0, .reserved_word_set_id = 4},
[253] = {.lex_state = 0, .reserved_word_set_id = 4},
[254] = {.lex_state = 0, .reserved_word_set_id = 4},
[255] = {.lex_state = 0, .reserved_word_set_id = 4},
[256] = {.lex_state = 0, .reserved_word_set_id = 4},
[257] = {.lex_state = 0, .reserved_word_set_id = 5},
[258] = {.lex_state = 0, .reserved_word_set_id = 4},
[259] = {.lex_state = 0, .reserved_word_set_id = 4},
[260] = {.lex_state = 0, .reserved_word_set_id = 4},
[261] = {.lex_state = 0, .reserved_word_set_id = 4},
[262] = {.lex_state = 0, .reserved_word_set_id = 4},
[263] = {.lex_state = 0, .reserved_word_set_id = 4},
[264] = {.lex_state = 0, .reserved_word_set_id = 4},
[265] = {.lex_state = 0, .reserved_word_set_id = 4},
[266] = {.lex_state = 0, .reserved_word_set_id = 4},
[267] = {.lex_state = 0, .reserved_word_set_id = 4},
[268] = {.lex_state = 0, .reserved_word_set_id = 5},
[269] = {.lex_state = 0, .reserved_word_set_id = 5},
[270] = {.lex_state = 0, .reserved_word_set_id = 5},
[271] = {.lex_state = 0, .reserved_word_set_id = 5},
[272] = {.lex_state = 0, .reserved_word_set_id = 5},
[273] = {.lex_state = 0, .reserved_word_set_id = 4},
[274] = {.lex_state = 0, .reserved_word_set_id = 4},
[275] = {.lex_state = 0, .reserved_word_set_id = 4},
[276] = {.lex_state = 0, .reserved_word_set_id = 4},
[277] = {.lex_state = 0, .reserved_word_set_id = 5},
[278] = {.lex_state = 0, .reserved_word_set_id = 5},
[279] = {.lex_state = 0, .reserved_word_set_id = 5},
[280] = {.lex_state = 0, .reserved_word_set_id = 5},
[281] = {.lex_state = 0, .reserved_word_set_id = 5},
[282] = {.lex_state = 0, .reserved_word_set_id = 5},
[283] = {.lex_state = 0, .reserved_word_set_id = 5},
[284] = {.lex_state = 0, .reserved_word_set_id = 5},
[285] = {.lex_state = 0, .reserved_word_set_id = 5},
[286] = {.lex_state = 0, .reserved_word_set_id = 4},
[287] = {.lex_state = 0, .reserved_word_set_id = 5},
[288] = {.lex_state = 0, .reserved_word_set_id = 4},
[289] = {.lex_state = 0, .reserved_word_set_id = 5},
[290] = {.lex_state = 0, .reserved_word_set_id = 4},
[291] = {.lex_state = 0, .reserved_word_set_id = 4},
[292] = {.lex_state = 0, .reserved_word_set_id = 4},
[293] = {.lex_state = 0, .reserved_word_set_id = 4},
[294] = {.lex_state = 0, .reserved_word_set_id = 4},
[295] = {.lex_state = 0, .reserved_word_set_id = 4},
[296] = {.lex_state = 0, .reserved_word_set_id = 4},
[297] = {.lex_state = 0, .reserved_word_set_id = 1},
[298] = {.lex_state = 0, .reserved_word_set_id = 4},
[299] = {.lex_state = 0, .reserved_word_set_id = 4},
[300] = {.lex_state = 0, .reserved_word_set_id = 4},
[301] = {.lex_state = 0, .reserved_word_set_id = 4},
[302] = {.lex_state = 0, .reserved_word_set_id = 4},
[303] = {.lex_state = 0, .reserved_word_set_id = 4},
[304] = {.lex_state = 0, .reserved_word_set_id = 4},
[305] = {.lex_state = 0, .reserved_word_set_id = 4},
[306] = {.lex_state = 0, .reserved_word_set_id = 4},
[307] = {.lex_state = 0, .reserved_word_set_id = 4},
[308] = {.lex_state = 0, .reserved_word_set_id = 4},
[309] = {.lex_state = 0, .reserved_word_set_id = 4},
[310] = {.lex_state = 0, .reserved_word_set_id = 1},
[311] = {.lex_state = 0, .reserved_word_set_id = 4},
[312] = {.lex_state = 0, .reserved_word_set_id = 4},
[313] = {.lex_state = 0, .reserved_word_set_id = 4},
[314] = {.lex_state = 0, .reserved_word_set_id = 4},
[315] = {.lex_state = 0, .reserved_word_set_id = 4},
[316] = {.lex_state = 0, .reserved_word_set_id = 1},
[317] = {.lex_state = 0, .reserved_word_set_id = 1},
[318] = {.lex_state = 0, .reserved_word_set_id = 1},
[319] = {.lex_state = 0, .reserved_word_set_id = 1},
[320] = {.lex_state = 0, .reserved_word_set_id = 1},
[321] = {.lex_state = 0, .reserved_word_set_id = 1},
[322] = {.lex_state = 0, .reserved_word_set_id = 1},
[323] = {.lex_state = 0, .reserved_word_set_id = 1},
[324] = {.lex_state = 0, .reserved_word_set_id = 5},
[325] = {.lex_state = 0, .reserved_word_set_id = 5},
[326] = {.lex_state = 0, .reserved_word_set_id = 5},
[327] = {.lex_state = 0, .reserved_word_set_id = 5},
[328] = {.lex_state = 0, .reserved_word_set_id = 1},
[329] = {.lex_state = 0, .reserved_word_set_id = 1},
[330] = {.lex_state = 0, .reserved_word_set_id = 1},
[331] = {.lex_state = 0, .reserved_word_set_id = 1},
[332] = {.lex_state = 0, .reserved_word_set_id = 1},
[333] = {.lex_state = 0, .reserved_word_set_id = 1},
[334] = {.lex_state = 0, .reserved_word_set_id = 4},
[335] = {.lex_state = 0, .reserved_word_set_id = 1},
[336] = {.lex_state = 0, .reserved_word_set_id = 4},
[337] = {.lex_state = 0, .reserved_word_set_id = 1},
[338] = {.lex_state = 0, .reserved_word_set_id = 4},
[339] = {.lex_state = 0, .reserved_word_set_id = 4},
[340] = {.lex_state = 0, .reserved_word_set_id = 4},
[341] = {.lex_state = 0, .reserved_word_set_id = 1},
[342] = {.lex_state = 17, .reserved_word_set_id = 6},
[343] = {.lex_state = 0, .reserved_word_set_id = 4},
[344] = {.lex_state = 0, .reserved_word_set_id = 4},
[345] = {.lex_state = 0, .reserved_word_set_id = 1},
[346] = {.lex_state = 0, .reserved_word_set_id = 1},
[347] = {.lex_state = 0, .reserved_word_set_id = 1},
[348] = {.lex_state = 0, .reserved_word_set_id = 1},
[349] = {.lex_state = 0, .reserved_word_set_id = 1},
[350] = {.lex_state = 0, .reserved_word_set_id = 1},
[351] = {.lex_state = 0, .reserved_word_set_id = 1},
[352] = {.lex_state = 0, .reserved_word_set_id = 5},
[353] = {.lex_state = 0, .reserved_word_set_id = 5},
[354] = {.lex_state = 0, .reserved_word_set_id = 4},
[355] = {.lex_state = 0, .reserved_word_set_id = 4},
[356] = {.lex_state = 17, .reserved_word_set_id = 7},
[357] = {.lex_state = 0, .reserved_word_set_id = 4},
[358] = {.lex_state = 0, .reserved_word_set_id = 4},
[359] = {.lex_state = 0, .reserved_word_set_id = 1},
[360] = {.lex_state = 0, .reserved_word_set_id = 4},
[361] = {.lex_state = 0, .reserved_word_set_id = 4},
[362] = {.lex_state = 0, .reserved_word_set_id = 1},
[363] = {.lex_state = 0, .reserved_word_set_id = 4},
[364] = {.lex_state = 0, .reserved_word_set_id = 4},
[365] = {.lex_state = 0, .reserved_word_set_id = 4},
[366] = {.lex_state = 0, .reserved_word_set_id = 4},
[367] = {.lex_state = 0, .reserved_word_set_id = 1},
[368] = {.lex_state = 0, .reserved_word_set_id = 4},
[369] = {.lex_state = 0, .reserved_word_set_id = 1},
[370] = {.lex_state = 0, .reserved_word_set_id = 1},
[371] = {.lex_state = 0, .reserved_word_set_id = 1},
[372] = {.lex_state = 0, .reserved_word_set_id = 1},
[373] = {.lex_state = 0, .reserved_word_set_id = 1},
[374] = {.lex_state = 0, .reserved_word_set_id = 1},
[375] = {.lex_state = 0, .reserved_word_set_id = 4},
[376] = {.lex_state = 0, .reserved_word_set_id = 1},
[377] = {.lex_state = 0, .reserved_word_set_id = 1},
[378] = {.lex_state = 0, .reserved_word_set_id = 4},
[379] = {.lex_state = 0, .reserved_word_set_id = 1},
[380] = {.lex_state = 0, .reserved_word_set_id = 1},
[381] = {.lex_state = 0, .reserved_word_set_id = 4},
[382] = {.lex_state = 0, .reserved_word_set_id = 4},
[383] = {.lex_state = 0, .reserved_word_set_id = 1},
[384] = {.lex_state = 0, .reserved_word_set_id = 1},
[385] = {.lex_state = 0, .reserved_word_set_id = 1},
[386] = {.lex_state = 0, .reserved_word_set_id = 1},
[387] = {.lex_state = 0, .reserved_word_set_id = 1},
[388] = {.lex_state = 0, .reserved_word_set_id = 1},
[389] = {.lex_state = 0, .reserved_word_set_id = 1},
[390] = {.lex_state = 0, .reserved_word_set_id = 1},
[391] = {.lex_state = 0, .reserved_word_set_id = 1},
[392] = {.lex_state = 0, .reserved_word_set_id = 1},
[393] = {.lex_state = 0, .reserved_word_set_id = 1},
[394] = {.lex_state = 0, .reserved_word_set_id = 1},
[395] = {.lex_state = 0, .reserved_word_set_id = 1},
[396] = {.lex_state = 0, .reserved_word_set_id = 1},
[397] = {.lex_state = 0, .reserved_word_set_id = 1},
[398] = {.lex_state = 0, .reserved_word_set_id = 1},
[399] = {.lex_state = 0, .reserved_word_set_id = 1},
[400] = {.lex_state = 17, .reserved_word_set_id = 6},
[401] = {.lex_state = 14, .reserved_word_set_id = 1},
[402] = {.lex_state = 14, .reserved_word_set_id = 8},
[403] = {.lex_state = 14, .reserved_word_set_id = 8},
[404] = {.lex_state = 14, .reserved_word_set_id = 8},
[405] = {.lex_state = 14, .reserved_word_set_id = 8},
[406] = {.lex_state = 0, .reserved_word_set_id = 8},
[407] = {.lex_state = 0, .reserved_word_set_id = 8},
[408] = {.lex_state = 0, .reserved_word_set_id = 1},
[409] = {.lex_state = 0, .reserved_word_set_id = 8},
[410] = {.lex_state = 0, .reserved_word_set_id = 8},
[411] = {.lex_state = 0, .reserved_word_set_id = 8},
[412] = {.lex_state = 0, .reserved_word_set_id = 1},
[413] = {.lex_state = 0, .reserved_word_set_id = 1},
[414] = {.lex_state = 0, .reserved_word_set_id = 1},
[415] = {.lex_state = 17, .reserved_word_set_id = 6},
[416] = {.lex_state = 0, .reserved_word_set_id = 1},
[417] = {.lex_state = 0, .reserved_word_set_id = 1},
[418] = {.lex_state = 0, .reserved_word_set_id = 8},
[419] = {.lex_state = 0, .reserved_word_set_id = 8},
[420] = {.lex_state = 17, .reserved_word_set_id = 6},
[421] = {.lex_state = 0, .reserved_word_set_id = 8},
[422] = {.lex_state = 0, .reserved_word_set_id = 8},
[423] = {.lex_state = 0, .reserved_word_set_id = 8},
[424] = {.lex_state = 0, .reserved_word_set_id = 1},
[425] = {.lex_state = 0, .reserved_word_set_id = 8},
[426] = {.lex_state = 0, .reserved_word_set_id = 8},
[427] = {.lex_state = 0, .reserved_word_set_id = 8},
[428] = {.lex_state = 0, .reserved_word_set_id = 8},
[429] = {.lex_state = 0, .reserved_word_set_id = 8},
[430] = {.lex_state = 0, .reserved_word_set_id = 1},
[431] = {.lex_state = 0, .reserved_word_set_id = 1},
[432] = {.lex_state = 0, .reserved_word_set_id = 8},
[433] = {.lex_state = 0, .reserved_word_set_id = 1},
[434] = {.lex_state = 0, .reserved_word_set_id = 8},
[435] = {.lex_state = 0, .reserved_word_set_id = 8},
[436] = {.lex_state = 0, .reserved_word_set_id = 1},
[437] = {.lex_state = 0, .reserved_word_set_id = 8},
[438] = {.lex_state = 0, .reserved_word_set_id = 8},
[439] = {.lex_state = 0, .reserved_word_set_id = 8},
[440] = {.lex_state = 0, .reserved_word_set_id = 1},
[441] = {.lex_state = 0, .reserved_word_set_id = 8},
[442] = {.lex_state = 0, .reserved_word_set_id = 1},
[443] = {.lex_state = 0, .reserved_word_set_id = 8},
[444] = {.lex_state = 0, .reserved_word_set_id = 8},
[445] = {.lex_state = 0, .reserved_word_set_id = 8},
[446] = {.lex_state = 0, .reserved_word_set_id = 8},
[447] = {.lex_state = 0, .reserved_word_set_id = 1},
[448] = {.lex_state = 0, .reserved_word_set_id = 8},
[449] = {.lex_state = 0, .reserved_word_set_id = 1},
[450] = {.lex_state = 0, .reserved_word_set_id = 1},
[451] = {.lex_state = 0, .reserved_word_set_id = 8},
[452] = {.lex_state = 17, .reserved_word_set_id = 7},
[453] = {.lex_state = 17, .reserved_word_set_id = 6},
[454] = {.lex_state = 17, .reserved_word_set_id = 7},
[455] = {.lex_state = 17},
[456] = {.lex_state = 17},
[457] = {.lex_state = 17, .reserved_word_set_id = 6},
[458] = {.lex_state = 17, .reserved_word_set_id = 7},
[459] = {.lex_state = 17, .reserved_word_set_id = 6},
[460] = {.lex_state = 17, .reserved_word_set_id = 7},
[461] = {.lex_state = 17},
[462] = {.lex_state = 17},
[463] = {.lex_state = 17, .reserved_word_set_id = 7},
[464] = {.lex_state = 17, .reserved_word_set_id = 7},
[465] = {.lex_state = 17, .reserved_word_set_id = 7},
[466] = {.lex_state = 17, .reserved_word_set_id = 7},
[467] = {.lex_state = 17},
[468] = {.lex_state = 17, .reserved_word_set_id = 7},
[469] = {.lex_state = 17, .reserved_word_set_id = 7},
[470] = {.lex_state = 17, .reserved_word_set_id = 7},
[471] = {.lex_state = 18},
[472] = {.lex_state = 17, .reserved_word_set_id = 6},
[473] = {.lex_state = 17, .reserved_word_set_id = 6},
[474] = {.lex_state = 17, .reserved_word_set_id = 7},
[475] = {.lex_state = 17},
[476] = {.lex_state = 17, .reserved_word_set_id = 6},
[477] = {.lex_state = 18},
[478] = {.lex_state = 17},
[479] = {.lex_state = 17},
[480] = {.lex_state = 17, .reserved_word_set_id = 7},
[481] = {.lex_state = 17},
[482] = {.lex_state = 17},
[483] = {.lex_state = 17, .reserved_word_set_id = 7},
[484] = {.lex_state = 17},
[485] = {.lex_state = 17},
[486] = {.lex_state = 17},
[487] = {.lex_state = 17},
[488] = {.lex_state = 17, .reserved_word_set_id = 7},
[489] = {.lex_state = 17},
[490] = {.lex_state = 17, .reserved_word_set_id = 7},
[491] = {.lex_state = 17},
[492] = {.lex_state = 17},
[493] = {.lex_state = 17},
[494] = {.lex_state = 17},
[495] = {.lex_state = 17},
[496] = {.lex_state = 17},
[497] = {.lex_state = 17},
[498] = {.lex_state = 17},
[499] = {.lex_state = 17},
[500] = {.lex_state = 17},
[501] = {.lex_state = 17},
[502] = {.lex_state = 17},
[503] = {.lex_state = 17},
[504] = {.lex_state = 3, .reserved_word_set_id = 1},
[505] = {.lex_state = 17},
[506] = {.lex_state = 17},
[507] = {.lex_state = 3, .reserved_word_set_id = 1},
[508] = {.lex_state = 3, .reserved_word_set_id = 1},
[509] = {.lex_state = 17},
[510] = {.lex_state = 3, .reserved_word_set_id = 1},
[511] = {.lex_state = 3, .reserved_word_set_id = 1},
[512] = {.lex_state = 3, .reserved_word_set_id = 1},
[513] = {.lex_state = 3, .reserved_word_set_id = 1},
[514] = {.lex_state = 3, .reserved_word_set_id = 1},
[515] = {.lex_state = 3, .reserved_word_set_id = 1},
[516] = {.lex_state = 17},
[517] = {.lex_state = 3, .reserved_word_set_id = 1},
[518] = {.lex_state = 17},
[519] = {.lex_state = 17},
[520] = {.lex_state = 17},
[521] = {.lex_state = 17},
[522] = {.lex_state = 17},
[523] = {.lex_state = 3, .reserved_word_set_id = 1},
[524] = {.lex_state = 17},
[525] = {.lex_state = 17},
[526] = {.lex_state = 17},
[527] = {.lex_state = 3, .reserved_word_set_id = 1},
[528] = {.lex_state = 17},
[529] = {.lex_state = 17},
[530] = {.lex_state = 17},
[531] = {.lex_state = 17},
[532] = {.lex_state = 3, .reserved_word_set_id = 1},
[533] = {.lex_state = 17, .reserved_word_set_id = 6},
[534] = {.lex_state = 17, .reserved_word_set_id = 6},
[535] = {.lex_state = 17},
[536] = {.lex_state = 17},
[537] = {.lex_state = 17},
[538] = {.lex_state = 17, .reserved_word_set_id = 6},
[539] = {.lex_state = 17, .reserved_word_set_id = 6},
[540] = {.lex_state = 17},
[541] = {.lex_state = 3, .reserved_word_set_id = 1},
[542] = {.lex_state = 3, .reserved_word_set_id = 1},
[543] = {.lex_state = 3, .reserved_word_set_id = 1},
[544] = {.lex_state = 0, .reserved_word_set_id = 1},
[545] = {.lex_state = 17, .reserved_word_set_id = 6},
[546] = {.lex_state = 17, .reserved_word_set_id = 6},
[547] = {.lex_state = 3, .reserved_word_set_id = 1},
[548] = {.lex_state = 3, .reserved_word_set_id = 1},
[549] = {.lex_state = 3, .reserved_word_set_id = 1},
[550] = {.lex_state = 3, .reserved_word_set_id = 1},
[551] = {.lex_state = 3, .reserved_word_set_id = 1},
[552] = {.lex_state = 3, .reserved_word_set_id = 1},
[553] = {.lex_state = 3, .reserved_word_set_id = 1},
[554] = {.lex_state = 3, .reserved_word_set_id = 1},
[555] = {.lex_state = 3, .reserved_word_set_id = 1},
[556] = {.lex_state = 17, .reserved_word_set_id = 6},
[557] = {.lex_state = 17},
[558] = {.lex_state = 17},
[559] = {.lex_state = 17},
[560] = {.lex_state = 17},
[561] = {.lex_state = 17},
[562] = {.lex_state = 17},
[563] = {.lex_state = 17},
[564] = {.lex_state = 17},
[565] = {.lex_state = 17},
[566] = {.lex_state = 17},
[567] = {.lex_state = 17},
[568] = {.lex_state = 17},
[569] = {.lex_state = 17},
[570] = {.lex_state = 17},
[571] = {.lex_state = 17},
[572] = {.lex_state = 17},
[573] = {.lex_state = 17},
[574] = {.lex_state = 17},
[575] = {.lex_state = 17},
[576] = {.lex_state = 17},
[577] = {.lex_state = 17},
[578] = {.lex_state = 17},
[579] = {.lex_state = 17},
[580] = {.lex_state = 17},
[581] = {.lex_state = 17},
[582] = {.lex_state = 17},
[583] = {.lex_state = 17},
[584] = {.lex_state = 17},
[585] = {.lex_state = 17},
[586] = {.lex_state = 17},
[587] = {.lex_state = 17},
[588] = {.lex_state = 17},
[589] = {.lex_state = 17},
[590] = {.lex_state = 17},
[591] = {.lex_state = 17},
[592] = {.lex_state = 17},
[593] = {.lex_state = 17},
[594] = {.lex_state = 17},
[595] = {.lex_state = 17},
[596] = {.lex_state = 17},
[597] = {.lex_state = 17},
[598] = {.lex_state = 17},
[599] = {.lex_state = 17},
[600] = {.lex_state = 17},
[601] = {.lex_state = 17},
[602] = {.lex_state = 17},
[603] = {.lex_state = 17},
[604] = {.lex_state = 17},
[605] = {.lex_state = 17},
[606] = {.lex_state = 17},
[607] = {.lex_state = 0, .reserved_word_set_id = 3},
[608] = {.lex_state = 17},
[609] = {.lex_state = 17},
[610] = {.lex_state = 17},
[611] = {.lex_state = 17},
[612] = {.lex_state = 17},
[613] = {.lex_state = 17},
[614] = {.lex_state = 17},
[615] = {.lex_state = 17},
[616] = {.lex_state = 17},
[617] = {.lex_state = 17},
[618] = {.lex_state = 17},
[619] = {.lex_state = 17},
[620] = {.lex_state = 17},
[621] = {.lex_state = 17},
[622] = {.lex_state = 17},
[623] = {.lex_state = 17},
[624] = {.lex_state = 17},
[625] = {.lex_state = 17},
[626] = {.lex_state = 17},
[627] = {.lex_state = 17},
[628] = {.lex_state = 17},
[629] = {.lex_state = 17},
[630] = {.lex_state = 17},
[631] = {.lex_state = 17},
[632] = {.lex_state = 17},
[633] = {.lex_state = 17},
[634] = {.lex_state = 17},
[635] = {.lex_state = 17},
[636] = {.lex_state = 17},
[637] = {.lex_state = 17},
[638] = {.lex_state = 17},
[639] = {.lex_state = 17},
[640] = {.lex_state = 17},
[641] = {.lex_state = 17},
[642] = {.lex_state = 17},
[643] = {.lex_state = 17},
[644] = {.lex_state = 17},
[645] = {.lex_state = 17},
[646] = {.lex_state = 17},
[647] = {.lex_state = 17},
[648] = {.lex_state = 17},
[649] = {.lex_state = 17},
[650] = {.lex_state = 17},
[651] = {.lex_state = 17},
[652] = {.lex_state = 17},
[653] = {.lex_state = 17},
[654] = {.lex_state = 17},
[655] = {.lex_state = 17},
[656] = {.lex_state = 17},
[657] = {.lex_state = 17},
[658] = {.lex_state = 17},
[659] = {.lex_state = 17},
[660] = {.lex_state = 17},
[661] = {.lex_state = 17},
[662] = {.lex_state = 17},
[663] = {.lex_state = 17},
[664] = {.lex_state = 17},
[665] = {.lex_state = 17},
[666] = {.lex_state = 17},
[667] = {.lex_state = 17},
[668] = {.lex_state = 17},
[669] = {.lex_state = 17},
[670] = {.lex_state = 17},
[671] = {.lex_state = 17},
[672] = {.lex_state = 17},
[673] = {.lex_state = 17},
[674] = {.lex_state = 0},
[675] = {.lex_state = 0},
[676] = {.lex_state = 17},
[677] = {.lex_state = 17},
[678] = {.lex_state = 17},
[679] = {.lex_state = 17},
[680] = {.lex_state = 17},
[681] = {.lex_state = 17},
[682] = {.lex_state = 17},
[683] = {.lex_state = 17},
[684] = {.lex_state = 17},
[685] = {.lex_state = 17},
[686] = {.lex_state = 17},
[687] = {.lex_state = 17},
[688] = {.lex_state = 17},
[689] = {.lex_state = 17},
[690] = {.lex_state = 17},
[691] = {.lex_state = 17},
[692] = {.lex_state = 17},
[693] = {.lex_state = 17},
[694] = {.lex_state = 17},
[695] = {.lex_state = 17},
[696] = {.lex_state = 17},
[697] = {.lex_state = 17},
[698] = {.lex_state = 17},
[699] = {.lex_state = 17},
[700] = {.lex_state = 0, .reserved_word_set_id = 1},
[701] = {.lex_state = 0, .reserved_word_set_id = 1},
[702] = {.lex_state = 17},
[703] = {.lex_state = 17},
[704] = {.lex_state = 17},
[705] = {.lex_state = 0, .reserved_word_set_id = 1},
[706] = {.lex_state = 17},
[707] = {.lex_state = 17},
[708] = {.lex_state = 0, .reserved_word_set_id = 1},
[709] = {.lex_state = 17},
[710] = {.lex_state = 17},
[711] = {.lex_state = 17},
[712] = {.lex_state = 0},
[713] = {.lex_state = 0},
[714] = {.lex_state = 0},
[715] = {.lex_state = 0},
[716] = {.lex_state = 0},
[717] = {.lex_state = 0},
[718] = {.lex_state = 14, .reserved_word_set_id = 1},
[719] = {.lex_state = 14, .reserved_word_set_id = 1},
[720] = {.lex_state = 0},
[721] = {.lex_state = 14, .reserved_word_set_id = 1},
[722] = {.lex_state = 14, .reserved_word_set_id = 1},
[723] = {.lex_state = 14, .reserved_word_set_id = 1},
[724] = {.lex_state = 14, .reserved_word_set_id = 1},
[725] = {.lex_state = 14, .reserved_word_set_id = 1},
[726] = {.lex_state = 14, .reserved_word_set_id = 1},
[727] = {.lex_state = 0},
[728] = {.lex_state = 0},
[729] = {.lex_state = 14, .reserved_word_set_id = 1},
[730] = {.lex_state = 0, .reserved_word_set_id = 1},
[731] = {.lex_state = 0, .reserved_word_set_id = 1},
[732] = {.lex_state = 0},
[733] = {.lex_state = 0},
[734] = {.lex_state = 0, .reserved_word_set_id = 1},
[735] = {.lex_state = 0},
[736] = {.lex_state = 0, .reserved_word_set_id = 1},
[737] = {.lex_state = 0},
[738] = {.lex_state = 0, .reserved_word_set_id = 1},
[739] = {.lex_state = 0},
[740] = {.lex_state = 0, .reserved_word_set_id = 1},
[741] = {.lex_state = 0},
[742] = {.lex_state = 0, .reserved_word_set_id = 1},
[743] = {.lex_state = 0, .reserved_word_set_id = 1},
[744] = {.lex_state = 0, .reserved_word_set_id = 1},
[745] = {.lex_state = 0, .reserved_word_set_id = 1},
[746] = {.lex_state = 4},
[747] = {.lex_state = 0, .reserved_word_set_id = 1},
[748] = {.lex_state = 4},
[749] = {.lex_state = 4},
[750] = {.lex_state = 0},
[751] = {.lex_state = 4},
[752] = {.lex_state = 0, .reserved_word_set_id = 1},
[753] = {.lex_state = 4},
[754] = {.lex_state = 0, .reserved_word_set_id = 1},
[755] = {.lex_state = 4},
[756] = {.lex_state = 4},
[757] = {.lex_state = 0},
[758] = {.lex_state = 0},
[759] = {.lex_state = 4},
[760] = {.lex_state = 0, .reserved_word_set_id = 1},
[761] = {.lex_state = 4},
[762] = {.lex_state = 0, .reserved_word_set_id = 1},
[763] = {.lex_state = 0, .reserved_word_set_id = 1},
[764] = {.lex_state = 16, .reserved_word_set_id = 1},
[765] = {.lex_state = 0},
[766] = {.lex_state = 0},
[767] = {.lex_state = 0, .reserved_word_set_id = 1},
[768] = {.lex_state = 0},
[769] = {.lex_state = 0},
[770] = {.lex_state = 0},
[771] = {.lex_state = 0},
[772] = {.lex_state = 0, .reserved_word_set_id = 1},
[773] = {.lex_state = 0},
[774] = {.lex_state = 0},
[775] = {.lex_state = 0},
[776] = {.lex_state = 14, .reserved_word_set_id = 1},
[777] = {.lex_state = 0},
[778] = {.lex_state = 0},
[779] = {.lex_state = 0},
[780] = {.lex_state = 0},
[781] = {.lex_state = 0},
[782] = {.lex_state = 0},
[783] = {.lex_state = 0},
[784] = {.lex_state = 0},
[785] = {.lex_state = 0, .reserved_word_set_id = 1},
[786] = {.lex_state = 0},
[787] = {.lex_state = 0},
[788] = {.lex_state = 0},
[789] = {.lex_state = 0, .reserved_word_set_id = 1},
[790] = {.lex_state = 0},
[791] = {.lex_state = 0, .reserved_word_set_id = 1},
[792] = {.lex_state = 0},
[793] = {.lex_state = 0, .reserved_word_set_id = 1},
[794] = {.lex_state = 1},
[795] = {.lex_state = 0, .reserved_word_set_id = 1},
[796] = {.lex_state = 0, .reserved_word_set_id = 1},
[797] = {.lex_state = 0, .reserved_word_set_id = 1},
[798] = {.lex_state = 0},
[799] = {.lex_state = 0},
[800] = {.lex_state = 0, .reserved_word_set_id = 1},
[801] = {.lex_state = 0, .reserved_word_set_id = 1},
[802] = {.lex_state = 0},
[803] = {.lex_state = 0, .reserved_word_set_id = 1},
[804] = {.lex_state = 0, .reserved_word_set_id = 1},
[805] = {.lex_state = 1},
[806] = {.lex_state = 0, .reserved_word_set_id = 1},
[807] = {.lex_state = 0, .reserved_word_set_id = 1},
[808] = {.lex_state = 0},
[809] = {.lex_state = 0, .reserved_word_set_id = 1},
[810] = {.lex_state = 0, .reserved_word_set_id = 1},
[811] = {.lex_state = 0},
[812] = {.lex_state = 0},
[813] = {.lex_state = 0},
[814] = {.lex_state = 0, .reserved_word_set_id = 1},
[815] = {.lex_state = 0, .reserved_word_set_id = 1},
[816] = {.lex_state = 0, .reserved_word_set_id = 1},
[817] = {.lex_state = 0},
[818] = {.lex_state = 0},
[819] = {.lex_state = 0},
[820] = {.lex_state = 0},
[821] = {.lex_state = 0},
[822] = {.lex_state = 0},
[823] = {.lex_state = 0},
[824] = {.lex_state = 1},
[825] = {.lex_state = 0},
[826] = {.lex_state = 0},
[827] = {.lex_state = 0},
[828] = {.lex_state = 0, .reserved_word_set_id = 1},
[829] = {.lex_state = 0},
[830] = {.lex_state = 0, .reserved_word_set_id = 1},
[831] = {.lex_state = 0},
[832] = {.lex_state = 0},
[833] = {.lex_state = 0},
[834] = {.lex_state = 0, .reserved_word_set_id = 1},
[835] = {.lex_state = 0},
[836] = {.lex_state = 0},
[837] = {.lex_state = 0},
[838] = {.lex_state = 0, .reserved_word_set_id = 1},
[839] = {.lex_state = 0},
[840] = {.lex_state = 0},
[841] = {.lex_state = 0, .reserved_word_set_id = 1},
[842] = {.lex_state = 0},
[843] = {.lex_state = 0},
[844] = {.lex_state = 0},
[845] = {.lex_state = 0},
[846] = {.lex_state = 0},
[847] = {.lex_state = 0, .reserved_word_set_id = 1},
[848] = {.lex_state = 0, .reserved_word_set_id = 1},
[849] = {.lex_state = 0, .reserved_word_set_id = 1},
[850] = {.lex_state = 0, .reserved_word_set_id = 1},
[851] = {.lex_state = 0},
[852] = {.lex_state = 0, .reserved_word_set_id = 1},
[853] = {.lex_state = 0, .reserved_word_set_id = 1},
[854] = {.lex_state = 0, .reserved_word_set_id = 1},
[855] = {.lex_state = 0},
[856] = {.lex_state = 0},
[857] = {.lex_state = 0, .reserved_word_set_id = 1},
[858] = {.lex_state = 0, .reserved_word_set_id = 1},
[859] = {.lex_state = 0, .reserved_word_set_id = 1},
[860] = {.lex_state = 0, .reserved_word_set_id = 1},
[861] = {.lex_state = 1},
[862] = {.lex_state = 0},
[863] = {.lex_state = 0},
[864] = {.lex_state = 0},
[865] = {.lex_state = 0},
[866] = {.lex_state = 0, .reserved_word_set_id = 1},
[867] = {.lex_state = 0},
[868] = {.lex_state = 0, .reserved_word_set_id = 1},
[869] = {.lex_state = 0, .reserved_word_set_id = 1},
[870] = {.lex_state = 0},
[871] = {.lex_state = 0},
[872] = {.lex_state = 0},
[873] = {.lex_state = 0, .reserved_word_set_id = 1},
[874] = {.lex_state = 0},
[875] = {.lex_state = 0},
[876] = {.lex_state = 18},
[877] = {.lex_state = 0},
[878] = {.lex_state = 0},
[879] = {.lex_state = 0, .reserved_word_set_id = 1},
[880] = {.lex_state = 0},
[881] = {.lex_state = 0},
[882] = {.lex_state = 18},
[883] = {.lex_state = 0},
[884] = {.lex_state = 0},
[885] = {.lex_state = 0},
[886] = {.lex_state = 0},
[887] = {.lex_state = 0},
[888] = {.lex_state = 0},
[889] = {.lex_state = 0},
[890] = {.lex_state = 0},
[891] = {.lex_state = 18},
[892] = {.lex_state = 0},
[893] = {.lex_state = 0},
[894] = {.lex_state = 0},
[895] = {.lex_state = 0},
[896] = {.lex_state = 0},
[897] = {.lex_state = 0},
[898] = {.lex_state = 0},
[899] = {.lex_state = 0},
[900] = {.lex_state = 18},
[901] = {.lex_state = 0},
[902] = {.lex_state = 0},
[903] = {.lex_state = 0},
};
static const TSSymbol ts_reserved_words[9][MAX_RESERVED_WORD_SET_SIZE] = {
[1] = {
anon_sym_extensible,
anon_sym_union,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
anon_sym_def,
},
[2] = {
anon_sym_extensible,
anon_sym_union,
anon_sym_extend,
anon_sym_type,
anon_sym_then,
anon_sym_else,
anon_sym_def,
},
[3] = {
anon_sym_extensible,
anon_sym_union,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_in,
anon_sym_then,
anon_sym_else,
anon_sym_def,
},
[4] = {
anon_sym_extensible,
anon_sym_union,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
},
[5] = {
anon_sym_union,
anon_sym_then,
anon_sym_else,
},
[6] = {
anon_sym_extensible,
anon_sym_union,
anon_sym_extend,
anon_sym_type,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
},
[7] = {
anon_sym_union,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
},
[8] = {
anon_sym_extensible,
anon_sym_union,
anon_sym_extend,
anon_sym_type,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
anon_sym_def,
},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym__identifier_tok] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[anon_sym_extensible] = ACTIONS(1),
[anon_sym_union] = ACTIONS(1),
[anon_sym_extend] = ACTIONS(1),
[anon_sym_with] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_DOT_DOT_DOT] = ACTIONS(1),
[sym_tag] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[aux_sym_num_literal_token1] = ACTIONS(1),
[aux_sym_num_literal_token2] = ACTIONS(1),
[aux_sym_num_literal_token3] = ACTIONS(1),
[anon_sym_let] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_await] = ACTIONS(1),
[anon_sym_COLON_COLON] = ACTIONS(1),
[anon_sym_and] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_then] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_PLUS_PLUS] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[anon_sym_CARET] = ACTIONS(1),
[anon_sym_match] = ACTIONS(1),
[anon_sym_def] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(878),
[sym__definition] = STATE(675),
[sym_extensible_union] = STATE(675),
[sym_extend_decl] = STATE(675),
[sym_full_partial_type_definition] = STATE(675),
[sym_type_definition] = STATE(675),
[sym_def] = STATE(675),
[aux_sym_source_file_repeat1] = STATE(675),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_comment] = ACTIONS(3),
[anon_sym_extensible] = ACTIONS(7),
[anon_sym_extend] = ACTIONS(9),
[anon_sym_type] = ACTIONS(11),
[anon_sym_def] = ACTIONS(13),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(37), 1,
anon_sym_in,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_DASH,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(59), 1,
anon_sym_match,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(345), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[113] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(65), 1,
anon_sym_in,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(71), 1,
anon_sym_DASH,
ACTIONS(73), 1,
anon_sym_match,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(394), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[226] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(93), 1,
anon_sym_in,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(99), 1,
anon_sym_DASH,
ACTIONS(101), 1,
anon_sym_match,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(611), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[339] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(121), 1,
anon_sym_in,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(127), 1,
anon_sym_DASH,
ACTIONS(129), 1,
anon_sym_match,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(378), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[452] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(149), 1,
anon_sym_in,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(155), 1,
anon_sym_DASH,
ACTIONS(157), 1,
anon_sym_match,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(658), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[565] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(155), 1,
anon_sym_DASH,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(159), 1,
anon_sym_in,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(642), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[678] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(71), 1,
anon_sym_DASH,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(161), 1,
anon_sym_in,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(393), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[791] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(127), 1,
anon_sym_DASH,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(163), 1,
anon_sym_in,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(366), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[904] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(99), 1,
anon_sym_DASH,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(165), 1,
anon_sym_in,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(612), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1017] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(171), 1,
anon_sym_in,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(177), 1,
anon_sym_DASH,
ACTIONS(179), 1,
anon_sym_match,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(586), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1130] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(185), 1,
anon_sym_in,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(191), 1,
anon_sym_DASH,
ACTIONS(193), 1,
anon_sym_match,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(631), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1243] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(191), 1,
anon_sym_DASH,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(195), 1,
anon_sym_in,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(630), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1356] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(177), 1,
anon_sym_DASH,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(197), 1,
anon_sym_in,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(585), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1469] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(203), 1,
anon_sym_in,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(209), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_match,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(308), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1582] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(209), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(213), 1,
anon_sym_in,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(309), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1695] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(45), 1,
anon_sym_DASH,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(215), 1,
anon_sym_in,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(359), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1808] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(217), 1,
sym__identifier_tok,
ACTIONS(220), 1,
anon_sym_LPAREN,
ACTIONS(225), 1,
sym_tag,
ACTIONS(228), 1,
anon_sym_LBRACK,
ACTIONS(231), 1,
anon_sym_LBRACE,
ACTIONS(234), 1,
anon_sym_SQUOTE,
ACTIONS(237), 1,
anon_sym_DQUOTE,
ACTIONS(243), 1,
anon_sym_let,
ACTIONS(246), 1,
anon_sym_await,
ACTIONS(249), 1,
anon_sym_if,
ACTIONS(252), 1,
anon_sym_DASH,
ACTIONS(255), 1,
anon_sym_match,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(223), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
ACTIONS(240), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(687), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1898] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(258), 1,
anon_sym_RPAREN,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(668), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[1987] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(262), 1,
anon_sym_RPAREN,
STATE(19), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(670), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2076] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(264), 1,
anon_sym_RBRACK,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(663), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2165] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(266), 1,
anon_sym_RBRACK,
STATE(21), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(669), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2254] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(268), 1,
anon_sym_RBRACK,
STATE(24), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(676), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2343] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(270), 1,
anon_sym_RBRACK,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(665), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2432] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(272), 1,
anon_sym_RPAREN,
STATE(34), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(660), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2521] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(274), 1,
anon_sym_RPAREN,
STATE(27), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(672), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2610] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(276), 1,
anon_sym_RPAREN,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(677), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2699] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(278), 1,
anon_sym_RBRACK,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(661), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2788] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(280), 1,
anon_sym_RPAREN,
STATE(30), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(667), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2877] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(282), 1,
anon_sym_RPAREN,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(673), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[2966] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(284), 1,
anon_sym_RBRACK,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(671), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3055] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(286), 1,
anon_sym_RBRACK,
STATE(31), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(666), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3144] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(288), 1,
anon_sym_RBRACK,
STATE(28), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(664), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3233] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(290), 1,
anon_sym_RPAREN,
STATE(18), 1,
aux_sym_list_expression_repeat1,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(662), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3322] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(608), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3405] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(605), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3488] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(609), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3571] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(617), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3654] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(618), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3737] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(577), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3820] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(584), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3903] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(619), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[3986] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(604), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4069] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(691), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4152] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(644), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4235] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(613), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4318] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(614), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4401] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(615), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4484] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(616), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4567] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(594), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4650] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(596), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4733] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(224), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(344), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4816] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(354), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4899] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(357), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[4982] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(358), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5065] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(343), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5148] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(368), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5231] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(340), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5314] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(299), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5397] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(355), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5480] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(365), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5563] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(645), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5646] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(653), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5729] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(375), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5812] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(361), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5895] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(364), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[5978] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(381), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6061] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(298), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6144] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(307), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6227] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(236), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(383), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6310] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(384), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6393] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(646), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6476] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(388), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6559] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(389), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6642] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(390), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6725] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(385), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6808] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(352), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6891] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(353), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[6974] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(387), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7057] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(391), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7140] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(654), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7223] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(638), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7306] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(395), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7389] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(396), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7472] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(398), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7555] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(399), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7638] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(346), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7721] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(362), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7804] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(382), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7887] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(623), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[7970] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(639), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8053] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(647), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8136] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(4), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8219] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(652), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8302] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(360), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8385] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(386), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8468] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(678), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8551] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(6), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8634] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(9), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8717] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(689), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8800] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(363), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8883] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(501), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(656), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[8966] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(680), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9049] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(657), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9132] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(8), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9215] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(650), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9298] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(397), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9381] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(681), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9464] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(683), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9547] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(699), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9630] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(688), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9713] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(690), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9796] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(695), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9879] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(702), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[9962] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(624), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10045] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(625), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10128] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(626), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10211] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(627), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10294] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(638), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10377] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(623), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10460] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(628), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10543] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(629), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10626] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(655), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10709] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(61), 1,
sym_tag,
ACTIONS(63), 1,
anon_sym_let,
ACTIONS(67), 1,
anon_sym_await,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_match,
ACTIONS(300), 1,
anon_sym_DASH,
STATE(233), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(392), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10792] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(632), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10875] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(634), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[10958] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(636), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11041] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(637), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11124] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(622), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11207] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(707), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11290] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(706), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11373] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(709), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11456] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(704), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11539] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(710), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11622] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(620), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11705] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(462), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(633), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11788] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(682), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11871] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(635), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[11954] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(13), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12037] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(369), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12120] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(601), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12203] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(456), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(602), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12286] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(574), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12369] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(578), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12452] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(579), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12535] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(580), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12618] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(581), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12701] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(577), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12784] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(584), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12867] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(582), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[12950] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(583), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13033] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(651), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13116] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(641), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13199] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(587), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13282] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(588), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13365] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(589), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13448] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(167), 1,
sym_tag,
ACTIONS(169), 1,
anon_sym_let,
ACTIONS(173), 1,
anon_sym_await,
ACTIONS(175), 1,
anon_sym_if,
ACTIONS(179), 1,
anon_sym_match,
ACTIONS(294), 1,
anon_sym_DASH,
STATE(455), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(590), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13531] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(213), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(338), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13614] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(339), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13697] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(301), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13780] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(302), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13863] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(303), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[13946] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(304), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14029] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(340), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14112] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(299), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14195] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(305), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14278] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(306), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14361] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(606), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14444] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
sym_tag,
ACTIONS(183), 1,
anon_sym_let,
ACTIONS(187), 1,
anon_sym_await,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(193), 1,
anon_sym_match,
ACTIONS(304), 1,
anon_sym_DASH,
STATE(461), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(603), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14527] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(311), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14610] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(312), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14693] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(314), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14776] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(315), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14859] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(221), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(379), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[14942] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(380), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15025] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(367), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15108] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(370), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15191] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(371), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15274] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(372), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15357] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(352), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15440] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(353), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15523] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(373), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15606] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(374), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15689] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(711), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15772] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(475), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(621), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15855] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(347), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[15938] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(348), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16021] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(350), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16104] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(351), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16187] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(336), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16270] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(14), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16353] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(334), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16436] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(377), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16519] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(15), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16602] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(199), 1,
sym_tag,
ACTIONS(201), 1,
anon_sym_let,
ACTIONS(205), 1,
anon_sym_await,
ACTIONS(207), 1,
anon_sym_if,
ACTIONS(211), 1,
anon_sym_match,
ACTIONS(298), 1,
anon_sym_DASH,
STATE(212), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(313), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16685] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(107), 1,
sym_tag,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(119), 1,
anon_sym_let,
ACTIONS(123), 1,
anon_sym_await,
ACTIONS(125), 1,
anon_sym_if,
ACTIONS(129), 1,
anon_sym_match,
ACTIONS(296), 1,
anon_sym_DASH,
STATE(219), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(254), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(17), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16768] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
sym_tag,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_let,
ACTIONS(39), 1,
anon_sym_await,
ACTIONS(43), 1,
anon_sym_if,
ACTIONS(59), 1,
anon_sym_match,
ACTIONS(302), 1,
anon_sym_DASH,
STATE(217), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(269), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(349), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16851] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(692), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[16934] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(693), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17017] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(694), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17100] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(684), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17183] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(685), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17266] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(679), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17349] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(696), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17432] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(697), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17515] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(686), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17598] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(135), 1,
sym_tag,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(141), 1,
anon_sym_SQUOTE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(147), 1,
anon_sym_let,
ACTIONS(151), 1,
anon_sym_await,
ACTIONS(153), 1,
anon_sym_if,
ACTIONS(157), 1,
anon_sym_match,
ACTIONS(292), 1,
anon_sym_DASH,
STATE(481), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(540), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(640), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17681] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(698), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17764] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
sym_tag,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(85), 1,
anon_sym_SQUOTE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(91), 1,
anon_sym_let,
ACTIONS(95), 1,
anon_sym_await,
ACTIONS(97), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_match,
ACTIONS(260), 1,
anon_sym_DASH,
STATE(467), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(506), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
STATE(703), 20,
sym_let_binding,
sym_await_binding,
sym_type_downcast,
sym_lambda,
sym_with_expr,
sym_and_expr,
sym_if_expr,
sym_sub_expr,
sym_add_expr,
sym_divide_expr,
sym_multiply_expr,
sym_equal_expr,
sym_concat_expr,
sym_compose_expr,
sym_exponent_expr,
sym_match_expr,
sym_negate_expr,
sym_tag_expr,
sym_await_expr,
sym__expression,
[17847] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
STATE(218), 1,
sym_identifier,
STATE(259), 1,
sym_parametrized_type,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(220), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
ACTIONS(306), 13,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(312), 15,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[17916] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(335), 1,
sym_parametrized_type,
STATE(752), 1,
sym_multi_type_parameters,
STATE(229), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
ACTIONS(312), 12,
ts_builtin_sym_end,
anon_sym_PIPE,
sym_tag,
anon_sym_DASH_GT,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(306), 15,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[17984] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_DOT,
ACTIONS(330), 1,
anon_sym_COLON,
ACTIONS(332), 1,
anon_sym_DASH_GT,
STATE(214), 1,
aux_sym_path_repeat1,
ACTIONS(324), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(328), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18036] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_DOT,
ACTIONS(330), 1,
anon_sym_COLON,
ACTIONS(332), 1,
anon_sym_DASH_GT,
STATE(214), 1,
aux_sym_path_repeat1,
ACTIONS(324), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(328), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18088] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_DOT,
STATE(215), 1,
aux_sym_path_repeat1,
ACTIONS(334), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(336), 19,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18136] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(340), 1,
anon_sym_DOT,
STATE(215), 1,
aux_sym_path_repeat1,
ACTIONS(338), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(343), 19,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18184] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOT,
STATE(222), 1,
aux_sym_path_repeat1,
ACTIONS(336), 16,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(334), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[18231] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOT,
ACTIONS(347), 1,
anon_sym_COLON,
ACTIONS(349), 1,
anon_sym_DASH_GT,
STATE(216), 1,
aux_sym_path_repeat1,
ACTIONS(328), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(324), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[18282] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_DOT,
STATE(214), 1,
aux_sym_path_repeat1,
ACTIONS(324), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(328), 19,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18329] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_DOT,
ACTIONS(351), 1,
anon_sym_COLON,
ACTIONS(353), 1,
anon_sym_DASH_GT,
STATE(214), 1,
aux_sym_path_repeat1,
ACTIONS(324), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(328), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18380] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
STATE(218), 1,
sym_identifier,
STATE(223), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(355), 13,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(357), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18429] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOT,
ACTIONS(347), 1,
anon_sym_COLON,
ACTIONS(349), 1,
anon_sym_DASH_GT,
STATE(216), 1,
aux_sym_path_repeat1,
ACTIONS(328), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(324), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[18480] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(359), 1,
anon_sym_DOT,
STATE(222), 1,
aux_sym_path_repeat1,
ACTIONS(343), 16,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(338), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[18527] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(218), 1,
sym_identifier,
STATE(228), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(362), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(364), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18574] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(326), 1,
anon_sym_DOT,
ACTIONS(351), 1,
anon_sym_COLON,
ACTIONS(353), 1,
anon_sym_DASH_GT,
STATE(214), 1,
aux_sym_path_repeat1,
ACTIONS(324), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(328), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18625] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(343), 20,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18668] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
STATE(218), 1,
sym_identifier,
STATE(223), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(366), 13,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(368), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18717] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(372), 20,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18760] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(374), 1,
sym__identifier_tok,
STATE(218), 1,
sym_identifier,
STATE(228), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(377), 13,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(379), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18809] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
STATE(232), 1,
sym_identifier,
STATE(235), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(355), 15,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
ACTIONS(357), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18857] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
STATE(232), 1,
sym_identifier,
STATE(235), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(366), 15,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
ACTIONS(368), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18905] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
ACTIONS(372), 17,
ts_builtin_sym_end,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18947] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOT,
STATE(216), 1,
aux_sym_path_repeat1,
ACTIONS(324), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
ACTIONS(328), 16,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[18993] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOT,
ACTIONS(381), 1,
anon_sym_COLON,
ACTIONS(383), 1,
anon_sym_DASH_GT,
STATE(216), 1,
aux_sym_path_repeat1,
ACTIONS(328), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(324), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[19043] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
ACTIONS(343), 17,
ts_builtin_sym_end,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19085] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(232), 1,
sym_identifier,
STATE(238), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(364), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(362), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[19131] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOT,
ACTIONS(381), 1,
anon_sym_COLON,
ACTIONS(383), 1,
anon_sym_DASH_GT,
STATE(216), 1,
aux_sym_path_repeat1,
ACTIONS(328), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(324), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[19181] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(389), 1,
aux_sym_num_literal_token3,
ACTIONS(385), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(387), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19225] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(391), 1,
sym__identifier_tok,
STATE(232), 1,
sym_identifier,
STATE(238), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(377), 15,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
ACTIONS(379), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19273] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(394), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(396), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19314] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(398), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(400), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19355] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(402), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(404), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19396] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(406), 1,
aux_sym_num_literal_token3,
ACTIONS(387), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(385), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[19439] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(408), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(410), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19480] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(412), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(414), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19521] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(416), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(418), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19562] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(420), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(422), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19603] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(424), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(426), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19644] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(428), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(430), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19685] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(432), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(434), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(436), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(438), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19767] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(440), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(442), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19808] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(444), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(446), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19849] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(450), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19890] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(454), 1,
anon_sym_LPAREN,
ACTIONS(458), 1,
anon_sym_COLON,
ACTIONS(460), 1,
anon_sym_COLON_COLON,
ACTIONS(452), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(456), 16,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19937] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(462), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(464), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[19978] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(466), 15,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(468), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20019] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(410), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(408), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20059] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(470), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(472), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20099] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(355), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(357), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20139] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(478), 1,
anon_sym_PIPE,
STATE(262), 1,
aux_sym_match_expr_repeat1,
ACTIONS(474), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(476), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20183] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(480), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(482), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20223] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(488), 1,
anon_sym_PIPE,
STATE(262), 1,
aux_sym_match_expr_repeat1,
ACTIONS(484), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(486), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20267] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(495), 1,
anon_sym_PIPE,
STATE(264), 1,
aux_sym_match_expr_repeat1,
ACTIONS(491), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(493), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20311] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(498), 1,
anon_sym_PIPE,
STATE(262), 1,
aux_sym_match_expr_repeat1,
ACTIONS(474), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(476), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20355] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(505), 1,
anon_sym_PIPE,
ACTIONS(507), 1,
anon_sym_DASH_GT,
ACTIONS(501), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(503), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20399] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_COLON,
ACTIONS(509), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(511), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20441] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_COLON,
ACTIONS(515), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(517), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20483] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(442), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(440), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20523] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(519), 1,
anon_sym_LPAREN,
ACTIONS(521), 1,
anon_sym_COLON,
ACTIONS(523), 1,
anon_sym_COLON_COLON,
ACTIONS(456), 13,
ts_builtin_sym_end,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(452), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20569] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(450), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(448), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20609] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(422), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(420), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20649] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(434), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(432), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20689] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(525), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(527), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20729] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(505), 1,
anon_sym_PIPE,
ACTIONS(529), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(531), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20771] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(533), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(535), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20811] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(537), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(539), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[20851] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(430), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(428), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20891] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(438), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(436), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20931] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(464), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(462), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[20971] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(418), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(416), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21011] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(400), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(398), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21051] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(426), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(424), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21091] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(468), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(466), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21131] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(414), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(412), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21171] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(404), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(402), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21211] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(543), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21251] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(396), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(394), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21291] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(547), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21331] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(446), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(444), 17,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21371] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(505), 1,
anon_sym_PIPE,
ACTIONS(549), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(551), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21413] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(478), 1,
anon_sym_PIPE,
STATE(260), 1,
aux_sym_match_expr_repeat1,
ACTIONS(491), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(493), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21457] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(553), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(555), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21497] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(557), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(559), 18,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21537] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(505), 1,
anon_sym_PIPE,
ACTIONS(561), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(563), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21579] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(505), 1,
anon_sym_PIPE,
ACTIONS(565), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(567), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21621] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_COLON,
ACTIONS(569), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(571), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21663] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 1,
anon_sym_PIPE,
STATE(341), 1,
aux_sym_match_expr_repeat1,
ACTIONS(493), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(491), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[21706] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(575), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(579), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[21765] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(593), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(595), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[21806] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(484), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(486), 17,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[21845] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(597), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(599), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[21904] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(601), 10,
sym__identifier_tok,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(603), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[21961] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(605), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(607), 14,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[22006] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(609), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(611), 14,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[22051] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(613), 12,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(615), 14,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[22100] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(617), 12,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(619), 14,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[22149] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(621), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(623), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22208] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(625), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(627), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22267] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(629), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(631), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22326] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(633), 1,
anon_sym_PIPE,
STATE(321), 1,
aux_sym_match_expr_repeat1,
ACTIONS(476), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(474), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22369] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(636), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(638), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22428] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(640), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(642), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22487] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(644), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(646), 14,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[22532] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(648), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(650), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22591] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(652), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(654), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[22650] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(555), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(553), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22689] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(656), 1,
anon_sym_PIPE,
ACTIONS(567), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(565), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22730] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(559), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(557), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22769] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(547), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(545), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22808] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(656), 1,
anon_sym_PIPE,
ACTIONS(551), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(549), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22849] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(658), 1,
anon_sym_PIPE,
STATE(321), 1,
aux_sym_match_expr_repeat1,
ACTIONS(486), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(484), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22892] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(661), 1,
anon_sym_PIPE,
STATE(310), 1,
aux_sym_match_expr_repeat1,
ACTIONS(493), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(491), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22935] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(543), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(541), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[22974] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(656), 1,
anon_sym_PIPE,
ACTIONS(664), 1,
anon_sym_DASH_GT,
ACTIONS(503), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(501), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23017] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(666), 1,
anon_sym_COLON,
ACTIONS(511), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(509), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23058] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(666), 1,
anon_sym_COLON,
ACTIONS(517), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(515), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23099] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(666), 1,
anon_sym_COLON,
ACTIONS(571), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(569), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23140] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(656), 1,
anon_sym_PIPE,
ACTIONS(531), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(529), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23181] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(535), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(533), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23220] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(539), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(537), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23259] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(656), 1,
anon_sym_PIPE,
ACTIONS(563), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(561), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23300] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(527), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(525), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23339] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(472), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(470), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23378] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(605), 7,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
ACTIONS(607), 7,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(644), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(646), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[23427] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(357), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(355), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23466] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(668), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(670), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[23525] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(482), 15,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(480), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23564] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(577), 1,
anon_sym_EQ,
ACTIONS(581), 1,
anon_sym_DASH,
ACTIONS(583), 1,
anon_sym_PLUS,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(589), 1,
anon_sym_PLUS_PLUS,
ACTIONS(591), 1,
anon_sym_EQ_GT,
ACTIONS(672), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(674), 12,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[23623] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(585), 1,
anon_sym_SLASH,
ACTIONS(587), 1,
anon_sym_STAR,
ACTIONS(644), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(646), 14,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[23668] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(676), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
ACTIONS(678), 16,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[23709] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 1,
anon_sym_PIPE,
STATE(321), 1,
aux_sym_match_expr_repeat1,
ACTIONS(476), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(474), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[23752] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(562), 1,
sym_parametrized_type,
STATE(763), 1,
sym_multi_type_parameters,
STATE(473), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
ACTIONS(306), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(312), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[23811] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(607), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(605), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
[23855] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(672), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(674), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[23913] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(631), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(629), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[23971] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(579), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(575), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24029] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(638), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(636), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24087] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(642), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(640), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24145] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(646), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(644), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[24189] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(650), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(648), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24247] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(654), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(652), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24305] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(678), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(676), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[24345] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(595), 13,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(593), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[24385] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(646), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(644), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
[24429] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(613), 12,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(615), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[24477] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(484), 1,
sym_parametrized_type,
STATE(762), 1,
sym_multi_type_parameters,
STATE(483), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
ACTIONS(312), 8,
ts_builtin_sym_end,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(306), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[24535] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(597), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(599), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[24593] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(601), 10,
sym__identifier_tok,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(603), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[24649] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(627), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(625), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24707] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(646), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(605), 7,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
ACTIONS(607), 7,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(644), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
[24755] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(640), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(642), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[24813] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(623), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(621), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[24871] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(646), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(644), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
[24915] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(648), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(650), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[24973] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(617), 12,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(619), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[25021] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(625), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(627), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[25079] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(599), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(597), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25137] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(611), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(609), 14,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
[25181] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(646), 4,
ts_builtin_sym_end,
anon_sym_PIPE,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(605), 7,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
ACTIONS(607), 7,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(644), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[25229] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(603), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(601), 12,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25285] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(607), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(605), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[25329] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(611), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(609), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[25373] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(615), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(613), 14,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25421] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(619), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(617), 14,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25469] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(636), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(638), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[25527] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(486), 14,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(484), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[25565] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(670), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(668), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25623] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(629), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(631), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[25681] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(690), 1,
anon_sym_EQ,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(694), 1,
anon_sym_DASH,
ACTIONS(696), 1,
anon_sym_PLUS,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(702), 1,
anon_sym_PLUS_PLUS,
ACTIONS(704), 1,
anon_sym_EQ_GT,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(674), 9,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(672), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25739] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(698), 1,
anon_sym_SLASH,
ACTIONS(700), 1,
anon_sym_STAR,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(646), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(644), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[25783] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(652), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(654), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[25841] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_with,
ACTIONS(19), 1,
anon_sym_EQ,
ACTIONS(41), 1,
anon_sym_and,
ACTIONS(47), 1,
anon_sym_PLUS,
ACTIONS(49), 1,
anon_sym_SLASH,
ACTIONS(51), 1,
anon_sym_STAR,
ACTIONS(53), 1,
anon_sym_PLUS_PLUS,
ACTIONS(55), 1,
anon_sym_EQ_GT,
ACTIONS(57), 1,
anon_sym_CARET,
ACTIONS(686), 1,
anon_sym_DASH,
ACTIONS(668), 9,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_match,
ACTIONS(670), 11,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[25899] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(674), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(672), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[25956] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(646), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(644), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[25999] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(611), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(609), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[26042] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(670), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(668), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26099] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(615), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(613), 14,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26146] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(599), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(597), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26203] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(603), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(601), 12,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26258] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(607), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(605), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[26301] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(619), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(617), 14,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26348] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(646), 3,
ts_builtin_sym_end,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(605), 7,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
ACTIONS(607), 7,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(644), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[26395] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(627), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(625), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26452] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(631), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(629), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26509] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(638), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(636), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26566] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(642), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(640), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26623] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(646), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
ACTIONS(644), 16,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_and,
anon_sym_if,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_match,
anon_sym_def,
[26666] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(650), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(648), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26723] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(688), 1,
anon_sym_with,
ACTIONS(692), 1,
anon_sym_and,
ACTIONS(706), 1,
anon_sym_CARET,
ACTIONS(714), 1,
anon_sym_EQ,
ACTIONS(716), 1,
anon_sym_DASH,
ACTIONS(718), 1,
anon_sym_PLUS,
ACTIONS(720), 1,
anon_sym_SLASH,
ACTIONS(722), 1,
anon_sym_STAR,
ACTIONS(724), 1,
anon_sym_PLUS_PLUS,
ACTIONS(726), 1,
anon_sym_EQ_GT,
ACTIONS(654), 8,
ts_builtin_sym_end,
anon_sym_LPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
ACTIONS(652), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_in,
anon_sym_await,
anon_sym_if,
anon_sym_match,
anon_sym_def,
[26780] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 9,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(372), 19,
anon_sym_DOT,
anon_sym_QMARK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
sym_tag,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_AMP,
anon_sym_DASH_GT,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[26816] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_with,
ACTIONS(730), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(732), 1,
sym_tag,
ACTIONS(734), 1,
anon_sym_AMP,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(752), 1,
sym_multi_type_parameters,
STATE(230), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(319), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[26873] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(738), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(491), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[26930] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_with,
ACTIONS(746), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(748), 1,
sym_tag,
ACTIONS(750), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(763), 1,
sym_multi_type_parameters,
STATE(472), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(557), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[26987] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(756), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(491), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27044] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
ACTIONS(762), 1,
anon_sym_with,
ACTIONS(764), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(766), 1,
sym_tag,
ACTIONS(768), 1,
anon_sym_AMP,
STATE(218), 1,
sym_identifier,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(226), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(288), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27101] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_with,
ACTIONS(748), 1,
sym_tag,
ACTIONS(750), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(763), 1,
sym_multi_type_parameters,
STATE(472), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(568), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27155] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(575), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27209] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_with,
ACTIONS(732), 1,
sym_tag,
ACTIONS(734), 1,
anon_sym_AMP,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(752), 1,
sym_multi_type_parameters,
STATE(230), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(331), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27263] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(765), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27317] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(757), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27371] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_with,
ACTIONS(732), 1,
sym_tag,
ACTIONS(734), 1,
anon_sym_AMP,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(752), 1,
sym_multi_type_parameters,
STATE(230), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(324), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27425] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_with,
ACTIONS(732), 1,
sym_tag,
ACTIONS(734), 1,
anon_sym_AMP,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(752), 1,
sym_multi_type_parameters,
STATE(230), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(328), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27479] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(712), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27533] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(713), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27587] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(770), 1,
anon_sym_DOT,
STATE(415), 1,
aux_sym_path_repeat1,
ACTIONS(338), 9,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(343), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[27623] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_with,
ACTIONS(732), 1,
sym_tag,
ACTIONS(734), 1,
anon_sym_AMP,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(752), 1,
sym_multi_type_parameters,
STATE(230), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(317), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27677] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(739), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27731] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_with,
ACTIONS(748), 1,
sym_tag,
ACTIONS(750), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(763), 1,
sym_multi_type_parameters,
STATE(472), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(558), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27785] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
ACTIONS(762), 1,
anon_sym_with,
ACTIONS(766), 1,
sym_tag,
ACTIONS(768), 1,
anon_sym_AMP,
STATE(218), 1,
sym_identifier,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(226), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(294), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27839] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
anon_sym_DOT,
STATE(415), 1,
aux_sym_path_repeat1,
ACTIONS(334), 9,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(336), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[27875] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_with,
ACTIONS(748), 1,
sym_tag,
ACTIONS(750), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(763), 1,
sym_multi_type_parameters,
STATE(472), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(571), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27929] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_with,
ACTIONS(748), 1,
sym_tag,
ACTIONS(750), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(763), 1,
sym_multi_type_parameters,
STATE(472), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(559), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[27983] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(728), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28037] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(318), 1,
anon_sym_QMARK,
ACTIONS(320), 1,
anon_sym_LPAREN,
ACTIONS(322), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_with,
ACTIONS(732), 1,
sym_tag,
ACTIONS(734), 1,
anon_sym_AMP,
STATE(232), 1,
sym_identifier,
STATE(323), 1,
sym_path,
STATE(752), 1,
sym_multi_type_parameters,
STATE(230), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(320), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28091] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(727), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28145] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(779), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28199] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(592), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28253] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(778), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28307] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(798), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[28363] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(787), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28417] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(837), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[28473] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(680), 1,
anon_sym_QMARK,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(684), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_with,
ACTIONS(748), 1,
sym_tag,
ACTIONS(750), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(545), 1,
sym_path,
STATE(763), 1,
sym_multi_type_parameters,
STATE(472), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(563), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28527] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(716), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28581] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(717), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28635] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(720), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28689] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(714), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28743] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(598), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28797] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(591), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28851] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
ACTIONS(762), 1,
anon_sym_with,
ACTIONS(766), 1,
sym_tag,
ACTIONS(768), 1,
anon_sym_AMP,
STATE(218), 1,
sym_identifier,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(226), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(295), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28905] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(715), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[28959] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
ACTIONS(762), 1,
anon_sym_with,
ACTIONS(766), 1,
sym_tag,
ACTIONS(768), 1,
anon_sym_AMP,
STATE(218), 1,
sym_identifier,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(226), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(290), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[29013] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(758), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[29067] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(708), 1,
anon_sym_QMARK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(736), 1,
anon_sym_with,
ACTIONS(740), 1,
sym_tag,
ACTIONS(742), 1,
anon_sym_AMP,
STATE(464), 1,
sym_path,
STATE(468), 1,
sym_identifier,
STATE(762), 1,
sym_multi_type_parameters,
STATE(480), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(576), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[29121] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
ACTIONS(762), 1,
anon_sym_with,
ACTIONS(766), 1,
sym_tag,
ACTIONS(768), 1,
anon_sym_AMP,
STATE(218), 1,
sym_identifier,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(226), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(265), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[29175] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(835), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[29231] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(839), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[29287] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(842), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[29343] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__identifier_tok,
ACTIONS(308), 1,
anon_sym_QMARK,
ACTIONS(310), 1,
anon_sym_LPAREN,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_LBRACE,
ACTIONS(762), 1,
anon_sym_with,
ACTIONS(766), 1,
sym_tag,
ACTIONS(768), 1,
anon_sym_AMP,
STATE(218), 1,
sym_identifier,
STATE(286), 1,
sym_path,
STATE(760), 1,
sym_multi_type_parameters,
STATE(226), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(274), 9,
sym__type_non_fn,
sym__type,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
sym_fn_type,
[29397] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(818), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[29453] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(855), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[29509] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(752), 1,
anon_sym_with,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(758), 1,
sym_tag,
ACTIONS(760), 1,
anon_sym_AMP,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(754), 1,
sym_multi_type_parameters,
STATE(856), 2,
sym__type,
sym_fn_type,
STATE(700), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
STATE(870), 7,
sym__type_non_fn,
sym_union_type,
sym_partial_union_type,
sym_tagged_type,
sym_parametrized_type,
sym_with_type,
sym_recursive_type,
[29565] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(775), 1,
anon_sym_DOT,
STATE(454), 1,
aux_sym_path_repeat1,
ACTIONS(336), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(334), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[29600] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
anon_sym_DOT,
STATE(420), 1,
aux_sym_path_repeat1,
ACTIONS(324), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 13,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29635] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(777), 1,
anon_sym_DOT,
STATE(454), 1,
aux_sym_path_repeat1,
ACTIONS(343), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(338), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[29670] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
anon_sym_DOT,
ACTIONS(780), 1,
anon_sym_COLON,
ACTIONS(782), 1,
anon_sym_DASH_GT,
STATE(420), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 16,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29709] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
anon_sym_DOT,
ACTIONS(780), 1,
anon_sym_COLON,
ACTIONS(782), 1,
anon_sym_DASH_GT,
STATE(420), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 16,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29748] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 9,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(343), 14,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29779] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(480), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(482), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29809] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(476), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(362), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(364), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29845] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(525), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(527), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29875] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(775), 1,
anon_sym_DOT,
ACTIONS(784), 1,
anon_sym_COLON,
ACTIONS(786), 1,
anon_sym_DASH_GT,
STATE(452), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 15,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[29913] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(775), 1,
anon_sym_DOT,
ACTIONS(784), 1,
anon_sym_COLON,
ACTIONS(786), 1,
anon_sym_DASH_GT,
STATE(452), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 15,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[29951] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(557), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(559), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[29981] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(543), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30011] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(372), 11,
ts_builtin_sym_end,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30041] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(470), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(472), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30071] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
anon_sym_DOT,
ACTIONS(788), 1,
anon_sym_COLON,
ACTIONS(790), 1,
anon_sym_DASH_GT,
STATE(420), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 15,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30109] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(775), 1,
anon_sym_DOT,
STATE(452), 1,
aux_sym_path_repeat1,
ACTIONS(324), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(328), 10,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_COLON,
anon_sym_DASH_GT,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30143] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 11,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(343), 11,
ts_builtin_sym_end,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30173] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(533), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(535), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30203] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(792), 1,
aux_sym_num_literal_token3,
ACTIONS(385), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(387), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30235] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(459), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(366), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(368), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30271] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(459), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(355), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(357), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(553), 10,
sym__identifier_tok,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
ACTIONS(555), 12,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30337] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(773), 1,
anon_sym_DOT,
ACTIONS(788), 1,
anon_sym_COLON,
ACTIONS(790), 1,
anon_sym_DASH_GT,
STATE(420), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 15,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30375] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(794), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(476), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(377), 7,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(379), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30411] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(797), 1,
aux_sym_num_literal_token3,
ACTIONS(385), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(387), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[30442] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(394), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(396), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30471] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(436), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(438), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30500] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(490), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(368), 8,
ts_builtin_sym_end,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(366), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[30535] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(775), 1,
anon_sym_DOT,
ACTIONS(799), 1,
anon_sym_COLON,
ACTIONS(801), 1,
anon_sym_DASH_GT,
STATE(452), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[30572] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(537), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(539), 18,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[30601] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(490), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(357), 8,
ts_builtin_sym_end,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(355), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[30636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(355), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(357), 18,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[30665] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(462), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(464), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(440), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(442), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30723] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(416), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(418), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30752] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(803), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(488), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(379), 8,
ts_builtin_sym_end,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(377), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[30787] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(398), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(400), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30816] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(131), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(488), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(364), 8,
ts_builtin_sym_end,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
ACTIONS(362), 9,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_EQ,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_def,
[30851] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(547), 18,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[30880] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(424), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(426), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30909] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(408), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(410), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30938] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(466), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(468), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30967] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(450), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[30996] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(428), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(430), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31025] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(420), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(422), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31054] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(412), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(414), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31083] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(432), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(434), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31112] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(402), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(404), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31141] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(775), 1,
anon_sym_DOT,
ACTIONS(799), 1,
anon_sym_COLON,
ACTIONS(801), 1,
anon_sym_DASH_GT,
STATE(452), 1,
aux_sym_path_repeat1,
ACTIONS(324), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(328), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31178] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(444), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(446), 17,
anon_sym_with,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31207] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(420), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(422), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31235] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
STATE(573), 1,
sym_match_arm,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(648), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31281] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(424), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(426), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31309] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(812), 1,
anon_sym_COLON,
ACTIONS(814), 1,
anon_sym_COLON_COLON,
ACTIONS(452), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(456), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[31343] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(291), 1,
sym_match_arm,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(643), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31389] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(816), 1,
anon_sym_SQUOTE,
STATE(300), 1,
sym_match_arm,
STATE(453), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(741), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31435] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(444), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(446), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31463] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(297), 1,
sym_match_arm,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(659), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31509] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(816), 1,
anon_sym_SQUOTE,
STATE(376), 1,
sym_match_arm,
STATE(453), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(733), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31555] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
STATE(597), 1,
sym_match_arm,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(648), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31601] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
STATE(565), 1,
sym_match_arm,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(649), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31647] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(263), 1,
sym_match_arm,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(643), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31693] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(322), 1,
sym_match_arm,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(659), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(466), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(468), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31767] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(816), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(521), 1,
sym_path,
STATE(610), 1,
sym_match_arm,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(732), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31813] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(394), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(396), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31841] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(428), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(430), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31869] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(436), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(438), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31897] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(440), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(442), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31925] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(408), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(410), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[31953] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
STATE(570), 1,
sym_match_arm,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(649), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[31999] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(450), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32027] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(402), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(404), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32055] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(462), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(464), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32083] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(816), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(521), 1,
sym_path,
STATE(595), 1,
sym_match_arm,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(735), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32129] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(432), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(434), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32157] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(416), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(418), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32185] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(398), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(400), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32213] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(412), 4,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(414), 16,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_DASH_GT,
anon_sym_COLON_COLON,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32241] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(816), 1,
anon_sym_SQUOTE,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(561), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32284] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(553), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(555), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32311] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(470), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(472), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32338] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(509), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(511), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32369] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(515), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(517), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32400] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(569), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(571), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32431] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(533), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(535), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32458] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(525), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(527), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32485] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(824), 1,
anon_sym_COLON,
ACTIONS(826), 1,
anon_sym_COLON_COLON,
ACTIONS(452), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(456), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[32518] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(816), 1,
anon_sym_SQUOTE,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(569), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32561] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(828), 1,
sym__identifier_tok,
ACTIONS(830), 1,
anon_sym_SQUOTE,
STATE(232), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(325), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32604] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(828), 1,
sym__identifier_tok,
ACTIONS(830), 1,
anon_sym_SQUOTE,
STATE(232), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(326), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32647] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(314), 1,
anon_sym_LBRACK,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(712), 1,
anon_sym_LBRACE,
ACTIONS(754), 1,
anon_sym_QMARK,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(464), 1,
sym_path,
STATE(484), 1,
sym_parametrized_type,
STATE(754), 1,
sym_multi_type_parameters,
STATE(701), 4,
sym__type_atom,
sym_partial_type,
sym_just_type,
sym_record_type,
ACTIONS(312), 6,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[32692] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(543), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32719] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(480), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(482), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[32746] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(832), 1,
sym__identifier_tok,
ACTIONS(834), 1,
anon_sym_SQUOTE,
STATE(218), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(266), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32789] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(832), 1,
sym__identifier_tok,
ACTIONS(834), 1,
anon_sym_SQUOTE,
STATE(218), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(267), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32832] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(816), 1,
anon_sym_SQUOTE,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(564), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32875] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(105), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_LBRACK,
ACTIONS(111), 1,
anon_sym_LBRACE,
ACTIONS(115), 1,
anon_sym_DQUOTE,
ACTIONS(832), 1,
sym__identifier_tok,
ACTIONS(834), 1,
anon_sym_SQUOTE,
STATE(218), 1,
sym_identifier,
STATE(251), 1,
sym_path,
ACTIONS(117), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(296), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32918] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_LBRACE,
ACTIONS(143), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(816), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(521), 1,
sym_path,
ACTIONS(145), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(750), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[32961] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(535), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[33004] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(21), 1,
anon_sym_LPAREN,
ACTIONS(25), 1,
anon_sym_LBRACK,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(828), 1,
sym__identifier_tok,
ACTIONS(830), 1,
anon_sym_SQUOTE,
STATE(232), 1,
sym_identifier,
STATE(268), 1,
sym_path,
ACTIONS(33), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(327), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[33047] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(536), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[33090] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 1,
anon_sym_LPAREN,
ACTIONS(81), 1,
anon_sym_LBRACK,
ACTIONS(83), 1,
anon_sym_LBRACE,
ACTIONS(87), 1,
anon_sym_DQUOTE,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(808), 1,
anon_sym_SQUOTE,
STATE(453), 1,
sym_identifier,
STATE(486), 1,
sym_path,
ACTIONS(89), 2,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
STATE(537), 9,
sym_char_literal,
sym_string_literal,
sym_num_literal,
sym_list_expression,
sym_field_access,
sym_function_call,
sym_ident_expr,
sym_record_expr,
sym__atom,
[33133] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(557), 8,
sym__identifier_tok,
anon_sym_with,
anon_sym_EQ,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(559), 11,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33160] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(547), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33186] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(836), 1,
anon_sym_PIPE,
ACTIONS(565), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(567), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33214] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(836), 1,
anon_sym_PIPE,
ACTIONS(561), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(563), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33242] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(838), 1,
anon_sym_PIPE,
STATE(560), 1,
aux_sym_match_expr_repeat1,
ACTIONS(484), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(486), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33272] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(841), 1,
anon_sym_COLON,
ACTIONS(509), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(511), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[33302] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(355), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(357), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33328] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(836), 1,
anon_sym_PIPE,
ACTIONS(843), 1,
anon_sym_DASH_GT,
ACTIONS(501), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(503), 13,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33358] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(841), 1,
anon_sym_COLON,
ACTIONS(515), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(517), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[33388] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(845), 1,
anon_sym_PIPE,
STATE(566), 1,
aux_sym_match_expr_repeat1,
ACTIONS(491), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(493), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33418] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(848), 1,
anon_sym_PIPE,
STATE(560), 1,
aux_sym_match_expr_repeat1,
ACTIONS(474), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(476), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33448] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(537), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(539), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33474] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(836), 1,
anon_sym_PIPE,
ACTIONS(549), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(551), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33502] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(841), 1,
anon_sym_COLON,
ACTIONS(569), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(571), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[33532] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(851), 1,
anon_sym_PIPE,
STATE(572), 1,
aux_sym_match_expr_repeat1,
ACTIONS(491), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(493), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33562] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(836), 1,
anon_sym_PIPE,
ACTIONS(529), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(531), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33590] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(851), 1,
anon_sym_PIPE,
STATE(560), 1,
aux_sym_match_expr_repeat1,
ACTIONS(474), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(476), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[33620] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(853), 1,
anon_sym_PIPE,
STATE(600), 1,
aux_sym_match_expr_repeat1,
ACTIONS(491), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(493), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[33649] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(644), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(646), 12,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[33680] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(561), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(563), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_DASH_GT,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[33707] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(549), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(551), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_DASH_GT,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[33734] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(676), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(678), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[33761] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(599), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[33804] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(601), 1,
anon_sym_EQ,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(603), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[33847] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(605), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(607), 12,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[33878] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(609), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(611), 12,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[33909] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(613), 1,
anon_sym_EQ,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(615), 11,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[33944] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(617), 1,
anon_sym_EQ,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(619), 11,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[33979] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(593), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(595), 14,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[34006] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(627), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34049] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(631), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34092] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(638), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34135] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(642), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34178] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(650), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34221] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(654), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34264] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(877), 1,
anon_sym_DASH_GT,
ACTIONS(501), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(503), 12,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34293] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(529), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(531), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_DASH_GT,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34320] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(879), 1,
anon_sym_PIPE,
STATE(593), 1,
aux_sym_match_expr_repeat1,
ACTIONS(484), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(486), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34349] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(579), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34392] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(484), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(486), 15,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[34417] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(623), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34460] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 1,
anon_sym_PIPE,
STATE(599), 1,
aux_sym_match_expr_repeat1,
ACTIONS(491), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(493), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34489] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(565), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(567), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_DASH_GT,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34516] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(885), 1,
anon_sym_PIPE,
STATE(593), 1,
aux_sym_match_expr_repeat1,
ACTIONS(474), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(476), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34545] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(853), 1,
anon_sym_PIPE,
STATE(593), 1,
aux_sym_match_expr_repeat1,
ACTIONS(474), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(476), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34574] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(670), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34617] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(855), 1,
anon_sym_SLASH,
ACTIONS(857), 1,
anon_sym_STAR,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(865), 1,
anon_sym_EQ,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(869), 1,
anon_sym_DASH,
ACTIONS(871), 1,
anon_sym_PLUS,
ACTIONS(873), 1,
anon_sym_PLUS_PLUS,
ACTIONS(875), 1,
anon_sym_EQ_GT,
ACTIONS(674), 7,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34660] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(623), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[34702] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(617), 1,
anon_sym_EQ,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(619), 10,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[34736] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(599), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34778] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(579), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[34820] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(922), 7,
sym__identifier_tok,
anon_sym_SQUOTE,
anon_sym_let,
anon_sym_await,
anon_sym_if,
anon_sym_DASH,
anon_sym_match,
ACTIONS(223), 9,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_tag,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
aux_sym_num_literal_token1,
aux_sym_num_literal_token2,
[34844] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(670), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34886] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(601), 1,
anon_sym_EQ,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(603), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34928] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(484), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(486), 14,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
anon_sym_def,
[34952] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(627), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[34994] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(631), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[35036] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(638), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[35078] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(642), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[35120] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(650), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[35162] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(654), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[35204] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(605), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(607), 11,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[35234] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(609), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(611), 11,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[35264] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(613), 1,
anon_sym_EQ,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(615), 10,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[35298] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(670), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35340] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(674), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_then,
anon_sym_else,
[35382] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(644), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(646), 11,
anon_sym_with,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_and,
anon_sym_then,
anon_sym_else,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
[35412] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(593), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(595), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[35438] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(599), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35480] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(601), 1,
anon_sym_EQ,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(603), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35522] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(605), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(607), 11,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[35552] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(609), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(611), 11,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[35582] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(613), 1,
anon_sym_EQ,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(615), 10,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[35616] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(617), 1,
anon_sym_EQ,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(619), 10,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[35650] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(627), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35692] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(631), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35734] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(638), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35776] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(674), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35818] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(642), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35860] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(644), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(646), 11,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[35890] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(650), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35932] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(890), 1,
anon_sym_EQ,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(894), 1,
anon_sym_DASH,
ACTIONS(896), 1,
anon_sym_PLUS,
ACTIONS(898), 1,
anon_sym_SLASH,
ACTIONS(900), 1,
anon_sym_STAR,
ACTIONS(902), 1,
anon_sym_PLUS_PLUS,
ACTIONS(904), 1,
anon_sym_EQ_GT,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(654), 6,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_PIPE,
anon_sym_def,
[35974] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(676), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(678), 13,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_PIPE,
anon_sym_and,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[36000] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(613), 1,
anon_sym_EQ,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(615), 9,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[36033] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(932), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36074] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(654), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36115] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(631), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36156] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(942), 1,
anon_sym_DASH_GT,
STATE(790), 1,
aux_sym_match_arm_repeat1,
ACTIONS(509), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(511), 7,
anon_sym_with,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[36189] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(599), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36230] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(670), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36271] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(605), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(607), 10,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[36300] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(617), 1,
anon_sym_EQ,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(619), 9,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[36333] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(944), 1,
anon_sym_DASH_GT,
STATE(773), 1,
aux_sym_match_arm_repeat1,
ACTIONS(509), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(511), 7,
anon_sym_with,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[36366] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(946), 1,
anon_sym_DASH_GT,
STATE(770), 1,
aux_sym_match_arm_repeat1,
ACTIONS(509), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(511), 7,
anon_sym_with,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[36399] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(638), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36440] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(650), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36481] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(948), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36522] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(601), 1,
anon_sym_EQ,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(603), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36563] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(609), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(611), 10,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[36592] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(642), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36633] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(674), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36674] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(644), 2,
anon_sym_EQ,
anon_sym_PLUS,
ACTIONS(646), 10,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_with,
anon_sym_type,
anon_sym_and,
anon_sym_DASH,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_def,
[36703] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 1,
anon_sym_with,
ACTIONS(892), 1,
anon_sym_and,
ACTIONS(906), 1,
anon_sym_CARET,
ACTIONS(924), 1,
anon_sym_DASH,
ACTIONS(926), 1,
anon_sym_PLUS,
ACTIONS(928), 1,
anon_sym_SLASH,
ACTIONS(930), 1,
anon_sym_STAR,
ACTIONS(934), 1,
anon_sym_EQ,
ACTIONS(936), 1,
anon_sym_PLUS_PLUS,
ACTIONS(938), 1,
anon_sym_EQ_GT,
ACTIONS(627), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[36744] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 1,
anon_sym_LPAREN,
ACTIONS(820), 1,
anon_sym_COLON,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(950), 1,
anon_sym_DASH_GT,
STATE(777), 1,
aux_sym_match_arm_repeat1,
ACTIONS(509), 3,
anon_sym_EQ,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(511), 7,
anon_sym_with,
anon_sym_and,
anon_sym_SLASH,
anon_sym_STAR,
anon_sym_PLUS_PLUS,
anon_sym_EQ_GT,
anon_sym_CARET,
[36777] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(290), 1,
anon_sym_RPAREN,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[36817] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(954), 1,
anon_sym_RBRACK,
[36857] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(956), 1,
anon_sym_RPAREN,
[36897] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(958), 1,
anon_sym_RBRACK,
[36937] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(278), 1,
anon_sym_RBRACK,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[36977] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(960), 1,
anon_sym_RBRACK,
[37017] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(284), 1,
anon_sym_RBRACK,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37057] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(282), 1,
anon_sym_RPAREN,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37097] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(962), 1,
anon_sym_RPAREN,
[37137] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 1,
anon_sym_RBRACK,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37177] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
anon_sym_RPAREN,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37217] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(964), 1,
anon_sym_RBRACK,
[37257] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(276), 1,
anon_sym_RPAREN,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37297] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(966), 1,
anon_sym_RPAREN,
[37337] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(968), 1,
ts_builtin_sym_end,
ACTIONS(970), 1,
anon_sym_extensible,
ACTIONS(973), 1,
anon_sym_extend,
ACTIONS(976), 1,
anon_sym_type,
ACTIONS(979), 1,
anon_sym_def,
STATE(674), 7,
sym__definition,
sym_extensible_union,
sym_extend_decl,
sym_full_partial_type_definition,
sym_type_definition,
sym_def,
aux_sym_source_file_repeat1,
[37365] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_extensible,
ACTIONS(9), 1,
anon_sym_extend,
ACTIONS(11), 1,
anon_sym_type,
ACTIONS(13), 1,
anon_sym_def,
ACTIONS(982), 1,
ts_builtin_sym_end,
STATE(674), 7,
sym__definition,
sym_extensible_union,
sym_extend_decl,
sym_full_partial_type_definition,
sym_type_definition,
sym_def,
aux_sym_source_file_repeat1,
[37393] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 1,
anon_sym_RBRACK,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37433] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
ACTIONS(984), 1,
anon_sym_RPAREN,
[37473] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(986), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[37511] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(988), 1,
anon_sym_then,
[37548] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(990), 1,
anon_sym_then,
[37585] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(992), 1,
anon_sym_RPAREN,
[37622] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(994), 1,
anon_sym_then,
[37659] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(996), 1,
anon_sym_else,
[37696] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(998), 1,
anon_sym_then,
[37733] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1000), 1,
anon_sym_then,
[37770] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1002), 1,
anon_sym_else,
[37807] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(952), 1,
anon_sym_COMMA,
[37844] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1004), 1,
anon_sym_else,
[37881] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1006), 1,
anon_sym_else,
[37918] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1008), 1,
anon_sym_RPAREN,
[37955] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1010), 1,
anon_sym_RPAREN,
[37992] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1012), 1,
anon_sym_else,
[38029] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1014), 1,
anon_sym_else,
[38066] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1016), 1,
anon_sym_else,
[38103] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1018), 1,
anon_sym_else,
[38140] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1020), 1,
anon_sym_then,
[38177] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1022), 1,
anon_sym_then,
[38214] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1024), 1,
anon_sym_then,
[38251] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(863), 1,
anon_sym_with,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1026), 1,
anon_sym_RPAREN,
[38288] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(708), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(368), 6,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38310] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(708), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(357), 6,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38332] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1028), 1,
anon_sym_with,
[38366] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1030), 1,
anon_sym_with,
[38400] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1032), 1,
anon_sym_with,
[38434] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1034), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(705), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(379), 6,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38456] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1037), 1,
anon_sym_with,
[38490] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1039), 1,
anon_sym_with,
[38524] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(705), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
ACTIONS(364), 6,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38546] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1041), 1,
anon_sym_with,
[38580] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1043), 1,
anon_sym_with,
[38614] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_CARET,
ACTIONS(867), 1,
anon_sym_and,
ACTIONS(908), 1,
anon_sym_DASH,
ACTIONS(910), 1,
anon_sym_PLUS,
ACTIONS(912), 1,
anon_sym_SLASH,
ACTIONS(914), 1,
anon_sym_STAR,
ACTIONS(916), 1,
anon_sym_EQ,
ACTIONS(918), 1,
anon_sym_PLUS_PLUS,
ACTIONS(920), 1,
anon_sym_EQ_GT,
ACTIONS(1045), 1,
anon_sym_with,
[38648] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(877), 1,
anon_sym_DASH_GT,
ACTIONS(1049), 1,
anon_sym_EQ,
ACTIONS(1047), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[38668] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(877), 1,
anon_sym_DASH_GT,
ACTIONS(1051), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[38685] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(877), 1,
anon_sym_DASH_GT,
ACTIONS(1053), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[38702] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(877), 1,
anon_sym_DASH_GT,
ACTIONS(1055), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[38719] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 1,
anon_sym_PIPE,
ACTIONS(877), 1,
anon_sym_DASH_GT,
ACTIONS(1057), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[38736] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(531), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38750] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1061), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1063), 1,
anon_sym_RBRACE,
STATE(719), 1,
aux_sym_record_type_repeat1,
STATE(843), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38772] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1065), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1067), 1,
anon_sym_RBRACE,
STATE(726), 1,
aux_sym_record_type_repeat1,
STATE(863), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38794] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(563), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38808] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1069), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1071), 1,
anon_sym_RBRACE,
STATE(725), 1,
aux_sym_record_type_repeat1,
STATE(826), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38830] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1073), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1075), 1,
anon_sym_RBRACE,
STATE(723), 1,
aux_sym_record_type_repeat1,
STATE(813), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38852] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1077), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1079), 1,
anon_sym_RBRACE,
STATE(726), 1,
aux_sym_record_type_repeat1,
STATE(829), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38874] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1081), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1083), 1,
anon_sym_RBRACE,
STATE(726), 1,
aux_sym_record_type_repeat1,
STATE(819), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38896] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1085), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1087), 1,
anon_sym_RBRACE,
STATE(726), 1,
aux_sym_record_type_repeat1,
STATE(827), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38918] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1089), 1,
sym__identifier_tok,
STATE(726), 1,
aux_sym_record_type_repeat1,
STATE(896), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
ACTIONS(1092), 2,
anon_sym_DOT_DOT_DOT,
anon_sym_RBRACE,
[38938] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(551), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38952] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(567), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_DASH_GT,
anon_sym_RBRACE,
[38966] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1094), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(1096), 1,
anon_sym_RBRACE,
STATE(724), 1,
aux_sym_record_type_repeat1,
STATE(865), 1,
sym_record_type_field,
STATE(901), 1,
sym_identifier,
[38988] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1098), 1,
anon_sym_RBRACE,
STATE(745), 1,
aux_sym_record_expr_repeat1,
STATE(811), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39007] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1100), 1,
anon_sym_RBRACE,
STATE(743), 1,
aux_sym_record_expr_repeat1,
STATE(846), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39026] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(944), 1,
anon_sym_DASH_GT,
ACTIONS(1102), 1,
anon_sym_COLON,
STATE(773), 1,
aux_sym_match_arm_repeat1,
[39045] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(950), 1,
anon_sym_DASH_GT,
ACTIONS(1102), 1,
anon_sym_COLON,
STATE(777), 1,
aux_sym_match_arm_repeat1,
[39064] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1104), 1,
anon_sym_RBRACE,
STATE(738), 1,
aux_sym_record_expr_repeat1,
STATE(821), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39083] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(946), 1,
anon_sym_DASH_GT,
ACTIONS(1102), 1,
anon_sym_COLON,
STATE(770), 1,
aux_sym_match_arm_repeat1,
[39102] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1106), 1,
anon_sym_QMARK,
STATE(747), 1,
aux_sym_type_definition_repeat1,
STATE(764), 1,
sym_identifier,
STATE(903), 1,
sym_path,
[39121] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1108), 5,
ts_builtin_sym_end,
anon_sym_extensible,
anon_sym_extend,
anon_sym_type,
anon_sym_def,
[39132] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1110), 1,
anon_sym_RBRACE,
STATE(740), 1,
aux_sym_record_expr_repeat1,
STATE(831), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39151] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1112), 1,
anon_sym_COMMA,
ACTIONS(1114), 1,
anon_sym_RBRACK,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
STATE(784), 1,
aux_sym_multi_type_parameters_repeat1,
[39170] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 1,
sym__identifier_tok,
ACTIONS(1121), 1,
anon_sym_RBRACE,
STATE(740), 1,
aux_sym_record_expr_repeat1,
STATE(887), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39189] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(942), 1,
anon_sym_DASH_GT,
ACTIONS(1102), 1,
anon_sym_COLON,
STATE(790), 1,
aux_sym_match_arm_repeat1,
[39208] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1123), 1,
anon_sym_RBRACE,
STATE(744), 1,
aux_sym_record_expr_repeat1,
STATE(851), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39227] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1125), 1,
anon_sym_RBRACE,
STATE(740), 1,
aux_sym_record_expr_repeat1,
STATE(825), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39246] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1127), 1,
anon_sym_RBRACE,
STATE(740), 1,
aux_sym_record_expr_repeat1,
STATE(867), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39265] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
ACTIONS(1129), 1,
anon_sym_RBRACE,
STATE(740), 1,
aux_sym_record_expr_repeat1,
STATE(832), 1,
sym_record_expr_field,
STATE(893), 1,
sym_identifier,
[39284] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1133), 1,
sym_escape_sequence,
ACTIONS(1135), 1,
sym_string_middle,
ACTIONS(1137), 1,
anon_sym_DQUOTE,
STATE(756), 1,
aux_sym_string_literal_repeat1,
[39300] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(764), 1,
sym_identifier,
STATE(767), 1,
aux_sym_type_definition_repeat1,
STATE(886), 1,
sym_path,
[39316] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1139), 1,
sym_escape_sequence,
ACTIONS(1141), 1,
sym_string_middle,
ACTIONS(1143), 1,
anon_sym_DQUOTE,
STATE(746), 1,
aux_sym_string_literal_repeat1,
[39332] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1133), 1,
sym_escape_sequence,
ACTIONS(1135), 1,
sym_string_middle,
ACTIONS(1145), 1,
anon_sym_DQUOTE,
STATE(756), 1,
aux_sym_string_literal_repeat1,
[39348] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_LPAREN,
ACTIONS(1102), 1,
anon_sym_COLON,
ACTIONS(1147), 2,
anon_sym_PIPE,
anon_sym_DASH_GT,
[39362] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1133), 1,
sym_escape_sequence,
ACTIONS(1135), 1,
sym_string_middle,
ACTIONS(1149), 1,
anon_sym_DQUOTE,
STATE(756), 1,
aux_sym_string_literal_repeat1,
[39378] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(828), 1,
sym__identifier_tok,
STATE(232), 1,
sym_identifier,
STATE(235), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
[39392] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1151), 1,
sym_escape_sequence,
ACTIONS(1153), 1,
sym_string_middle,
ACTIONS(1155), 1,
anon_sym_DQUOTE,
STATE(749), 1,
aux_sym_string_literal_repeat1,
[39408] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(708), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
[39422] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1157), 1,
sym_escape_sequence,
ACTIONS(1159), 1,
sym_string_middle,
ACTIONS(1161), 1,
anon_sym_DQUOTE,
STATE(759), 1,
aux_sym_string_literal_repeat1,
[39438] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1163), 1,
sym_escape_sequence,
ACTIONS(1166), 1,
sym_string_middle,
ACTIONS(1169), 1,
anon_sym_DQUOTE,
STATE(756), 1,
aux_sym_string_literal_repeat1,
[39454] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
ACTIONS(1171), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[39468] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
ACTIONS(1173), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[39482] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1133), 1,
sym_escape_sequence,
ACTIONS(1135), 1,
sym_string_middle,
ACTIONS(1175), 1,
anon_sym_DQUOTE,
STATE(756), 1,
aux_sym_string_literal_repeat1,
[39498] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(832), 1,
sym__identifier_tok,
STATE(218), 1,
sym_identifier,
STATE(223), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
[39512] = 5,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1177), 1,
sym_escape_sequence,
ACTIONS(1179), 1,
sym_string_middle,
ACTIONS(1181), 1,
anon_sym_DQUOTE,
STATE(751), 1,
aux_sym_string_literal_repeat1,
[39528] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(490), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
[39542] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(459), 2,
sym_path,
aux_sym_parametrized_type_repeat1,
[39556] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(328), 1,
anon_sym_EQ,
ACTIONS(773), 1,
anon_sym_DOT,
ACTIONS(1183), 1,
sym__identifier_tok,
STATE(420), 1,
aux_sym_path_repeat1,
[39572] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
ACTIONS(1185), 1,
anon_sym_RPAREN,
[39585] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1147), 1,
anon_sym_DASH_GT,
ACTIONS(1187), 1,
anon_sym_PIPE,
STATE(766), 1,
aux_sym_match_arm_repeat1,
[39598] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1190), 1,
sym__identifier_tok,
STATE(767), 2,
sym_identifier,
aux_sym_type_definition_repeat1,
[39609] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1173), 1,
anon_sym_RBRACK,
ACTIONS(1193), 1,
anon_sym_COMMA,
STATE(768), 1,
aux_sym_multi_type_parameters_repeat1,
[39622] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1196), 1,
anon_sym_COMMA,
ACTIONS(1199), 1,
anon_sym_COLON,
STATE(769), 1,
aux_sym_with_type_repeat1,
[39635] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(1201), 1,
anon_sym_DASH_GT,
STATE(766), 1,
aux_sym_match_arm_repeat1,
[39648] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1205), 1,
anon_sym_COLON,
STATE(769), 1,
aux_sym_with_type_repeat1,
[39661] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(468), 1,
sym_identifier,
STATE(737), 1,
sym_path,
[39674] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(1207), 1,
anon_sym_DASH_GT,
STATE(766), 1,
aux_sym_match_arm_repeat1,
[39687] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1209), 1,
anon_sym_COLON,
STATE(780), 1,
aux_sym_with_type_repeat1,
[39700] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1211), 1,
anon_sym_COLON,
STATE(771), 1,
aux_sym_with_type_repeat1,
[39713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 3,
sym__identifier_tok,
anon_sym_DOT_DOT_DOT,
anon_sym_RBRACE,
[39722] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(1213), 1,
anon_sym_DASH_GT,
STATE(766), 1,
aux_sym_match_arm_repeat1,
[39735] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
ACTIONS(1215), 1,
anon_sym_RPAREN,
[39748] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
ACTIONS(1217), 1,
anon_sym_RPAREN,
[39761] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1219), 1,
anon_sym_COLON,
STATE(769), 1,
aux_sym_with_type_repeat1,
[39774] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1221), 1,
anon_sym_COLON,
STATE(782), 1,
aux_sym_with_type_repeat1,
[39787] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1223), 1,
anon_sym_COLON,
STATE(769), 1,
aux_sym_with_type_repeat1,
[39800] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1225), 1,
anon_sym_COLON,
STATE(769), 1,
aux_sym_with_type_repeat1,
[39813] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_COMMA,
ACTIONS(1227), 1,
anon_sym_RBRACK,
STATE(768), 1,
aux_sym_multi_type_parameters_repeat1,
[39826] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(875), 1,
sym_path,
[39839] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1229), 1,
anon_sym_COLON,
STATE(788), 1,
aux_sym_with_type_repeat1,
[39852] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
ACTIONS(1231), 1,
anon_sym_RPAREN,
[39865] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1233), 1,
anon_sym_COLON,
STATE(769), 1,
aux_sym_with_type_repeat1,
[39878] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(871), 1,
sym_path,
[39891] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(940), 1,
anon_sym_PIPE,
ACTIONS(1235), 1,
anon_sym_DASH_GT,
STATE(766), 1,
aux_sym_match_arm_repeat1,
[39904] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(453), 1,
sym_identifier,
STATE(812), 1,
sym_path,
[39917] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1203), 1,
anon_sym_COMMA,
ACTIONS(1237), 1,
anon_sym_COLON,
STATE(783), 1,
aux_sym_with_type_repeat1,
[39930] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(457), 1,
sym_identifier,
[39940] = 3,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1239), 1,
sym_escape_sequence,
ACTIONS(1241), 1,
sym_char_middle,
[39950] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(888), 1,
sym_identifier,
[39960] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(802), 1,
sym_identifier,
[39970] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(534), 1,
sym_identifier,
[39980] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1245), 1,
anon_sym_DASH_GT,
[39990] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(883), 1,
sym_partial_type,
[40000] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(884), 1,
sym_identifier,
[40010] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(899), 1,
sym_identifier,
[40020] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1199), 2,
anon_sym_COMMA,
anon_sym_COLON,
[40028] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(895), 1,
sym_identifier,
[40038] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(786), 1,
sym_identifier,
[40048] = 3,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1247), 1,
sym_escape_sequence,
ACTIONS(1249), 1,
sym_char_middle,
[40058] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(828), 1,
sym__identifier_tok,
STATE(234), 1,
sym_identifier,
[40068] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(439), 1,
sym_identifier,
[40078] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(482), 1,
sym_partial_type,
[40088] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(832), 1,
sym__identifier_tok,
STATE(256), 1,
sym_identifier,
[40098] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(494), 1,
sym_identifier,
[40108] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1129), 1,
anon_sym_RBRACE,
ACTIONS(1251), 1,
anon_sym_COMMA,
[40118] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1253), 1,
anon_sym_EQ,
ACTIONS(1255), 1,
anon_sym_COLON,
[40128] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1079), 1,
anon_sym_RBRACE,
ACTIONS(1257), 1,
anon_sym_COMMA,
[40138] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(832), 1,
sym__identifier_tok,
STATE(225), 1,
sym_identifier,
[40148] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(516), 1,
sym_identifier,
[40158] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1121), 2,
sym__identifier_tok,
anon_sym_RBRACE,
[40166] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(708), 1,
anon_sym_QMARK,
STATE(482), 1,
sym_partial_type,
[40176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1259), 1,
anon_sym_DASH_GT,
[40186] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1257), 1,
anon_sym_COMMA,
ACTIONS(1261), 1,
anon_sym_RBRACE,
[40196] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(680), 1,
anon_sym_QMARK,
STATE(567), 1,
sym_partial_type,
[40206] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1110), 1,
anon_sym_RBRACE,
ACTIONS(1251), 1,
anon_sym_COMMA,
[40216] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(308), 1,
anon_sym_QMARK,
STATE(276), 1,
sym_partial_type,
[40226] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(872), 1,
sym_partial_type,
[40236] = 3,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1263), 1,
sym_escape_sequence,
ACTIONS(1265), 1,
sym_char_middle,
[40246] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1251), 1,
anon_sym_COMMA,
ACTIONS(1267), 1,
anon_sym_RBRACE,
[40256] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1087), 1,
anon_sym_RBRACE,
ACTIONS(1257), 1,
anon_sym_COMMA,
[40266] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1257), 1,
anon_sym_COMMA,
ACTIONS(1269), 1,
anon_sym_RBRACE,
[40276] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(828), 1,
sym__identifier_tok,
STATE(333), 1,
sym_identifier,
[40286] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1257), 1,
anon_sym_COMMA,
ACTIONS(1271), 1,
anon_sym_RBRACE,
[40296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(418), 1,
sym_identifier,
[40306] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1251), 1,
anon_sym_COMMA,
ACTIONS(1273), 1,
anon_sym_RBRACE,
[40316] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1251), 1,
anon_sym_COMMA,
ACTIONS(1275), 1,
anon_sym_RBRACE,
[40326] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(880), 1,
sym_partial_type,
[40336] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(437), 1,
sym_identifier,
[40346] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1277), 1,
anon_sym_DASH_GT,
[40356] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(902), 1,
sym_partial_type,
[40366] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1279), 1,
anon_sym_DASH_GT,
[40376] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(775), 1,
sym_identifier,
[40386] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1281), 1,
anon_sym_DASH_GT,
[40396] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(892), 1,
sym_partial_type,
[40406] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(469), 1,
sym_identifier,
[40416] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1283), 1,
anon_sym_DASH_GT,
[40426] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1067), 1,
anon_sym_RBRACE,
ACTIONS(1257), 1,
anon_sym_COMMA,
[40436] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(874), 1,
sym_partial_type,
[40446] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(885), 1,
sym_partial_type,
[40456] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1125), 1,
anon_sym_RBRACE,
ACTIONS(1251), 1,
anon_sym_COMMA,
[40466] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(832), 1,
sym__identifier_tok,
STATE(258), 1,
sym_identifier,
[40476] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(890), 1,
sym_identifier,
[40486] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(894), 1,
sym_identifier,
[40496] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(898), 1,
sym_identifier,
[40506] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1127), 1,
anon_sym_RBRACE,
ACTIONS(1251), 1,
anon_sym_COMMA,
[40516] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(423), 1,
sym_identifier,
[40526] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(416), 1,
sym_identifier,
[40536] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(781), 1,
sym_identifier,
[40546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1285), 1,
anon_sym_DASH_GT,
[40556] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 1,
anon_sym_PIPE,
ACTIONS(1116), 1,
anon_sym_DASH_GT,
[40566] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(466), 1,
sym_identifier,
[40576] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(792), 1,
sym_identifier,
[40586] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(828), 1,
sym__identifier_tok,
STATE(283), 1,
sym_identifier,
[40596] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(466), 1,
sym_identifier,
[40606] = 3,
ACTIONS(1131), 1,
sym_comment,
ACTIONS(1287), 1,
sym_escape_sequence,
ACTIONS(1289), 1,
sym_char_middle,
[40616] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
anon_sym_QMARK,
STATE(897), 1,
sym_partial_type,
[40626] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1257), 1,
anon_sym_COMMA,
ACTIONS(1291), 1,
anon_sym_RBRACE,
[40636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(318), 1,
anon_sym_QMARK,
STATE(330), 1,
sym_partial_type,
[40646] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1083), 1,
anon_sym_RBRACE,
ACTIONS(1257), 1,
anon_sym_COMMA,
[40656] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(818), 1,
sym__identifier_tok,
STATE(516), 1,
sym_identifier,
[40666] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1251), 1,
anon_sym_COMMA,
ACTIONS(1293), 1,
anon_sym_RBRACE,
[40676] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(774), 1,
sym_identifier,
[40686] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym__identifier_tok,
STATE(881), 1,
sym_identifier,
[40696] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_PIPE,
ACTIONS(1295), 1,
anon_sym_DASH_GT,
[40706] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1297), 1,
anon_sym_EQ,
[40713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1269), 1,
anon_sym_RBRACE,
[40720] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1299), 1,
sym__identifier_tok,
[40727] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1301), 1,
anon_sym_RBRACE,
[40734] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1303), 1,
anon_sym_with,
[40741] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1305), 1,
anon_sym_SQUOTE,
[40748] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1307), 1,
anon_sym_union,
[40755] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1309), 1,
ts_builtin_sym_end,
[40762] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1311), 1,
sym__identifier_tok,
[40769] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1271), 1,
anon_sym_RBRACE,
[40776] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1313), 1,
anon_sym_EQ,
[40783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1315), 1,
anon_sym_SQUOTE,
[40790] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1317), 1,
anon_sym_RBRACE,
[40797] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1319), 1,
anon_sym_EQ,
[40804] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1321), 1,
anon_sym_RBRACE,
[40811] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1323), 1,
anon_sym_EQ,
[40818] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1251), 1,
anon_sym_COMMA,
[40825] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1325), 1,
anon_sym_EQ,
[40832] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1327), 1,
sym_tag,
[40839] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1329), 1,
anon_sym_EQ,
[40846] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1331), 1,
anon_sym_SQUOTE,
[40853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1291), 1,
anon_sym_RBRACE,
[40860] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1333), 1,
anon_sym_COLON,
[40867] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1335), 1,
anon_sym_EQ,
[40874] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1337), 1,
anon_sym_EQ,
[40881] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1257), 1,
anon_sym_COMMA,
[40888] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1261), 1,
anon_sym_RBRACE,
[40895] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1339), 1,
anon_sym_EQ,
[40902] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1341), 1,
anon_sym_EQ,
[40909] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1343), 1,
anon_sym_SQUOTE,
[40916] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1345), 1,
anon_sym_COLON,
[40923] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1347), 1,
anon_sym_RBRACE,
[40930] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1349), 1,
anon_sym_EQ,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 113,
[SMALL_STATE(4)] = 226,
[SMALL_STATE(5)] = 339,
[SMALL_STATE(6)] = 452,
[SMALL_STATE(7)] = 565,
[SMALL_STATE(8)] = 678,
[SMALL_STATE(9)] = 791,
[SMALL_STATE(10)] = 904,
[SMALL_STATE(11)] = 1017,
[SMALL_STATE(12)] = 1130,
[SMALL_STATE(13)] = 1243,
[SMALL_STATE(14)] = 1356,
[SMALL_STATE(15)] = 1469,
[SMALL_STATE(16)] = 1582,
[SMALL_STATE(17)] = 1695,
[SMALL_STATE(18)] = 1808,
[SMALL_STATE(19)] = 1898,
[SMALL_STATE(20)] = 1987,
[SMALL_STATE(21)] = 2076,
[SMALL_STATE(22)] = 2165,
[SMALL_STATE(23)] = 2254,
[SMALL_STATE(24)] = 2343,
[SMALL_STATE(25)] = 2432,
[SMALL_STATE(26)] = 2521,
[SMALL_STATE(27)] = 2610,
[SMALL_STATE(28)] = 2699,
[SMALL_STATE(29)] = 2788,
[SMALL_STATE(30)] = 2877,
[SMALL_STATE(31)] = 2966,
[SMALL_STATE(32)] = 3055,
[SMALL_STATE(33)] = 3144,
[SMALL_STATE(34)] = 3233,
[SMALL_STATE(35)] = 3322,
[SMALL_STATE(36)] = 3405,
[SMALL_STATE(37)] = 3488,
[SMALL_STATE(38)] = 3571,
[SMALL_STATE(39)] = 3654,
[SMALL_STATE(40)] = 3737,
[SMALL_STATE(41)] = 3820,
[SMALL_STATE(42)] = 3903,
[SMALL_STATE(43)] = 3986,
[SMALL_STATE(44)] = 4069,
[SMALL_STATE(45)] = 4152,
[SMALL_STATE(46)] = 4235,
[SMALL_STATE(47)] = 4318,
[SMALL_STATE(48)] = 4401,
[SMALL_STATE(49)] = 4484,
[SMALL_STATE(50)] = 4567,
[SMALL_STATE(51)] = 4650,
[SMALL_STATE(52)] = 4733,
[SMALL_STATE(53)] = 4816,
[SMALL_STATE(54)] = 4899,
[SMALL_STATE(55)] = 4982,
[SMALL_STATE(56)] = 5065,
[SMALL_STATE(57)] = 5148,
[SMALL_STATE(58)] = 5231,
[SMALL_STATE(59)] = 5314,
[SMALL_STATE(60)] = 5397,
[SMALL_STATE(61)] = 5480,
[SMALL_STATE(62)] = 5563,
[SMALL_STATE(63)] = 5646,
[SMALL_STATE(64)] = 5729,
[SMALL_STATE(65)] = 5812,
[SMALL_STATE(66)] = 5895,
[SMALL_STATE(67)] = 5978,
[SMALL_STATE(68)] = 6061,
[SMALL_STATE(69)] = 6144,
[SMALL_STATE(70)] = 6227,
[SMALL_STATE(71)] = 6310,
[SMALL_STATE(72)] = 6393,
[SMALL_STATE(73)] = 6476,
[SMALL_STATE(74)] = 6559,
[SMALL_STATE(75)] = 6642,
[SMALL_STATE(76)] = 6725,
[SMALL_STATE(77)] = 6808,
[SMALL_STATE(78)] = 6891,
[SMALL_STATE(79)] = 6974,
[SMALL_STATE(80)] = 7057,
[SMALL_STATE(81)] = 7140,
[SMALL_STATE(82)] = 7223,
[SMALL_STATE(83)] = 7306,
[SMALL_STATE(84)] = 7389,
[SMALL_STATE(85)] = 7472,
[SMALL_STATE(86)] = 7555,
[SMALL_STATE(87)] = 7638,
[SMALL_STATE(88)] = 7721,
[SMALL_STATE(89)] = 7804,
[SMALL_STATE(90)] = 7887,
[SMALL_STATE(91)] = 7970,
[SMALL_STATE(92)] = 8053,
[SMALL_STATE(93)] = 8136,
[SMALL_STATE(94)] = 8219,
[SMALL_STATE(95)] = 8302,
[SMALL_STATE(96)] = 8385,
[SMALL_STATE(97)] = 8468,
[SMALL_STATE(98)] = 8551,
[SMALL_STATE(99)] = 8634,
[SMALL_STATE(100)] = 8717,
[SMALL_STATE(101)] = 8800,
[SMALL_STATE(102)] = 8883,
[SMALL_STATE(103)] = 8966,
[SMALL_STATE(104)] = 9049,
[SMALL_STATE(105)] = 9132,
[SMALL_STATE(106)] = 9215,
[SMALL_STATE(107)] = 9298,
[SMALL_STATE(108)] = 9381,
[SMALL_STATE(109)] = 9464,
[SMALL_STATE(110)] = 9547,
[SMALL_STATE(111)] = 9630,
[SMALL_STATE(112)] = 9713,
[SMALL_STATE(113)] = 9796,
[SMALL_STATE(114)] = 9879,
[SMALL_STATE(115)] = 9962,
[SMALL_STATE(116)] = 10045,
[SMALL_STATE(117)] = 10128,
[SMALL_STATE(118)] = 10211,
[SMALL_STATE(119)] = 10294,
[SMALL_STATE(120)] = 10377,
[SMALL_STATE(121)] = 10460,
[SMALL_STATE(122)] = 10543,
[SMALL_STATE(123)] = 10626,
[SMALL_STATE(124)] = 10709,
[SMALL_STATE(125)] = 10792,
[SMALL_STATE(126)] = 10875,
[SMALL_STATE(127)] = 10958,
[SMALL_STATE(128)] = 11041,
[SMALL_STATE(129)] = 11124,
[SMALL_STATE(130)] = 11207,
[SMALL_STATE(131)] = 11290,
[SMALL_STATE(132)] = 11373,
[SMALL_STATE(133)] = 11456,
[SMALL_STATE(134)] = 11539,
[SMALL_STATE(135)] = 11622,
[SMALL_STATE(136)] = 11705,
[SMALL_STATE(137)] = 11788,
[SMALL_STATE(138)] = 11871,
[SMALL_STATE(139)] = 11954,
[SMALL_STATE(140)] = 12037,
[SMALL_STATE(141)] = 12120,
[SMALL_STATE(142)] = 12203,
[SMALL_STATE(143)] = 12286,
[SMALL_STATE(144)] = 12369,
[SMALL_STATE(145)] = 12452,
[SMALL_STATE(146)] = 12535,
[SMALL_STATE(147)] = 12618,
[SMALL_STATE(148)] = 12701,
[SMALL_STATE(149)] = 12784,
[SMALL_STATE(150)] = 12867,
[SMALL_STATE(151)] = 12950,
[SMALL_STATE(152)] = 13033,
[SMALL_STATE(153)] = 13116,
[SMALL_STATE(154)] = 13199,
[SMALL_STATE(155)] = 13282,
[SMALL_STATE(156)] = 13365,
[SMALL_STATE(157)] = 13448,
[SMALL_STATE(158)] = 13531,
[SMALL_STATE(159)] = 13614,
[SMALL_STATE(160)] = 13697,
[SMALL_STATE(161)] = 13780,
[SMALL_STATE(162)] = 13863,
[SMALL_STATE(163)] = 13946,
[SMALL_STATE(164)] = 14029,
[SMALL_STATE(165)] = 14112,
[SMALL_STATE(166)] = 14195,
[SMALL_STATE(167)] = 14278,
[SMALL_STATE(168)] = 14361,
[SMALL_STATE(169)] = 14444,
[SMALL_STATE(170)] = 14527,
[SMALL_STATE(171)] = 14610,
[SMALL_STATE(172)] = 14693,
[SMALL_STATE(173)] = 14776,
[SMALL_STATE(174)] = 14859,
[SMALL_STATE(175)] = 14942,
[SMALL_STATE(176)] = 15025,
[SMALL_STATE(177)] = 15108,
[SMALL_STATE(178)] = 15191,
[SMALL_STATE(179)] = 15274,
[SMALL_STATE(180)] = 15357,
[SMALL_STATE(181)] = 15440,
[SMALL_STATE(182)] = 15523,
[SMALL_STATE(183)] = 15606,
[SMALL_STATE(184)] = 15689,
[SMALL_STATE(185)] = 15772,
[SMALL_STATE(186)] = 15855,
[SMALL_STATE(187)] = 15938,
[SMALL_STATE(188)] = 16021,
[SMALL_STATE(189)] = 16104,
[SMALL_STATE(190)] = 16187,
[SMALL_STATE(191)] = 16270,
[SMALL_STATE(192)] = 16353,
[SMALL_STATE(193)] = 16436,
[SMALL_STATE(194)] = 16519,
[SMALL_STATE(195)] = 16602,
[SMALL_STATE(196)] = 16685,
[SMALL_STATE(197)] = 16768,
[SMALL_STATE(198)] = 16851,
[SMALL_STATE(199)] = 16934,
[SMALL_STATE(200)] = 17017,
[SMALL_STATE(201)] = 17100,
[SMALL_STATE(202)] = 17183,
[SMALL_STATE(203)] = 17266,
[SMALL_STATE(204)] = 17349,
[SMALL_STATE(205)] = 17432,
[SMALL_STATE(206)] = 17515,
[SMALL_STATE(207)] = 17598,
[SMALL_STATE(208)] = 17681,
[SMALL_STATE(209)] = 17764,
[SMALL_STATE(210)] = 17847,
[SMALL_STATE(211)] = 17916,
[SMALL_STATE(212)] = 17984,
[SMALL_STATE(213)] = 18036,
[SMALL_STATE(214)] = 18088,
[SMALL_STATE(215)] = 18136,
[SMALL_STATE(216)] = 18184,
[SMALL_STATE(217)] = 18231,
[SMALL_STATE(218)] = 18282,
[SMALL_STATE(219)] = 18329,
[SMALL_STATE(220)] = 18380,
[SMALL_STATE(221)] = 18429,
[SMALL_STATE(222)] = 18480,
[SMALL_STATE(223)] = 18527,
[SMALL_STATE(224)] = 18574,
[SMALL_STATE(225)] = 18625,
[SMALL_STATE(226)] = 18668,
[SMALL_STATE(227)] = 18717,
[SMALL_STATE(228)] = 18760,
[SMALL_STATE(229)] = 18809,
[SMALL_STATE(230)] = 18857,
[SMALL_STATE(231)] = 18905,
[SMALL_STATE(232)] = 18947,
[SMALL_STATE(233)] = 18993,
[SMALL_STATE(234)] = 19043,
[SMALL_STATE(235)] = 19085,
[SMALL_STATE(236)] = 19131,
[SMALL_STATE(237)] = 19181,
[SMALL_STATE(238)] = 19225,
[SMALL_STATE(239)] = 19273,
[SMALL_STATE(240)] = 19314,
[SMALL_STATE(241)] = 19355,
[SMALL_STATE(242)] = 19396,
[SMALL_STATE(243)] = 19439,
[SMALL_STATE(244)] = 19480,
[SMALL_STATE(245)] = 19521,
[SMALL_STATE(246)] = 19562,
[SMALL_STATE(247)] = 19603,
[SMALL_STATE(248)] = 19644,
[SMALL_STATE(249)] = 19685,
[SMALL_STATE(250)] = 19726,
[SMALL_STATE(251)] = 19767,
[SMALL_STATE(252)] = 19808,
[SMALL_STATE(253)] = 19849,
[SMALL_STATE(254)] = 19890,
[SMALL_STATE(255)] = 19937,
[SMALL_STATE(256)] = 19978,
[SMALL_STATE(257)] = 20019,
[SMALL_STATE(258)] = 20059,
[SMALL_STATE(259)] = 20099,
[SMALL_STATE(260)] = 20139,
[SMALL_STATE(261)] = 20183,
[SMALL_STATE(262)] = 20223,
[SMALL_STATE(263)] = 20267,
[SMALL_STATE(264)] = 20311,
[SMALL_STATE(265)] = 20355,
[SMALL_STATE(266)] = 20399,
[SMALL_STATE(267)] = 20441,
[SMALL_STATE(268)] = 20483,
[SMALL_STATE(269)] = 20523,
[SMALL_STATE(270)] = 20569,
[SMALL_STATE(271)] = 20609,
[SMALL_STATE(272)] = 20649,
[SMALL_STATE(273)] = 20689,
[SMALL_STATE(274)] = 20729,
[SMALL_STATE(275)] = 20771,
[SMALL_STATE(276)] = 20811,
[SMALL_STATE(277)] = 20851,
[SMALL_STATE(278)] = 20891,
[SMALL_STATE(279)] = 20931,
[SMALL_STATE(280)] = 20971,
[SMALL_STATE(281)] = 21011,
[SMALL_STATE(282)] = 21051,
[SMALL_STATE(283)] = 21091,
[SMALL_STATE(284)] = 21131,
[SMALL_STATE(285)] = 21171,
[SMALL_STATE(286)] = 21211,
[SMALL_STATE(287)] = 21251,
[SMALL_STATE(288)] = 21291,
[SMALL_STATE(289)] = 21331,
[SMALL_STATE(290)] = 21371,
[SMALL_STATE(291)] = 21413,
[SMALL_STATE(292)] = 21457,
[SMALL_STATE(293)] = 21497,
[SMALL_STATE(294)] = 21537,
[SMALL_STATE(295)] = 21579,
[SMALL_STATE(296)] = 21621,
[SMALL_STATE(297)] = 21663,
[SMALL_STATE(298)] = 21706,
[SMALL_STATE(299)] = 21765,
[SMALL_STATE(300)] = 21806,
[SMALL_STATE(301)] = 21845,
[SMALL_STATE(302)] = 21904,
[SMALL_STATE(303)] = 21961,
[SMALL_STATE(304)] = 22006,
[SMALL_STATE(305)] = 22051,
[SMALL_STATE(306)] = 22100,
[SMALL_STATE(307)] = 22149,
[SMALL_STATE(308)] = 22208,
[SMALL_STATE(309)] = 22267,
[SMALL_STATE(310)] = 22326,
[SMALL_STATE(311)] = 22369,
[SMALL_STATE(312)] = 22428,
[SMALL_STATE(313)] = 22487,
[SMALL_STATE(314)] = 22532,
[SMALL_STATE(315)] = 22591,
[SMALL_STATE(316)] = 22650,
[SMALL_STATE(317)] = 22689,
[SMALL_STATE(318)] = 22730,
[SMALL_STATE(319)] = 22769,
[SMALL_STATE(320)] = 22808,
[SMALL_STATE(321)] = 22849,
[SMALL_STATE(322)] = 22892,
[SMALL_STATE(323)] = 22935,
[SMALL_STATE(324)] = 22974,
[SMALL_STATE(325)] = 23017,
[SMALL_STATE(326)] = 23058,
[SMALL_STATE(327)] = 23099,
[SMALL_STATE(328)] = 23140,
[SMALL_STATE(329)] = 23181,
[SMALL_STATE(330)] = 23220,
[SMALL_STATE(331)] = 23259,
[SMALL_STATE(332)] = 23300,
[SMALL_STATE(333)] = 23339,
[SMALL_STATE(334)] = 23378,
[SMALL_STATE(335)] = 23427,
[SMALL_STATE(336)] = 23466,
[SMALL_STATE(337)] = 23525,
[SMALL_STATE(338)] = 23564,
[SMALL_STATE(339)] = 23623,
[SMALL_STATE(340)] = 23668,
[SMALL_STATE(341)] = 23709,
[SMALL_STATE(342)] = 23752,
[SMALL_STATE(343)] = 23811,
[SMALL_STATE(344)] = 23855,
[SMALL_STATE(345)] = 23913,
[SMALL_STATE(346)] = 23971,
[SMALL_STATE(347)] = 24029,
[SMALL_STATE(348)] = 24087,
[SMALL_STATE(349)] = 24145,
[SMALL_STATE(350)] = 24189,
[SMALL_STATE(351)] = 24247,
[SMALL_STATE(352)] = 24305,
[SMALL_STATE(353)] = 24345,
[SMALL_STATE(354)] = 24385,
[SMALL_STATE(355)] = 24429,
[SMALL_STATE(356)] = 24477,
[SMALL_STATE(357)] = 24535,
[SMALL_STATE(358)] = 24593,
[SMALL_STATE(359)] = 24649,
[SMALL_STATE(360)] = 24707,
[SMALL_STATE(361)] = 24755,
[SMALL_STATE(362)] = 24813,
[SMALL_STATE(363)] = 24871,
[SMALL_STATE(364)] = 24915,
[SMALL_STATE(365)] = 24973,
[SMALL_STATE(366)] = 25021,
[SMALL_STATE(367)] = 25079,
[SMALL_STATE(368)] = 25137,
[SMALL_STATE(369)] = 25181,
[SMALL_STATE(370)] = 25229,
[SMALL_STATE(371)] = 25285,
[SMALL_STATE(372)] = 25329,
[SMALL_STATE(373)] = 25373,
[SMALL_STATE(374)] = 25421,
[SMALL_STATE(375)] = 25469,
[SMALL_STATE(376)] = 25527,
[SMALL_STATE(377)] = 25565,
[SMALL_STATE(378)] = 25623,
[SMALL_STATE(379)] = 25681,
[SMALL_STATE(380)] = 25739,
[SMALL_STATE(381)] = 25783,
[SMALL_STATE(382)] = 25841,
[SMALL_STATE(383)] = 25899,
[SMALL_STATE(384)] = 25956,
[SMALL_STATE(385)] = 25999,
[SMALL_STATE(386)] = 26042,
[SMALL_STATE(387)] = 26099,
[SMALL_STATE(388)] = 26146,
[SMALL_STATE(389)] = 26203,
[SMALL_STATE(390)] = 26258,
[SMALL_STATE(391)] = 26301,
[SMALL_STATE(392)] = 26348,
[SMALL_STATE(393)] = 26395,
[SMALL_STATE(394)] = 26452,
[SMALL_STATE(395)] = 26509,
[SMALL_STATE(396)] = 26566,
[SMALL_STATE(397)] = 26623,
[SMALL_STATE(398)] = 26666,
[SMALL_STATE(399)] = 26723,
[SMALL_STATE(400)] = 26780,
[SMALL_STATE(401)] = 26816,
[SMALL_STATE(402)] = 26873,
[SMALL_STATE(403)] = 26930,
[SMALL_STATE(404)] = 26987,
[SMALL_STATE(405)] = 27044,
[SMALL_STATE(406)] = 27101,
[SMALL_STATE(407)] = 27155,
[SMALL_STATE(408)] = 27209,
[SMALL_STATE(409)] = 27263,
[SMALL_STATE(410)] = 27317,
[SMALL_STATE(411)] = 27371,
[SMALL_STATE(412)] = 27425,
[SMALL_STATE(413)] = 27479,
[SMALL_STATE(414)] = 27533,
[SMALL_STATE(415)] = 27587,
[SMALL_STATE(416)] = 27623,
[SMALL_STATE(417)] = 27677,
[SMALL_STATE(418)] = 27731,
[SMALL_STATE(419)] = 27785,
[SMALL_STATE(420)] = 27839,
[SMALL_STATE(421)] = 27875,
[SMALL_STATE(422)] = 27929,
[SMALL_STATE(423)] = 27983,
[SMALL_STATE(424)] = 28037,
[SMALL_STATE(425)] = 28091,
[SMALL_STATE(426)] = 28145,
[SMALL_STATE(427)] = 28199,
[SMALL_STATE(428)] = 28253,
[SMALL_STATE(429)] = 28307,
[SMALL_STATE(430)] = 28363,
[SMALL_STATE(431)] = 28417,
[SMALL_STATE(432)] = 28473,
[SMALL_STATE(433)] = 28527,
[SMALL_STATE(434)] = 28581,
[SMALL_STATE(435)] = 28635,
[SMALL_STATE(436)] = 28689,
[SMALL_STATE(437)] = 28743,
[SMALL_STATE(438)] = 28797,
[SMALL_STATE(439)] = 28851,
[SMALL_STATE(440)] = 28905,
[SMALL_STATE(441)] = 28959,
[SMALL_STATE(442)] = 29013,
[SMALL_STATE(443)] = 29067,
[SMALL_STATE(444)] = 29121,
[SMALL_STATE(445)] = 29175,
[SMALL_STATE(446)] = 29231,
[SMALL_STATE(447)] = 29287,
[SMALL_STATE(448)] = 29343,
[SMALL_STATE(449)] = 29397,
[SMALL_STATE(450)] = 29453,
[SMALL_STATE(451)] = 29509,
[SMALL_STATE(452)] = 29565,
[SMALL_STATE(453)] = 29600,
[SMALL_STATE(454)] = 29635,
[SMALL_STATE(455)] = 29670,
[SMALL_STATE(456)] = 29709,
[SMALL_STATE(457)] = 29748,
[SMALL_STATE(458)] = 29779,
[SMALL_STATE(459)] = 29809,
[SMALL_STATE(460)] = 29845,
[SMALL_STATE(461)] = 29875,
[SMALL_STATE(462)] = 29913,
[SMALL_STATE(463)] = 29951,
[SMALL_STATE(464)] = 29981,
[SMALL_STATE(465)] = 30011,
[SMALL_STATE(466)] = 30041,
[SMALL_STATE(467)] = 30071,
[SMALL_STATE(468)] = 30109,
[SMALL_STATE(469)] = 30143,
[SMALL_STATE(470)] = 30173,
[SMALL_STATE(471)] = 30203,
[SMALL_STATE(472)] = 30235,
[SMALL_STATE(473)] = 30271,
[SMALL_STATE(474)] = 30307,
[SMALL_STATE(475)] = 30337,
[SMALL_STATE(476)] = 30375,
[SMALL_STATE(477)] = 30411,
[SMALL_STATE(478)] = 30442,
[SMALL_STATE(479)] = 30471,
[SMALL_STATE(480)] = 30500,
[SMALL_STATE(481)] = 30535,
[SMALL_STATE(482)] = 30572,
[SMALL_STATE(483)] = 30601,
[SMALL_STATE(484)] = 30636,
[SMALL_STATE(485)] = 30665,
[SMALL_STATE(486)] = 30694,
[SMALL_STATE(487)] = 30723,
[SMALL_STATE(488)] = 30752,
[SMALL_STATE(489)] = 30787,
[SMALL_STATE(490)] = 30816,
[SMALL_STATE(491)] = 30851,
[SMALL_STATE(492)] = 30880,
[SMALL_STATE(493)] = 30909,
[SMALL_STATE(494)] = 30938,
[SMALL_STATE(495)] = 30967,
[SMALL_STATE(496)] = 30996,
[SMALL_STATE(497)] = 31025,
[SMALL_STATE(498)] = 31054,
[SMALL_STATE(499)] = 31083,
[SMALL_STATE(500)] = 31112,
[SMALL_STATE(501)] = 31141,
[SMALL_STATE(502)] = 31178,
[SMALL_STATE(503)] = 31207,
[SMALL_STATE(504)] = 31235,
[SMALL_STATE(505)] = 31281,
[SMALL_STATE(506)] = 31309,
[SMALL_STATE(507)] = 31343,
[SMALL_STATE(508)] = 31389,
[SMALL_STATE(509)] = 31435,
[SMALL_STATE(510)] = 31463,
[SMALL_STATE(511)] = 31509,
[SMALL_STATE(512)] = 31555,
[SMALL_STATE(513)] = 31601,
[SMALL_STATE(514)] = 31647,
[SMALL_STATE(515)] = 31693,
[SMALL_STATE(516)] = 31739,
[SMALL_STATE(517)] = 31767,
[SMALL_STATE(518)] = 31813,
[SMALL_STATE(519)] = 31841,
[SMALL_STATE(520)] = 31869,
[SMALL_STATE(521)] = 31897,
[SMALL_STATE(522)] = 31925,
[SMALL_STATE(523)] = 31953,
[SMALL_STATE(524)] = 31999,
[SMALL_STATE(525)] = 32027,
[SMALL_STATE(526)] = 32055,
[SMALL_STATE(527)] = 32083,
[SMALL_STATE(528)] = 32129,
[SMALL_STATE(529)] = 32157,
[SMALL_STATE(530)] = 32185,
[SMALL_STATE(531)] = 32213,
[SMALL_STATE(532)] = 32241,
[SMALL_STATE(533)] = 32284,
[SMALL_STATE(534)] = 32311,
[SMALL_STATE(535)] = 32338,
[SMALL_STATE(536)] = 32369,
[SMALL_STATE(537)] = 32400,
[SMALL_STATE(538)] = 32431,
[SMALL_STATE(539)] = 32458,
[SMALL_STATE(540)] = 32485,
[SMALL_STATE(541)] = 32518,
[SMALL_STATE(542)] = 32561,
[SMALL_STATE(543)] = 32604,
[SMALL_STATE(544)] = 32647,
[SMALL_STATE(545)] = 32692,
[SMALL_STATE(546)] = 32719,
[SMALL_STATE(547)] = 32746,
[SMALL_STATE(548)] = 32789,
[SMALL_STATE(549)] = 32832,
[SMALL_STATE(550)] = 32875,
[SMALL_STATE(551)] = 32918,
[SMALL_STATE(552)] = 32961,
[SMALL_STATE(553)] = 33004,
[SMALL_STATE(554)] = 33047,
[SMALL_STATE(555)] = 33090,
[SMALL_STATE(556)] = 33133,
[SMALL_STATE(557)] = 33160,
[SMALL_STATE(558)] = 33186,
[SMALL_STATE(559)] = 33214,
[SMALL_STATE(560)] = 33242,
[SMALL_STATE(561)] = 33272,
[SMALL_STATE(562)] = 33302,
[SMALL_STATE(563)] = 33328,
[SMALL_STATE(564)] = 33358,
[SMALL_STATE(565)] = 33388,
[SMALL_STATE(566)] = 33418,
[SMALL_STATE(567)] = 33448,
[SMALL_STATE(568)] = 33474,
[SMALL_STATE(569)] = 33502,
[SMALL_STATE(570)] = 33532,
[SMALL_STATE(571)] = 33562,
[SMALL_STATE(572)] = 33590,
[SMALL_STATE(573)] = 33620,
[SMALL_STATE(574)] = 33649,
[SMALL_STATE(575)] = 33680,
[SMALL_STATE(576)] = 33707,
[SMALL_STATE(577)] = 33734,
[SMALL_STATE(578)] = 33761,
[SMALL_STATE(579)] = 33804,
[SMALL_STATE(580)] = 33847,
[SMALL_STATE(581)] = 33878,
[SMALL_STATE(582)] = 33909,
[SMALL_STATE(583)] = 33944,
[SMALL_STATE(584)] = 33979,
[SMALL_STATE(585)] = 34006,
[SMALL_STATE(586)] = 34049,
[SMALL_STATE(587)] = 34092,
[SMALL_STATE(588)] = 34135,
[SMALL_STATE(589)] = 34178,
[SMALL_STATE(590)] = 34221,
[SMALL_STATE(591)] = 34264,
[SMALL_STATE(592)] = 34293,
[SMALL_STATE(593)] = 34320,
[SMALL_STATE(594)] = 34349,
[SMALL_STATE(595)] = 34392,
[SMALL_STATE(596)] = 34417,
[SMALL_STATE(597)] = 34460,
[SMALL_STATE(598)] = 34489,
[SMALL_STATE(599)] = 34516,
[SMALL_STATE(600)] = 34545,
[SMALL_STATE(601)] = 34574,
[SMALL_STATE(602)] = 34617,
[SMALL_STATE(603)] = 34660,
[SMALL_STATE(604)] = 34702,
[SMALL_STATE(605)] = 34736,
[SMALL_STATE(606)] = 34778,
[SMALL_STATE(607)] = 34820,
[SMALL_STATE(608)] = 34844,
[SMALL_STATE(609)] = 34886,
[SMALL_STATE(610)] = 34928,
[SMALL_STATE(611)] = 34952,
[SMALL_STATE(612)] = 34994,
[SMALL_STATE(613)] = 35036,
[SMALL_STATE(614)] = 35078,
[SMALL_STATE(615)] = 35120,
[SMALL_STATE(616)] = 35162,
[SMALL_STATE(617)] = 35204,
[SMALL_STATE(618)] = 35234,
[SMALL_STATE(619)] = 35264,
[SMALL_STATE(620)] = 35298,
[SMALL_STATE(621)] = 35340,
[SMALL_STATE(622)] = 35382,
[SMALL_STATE(623)] = 35412,
[SMALL_STATE(624)] = 35438,
[SMALL_STATE(625)] = 35480,
[SMALL_STATE(626)] = 35522,
[SMALL_STATE(627)] = 35552,
[SMALL_STATE(628)] = 35582,
[SMALL_STATE(629)] = 35616,
[SMALL_STATE(630)] = 35650,
[SMALL_STATE(631)] = 35692,
[SMALL_STATE(632)] = 35734,
[SMALL_STATE(633)] = 35776,
[SMALL_STATE(634)] = 35818,
[SMALL_STATE(635)] = 35860,
[SMALL_STATE(636)] = 35890,
[SMALL_STATE(637)] = 35932,
[SMALL_STATE(638)] = 35974,
[SMALL_STATE(639)] = 36000,
[SMALL_STATE(640)] = 36033,
[SMALL_STATE(641)] = 36074,
[SMALL_STATE(642)] = 36115,
[SMALL_STATE(643)] = 36156,
[SMALL_STATE(644)] = 36189,
[SMALL_STATE(645)] = 36230,
[SMALL_STATE(646)] = 36271,
[SMALL_STATE(647)] = 36300,
[SMALL_STATE(648)] = 36333,
[SMALL_STATE(649)] = 36366,
[SMALL_STATE(650)] = 36399,
[SMALL_STATE(651)] = 36440,
[SMALL_STATE(652)] = 36481,
[SMALL_STATE(653)] = 36522,
[SMALL_STATE(654)] = 36563,
[SMALL_STATE(655)] = 36592,
[SMALL_STATE(656)] = 36633,
[SMALL_STATE(657)] = 36674,
[SMALL_STATE(658)] = 36703,
[SMALL_STATE(659)] = 36744,
[SMALL_STATE(660)] = 36777,
[SMALL_STATE(661)] = 36817,
[SMALL_STATE(662)] = 36857,
[SMALL_STATE(663)] = 36897,
[SMALL_STATE(664)] = 36937,
[SMALL_STATE(665)] = 36977,
[SMALL_STATE(666)] = 37017,
[SMALL_STATE(667)] = 37057,
[SMALL_STATE(668)] = 37097,
[SMALL_STATE(669)] = 37137,
[SMALL_STATE(670)] = 37177,
[SMALL_STATE(671)] = 37217,
[SMALL_STATE(672)] = 37257,
[SMALL_STATE(673)] = 37297,
[SMALL_STATE(674)] = 37337,
[SMALL_STATE(675)] = 37365,
[SMALL_STATE(676)] = 37393,
[SMALL_STATE(677)] = 37433,
[SMALL_STATE(678)] = 37473,
[SMALL_STATE(679)] = 37511,
[SMALL_STATE(680)] = 37548,
[SMALL_STATE(681)] = 37585,
[SMALL_STATE(682)] = 37622,
[SMALL_STATE(683)] = 37659,
[SMALL_STATE(684)] = 37696,
[SMALL_STATE(685)] = 37733,
[SMALL_STATE(686)] = 37770,
[SMALL_STATE(687)] = 37807,
[SMALL_STATE(688)] = 37844,
[SMALL_STATE(689)] = 37881,
[SMALL_STATE(690)] = 37918,
[SMALL_STATE(691)] = 37955,
[SMALL_STATE(692)] = 37992,
[SMALL_STATE(693)] = 38029,
[SMALL_STATE(694)] = 38066,
[SMALL_STATE(695)] = 38103,
[SMALL_STATE(696)] = 38140,
[SMALL_STATE(697)] = 38177,
[SMALL_STATE(698)] = 38214,
[SMALL_STATE(699)] = 38251,
[SMALL_STATE(700)] = 38288,
[SMALL_STATE(701)] = 38310,
[SMALL_STATE(702)] = 38332,
[SMALL_STATE(703)] = 38366,
[SMALL_STATE(704)] = 38400,
[SMALL_STATE(705)] = 38434,
[SMALL_STATE(706)] = 38456,
[SMALL_STATE(707)] = 38490,
[SMALL_STATE(708)] = 38524,
[SMALL_STATE(709)] = 38546,
[SMALL_STATE(710)] = 38580,
[SMALL_STATE(711)] = 38614,
[SMALL_STATE(712)] = 38648,
[SMALL_STATE(713)] = 38668,
[SMALL_STATE(714)] = 38685,
[SMALL_STATE(715)] = 38702,
[SMALL_STATE(716)] = 38719,
[SMALL_STATE(717)] = 38736,
[SMALL_STATE(718)] = 38750,
[SMALL_STATE(719)] = 38772,
[SMALL_STATE(720)] = 38794,
[SMALL_STATE(721)] = 38808,
[SMALL_STATE(722)] = 38830,
[SMALL_STATE(723)] = 38852,
[SMALL_STATE(724)] = 38874,
[SMALL_STATE(725)] = 38896,
[SMALL_STATE(726)] = 38918,
[SMALL_STATE(727)] = 38938,
[SMALL_STATE(728)] = 38952,
[SMALL_STATE(729)] = 38966,
[SMALL_STATE(730)] = 38988,
[SMALL_STATE(731)] = 39007,
[SMALL_STATE(732)] = 39026,
[SMALL_STATE(733)] = 39045,
[SMALL_STATE(734)] = 39064,
[SMALL_STATE(735)] = 39083,
[SMALL_STATE(736)] = 39102,
[SMALL_STATE(737)] = 39121,
[SMALL_STATE(738)] = 39132,
[SMALL_STATE(739)] = 39151,
[SMALL_STATE(740)] = 39170,
[SMALL_STATE(741)] = 39189,
[SMALL_STATE(742)] = 39208,
[SMALL_STATE(743)] = 39227,
[SMALL_STATE(744)] = 39246,
[SMALL_STATE(745)] = 39265,
[SMALL_STATE(746)] = 39284,
[SMALL_STATE(747)] = 39300,
[SMALL_STATE(748)] = 39316,
[SMALL_STATE(749)] = 39332,
[SMALL_STATE(750)] = 39348,
[SMALL_STATE(751)] = 39362,
[SMALL_STATE(752)] = 39378,
[SMALL_STATE(753)] = 39392,
[SMALL_STATE(754)] = 39408,
[SMALL_STATE(755)] = 39422,
[SMALL_STATE(756)] = 39438,
[SMALL_STATE(757)] = 39454,
[SMALL_STATE(758)] = 39468,
[SMALL_STATE(759)] = 39482,
[SMALL_STATE(760)] = 39498,
[SMALL_STATE(761)] = 39512,
[SMALL_STATE(762)] = 39528,
[SMALL_STATE(763)] = 39542,
[SMALL_STATE(764)] = 39556,
[SMALL_STATE(765)] = 39572,
[SMALL_STATE(766)] = 39585,
[SMALL_STATE(767)] = 39598,
[SMALL_STATE(768)] = 39609,
[SMALL_STATE(769)] = 39622,
[SMALL_STATE(770)] = 39635,
[SMALL_STATE(771)] = 39648,
[SMALL_STATE(772)] = 39661,
[SMALL_STATE(773)] = 39674,
[SMALL_STATE(774)] = 39687,
[SMALL_STATE(775)] = 39700,
[SMALL_STATE(776)] = 39713,
[SMALL_STATE(777)] = 39722,
[SMALL_STATE(778)] = 39735,
[SMALL_STATE(779)] = 39748,
[SMALL_STATE(780)] = 39761,
[SMALL_STATE(781)] = 39774,
[SMALL_STATE(782)] = 39787,
[SMALL_STATE(783)] = 39800,
[SMALL_STATE(784)] = 39813,
[SMALL_STATE(785)] = 39826,
[SMALL_STATE(786)] = 39839,
[SMALL_STATE(787)] = 39852,
[SMALL_STATE(788)] = 39865,
[SMALL_STATE(789)] = 39878,
[SMALL_STATE(790)] = 39891,
[SMALL_STATE(791)] = 39904,
[SMALL_STATE(792)] = 39917,
[SMALL_STATE(793)] = 39930,
[SMALL_STATE(794)] = 39940,
[SMALL_STATE(795)] = 39950,
[SMALL_STATE(796)] = 39960,
[SMALL_STATE(797)] = 39970,
[SMALL_STATE(798)] = 39980,
[SMALL_STATE(799)] = 39990,
[SMALL_STATE(800)] = 40000,
[SMALL_STATE(801)] = 40010,
[SMALL_STATE(802)] = 40020,
[SMALL_STATE(803)] = 40028,
[SMALL_STATE(804)] = 40038,
[SMALL_STATE(805)] = 40048,
[SMALL_STATE(806)] = 40058,
[SMALL_STATE(807)] = 40068,
[SMALL_STATE(808)] = 40078,
[SMALL_STATE(809)] = 40088,
[SMALL_STATE(810)] = 40098,
[SMALL_STATE(811)] = 40108,
[SMALL_STATE(812)] = 40118,
[SMALL_STATE(813)] = 40128,
[SMALL_STATE(814)] = 40138,
[SMALL_STATE(815)] = 40148,
[SMALL_STATE(816)] = 40158,
[SMALL_STATE(817)] = 40166,
[SMALL_STATE(818)] = 40176,
[SMALL_STATE(819)] = 40186,
[SMALL_STATE(820)] = 40196,
[SMALL_STATE(821)] = 40206,
[SMALL_STATE(822)] = 40216,
[SMALL_STATE(823)] = 40226,
[SMALL_STATE(824)] = 40236,
[SMALL_STATE(825)] = 40246,
[SMALL_STATE(826)] = 40256,
[SMALL_STATE(827)] = 40266,
[SMALL_STATE(828)] = 40276,
[SMALL_STATE(829)] = 40286,
[SMALL_STATE(830)] = 40296,
[SMALL_STATE(831)] = 40306,
[SMALL_STATE(832)] = 40316,
[SMALL_STATE(833)] = 40326,
[SMALL_STATE(834)] = 40336,
[SMALL_STATE(835)] = 40346,
[SMALL_STATE(836)] = 40356,
[SMALL_STATE(837)] = 40366,
[SMALL_STATE(838)] = 40376,
[SMALL_STATE(839)] = 40386,
[SMALL_STATE(840)] = 40396,
[SMALL_STATE(841)] = 40406,
[SMALL_STATE(842)] = 40416,
[SMALL_STATE(843)] = 40426,
[SMALL_STATE(844)] = 40436,
[SMALL_STATE(845)] = 40446,
[SMALL_STATE(846)] = 40456,
[SMALL_STATE(847)] = 40466,
[SMALL_STATE(848)] = 40476,
[SMALL_STATE(849)] = 40486,
[SMALL_STATE(850)] = 40496,
[SMALL_STATE(851)] = 40506,
[SMALL_STATE(852)] = 40516,
[SMALL_STATE(853)] = 40526,
[SMALL_STATE(854)] = 40536,
[SMALL_STATE(855)] = 40546,
[SMALL_STATE(856)] = 40556,
[SMALL_STATE(857)] = 40566,
[SMALL_STATE(858)] = 40576,
[SMALL_STATE(859)] = 40586,
[SMALL_STATE(860)] = 40596,
[SMALL_STATE(861)] = 40606,
[SMALL_STATE(862)] = 40616,
[SMALL_STATE(863)] = 40626,
[SMALL_STATE(864)] = 40636,
[SMALL_STATE(865)] = 40646,
[SMALL_STATE(866)] = 40656,
[SMALL_STATE(867)] = 40666,
[SMALL_STATE(868)] = 40676,
[SMALL_STATE(869)] = 40686,
[SMALL_STATE(870)] = 40696,
[SMALL_STATE(871)] = 40706,
[SMALL_STATE(872)] = 40713,
[SMALL_STATE(873)] = 40720,
[SMALL_STATE(874)] = 40727,
[SMALL_STATE(875)] = 40734,
[SMALL_STATE(876)] = 40741,
[SMALL_STATE(877)] = 40748,
[SMALL_STATE(878)] = 40755,
[SMALL_STATE(879)] = 40762,
[SMALL_STATE(880)] = 40769,
[SMALL_STATE(881)] = 40776,
[SMALL_STATE(882)] = 40783,
[SMALL_STATE(883)] = 40790,
[SMALL_STATE(884)] = 40797,
[SMALL_STATE(885)] = 40804,
[SMALL_STATE(886)] = 40811,
[SMALL_STATE(887)] = 40818,
[SMALL_STATE(888)] = 40825,
[SMALL_STATE(889)] = 40832,
[SMALL_STATE(890)] = 40839,
[SMALL_STATE(891)] = 40846,
[SMALL_STATE(892)] = 40853,
[SMALL_STATE(893)] = 40860,
[SMALL_STATE(894)] = 40867,
[SMALL_STATE(895)] = 40874,
[SMALL_STATE(896)] = 40881,
[SMALL_STATE(897)] = 40888,
[SMALL_STATE(898)] = 40895,
[SMALL_STATE(899)] = 40902,
[SMALL_STATE(900)] = 40909,
[SMALL_STATE(901)] = 40916,
[SMALL_STATE(902)] = 40923,
[SMALL_STATE(903)] = 40930,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202),
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
[75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730),
[85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861),
[87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
[89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803),
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185),
[97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137),
[99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95),
[101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
[103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227),
[105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
[113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805),
[115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
[117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795),
[121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66),
[123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52),
[125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201),
[127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101),
[129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209),
[131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465),
[133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731),
[141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794),
[143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
[145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800),
[149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
[153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103),
[155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124),
[157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184),
[159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
[161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65),
[165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
[167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848),
[171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156),
[173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203),
[177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192),
[179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
[181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869),
[185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127),
[187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208),
[191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131),
[195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126),
[197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155),
[199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849),
[203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
[205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158),
[207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204),
[209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195),
[211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
[215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187),
[217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(400),
[220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(108),
[223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0),
[225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(35),
[228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(23),
[231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(730),
[234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(861),
[237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(761),
[240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(803),
[246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(185),
[249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(137),
[252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(129),
[255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(114),
[258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
[260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129),
[262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
[264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
[268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
[270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
[292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
[294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143),
[296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
[298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71),
[302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175),
[304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_type, 1, 0, 0),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847),
[310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_type, 1, 0, 0),
[314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
[318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828),
[320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722),
[324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 1, 0, 0),
[326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
[328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 1, 0, 0),
[330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, 0, 0),
[336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, 0, 0),
[338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_path_repeat1, 2, 0, 0),
[340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_repeat1, 2, 0, 0), SHIFT_REPEAT(814),
[343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_path_repeat1, 2, 0, 0),
[345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
[347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447),
[349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_type, 2, 0, 0),
[357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_type, 2, 0, 0),
[359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_repeat1, 2, 0, 0), SHIFT_REPEAT(806),
[362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_type, 2, 0, 0),
[364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_type, 2, 0, 0),
[366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_non_fn, 1, 0, 0),
[368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_non_fn, 1, 0, 0),
[370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1, 0, 0),
[372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1, 0, 0),
[374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0), SHIFT_REPEAT(227),
[377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0),
[379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0),
[381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431),
[383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_num_literal, 1, 0, 0),
[387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_num_literal, 1, 0, 0),
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0), SHIFT_REPEAT(231),
[394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 5, 0, 0),
[396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 5, 0, 0),
[398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0),
[400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0),
[402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_expr, 4, 0, 0),
[404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_expr, 4, 0, 0),
[406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_expression, 2, 0, 0),
[410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_expression, 2, 0, 0),
[412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_expression, 4, 0, 0),
[414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_expression, 4, 0, 0),
[416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0),
[418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0),
[420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0),
[422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0),
[424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, 0, 0),
[426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, 0, 0),
[428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atom, 3, 0, 0),
[430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atom, 3, 0, 0),
[432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_num_literal, 2, 0, 0),
[434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_num_literal, 2, 0, 0),
[436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_expression, 3, 0, 0),
[438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_expression, 3, 0, 0),
[440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ident_expr, 1, 0, 0),
[442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ident_expr, 1, 0, 0),
[444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, 0, 0),
[446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, 0, 0),
[448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_expr, 2, 0, 0),
[450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_expr, 2, 0, 0),
[452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0),
[458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809),
[460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_expr, 3, 0, 0),
[464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_expr, 3, 0, 0),
[466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, 0, 0),
[468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, 0, 0),
[470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_partial_type, 2, 0, 0),
[472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_type, 2, 0, 0),
[474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expr, 5, 0, 0),
[476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expr, 5, 0, 0),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
[480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 2, 0, 0),
[482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 2, 0, 0),
[484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_expr_repeat1, 2, 0, 0),
[486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expr_repeat1, 2, 0, 0),
[488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(508),
[491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expr, 4, 0, 0),
[493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expr, 4, 0, 0),
[495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 4, 0, 0), SHIFT(508),
[498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 5, 0, 0), SHIFT(508),
[501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_downcast, 3, 0, 4),
[503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_downcast, 3, 0, 4),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_expr, 3, 0, 0),
[511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_expr, 3, 0, 0),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
[515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_and_expr, 3, 0, 0),
[517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_and_expr, 3, 0, 0),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 5, 0, 0),
[527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 5, 0, 0),
[529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_type, 4, 0, 0),
[531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_type, 4, 0, 0),
[533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 4, 0, 0),
[535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 4, 0, 0),
[537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_partial_union_type, 4, 0, 0),
[539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partial_union_type, 4, 0, 0),
[541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_just_type, 1, 0, 0),
[543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_just_type, 1, 0, 0),
[545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3, 0, 0),
[547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3, 0, 0),
[549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fn_type, 3, 0, 0),
[551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fn_type, 3, 0, 0),
[553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_atom, 3, 0, 0),
[555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_atom, 3, 0, 0),
[557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_type, 3, 0, 0),
[559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type, 3, 0, 0),
[561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_type, 5, 0, 0),
[563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_type, 5, 0, 0),
[565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_recursive_type, 3, 0, 0),
[567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_recursive_type, 3, 0, 0),
[569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exponent_expr, 3, 0, 0),
[571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exponent_expr, 3, 0, 0),
[573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511),
[575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 9),
[577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161),
[579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 9),
[581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162),
[583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163),
[585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiply_expr, 3, 0, 0),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiply_expr, 3, 0, 0),
[597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, 0, 3),
[599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, 0, 3),
[601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equal_expr, 3, 0, 0),
[603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equal_expr, 3, 0, 0),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sub_expr, 3, 0, 0),
[607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_expr, 3, 0, 0),
[609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_expr, 3, 0, 0),
[611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_expr, 3, 0, 0),
[613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concat_expr, 3, 0, 0),
[615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concat_expr, 3, 0, 0),
[617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compose_expr, 3, 0, 0),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compose_expr, 3, 0, 0),
[621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 10),
[623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 10),
[625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_binding, 5, 0, 6),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_binding, 5, 0, 6),
[629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_binding, 5, 0, 6),
[631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_binding, 5, 0, 6),
[633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 5, 0, 0), SHIFT(511),
[636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 5, 0, 7),
[638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 5, 0, 7),
[640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_binding, 6, 0, 8),
[642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_binding, 6, 0, 8),
[644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negate_expr, 2, 0, 0),
[646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negate_expr, 2, 0, 0),
[648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_binding, 6, 0, 8),
[650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_binding, 6, 0, 8),
[652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expr, 6, 0, 0),
[654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expr, 6, 0, 0),
[656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(511),
[661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 4, 0, 0), SHIFT(511),
[664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
[668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_expr, 2, 0, 0),
[670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_expr, 2, 0, 0),
[672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expr, 2, 0, 0),
[674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expr, 2, 0, 0),
[676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_divide_expr, 3, 0, 0),
[678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_divide_expr, 3, 0, 0),
[680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
[682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729),
[686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56),
[688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542),
[690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
[692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543),
[694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
[696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179),
[698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
[708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860),
[710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721),
[714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74),
[716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75),
[718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
[720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854),
[730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864),
[732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
[736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838),
[738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
[740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
[744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868),
[746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830),
[752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858),
[754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
[756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
[758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
[762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804),
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807),
[770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_repeat1, 2, 0, 0), SHIFT_REPEAT(793),
[773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
[775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841),
[777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_path_repeat1, 2, 0, 0), SHIFT_REPEAT(841),
[780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445),
[782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449),
[786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451),
[790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
[794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0), SHIFT_REPEAT(400),
[797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450),
[801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0), SHIFT_REPEAT(465),
[806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861),
[810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810),
[814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
[818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
[820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
[822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866),
[826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824),
[832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
[836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(527),
[841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866),
[843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 4, 0, 0), SHIFT(527),
[848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 5, 0, 0), SHIFT(527),
[851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
[855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555),
[861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
[865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
[867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
[873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(517),
[882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 4, 0, 0), SHIFT(517),
[885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_match_expr, 5, 0, 0), SHIFT(517),
[888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116),
[892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37),
[918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_expression_repeat1, 2, 0, 0),
[924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81),
[928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_def, 4, 0, 1),
[934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
[936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
[942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_def, 6, 0, 5),
[950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
[958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
[960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
[970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(877),
[973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(785),
[976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(736),
[979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(791),
[982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_expr_field, 3, 0, 0),
[988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523),
[1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
[1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[1034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2, 0, 0), SHIFT_REPEAT(400),
[1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
[1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
[1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_def, 4, 0, 2),
[1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 0),
[1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extend_decl, 5, 0, 0),
[1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_partial_type_definition, 5, 0, 0),
[1057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 0),
[1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
[1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
[1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
[1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
[1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
[1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
[1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
[1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844),
[1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
[1089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_type_repeat1, 2, 0, 0), SHIFT_REPEAT(400),
[1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_type_repeat1, 2, 0, 0),
[1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
[1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
[1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
[1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
[1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789),
[1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extensible_union, 3, 0, 0),
[1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
[1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[1118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(400),
[1121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_expr_repeat1, 2, 0, 0),
[1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
[1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
[1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756),
[1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530),
[1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
[1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746),
[1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503),
[1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281),
[1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0),
[1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489),
[1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749),
[1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749),
[1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
[1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759),
[1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759),
[1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
[1163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(756),
[1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(756),
[1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0),
[1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_field, 3, 0, 0),
[1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_type_parameters_repeat1, 2, 0, 0),
[1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240),
[1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
[1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751),
[1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497),
[1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0),
[1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[1187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(551),
[1190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(400),
[1193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(442),
[1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_type_repeat1, 2, 0, 0), SHIFT_REPEAT(796),
[1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_type_repeat1, 2, 0, 0),
[1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
[1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
[1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876),
[1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876),
[1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0),
[1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882),
[1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882),
[1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
[1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
[1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
[1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891),
[1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900),
[1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900),
[1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_type_parameters, 3, 0, 0),
[1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889),
[1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529),
[1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
[1309] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_type_parameters, 4, 0, 0),
[1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
[1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_crepuscular(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym__identifier_tok,
.primary_state_ids = ts_primary_state_ids,
.name = "crepuscular",
.reserved_words = &ts_reserved_words[0][0],
.max_reserved_word_set_size = 12,
.metadata = {
.major_version = 0,
.minor_version = 1,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif