From 092360de933119fbebe46ceb9952d93c6a6bba09 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Wulfman Date: Mon, 9 Mar 2020 17:32:57 +0100 Subject: [PATCH] WIP: fix parser error --- src/passes/1-parser/cameligo/Parser.mly | 2 +- .../cameligo/error.messages.checked-in | 1473 ++-- src/passes/1-parser/pascaligo.ml | 8 +- src/passes/1-parser/pascaligo/Parser.mly | 19 +- .../pascaligo/error.messages.checked-in | 6369 ++++++++--------- .../reasonligo/error.messages.checked-in | 319 +- src/test/parser_negative_tests.ml | 9 +- 7 files changed, 4275 insertions(+), 3924 deletions(-) diff --git a/src/passes/1-parser/cameligo/Parser.mly b/src/passes/1-parser/cameligo/Parser.mly index 5d166e916..38c62e50a 100644 --- a/src/passes/1-parser/cameligo/Parser.mly +++ b/src/passes/1-parser/cameligo/Parser.mly @@ -203,7 +203,7 @@ field_decl: and value = {field_name=$1; colon=$2; field_type=$3} in {region; value} } -(* Top-level non-recursive definitions *) +(* Top-level non-eecursive definitions *) let_declaration: "let" ioption("rec") let_binding seq(Attr) { diff --git a/src/passes/1-parser/cameligo/error.messages.checked-in b/src/passes/1-parser/cameligo/error.messages.checked-in index d0cbf4a33..b81356f73 100644 --- a/src/passes/1-parser/cameligo/error.messages.checked-in +++ b/src/passes/1-parser/cameligo/error.messages.checked-in @@ -1,6 +1,6 @@ interactive_expr: Begin True RBRACKET ## -## Ends in an error in state: 214. +## Ends in an error in state: 215. ## ## sequence -> Begin option(sep_or_term_list(expr,SEMI)) . End [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -11,28 +11,28 @@ interactive_expr: Begin True RBRACKET ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 239, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 217, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## In state 213, spurious reduction of production option(sep_or_term_list(expr,SEMI)) -> sep_or_term_list(expr,SEMI) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 240, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 218, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## In state 214, spurious reduction of production option(sep_or_term_list(expr,SEMI)) -> sep_or_term_list(expr,SEMI) ## interactive_expr: Begin With ## -## Ends in an error in state: 197. +## Ends in an error in state: 198. ## ## sequence -> Begin . option(sep_or_term_list(expr,SEMI)) End [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -44,7 +44,7 @@ interactive_expr: Begin With interactive_expr: C_None WILD ## -## Ends in an error in state: 218. +## Ends in an error in state: 219. ## ## add_expr_level -> mult_expr_level . [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE PLUS Or NE MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## bin_op(mult_expr_level,Mod,unary_expr_level) -> mult_expr_level . Mod unary_expr_level [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] @@ -59,7 +59,7 @@ interactive_expr: C_None WILD interactive_expr: C_Some With ## -## Ends in an error in state: 198. +## Ends in an error in state: 199. ## ## constr_expr -> C_Some . core_expr [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -71,7 +71,7 @@ interactive_expr: C_Some With interactive_expr: Constr DOT Ident DOT With ## -## Ends in an error in state: 193. +## Ends in an error in state: 194. ## ## projection -> Constr DOT Ident DOT . nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -83,7 +83,7 @@ interactive_expr: Constr DOT Ident DOT With interactive_expr: Constr DOT Ident WILD ## -## Ends in an error in state: 192. +## Ends in an error in state: 193. ## ## module_field -> Constr DOT Ident . [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## projection -> Constr DOT Ident . DOT nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -96,7 +96,7 @@ interactive_expr: Constr DOT Ident WILD interactive_expr: Constr DOT With ## -## Ends in an error in state: 191. +## Ends in an error in state: 192. ## ## module_field -> Constr DOT . Ident [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## projection -> Constr DOT . Ident DOT nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -109,7 +109,7 @@ interactive_expr: Constr DOT With interactive_expr: Constr WILD ## -## Ends in an error in state: 190. +## Ends in an error in state: 191. ## ## constr_expr -> Constr . core_expr [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## constr_expr -> Constr . [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] @@ -124,7 +124,7 @@ interactive_expr: Constr WILD interactive_expr: Fun WILD ARROW With ## -## Ends in an error in state: 188. +## Ends in an error in state: 189. ## ## fun_expr(expr) -> Fun nseq(irrefutable) ARROW . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -136,7 +136,7 @@ interactive_expr: Fun WILD ARROW With interactive_expr: Fun WILD RPAR ## -## Ends in an error in state: 304. +## Ends in an error in state: 305. ## ## nseq(irrefutable) -> irrefutable . seq(irrefutable) [ ARROW ] ## @@ -154,7 +154,7 @@ interactive_expr: Fun WILD RPAR interactive_expr: Fun WILD WILD RPAR ## -## Ends in an error in state: 306. +## Ends in an error in state: 307. ## ## seq(irrefutable) -> irrefutable . seq(irrefutable) [ ARROW ] ## @@ -172,7 +172,7 @@ interactive_expr: Fun WILD WILD RPAR interactive_expr: Fun With ## -## Ends in an error in state: 186. +## Ends in an error in state: 187. ## ## fun_expr(expr) -> Fun . nseq(irrefutable) ARROW expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -184,7 +184,7 @@ interactive_expr: Fun With interactive_expr: Ident DOT Int DOT With ## -## Ends in an error in state: 183. +## Ends in an error in state: 184. ## ## nsepseq(selection,DOT) -> selection DOT . nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -196,7 +196,7 @@ interactive_expr: Ident DOT Int DOT With interactive_expr: Ident DOT Int WILD ## -## Ends in an error in state: 182. +## Ends in an error in state: 183. ## ## nsepseq(selection,DOT) -> selection . [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## nsepseq(selection,DOT) -> selection . DOT nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -209,7 +209,7 @@ interactive_expr: Ident DOT Int WILD interactive_expr: Ident DOT With ## -## Ends in an error in state: 179. +## Ends in an error in state: 180. ## ## projection -> Ident DOT . nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -221,7 +221,7 @@ interactive_expr: Ident DOT With interactive_expr: Ident WILD ## -## Ends in an error in state: 178. +## Ends in an error in state: 179. ## ## core_expr -> Ident . [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## projection -> Ident . DOT nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -234,7 +234,7 @@ interactive_expr: Ident WILD interactive_expr: If True Then Fun WILD ARROW With ## -## Ends in an error in state: 410. +## Ends in an error in state: 423. ## ## fun_expr(closed_if) -> Fun nseq(irrefutable) ARROW . closed_if [ Else ] ## fun_expr(expr) -> Fun nseq(irrefutable) ARROW . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -247,7 +247,7 @@ interactive_expr: If True Then Fun WILD ARROW With interactive_expr: If True Then Fun With ## -## Ends in an error in state: 408. +## Ends in an error in state: 421. ## ## fun_expr(closed_if) -> Fun . nseq(irrefutable) ARROW closed_if [ Else ] ## fun_expr(expr) -> Fun . nseq(irrefutable) ARROW expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -260,7 +260,7 @@ interactive_expr: If True Then Fun With interactive_expr: If True Then If True Then True Else With ## -## Ends in an error in state: 415. +## Ends in an error in state: 428. ## ## if_then_else(closed_if) -> If expr Then closed_if Else . closed_if [ Else ] ## if_then_else(expr) -> If expr Then closed_if Else . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -273,7 +273,7 @@ interactive_expr: If True Then If True Then True Else With interactive_expr: If True Then If True Then With ## -## Ends in an error in state: 407. +## Ends in an error in state: 420. ## ## if_then(expr) -> If expr Then . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(closed_if) -> If expr Then . closed_if Else closed_if [ Else ] @@ -287,7 +287,7 @@ interactive_expr: If True Then If True Then With interactive_expr: If True Then If True With ## -## Ends in an error in state: 406. +## Ends in an error in state: 419. ## ## if_then(expr) -> If expr . Then expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(closed_if) -> If expr . Then closed_if Else closed_if [ Else ] @@ -300,25 +300,25 @@ interactive_expr: If True Then If True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: If True Then If With ## -## Ends in an error in state: 405. +## Ends in an error in state: 418. ## ## if_then(expr) -> If . expr Then expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(closed_if) -> If . expr Then closed_if Else closed_if [ Else ] @@ -330,9 +330,86 @@ interactive_expr: If True Then If With +interactive_expr: If True Then Let Rec WILD EQ Bytes Attr Type +## +## Ends in an error in state: 416. +## +## let_expr(closed_if) -> Let Rec let_binding seq(Attr) . In closed_if [ Else ] +## let_expr(expr) -> Let Rec let_binding seq(Attr) . In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## + + + +interactive_expr: If True Then Let Rec WILD EQ Bytes In With +## +## Ends in an error in state: 417. +## +## let_expr(closed_if) -> Let Rec let_binding seq(Attr) In . closed_if [ Else ] +## let_expr(expr) -> Let Rec let_binding seq(Attr) In . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) In +## + + + +interactive_expr: If True Then Let Rec WILD EQ Bytes With +## +## Ends in an error in state: 415. +## +## let_expr(closed_if) -> Let Rec let_binding . seq(Attr) In closed_if [ Else ] +## let_expr(expr) -> Let Rec let_binding . seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## + + + +interactive_expr: If True Then Let Rec With +## +## Ends in an error in state: 414. +## +## let_expr(closed_if) -> Let Rec . let_binding seq(Attr) In closed_if [ Else ] +## let_expr(expr) -> Let Rec . let_binding seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec +## + + + interactive_expr: If True Then Let WILD EQ Bytes Attr Type ## -## Ends in an error in state: 403. +## Ends in an error in state: 432. ## ## let_expr(closed_if) -> Let let_binding seq(Attr) . In closed_if [ Else ] ## let_expr(expr) -> Let let_binding seq(Attr) . In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -344,15 +421,15 @@ interactive_expr: If True Then Let WILD EQ Bytes Attr Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 169, spurious reduction of production seq(Attr) -> -## In state 170, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) ## interactive_expr: If True Then Let WILD EQ Bytes In With ## -## Ends in an error in state: 404. +## Ends in an error in state: 433. ## ## let_expr(closed_if) -> Let let_binding seq(Attr) In . closed_if [ Else ] ## let_expr(expr) -> Let let_binding seq(Attr) In . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -365,7 +442,7 @@ interactive_expr: If True Then Let WILD EQ Bytes In With interactive_expr: If True Then Let WILD EQ Bytes With ## -## Ends in an error in state: 402. +## Ends in an error in state: 431. ## ## let_expr(closed_if) -> Let let_binding . seq(Attr) In closed_if [ Else ] ## let_expr(expr) -> Let let_binding . seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -377,29 +454,31 @@ interactive_expr: If True Then Let WILD EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 382, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr ## interactive_expr: If True Then Let With ## -## Ends in an error in state: 401. +## Ends in an error in state: 413. ## ## let_expr(closed_if) -> Let . let_binding seq(Attr) In closed_if [ Else ] +## let_expr(closed_if) -> Let . Rec let_binding seq(Attr) In closed_if [ Else ] ## let_expr(expr) -> Let . let_binding seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(expr) -> Let . Rec let_binding seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## ## The known suffix of the stack is as follows: ## Let @@ -409,7 +488,7 @@ interactive_expr: If True Then Let With interactive_expr: If True Then Match True Type ## -## Ends in an error in state: 311. +## Ends in an error in state: 312. ## ## match_expr(base_cond) -> Match expr . With option(VBAR) cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## match_expr(base_if_then_else) -> Match expr . With option(VBAR) cases(base_if_then_else) [ Else ] @@ -421,25 +500,25 @@ interactive_expr: If True Then Match True Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: If True Then Match True With VBAR Begin ## -## Ends in an error in state: 314. +## Ends in an error in state: 315. ## ## match_expr(base_cond) -> Match expr With option(VBAR) . cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## match_expr(base_if_then_else) -> Match expr With option(VBAR) . cases(base_if_then_else) [ Else ] @@ -452,7 +531,7 @@ interactive_expr: If True Then Match True With VBAR Begin interactive_expr: If True Then Match True With WILD ARROW Bytes VBAR With ## -## Ends in an error in state: 340. +## Ends in an error in state: 342. ## ## cases(base_cond) -> cases(base_cond) VBAR . case_clause(base_cond) [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## cases(base_if_then_else) -> cases(base_cond) VBAR . case_clause(base_if_then_else) [ Else ] @@ -465,7 +544,7 @@ interactive_expr: If True Then Match True With WILD ARROW Bytes VBAR With interactive_expr: If True Then Match True With WILD ARROW Fun WILD ARROW With ## -## Ends in an error in state: 387. +## Ends in an error in state: 395. ## ## fun_expr(base_cond) -> Fun nseq(irrefutable) ARROW . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## fun_expr(base_if_then_else) -> Fun nseq(irrefutable) ARROW . base_if_then_else [ Else ] @@ -478,7 +557,7 @@ interactive_expr: If True Then Match True With WILD ARROW Fun WILD ARROW With interactive_expr: If True Then Match True With WILD ARROW Fun With ## -## Ends in an error in state: 385. +## Ends in an error in state: 393. ## ## fun_expr(base_cond) -> Fun . nseq(irrefutable) ARROW base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## fun_expr(base_if_then_else) -> Fun . nseq(irrefutable) ARROW base_if_then_else [ Else ] @@ -491,7 +570,7 @@ interactive_expr: If True Then Match True With WILD ARROW Fun With interactive_expr: If True Then Match True With WILD ARROW If True Then True Else With ## -## Ends in an error in state: 384. +## Ends in an error in state: 392. ## ## if_then_else(base_cond) -> If expr Then closed_if Else . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_if_then_else) -> If expr Then closed_if Else . base_if_then_else [ Else ] @@ -504,7 +583,7 @@ interactive_expr: If True Then Match True With WILD ARROW If True Then True Else interactive_expr: If True Then Match True With WILD ARROW If True Then With ## -## Ends in an error in state: 332. +## Ends in an error in state: 334. ## ## if_then(base_cond) -> If expr Then . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If expr Then . closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -518,7 +597,7 @@ interactive_expr: If True Then Match True With WILD ARROW If True Then With interactive_expr: If True Then Match True With WILD ARROW If True With ## -## Ends in an error in state: 331. +## Ends in an error in state: 333. ## ## if_then(base_cond) -> If expr . Then base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If expr . Then closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -531,25 +610,25 @@ interactive_expr: If True Then Match True With WILD ARROW If True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: If True Then Match True With WILD ARROW If With ## -## Ends in an error in state: 330. +## Ends in an error in state: 332. ## ## if_then(base_cond) -> If . expr Then base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If . expr Then closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -561,10 +640,87 @@ interactive_expr: If True Then Match True With WILD ARROW If With -interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes Attr Type +interactive_expr: If True Then Match True With WILD ARROW Let Rec WILD EQ Bytes Attr Type +## +## Ends in an error in state: 330. +## +## let_expr(base_cond) -> Let Rec let_binding seq(Attr) . In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_if_then_else) -> Let Rec let_binding seq(Attr) . In base_if_then_else [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## + + + +interactive_expr: If True Then Match True With WILD ARROW Let Rec WILD EQ Bytes In With +## +## Ends in an error in state: 331. +## +## let_expr(base_cond) -> Let Rec let_binding seq(Attr) In . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_if_then_else) -> Let Rec let_binding seq(Attr) In . base_if_then_else [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) In +## + + + +interactive_expr: If True Then Match True With WILD ARROW Let Rec WILD EQ Bytes With +## +## Ends in an error in state: 329. +## +## let_expr(base_cond) -> Let Rec let_binding . seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_if_then_else) -> Let Rec let_binding . seq(Attr) In base_if_then_else [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## + + + +interactive_expr: If True Then Match True With WILD ARROW Let Rec With ## ## Ends in an error in state: 328. ## +## let_expr(base_cond) -> Let Rec . let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_if_then_else) -> Let Rec . let_binding seq(Attr) In base_if_then_else [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec +## + + + +interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes Attr Type +## +## Ends in an error in state: 407. +## ## let_expr(base_cond) -> Let let_binding seq(Attr) . In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(base_if_then_else) -> Let let_binding seq(Attr) . In base_if_then_else [ Else ] ## @@ -575,15 +731,15 @@ interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes Attr ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 169, spurious reduction of production seq(Attr) -> -## In state 170, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) ## interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes In With ## -## Ends in an error in state: 329. +## Ends in an error in state: 408. ## ## let_expr(base_cond) -> Let let_binding seq(Attr) In . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(base_if_then_else) -> Let let_binding seq(Attr) In . base_if_then_else [ Else ] @@ -596,7 +752,7 @@ interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes In W interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes With ## -## Ends in an error in state: 327. +## Ends in an error in state: 406. ## ## let_expr(base_cond) -> Let let_binding . seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(base_if_then_else) -> Let let_binding . seq(Attr) In base_if_then_else [ Else ] @@ -608,29 +764,31 @@ interactive_expr: If True Then Match True With WILD ARROW Let WILD EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 382, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr ## interactive_expr: If True Then Match True With WILD ARROW Let With ## -## Ends in an error in state: 326. +## Ends in an error in state: 327. ## ## let_expr(base_cond) -> Let . let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_cond) -> Let . Rec let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(base_if_then_else) -> Let . let_binding seq(Attr) In base_if_then_else [ Else ] +## let_expr(base_if_then_else) -> Let . Rec let_binding seq(Attr) In base_if_then_else [ Else ] ## ## The known suffix of the stack is as follows: ## Let @@ -640,7 +798,7 @@ interactive_expr: If True Then Match True With WILD ARROW Let With interactive_expr: If True Then Match True With WILD ARROW With ## -## Ends in an error in state: 325. +## Ends in an error in state: 326. ## ## case_clause(base_cond) -> pattern ARROW . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## case_clause(base_if_then_else) -> pattern ARROW . base_if_then_else [ Else ] @@ -653,7 +811,7 @@ interactive_expr: If True Then Match True With WILD ARROW With interactive_expr: If True Then Match True With WILD CONS Bytes SEMI ## -## Ends in an error in state: 324. +## Ends in an error in state: 325. ## ## case_clause(base_cond) -> pattern . ARROW base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## case_clause(base_if_then_else) -> pattern . ARROW base_if_then_else [ Else ] @@ -666,14 +824,14 @@ interactive_expr: If True Then Match True With WILD CONS Bytes SEMI ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). ## In state 94, spurious reduction of production tail -> sub_pattern -## In state 318, spurious reduction of production pattern -> sub_pattern CONS tail +## In state 319, spurious reduction of production pattern -> sub_pattern CONS tail ## interactive_expr: If True Then Match True With With ## -## Ends in an error in state: 312. +## Ends in an error in state: 313. ## ## match_expr(base_cond) -> Match expr With . option(VBAR) cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## match_expr(base_if_then_else) -> Match expr With . option(VBAR) cases(base_if_then_else) [ Else ] @@ -686,7 +844,7 @@ interactive_expr: If True Then Match True With With interactive_expr: If True Then Match With ## -## Ends in an error in state: 310. +## Ends in an error in state: 311. ## ## match_expr(base_cond) -> Match . expr With option(VBAR) cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## match_expr(base_if_then_else) -> Match . expr With option(VBAR) cases(base_if_then_else) [ Else ] @@ -699,7 +857,7 @@ interactive_expr: If True Then Match With interactive_expr: If True Then True COMMA Bytes VBAR ## -## Ends in an error in state: 411. +## Ends in an error in state: 424. ## ## base_expr(closed_if) -> tuple_expr . [ Else ] ## base_expr(expr) -> tuple_expr . [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -711,25 +869,25 @@ interactive_expr: If True Then True COMMA Bytes VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 291, spurious reduction of production nsepseq(disj_expr_level,COMMA) -> disj_expr_level -## In state 290, spurious reduction of production tuple(disj_expr_level) -> disj_expr_level COMMA nsepseq(disj_expr_level,COMMA) -## In state 212, spurious reduction of production tuple_expr -> tuple(disj_expr_level) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 292, spurious reduction of production nsepseq(disj_expr_level,COMMA) -> disj_expr_level +## In state 291, spurious reduction of production tuple(disj_expr_level) -> disj_expr_level COMMA nsepseq(disj_expr_level,COMMA) +## In state 213, spurious reduction of production tuple_expr -> tuple(disj_expr_level) ## interactive_expr: If True Then True Else With ## -## Ends in an error in state: 419. +## Ends in an error in state: 436. ## ## if_then_else(expr) -> If expr Then closed_if Else . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -741,7 +899,7 @@ interactive_expr: If True Then True Else With interactive_expr: If True Then True VBAR ## -## Ends in an error in state: 412. +## Ends in an error in state: 425. ## ## base_expr(closed_if) -> disj_expr_level . [ Else ] ## base_expr(expr) -> disj_expr_level . [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -756,22 +914,22 @@ interactive_expr: If True Then True VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level ## interactive_expr: If True Then With ## -## Ends in an error in state: 309. +## Ends in an error in state: 310. ## ## if_then(expr) -> If expr Then . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(expr) -> If expr Then . closed_if Else expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -784,7 +942,7 @@ interactive_expr: If True Then With interactive_expr: If True With ## -## Ends in an error in state: 308. +## Ends in an error in state: 309. ## ## if_then(expr) -> If expr . Then expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(expr) -> If expr . Then closed_if Else expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -796,25 +954,25 @@ interactive_expr: If True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: If With ## -## Ends in an error in state: 177. +## Ends in an error in state: 178. ## ## if_then(expr) -> If . expr Then expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(expr) -> If . expr Then closed_if Else expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -827,7 +985,7 @@ interactive_expr: If With interactive_expr: LBRACE Constr DOT Ident With ## -## Ends in an error in state: 423. +## Ends in an error in state: 440. ## ## projection -> Constr DOT Ident . DOT nsepseq(selection,DOT) [ With ] ## @@ -839,7 +997,7 @@ interactive_expr: LBRACE Constr DOT Ident With interactive_expr: LBRACE Constr DOT With ## -## Ends in an error in state: 422. +## Ends in an error in state: 439. ## ## projection -> Constr DOT . Ident DOT nsepseq(selection,DOT) [ With ] ## @@ -851,7 +1009,7 @@ interactive_expr: LBRACE Constr DOT With interactive_expr: LBRACE Constr With ## -## Ends in an error in state: 421. +## Ends in an error in state: 438. ## ## projection -> Constr . DOT Ident DOT nsepseq(selection,DOT) [ With ] ## @@ -863,7 +1021,7 @@ interactive_expr: LBRACE Constr With interactive_expr: LBRACE Ident DOT Ident VBAR ## -## Ends in an error in state: 427. +## Ends in an error in state: 444. ## ## update_record -> LBRACE path . With sep_or_term_list(field_path_assignment,SEMI) RBRACE [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -874,16 +1032,16 @@ interactive_expr: LBRACE Ident DOT Ident VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 182, spurious reduction of production nsepseq(selection,DOT) -> selection -## In state 185, spurious reduction of production projection -> Ident DOT nsepseq(selection,DOT) -## In state 426, spurious reduction of production path -> projection +## In state 183, spurious reduction of production nsepseq(selection,DOT) -> selection +## In state 186, spurious reduction of production projection -> Ident DOT nsepseq(selection,DOT) +## In state 443, spurious reduction of production path -> projection ## interactive_expr: LBRACE Ident EQ Bytes SEMI Ident EQ Bytes SEMI With ## -## Ends in an error in state: 454. +## Ends in an error in state: 471. ## ## nsepseq(field_assignment,SEMI) -> field_assignment SEMI . nsepseq(field_assignment,SEMI) [ RBRACE ] ## seq(__anonymous_0(field_assignment,SEMI)) -> field_assignment SEMI . seq(__anonymous_0(field_assignment,SEMI)) [ RBRACE ] @@ -896,7 +1054,7 @@ interactive_expr: LBRACE Ident EQ Bytes SEMI Ident EQ Bytes SEMI With interactive_expr: LBRACE Ident EQ Bytes SEMI Ident EQ Bytes With ## -## Ends in an error in state: 453. +## Ends in an error in state: 470. ## ## nsepseq(field_assignment,SEMI) -> field_assignment . [ RBRACE ] ## nsepseq(field_assignment,SEMI) -> field_assignment . SEMI nsepseq(field_assignment,SEMI) [ RBRACE ] @@ -909,26 +1067,26 @@ interactive_expr: LBRACE Ident EQ Bytes SEMI Ident EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 420, spurious reduction of production field_assignment -> Ident EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 437, spurious reduction of production field_assignment -> Ident EQ expr ## interactive_expr: LBRACE Ident EQ Bytes SEMI Ident With ## -## Ends in an error in state: 450. +## Ends in an error in state: 467. ## ## field_assignment -> Ident . EQ expr [ SEMI RBRACE ] ## @@ -940,7 +1098,7 @@ interactive_expr: LBRACE Ident EQ Bytes SEMI Ident With interactive_expr: LBRACE Ident EQ Bytes SEMI With ## -## Ends in an error in state: 449. +## Ends in an error in state: 466. ## ## nsepseq(field_assignment,SEMI) -> field_assignment SEMI . nsepseq(field_assignment,SEMI) [ RBRACE ] ## nseq(__anonymous_0(field_assignment,SEMI)) -> field_assignment SEMI . seq(__anonymous_0(field_assignment,SEMI)) [ RBRACE ] @@ -953,7 +1111,7 @@ interactive_expr: LBRACE Ident EQ Bytes SEMI With interactive_expr: LBRACE Ident EQ Bytes With ## -## Ends in an error in state: 448. +## Ends in an error in state: 465. ## ## nsepseq(field_assignment,SEMI) -> field_assignment . [ RBRACE ] ## nsepseq(field_assignment,SEMI) -> field_assignment . SEMI nsepseq(field_assignment,SEMI) [ RBRACE ] @@ -966,26 +1124,26 @@ interactive_expr: LBRACE Ident EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 420, spurious reduction of production field_assignment -> Ident EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 437, spurious reduction of production field_assignment -> Ident EQ expr ## interactive_expr: LBRACE Ident EQ With ## -## Ends in an error in state: 175. +## Ends in an error in state: 176. ## ## field_assignment -> Ident EQ . expr [ SEMI RBRACE ] ## @@ -997,7 +1155,7 @@ interactive_expr: LBRACE Ident EQ With interactive_expr: LBRACE Ident WILD ## -## Ends in an error in state: 174. +## Ends in an error in state: 175. ## ## field_assignment -> Ident . EQ expr [ SEMI RBRACE ] ## path -> Ident . [ With ] @@ -1011,7 +1169,7 @@ interactive_expr: LBRACE Ident WILD interactive_expr: LBRACE Ident With Ident DOT With ## -## Ends in an error in state: 430. +## Ends in an error in state: 447. ## ## nsepseq(field_name,DOT) -> Ident DOT . nsepseq(field_name,DOT) [ EQ ] ## @@ -1023,7 +1181,7 @@ interactive_expr: LBRACE Ident With Ident DOT With interactive_expr: LBRACE Ident With Ident EQ Bytes SEMI Ident EQ Bytes SEMI With ## -## Ends in an error in state: 444. +## Ends in an error in state: 461. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment SEMI . nsepseq(field_path_assignment,SEMI) [ RBRACE ] ## seq(__anonymous_0(field_path_assignment,SEMI)) -> field_path_assignment SEMI . seq(__anonymous_0(field_path_assignment,SEMI)) [ RBRACE ] @@ -1036,7 +1194,7 @@ interactive_expr: LBRACE Ident With Ident EQ Bytes SEMI Ident EQ Bytes SEMI With interactive_expr: LBRACE Ident With Ident EQ Bytes SEMI Ident EQ Bytes With ## -## Ends in an error in state: 443. +## Ends in an error in state: 460. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . [ RBRACE ] ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . SEMI nsepseq(field_path_assignment,SEMI) [ RBRACE ] @@ -1049,26 +1207,26 @@ interactive_expr: LBRACE Ident With Ident EQ Bytes SEMI Ident EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 438, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 455, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr ## interactive_expr: LBRACE Ident With Ident EQ Bytes SEMI With ## -## Ends in an error in state: 440. +## Ends in an error in state: 457. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment SEMI . nsepseq(field_path_assignment,SEMI) [ RBRACE ] ## nseq(__anonymous_0(field_path_assignment,SEMI)) -> field_path_assignment SEMI . seq(__anonymous_0(field_path_assignment,SEMI)) [ RBRACE ] @@ -1081,7 +1239,7 @@ interactive_expr: LBRACE Ident With Ident EQ Bytes SEMI With interactive_expr: LBRACE Ident With Ident EQ Bytes With ## -## Ends in an error in state: 439. +## Ends in an error in state: 456. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . [ RBRACE ] ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . SEMI nsepseq(field_path_assignment,SEMI) [ RBRACE ] @@ -1094,26 +1252,26 @@ interactive_expr: LBRACE Ident With Ident EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 438, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 455, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr ## interactive_expr: LBRACE Ident With Ident EQ With ## -## Ends in an error in state: 437. +## Ends in an error in state: 454. ## ## field_path_assignment -> nsepseq(field_name,DOT) EQ . expr [ SEMI RBRACE ] ## @@ -1125,7 +1283,7 @@ interactive_expr: LBRACE Ident With Ident EQ With interactive_expr: LBRACE Ident With Ident With ## -## Ends in an error in state: 429. +## Ends in an error in state: 446. ## ## nsepseq(field_name,DOT) -> Ident . [ EQ ] ## nsepseq(field_name,DOT) -> Ident . DOT nsepseq(field_name,DOT) [ EQ ] @@ -1138,7 +1296,7 @@ interactive_expr: LBRACE Ident With Ident With interactive_expr: LBRACE Ident With With ## -## Ends in an error in state: 428. +## Ends in an error in state: 445. ## ## update_record -> LBRACE path With . sep_or_term_list(field_path_assignment,SEMI) RBRACE [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -1150,7 +1308,7 @@ interactive_expr: LBRACE Ident With With interactive_expr: LBRACE With ## -## Ends in an error in state: 173. +## Ends in an error in state: 174. ## ## record_expr -> LBRACE . sep_or_term_list(field_assignment,SEMI) RBRACE [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## update_record -> LBRACE . path With sep_or_term_list(field_path_assignment,SEMI) RBRACE [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -1163,7 +1321,7 @@ interactive_expr: LBRACE With interactive_expr: LBRACKET True End ## -## Ends in an error in state: 456. +## Ends in an error in state: 476. ## ## list__(expr) -> LBRACKET option(sep_or_term_list(expr,SEMI)) . RBRACKET [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -1174,28 +1332,28 @@ interactive_expr: LBRACKET True End ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 239, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 217, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## In state 213, spurious reduction of production option(sep_or_term_list(expr,SEMI)) -> sep_or_term_list(expr,SEMI) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 240, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 218, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## In state 214, spurious reduction of production option(sep_or_term_list(expr,SEMI)) -> sep_or_term_list(expr,SEMI) ## interactive_expr: LBRACKET True SEMI True SEMI With ## -## Ends in an error in state: 244. +## Ends in an error in state: 245. ## ## nsepseq(expr,SEMI) -> expr SEMI . nsepseq(expr,SEMI) [ RBRACKET End ] ## seq(__anonymous_0(expr,SEMI)) -> expr SEMI . seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] @@ -1208,7 +1366,7 @@ interactive_expr: LBRACKET True SEMI True SEMI With interactive_expr: LBRACKET True SEMI True With ## -## Ends in an error in state: 243. +## Ends in an error in state: 244. ## ## nsepseq(expr,SEMI) -> expr . [ RBRACKET End ] ## nsepseq(expr,SEMI) -> expr . SEMI nsepseq(expr,SEMI) [ RBRACKET End ] @@ -1221,25 +1379,25 @@ interactive_expr: LBRACKET True SEMI True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: LBRACKET True SEMI With ## -## Ends in an error in state: 240. +## Ends in an error in state: 241. ## ## nsepseq(expr,SEMI) -> expr SEMI . nsepseq(expr,SEMI) [ RBRACKET End ] ## nseq(__anonymous_0(expr,SEMI)) -> expr SEMI . seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] @@ -1252,7 +1410,7 @@ interactive_expr: LBRACKET True SEMI With interactive_expr: LBRACKET True With ## -## Ends in an error in state: 239. +## Ends in an error in state: 240. ## ## nsepseq(expr,SEMI) -> expr . [ RBRACKET End ] ## nsepseq(expr,SEMI) -> expr . SEMI nsepseq(expr,SEMI) [ RBRACKET End ] @@ -1265,18 +1423,18 @@ interactive_expr: LBRACKET True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## @@ -1295,7 +1453,7 @@ interactive_expr: LBRACKET With interactive_expr: LPAR True COLON Ident VBAR ## -## Ends in an error in state: 483. +## Ends in an error in state: 507. ## ## par(__anonymous_1) -> LPAR expr COLON type_expr . RPAR [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -1315,7 +1473,7 @@ interactive_expr: LPAR True COLON Ident VBAR interactive_expr: LPAR True COLON With ## -## Ends in an error in state: 482. +## Ends in an error in state: 506. ## ## par(__anonymous_1) -> LPAR expr COLON . type_expr RPAR [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## @@ -1327,7 +1485,7 @@ interactive_expr: LPAR True COLON With interactive_expr: LPAR True With ## -## Ends in an error in state: 480. +## Ends in an error in state: 504. ## ## par(__anonymous_1) -> LPAR expr . COLON type_expr RPAR [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## par(expr) -> LPAR expr . RPAR [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -1339,18 +1497,18 @@ interactive_expr: LPAR True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## @@ -1369,9 +1527,82 @@ interactive_expr: LPAR With +interactive_expr: Let Rec WILD EQ Bytes Attr Type +## +## Ends in an error in state: 172. +## +## let_expr(expr) -> Let Rec let_binding seq(Attr) . In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## + + + +interactive_expr: Let Rec WILD EQ Bytes In With +## +## Ends in an error in state: 173. +## +## let_expr(expr) -> Let Rec let_binding seq(Attr) In . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) In +## + + + +interactive_expr: Let Rec WILD EQ Bytes With +## +## Ends in an error in state: 169. +## +## let_expr(expr) -> Let Rec let_binding . seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## + + + +interactive_expr: Let Rec With +## +## Ends in an error in state: 168. +## +## let_expr(expr) -> Let Rec . let_binding seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec +## + + + interactive_expr: Let WILD EQ Bytes Attr Type ## -## Ends in an error in state: 171. +## Ends in an error in state: 474. ## ## let_expr(expr) -> Let let_binding seq(Attr) . In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1382,15 +1613,15 @@ interactive_expr: Let WILD EQ Bytes Attr Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 169, spurious reduction of production seq(Attr) -> -## In state 170, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) ## interactive_expr: Let WILD EQ Bytes In With ## -## Ends in an error in state: 172. +## Ends in an error in state: 475. ## ## let_expr(expr) -> Let let_binding seq(Attr) In . expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1402,7 +1633,7 @@ interactive_expr: Let WILD EQ Bytes In With interactive_expr: Let WILD EQ Bytes With ## -## Ends in an error in state: 168. +## Ends in an error in state: 473. ## ## let_expr(expr) -> Let let_binding . seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1413,19 +1644,19 @@ interactive_expr: Let WILD EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 382, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr ## @@ -1435,6 +1666,7 @@ interactive_expr: Let With ## Ends in an error in state: 167. ## ## let_expr(expr) -> Let . let_binding seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(expr) -> Let . Rec let_binding seq(Attr) In expr [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## ## The known suffix of the stack is as follows: ## Let @@ -1456,7 +1688,7 @@ interactive_expr: MINUS With interactive_expr: Match True Type ## -## Ends in an error in state: 459. +## Ends in an error in state: 479. ## ## match_expr(base_cond) -> Match expr . With option(VBAR) cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1467,25 +1699,25 @@ interactive_expr: Match True Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: Match True With LPAR Bytes RPAR With ## -## Ends in an error in state: 316. +## Ends in an error in state: 317. ## ## pattern -> sub_pattern . CONS tail [ ARROW ] ## tuple(sub_pattern) -> sub_pattern . COMMA nsepseq(sub_pattern,COMMA) [ ARROW ] @@ -1498,7 +1730,7 @@ interactive_expr: Match True With LPAR Bytes RPAR With interactive_expr: Match True With VBAR Begin ## -## Ends in an error in state: 461. +## Ends in an error in state: 481. ## ## match_expr(base_cond) -> Match expr With option(VBAR) . cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1510,7 +1742,7 @@ interactive_expr: Match True With VBAR Begin interactive_expr: Match True With WILD ARROW Bytes VBAR With ## -## Ends in an error in state: 479. +## Ends in an error in state: 503. ## ## cases(base_cond) -> cases(base_cond) VBAR . case_clause(base_cond) [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1522,7 +1754,7 @@ interactive_expr: Match True With WILD ARROW Bytes VBAR With interactive_expr: Match True With WILD ARROW Fun WILD ARROW With ## -## Ends in an error in state: 475. +## Ends in an error in state: 496. ## ## fun_expr(base_cond) -> Fun nseq(irrefutable) ARROW . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1534,7 +1766,7 @@ interactive_expr: Match True With WILD ARROW Fun WILD ARROW With interactive_expr: Match True With WILD ARROW Fun With ## -## Ends in an error in state: 473. +## Ends in an error in state: 494. ## ## fun_expr(base_cond) -> Fun . nseq(irrefutable) ARROW base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1546,7 +1778,7 @@ interactive_expr: Match True With WILD ARROW Fun With interactive_expr: Match True With WILD ARROW If True Then Fun WILD ARROW With ## -## Ends in an error in state: 354. +## Ends in an error in state: 357. ## ## fun_expr(base_cond) -> Fun nseq(irrefutable) ARROW . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## fun_expr(closed_if) -> Fun nseq(irrefutable) ARROW . closed_if [ Else ] @@ -1559,7 +1791,7 @@ interactive_expr: Match True With WILD ARROW If True Then Fun WILD ARROW With interactive_expr: Match True With WILD ARROW If True Then Fun With ## -## Ends in an error in state: 352. +## Ends in an error in state: 355. ## ## fun_expr(base_cond) -> Fun . nseq(irrefutable) ARROW base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## fun_expr(closed_if) -> Fun . nseq(irrefutable) ARROW closed_if [ Else ] @@ -1572,7 +1804,7 @@ interactive_expr: Match True With WILD ARROW If True Then Fun With interactive_expr: Match True With WILD ARROW If True Then If True Then True Else With ## -## Ends in an error in state: 373. +## Ends in an error in state: 376. ## ## if_then_else(base_cond) -> If expr Then closed_if Else . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(closed_if) -> If expr Then closed_if Else . closed_if [ Else ] @@ -1585,7 +1817,7 @@ interactive_expr: Match True With WILD ARROW If True Then If True Then True Else interactive_expr: Match True With WILD ARROW If True Then If True Then With ## -## Ends in an error in state: 351. +## Ends in an error in state: 354. ## ## if_then(base_cond) -> If expr Then . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If expr Then . closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1599,7 +1831,7 @@ interactive_expr: Match True With WILD ARROW If True Then If True Then With interactive_expr: Match True With WILD ARROW If True Then If True With ## -## Ends in an error in state: 350. +## Ends in an error in state: 353. ## ## if_then(base_cond) -> If expr . Then base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If expr . Then closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1612,25 +1844,25 @@ interactive_expr: Match True With WILD ARROW If True Then If True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: Match True With WILD ARROW If True Then If With ## -## Ends in an error in state: 349. +## Ends in an error in state: 352. ## ## if_then(base_cond) -> If . expr Then base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If . expr Then closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1642,9 +1874,86 @@ interactive_expr: Match True With WILD ARROW If True Then If With +interactive_expr: Match True With WILD ARROW If True Then Let Rec WILD EQ Bytes Attr Type +## +## Ends in an error in state: 350. +## +## let_expr(base_cond) -> Let Rec let_binding seq(Attr) . In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(closed_if) -> Let Rec let_binding seq(Attr) . In closed_if [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## + + + +interactive_expr: Match True With WILD ARROW If True Then Let Rec WILD EQ Bytes In With +## +## Ends in an error in state: 351. +## +## let_expr(base_cond) -> Let Rec let_binding seq(Attr) In . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(closed_if) -> Let Rec let_binding seq(Attr) In . closed_if [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) In +## + + + +interactive_expr: Match True With WILD ARROW If True Then Let Rec WILD EQ Bytes With +## +## Ends in an error in state: 349. +## +## let_expr(base_cond) -> Let Rec let_binding . seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(closed_if) -> Let Rec let_binding . seq(Attr) In closed_if [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## + + + +interactive_expr: Match True With WILD ARROW If True Then Let Rec With +## +## Ends in an error in state: 348. +## +## let_expr(base_cond) -> Let Rec . let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(closed_if) -> Let Rec . let_binding seq(Attr) In closed_if [ Else ] +## +## The known suffix of the stack is as follows: +## Let Rec +## + + + interactive_expr: Match True With WILD ARROW If True Then Let WILD EQ Bytes Attr Type ## -## Ends in an error in state: 347. +## Ends in an error in state: 387. ## ## let_expr(base_cond) -> Let let_binding seq(Attr) . In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(closed_if) -> Let let_binding seq(Attr) . In closed_if [ Else ] @@ -1656,15 +1965,15 @@ interactive_expr: Match True With WILD ARROW If True Then Let WILD EQ Bytes Attr ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 169, spurious reduction of production seq(Attr) -> -## In state 170, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) ## interactive_expr: Match True With WILD ARROW If True Then Let WILD EQ Bytes In With ## -## Ends in an error in state: 348. +## Ends in an error in state: 388. ## ## let_expr(base_cond) -> Let let_binding seq(Attr) In . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(closed_if) -> Let let_binding seq(Attr) In . closed_if [ Else ] @@ -1677,7 +1986,7 @@ interactive_expr: Match True With WILD ARROW If True Then Let WILD EQ Bytes In W interactive_expr: Match True With WILD ARROW If True Then Let WILD EQ Bytes With ## -## Ends in an error in state: 346. +## Ends in an error in state: 386. ## ## let_expr(base_cond) -> Let let_binding . seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(closed_if) -> Let let_binding . seq(Attr) In closed_if [ Else ] @@ -1689,29 +1998,31 @@ interactive_expr: Match True With WILD ARROW If True Then Let WILD EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 382, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr ## interactive_expr: Match True With WILD ARROW If True Then Let With ## -## Ends in an error in state: 345. +## Ends in an error in state: 347. ## ## let_expr(base_cond) -> Let . let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_cond) -> Let . Rec let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## let_expr(closed_if) -> Let . let_binding seq(Attr) In closed_if [ Else ] +## let_expr(closed_if) -> Let . Rec let_binding seq(Attr) In closed_if [ Else ] ## ## The known suffix of the stack is as follows: ## Let @@ -1721,7 +2032,7 @@ interactive_expr: Match True With WILD ARROW If True Then Let With interactive_expr: Match True With WILD ARROW If True Then Match True Type ## -## Ends in an error in state: 334. +## Ends in an error in state: 336. ## ## match_expr(base_if_then_else) -> Match expr . With option(VBAR) cases(base_if_then_else) [ Else ] ## @@ -1732,25 +2043,25 @@ interactive_expr: Match True With WILD ARROW If True Then Match True Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: Match True With WILD ARROW If True Then Match True With VBAR Begin ## -## Ends in an error in state: 336. +## Ends in an error in state: 338. ## ## match_expr(base_if_then_else) -> Match expr With option(VBAR) . cases(base_if_then_else) [ Else ] ## @@ -1762,7 +2073,7 @@ interactive_expr: Match True With WILD ARROW If True Then Match True With VBAR B interactive_expr: Match True With WILD ARROW If True Then Match True With WILD ARROW Bytes With ## -## Ends in an error in state: 339. +## Ends in an error in state: 341. ## ## cases(base_cond) -> cases(base_cond) . VBAR case_clause(base_cond) [ VBAR ] ## cases(base_if_then_else) -> cases(base_cond) . VBAR case_clause(base_if_then_else) [ Else ] @@ -1774,27 +2085,27 @@ interactive_expr: Match True With WILD ARROW If True Then Match True With WILD A ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 392, spurious reduction of production base_expr(base_cond) -> disj_expr_level -## In state 369, spurious reduction of production base_cond__open(base_cond) -> base_expr(base_cond) -## In state 370, spurious reduction of production base_cond -> base_cond__open(base_cond) -## In state 399, spurious reduction of production case_clause(base_cond) -> pattern ARROW base_cond -## In state 344, spurious reduction of production cases(base_cond) -> case_clause(base_cond) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 400, spurious reduction of production base_expr(base_cond) -> disj_expr_level +## In state 372, spurious reduction of production base_cond__open(base_cond) -> base_expr(base_cond) +## In state 373, spurious reduction of production base_cond -> base_cond__open(base_cond) +## In state 411, spurious reduction of production case_clause(base_cond) -> pattern ARROW base_cond +## In state 346, spurious reduction of production cases(base_cond) -> case_clause(base_cond) ## interactive_expr: Match True With WILD ARROW If True Then Match True With With ## -## Ends in an error in state: 335. +## Ends in an error in state: 337. ## ## match_expr(base_if_then_else) -> Match expr With . option(VBAR) cases(base_if_then_else) [ Else ] ## @@ -1806,7 +2117,7 @@ interactive_expr: Match True With WILD ARROW If True Then Match True With With interactive_expr: Match True With WILD ARROW If True Then Match With ## -## Ends in an error in state: 333. +## Ends in an error in state: 335. ## ## match_expr(base_if_then_else) -> Match . expr With option(VBAR) cases(base_if_then_else) [ Else ] ## @@ -1818,7 +2129,7 @@ interactive_expr: Match True With WILD ARROW If True Then Match With interactive_expr: Match True With WILD ARROW If True Then True Else With ## -## Ends in an error in state: 472. +## Ends in an error in state: 493. ## ## if_then_else(base_cond) -> If expr Then closed_if Else . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1830,7 +2141,7 @@ interactive_expr: Match True With WILD ARROW If True Then True Else With interactive_expr: Match True With WILD ARROW If True Then With ## -## Ends in an error in state: 470. +## Ends in an error in state: 491. ## ## if_then(base_cond) -> If expr Then . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If expr Then . closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1843,7 +2154,7 @@ interactive_expr: Match True With WILD ARROW If True Then With interactive_expr: Match True With WILD ARROW If True With ## -## Ends in an error in state: 469. +## Ends in an error in state: 490. ## ## if_then(base_cond) -> If expr . Then base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If expr . Then closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1855,25 +2166,25 @@ interactive_expr: Match True With WILD ARROW If True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: Match True With WILD ARROW If With ## -## Ends in an error in state: 468. +## Ends in an error in state: 489. ## ## if_then(base_cond) -> If . expr Then base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## if_then_else(base_cond) -> If . expr Then closed_if Else base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1884,9 +2195,82 @@ interactive_expr: Match True With WILD ARROW If With +interactive_expr: Match True With WILD ARROW Let Rec WILD EQ Bytes Attr Type +## +## Ends in an error in state: 487. +## +## let_expr(base_cond) -> Let Rec let_binding seq(Attr) . In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## + + + +interactive_expr: Match True With WILD ARROW Let Rec WILD EQ Bytes In With +## +## Ends in an error in state: 488. +## +## let_expr(base_cond) -> Let Rec let_binding seq(Attr) In . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding seq(Attr) In +## + + + +interactive_expr: Match True With WILD ARROW Let Rec WILD EQ Bytes With +## +## Ends in an error in state: 486. +## +## let_expr(base_cond) -> Let Rec let_binding . seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec let_binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## + + + +interactive_expr: Match True With WILD ARROW Let Rec With +## +## Ends in an error in state: 485. +## +## let_expr(base_cond) -> Let Rec . let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## +## The known suffix of the stack is as follows: +## Let Rec +## + + + interactive_expr: Match True With WILD ARROW Let WILD EQ Bytes Attr Type ## -## Ends in an error in state: 466. +## Ends in an error in state: 500. ## ## let_expr(base_cond) -> Let let_binding seq(Attr) . In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1897,15 +2281,15 @@ interactive_expr: Match True With WILD ARROW Let WILD EQ Bytes Attr Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 169, spurious reduction of production seq(Attr) -> -## In state 170, spurious reduction of production seq(Attr) -> Attr seq(Attr) +## In state 170, spurious reduction of production seq(Attr) -> +## In state 171, spurious reduction of production seq(Attr) -> Attr seq(Attr) ## interactive_expr: Match True With WILD ARROW Let WILD EQ Bytes In With ## -## Ends in an error in state: 467. +## Ends in an error in state: 501. ## ## let_expr(base_cond) -> Let let_binding seq(Attr) In . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1917,7 +2301,7 @@ interactive_expr: Match True With WILD ARROW Let WILD EQ Bytes In With interactive_expr: Match True With WILD ARROW Let WILD EQ Bytes With ## -## Ends in an error in state: 465. +## Ends in an error in state: 499. ## ## let_expr(base_cond) -> Let let_binding . seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -1928,28 +2312,29 @@ interactive_expr: Match True With WILD ARROW Let WILD EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 382, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr ## interactive_expr: Match True With WILD ARROW Let With ## -## Ends in an error in state: 464. +## Ends in an error in state: 484. ## ## let_expr(base_cond) -> Let . let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] +## let_expr(base_cond) -> Let . Rec let_binding seq(Attr) In base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## ## The known suffix of the stack is as follows: ## Let @@ -1959,7 +2344,7 @@ interactive_expr: Match True With WILD ARROW Let With interactive_expr: Match True With WILD ARROW True COMMA Bytes Else ## -## Ends in an error in state: 478. +## Ends in an error in state: 502. ## ## cases(base_cond) -> cases(base_cond) . VBAR case_clause(base_cond) [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## match_expr(base_cond) -> Match expr With option(VBAR) cases(base_cond) . [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] @@ -1971,30 +2356,30 @@ interactive_expr: Match True With WILD ARROW True COMMA Bytes Else ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 291, spurious reduction of production nsepseq(disj_expr_level,COMMA) -> disj_expr_level -## In state 290, spurious reduction of production tuple(disj_expr_level) -> disj_expr_level COMMA nsepseq(disj_expr_level,COMMA) -## In state 212, spurious reduction of production tuple_expr -> tuple(disj_expr_level) -## In state 476, spurious reduction of production base_expr(base_cond) -> tuple_expr -## In state 369, spurious reduction of production base_cond__open(base_cond) -> base_expr(base_cond) -## In state 370, spurious reduction of production base_cond -> base_cond__open(base_cond) -## In state 399, spurious reduction of production case_clause(base_cond) -> pattern ARROW base_cond -## In state 344, spurious reduction of production cases(base_cond) -> case_clause(base_cond) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 292, spurious reduction of production nsepseq(disj_expr_level,COMMA) -> disj_expr_level +## In state 291, spurious reduction of production tuple(disj_expr_level) -> disj_expr_level COMMA nsepseq(disj_expr_level,COMMA) +## In state 213, spurious reduction of production tuple_expr -> tuple(disj_expr_level) +## In state 497, spurious reduction of production base_expr(base_cond) -> tuple_expr +## In state 372, spurious reduction of production base_cond__open(base_cond) -> base_expr(base_cond) +## In state 373, spurious reduction of production base_cond -> base_cond__open(base_cond) +## In state 411, spurious reduction of production case_clause(base_cond) -> pattern ARROW base_cond +## In state 346, spurious reduction of production cases(base_cond) -> case_clause(base_cond) ## interactive_expr: Match True With WILD ARROW True Else ## -## Ends in an error in state: 477. +## Ends in an error in state: 498. ## ## base_expr(base_cond) -> disj_expr_level . [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or Let In End EOF COMMA COLON BOOL_OR Attr ] @@ -2008,22 +2393,22 @@ interactive_expr: Match True With WILD ARROW True Else ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level ## interactive_expr: Match True With WILD ARROW With ## -## Ends in an error in state: 463. +## Ends in an error in state: 483. ## ## case_clause(base_cond) -> pattern ARROW . base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -2035,7 +2420,7 @@ interactive_expr: Match True With WILD ARROW With interactive_expr: Match True With WILD COMMA WILD COMMA With ## -## Ends in an error in state: 321. +## Ends in an error in state: 322. ## ## nsepseq(sub_pattern,COMMA) -> sub_pattern COMMA . nsepseq(sub_pattern,COMMA) [ ARROW ] ## @@ -2047,7 +2432,7 @@ interactive_expr: Match True With WILD COMMA WILD COMMA With interactive_expr: Match True With WILD COMMA WILD With ## -## Ends in an error in state: 320. +## Ends in an error in state: 321. ## ## nsepseq(sub_pattern,COMMA) -> sub_pattern . [ ARROW ] ## nsepseq(sub_pattern,COMMA) -> sub_pattern . COMMA nsepseq(sub_pattern,COMMA) [ ARROW ] @@ -2060,7 +2445,7 @@ interactive_expr: Match True With WILD COMMA WILD With interactive_expr: Match True With WILD COMMA With ## -## Ends in an error in state: 319. +## Ends in an error in state: 320. ## ## tuple(sub_pattern) -> sub_pattern COMMA . nsepseq(sub_pattern,COMMA) [ ARROW ] ## @@ -2072,7 +2457,7 @@ interactive_expr: Match True With WILD COMMA With interactive_expr: Match True With WILD CONS Bytes SEMI ## -## Ends in an error in state: 462. +## Ends in an error in state: 482. ## ## case_clause(base_cond) -> pattern . ARROW base_cond [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -2084,14 +2469,14 @@ interactive_expr: Match True With WILD CONS Bytes SEMI ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). ## In state 94, spurious reduction of production tail -> sub_pattern -## In state 318, spurious reduction of production pattern -> sub_pattern CONS tail +## In state 319, spurious reduction of production pattern -> sub_pattern CONS tail ## interactive_expr: Match True With WILD CONS With ## -## Ends in an error in state: 317. +## Ends in an error in state: 318. ## ## pattern -> sub_pattern CONS . tail [ ARROW ] ## @@ -2103,7 +2488,7 @@ interactive_expr: Match True With WILD CONS With interactive_expr: Match True With WILD With ## -## Ends in an error in state: 337. +## Ends in an error in state: 339. ## ## pattern -> core_pattern . [ ARROW ] ## sub_pattern -> core_pattern . [ CONS COMMA ] @@ -2116,7 +2501,7 @@ interactive_expr: Match True With WILD With interactive_expr: Match True With With ## -## Ends in an error in state: 460. +## Ends in an error in state: 480. ## ## match_expr(base_cond) -> Match expr With . option(VBAR) cases(base_cond) [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## @@ -2152,7 +2537,7 @@ interactive_expr: Not With interactive_expr: True BOOL_AND With ## -## Ends in an error in state: 266. +## Ends in an error in state: 267. ## ## bin_op(conj_expr_level,BOOL_AND,comp_expr_level) -> conj_expr_level BOOL_AND . comp_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or Let In End Else EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2164,7 +2549,7 @@ interactive_expr: True BOOL_AND With interactive_expr: True BOOL_OR With ## -## Ends in an error in state: 297. +## Ends in an error in state: 298. ## ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level BOOL_OR . conj_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or Let In End Else EOF COMMA COLON BOOL_OR Attr ] ## @@ -2176,7 +2561,7 @@ interactive_expr: True BOOL_OR With interactive_expr: True CAT With ## -## Ends in an error in state: 249. +## Ends in an error in state: 250. ## ## bin_op(cons_expr_level,CAT,cat_expr_level) -> cons_expr_level CAT . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2188,7 +2573,7 @@ interactive_expr: True CAT With interactive_expr: True COMMA True COMMA With ## -## Ends in an error in state: 292. +## Ends in an error in state: 293. ## ## nsepseq(disj_expr_level,COMMA) -> disj_expr_level COMMA . nsepseq(disj_expr_level,COMMA) [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End Else EOF COLON Attr ] ## @@ -2200,7 +2585,7 @@ interactive_expr: True COMMA True COMMA With interactive_expr: True COMMA With ## -## Ends in an error in state: 289. +## Ends in an error in state: 290. ## ## tuple(disj_expr_level) -> disj_expr_level COMMA . nsepseq(disj_expr_level,COMMA) [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Let In End Else EOF COLON Attr ] ## @@ -2212,7 +2597,7 @@ interactive_expr: True COMMA With interactive_expr: True CONS With ## -## Ends in an error in state: 263. +## Ends in an error in state: 264. ## ## bin_op(add_expr_level,CONS,cons_expr_level) -> add_expr_level CONS . cons_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2224,7 +2609,7 @@ interactive_expr: True CONS With interactive_expr: True Constr With ## -## Ends in an error in state: 195. +## Ends in an error in state: 196. ## ## module_field -> Constr . DOT Ident [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] ## projection -> Constr . DOT Ident DOT nsepseq(selection,DOT) [ With VBAR Type True Then TIMES String SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Nat NE Mutez Mod MINUS Let LT LPAR LE LBRACKET LBRACE Int In Ident GT GE False End Else EQ EOF Constr CONS COMMA COLON CAT Bytes Begin BOOL_OR BOOL_AND Attr ] @@ -2237,7 +2622,7 @@ interactive_expr: True Constr With interactive_expr: True EQ With ## -## Ends in an error in state: 278. +## Ends in an error in state: 279. ## ## bin_op(comp_expr_level,EQ,cat_expr_level) -> comp_expr_level EQ . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2249,7 +2634,7 @@ interactive_expr: True EQ With interactive_expr: True GE With ## -## Ends in an error in state: 276. +## Ends in an error in state: 277. ## ## bin_op(comp_expr_level,GE,cat_expr_level) -> comp_expr_level GE . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2261,7 +2646,7 @@ interactive_expr: True GE With interactive_expr: True GT With ## -## Ends in an error in state: 274. +## Ends in an error in state: 275. ## ## bin_op(comp_expr_level,GT,cat_expr_level) -> comp_expr_level GT . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2273,7 +2658,7 @@ interactive_expr: True GT With interactive_expr: True LE With ## -## Ends in an error in state: 272. +## Ends in an error in state: 273. ## ## bin_op(comp_expr_level,LE,cat_expr_level) -> comp_expr_level LE . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2285,7 +2670,7 @@ interactive_expr: True LE With interactive_expr: True LT With ## -## Ends in an error in state: 270. +## Ends in an error in state: 271. ## ## bin_op(comp_expr_level,LT,cat_expr_level) -> comp_expr_level LT . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2297,7 +2682,7 @@ interactive_expr: True LT With interactive_expr: True MINUS C_None WILD ## -## Ends in an error in state: 262. +## Ends in an error in state: 263. ## ## bin_op(add_expr_level,MINUS,mult_expr_level) -> add_expr_level MINUS mult_expr_level . [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE PLUS Or NE MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## bin_op(mult_expr_level,Mod,unary_expr_level) -> mult_expr_level . Mod unary_expr_level [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] @@ -2312,7 +2697,7 @@ interactive_expr: True MINUS C_None WILD interactive_expr: True MINUS With ## -## Ends in an error in state: 261. +## Ends in an error in state: 262. ## ## bin_op(add_expr_level,MINUS,mult_expr_level) -> add_expr_level MINUS . mult_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE PLUS Or NE MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2320,11 +2705,11 @@ interactive_expr: True MINUS With ## add_expr_level MINUS ## -Biep boop bap + interactive_expr: True Mod With ## -## Ends in an error in state: 232. +## Ends in an error in state: 233. ## ## bin_op(mult_expr_level,Mod,unary_expr_level) -> mult_expr_level Mod . unary_expr_level [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2336,7 +2721,7 @@ interactive_expr: True Mod With interactive_expr: True NE With ## -## Ends in an error in state: 268. +## Ends in an error in state: 269. ## ## bin_op(comp_expr_level,NE,cat_expr_level) -> comp_expr_level NE . cat_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or NE Let LT LE In GT GE End Else EQ EOF COMMA COLON BOOL_OR BOOL_AND Attr ] ## @@ -2348,7 +2733,7 @@ interactive_expr: True NE With interactive_expr: True Or With ## -## Ends in an error in state: 247. +## Ends in an error in state: 248. ## ## bin_op(disj_expr_level,Or,conj_expr_level) -> disj_expr_level Or . conj_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE Or Let In End Else EOF COMMA COLON BOOL_OR Attr ] ## @@ -2360,7 +2745,7 @@ interactive_expr: True Or With interactive_expr: True PLUS C_None WILD ## -## Ends in an error in state: 260. +## Ends in an error in state: 261. ## ## bin_op(add_expr_level,PLUS,mult_expr_level) -> add_expr_level PLUS mult_expr_level . [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE PLUS Or NE MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## bin_op(mult_expr_level,Mod,unary_expr_level) -> mult_expr_level . Mod unary_expr_level [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] @@ -2375,7 +2760,7 @@ interactive_expr: True PLUS C_None WILD interactive_expr: True PLUS With ## -## Ends in an error in state: 259. +## Ends in an error in state: 260. ## ## bin_op(add_expr_level,PLUS,mult_expr_level) -> add_expr_level PLUS . mult_expr_level [ With VBAR Type Then SEMI RPAR RBRACKET RBRACE PLUS Or NE MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2383,11 +2768,11 @@ interactive_expr: True PLUS With ## add_expr_level PLUS ## -Bliepaty + interactive_expr: True SLASH With ## -## Ends in an error in state: 230. +## Ends in an error in state: 231. ## ## bin_op(mult_expr_level,SLASH,unary_expr_level) -> mult_expr_level SLASH . unary_expr_level [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2399,7 +2784,7 @@ interactive_expr: True SLASH With interactive_expr: True TIMES With ## -## Ends in an error in state: 219. +## Ends in an error in state: 220. ## ## bin_op(mult_expr_level,TIMES,unary_expr_level) -> mult_expr_level TIMES . unary_expr_level [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2411,7 +2796,7 @@ interactive_expr: True TIMES With interactive_expr: True True True WILD ## -## Ends in an error in state: 225. +## Ends in an error in state: 226. ## ## seq(core_expr) -> core_expr . seq(core_expr) [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2423,7 +2808,7 @@ interactive_expr: True True True WILD interactive_expr: True True WILD ## -## Ends in an error in state: 223. +## Ends in an error in state: 224. ## ## nseq(core_expr) -> core_expr . seq(core_expr) [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## @@ -2435,7 +2820,7 @@ interactive_expr: True True WILD interactive_expr: True VBAR ## -## Ends in an error in state: 246. +## Ends in an error in state: 247. ## ## base_expr(expr) -> disj_expr_level . [ With Type Then SEMI RPAR RBRACKET RBRACE Let In End EOF COLON Attr ] ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ With Type Then SEMI RPAR RBRACKET RBRACE Or Let In End EOF COMMA COLON BOOL_OR Attr ] @@ -2449,22 +2834,22 @@ interactive_expr: True VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level ## interactive_expr: True WILD ## -## Ends in an error in state: 221. +## Ends in an error in state: 222. ## ## call_expr -> core_expr . nseq(core_expr) [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] ## call_expr_level -> core_expr . [ With VBAR Type Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LE In GT GE End Else EQ EOF CONS COMMA COLON CAT BOOL_OR BOOL_AND Attr ] @@ -2477,7 +2862,7 @@ interactive_expr: True WILD interactive_expr: True With ## -## Ends in an error in state: 498. +## Ends in an error in state: 522. ## ## interactive_expr -> expr . EOF [ # ] ## @@ -2488,25 +2873,25 @@ interactive_expr: True With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) ## interactive_expr: With ## -## Ends in an error in state: 496. +## Ends in an error in state: 520. ## ## interactive_expr' -> . interactive_expr [ # ] ## @@ -2952,7 +3337,7 @@ contract: Let LPAR With contract: Let WILD COLON Ident VBAR ## -## Ends in an error in state: 380. +## Ends in an error in state: 383. ## ## let_binding -> irrefutable option(type_annotation) . EQ expr [ Type Let In EOF Attr ] ## @@ -3023,7 +3408,7 @@ contract: Let WILD COMMA With contract: Let WILD EQ Bytes Attr With ## -## Ends in an error in state: 169. +## Ends in an error in state: 170. ## ## seq(Attr) -> Attr . seq(Attr) [ Type Let In EOF ] ## @@ -3035,7 +3420,7 @@ contract: Let WILD EQ Bytes Attr With contract: Let WILD EQ Bytes With ## -## Ends in an error in state: 487. +## Ends in an error in state: 511. ## ## let_declaration -> Let let_binding . seq(Attr) [ Type Let EOF ] ## @@ -3046,26 +3431,26 @@ contract: Let WILD EQ Bytes With ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 221, spurious reduction of production call_expr_level -> core_expr -## In state 228, spurious reduction of production unary_expr_level -> call_expr_level -## In state 210, spurious reduction of production mult_expr_level -> unary_expr_level -## In state 218, spurious reduction of production add_expr_level -> mult_expr_level -## In state 258, spurious reduction of production cons_expr_level -> add_expr_level -## In state 248, spurious reduction of production cat_expr_level -> cons_expr_level -## In state 280, spurious reduction of production comp_expr_level -> cat_expr_level -## In state 287, spurious reduction of production conj_expr_level -> comp_expr_level -## In state 294, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 246, spurious reduction of production base_expr(expr) -> disj_expr_level -## In state 300, spurious reduction of production base_cond__open(expr) -> base_expr(expr) -## In state 301, spurious reduction of production expr -> base_cond__open(expr) -## In state 382, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr +## In state 222, spurious reduction of production call_expr_level -> core_expr +## In state 229, spurious reduction of production unary_expr_level -> call_expr_level +## In state 211, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 219, spurious reduction of production add_expr_level -> mult_expr_level +## In state 259, spurious reduction of production cons_expr_level -> add_expr_level +## In state 249, spurious reduction of production cat_expr_level -> cons_expr_level +## In state 281, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 288, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 295, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 247, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 301, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 302, spurious reduction of production expr -> base_cond__open(expr) +## In state 385, spurious reduction of production let_binding -> irrefutable option(type_annotation) EQ expr ## contract: Let WILD EQ With ## -## Ends in an error in state: 381. +## Ends in an error in state: 384. ## ## let_binding -> irrefutable option(type_annotation) EQ . expr [ Type Let In EOF Attr ] ## @@ -3077,7 +3462,7 @@ contract: Let WILD EQ With contract: Let WILD WILD ## -## Ends in an error in state: 379. +## Ends in an error in state: 382. ## ## let_binding -> irrefutable . option(type_annotation) EQ expr [ Type Let In EOF Attr ] ## @@ -3232,7 +3617,7 @@ contract: Type Ident EQ Ident TIMES With contract: Type Ident EQ Ident VBAR ## -## Ends in an error in state: 493. +## Ends in an error in state: 517. ## ## declarations -> declaration . [ EOF ] ## declarations -> declaration . declarations [ EOF ] @@ -3248,7 +3633,7 @@ contract: Type Ident EQ Ident VBAR ## In state 35, spurious reduction of production fun_type -> cartesian ## In state 26, spurious reduction of production type_expr -> fun_type ## In state 60, spurious reduction of production type_decl -> Type Ident EQ type_expr -## In state 489, spurious reduction of production declaration -> type_decl +## In state 513, spurious reduction of production declaration -> type_decl ## diff --git a/src/passes/1-parser/pascaligo.ml b/src/passes/1-parser/pascaligo.ml index 10eeaa30d..cbbe2014c 100644 --- a/src/passes/1-parser/pascaligo.ml +++ b/src/passes/1-parser/pascaligo.ml @@ -50,7 +50,7 @@ module Errors = fun () -> Format.asprintf "%a" Location.pp_lift @@ loc)] *) let generic message = - let title () = "" + let title () = "scofzpfj%!" and message () = message.Region.value in Trace.error ~data:[] title message end @@ -182,10 +182,14 @@ let parse_expression (s: string) = let ext = PreIO.ext let options = PreIO.pre_options ~input:None ~expr:true end in + Format.printf "coucou : %s\n%!" s; let module Unit = PreUnit (IO) in match Lexer.(open_token_stream @@ String s) with Ok instance -> let thunk () = Unit.apply instance Unit.parse_expr - in parse (module IO) thunk + in + Format.printf "ok\n%!"; + parse (module IO) thunk | Stdlib.Error (Lexer.File_opening msg) -> + Format.printf "fail\n%!"; Trace.fail @@ Errors.generic @@ Region.wrap_ghost msg diff --git a/src/passes/1-parser/pascaligo/Parser.mly b/src/passes/1-parser/pascaligo/Parser.mly index 20b89b278..502ea5fb2 100644 --- a/src/passes/1-parser/pascaligo/Parser.mly +++ b/src/passes/1-parser/pascaligo/Parser.mly @@ -237,21 +237,10 @@ field_decl: fun_expr: - | "function" parameters ":" type_expr "is" expr { - let stop = expr_to_region $6 in - let region = cover $1 stop - and value = {kwd_recursive= None; - kwd_function = $1; - param = $2; - colon = $3; - ret_type = $4; - kwd_is = $5; - return = $6} - in {region; value} } - | "recursive" "function" parameters ":" type_expr "is" expr { + | ioption ("recursive") "function" parameters ":" type_expr "is" expr { let stop = expr_to_region $7 in let region = cover $2 stop - and value = {kwd_recursive= Some($1); + and value = {kwd_recursive= $1; kwd_function = $2; param = $3; colon = $4; @@ -263,7 +252,7 @@ fun_expr: (* Function declarations *) open_fun_decl: - "recursive"? "function" fun_name parameters ":" type_expr "is" + ioption ("recursive") "function" fun_name parameters ":" type_expr "is" block "with" expr { Scoping.check_reserved_name $3; let stop = expr_to_region $10 in @@ -281,7 +270,7 @@ open_fun_decl: attributes = None} in {region; value} } -| "recursive"? "function" fun_name parameters ":" type_expr "is" expr { +| ioption ("recursive") "function" fun_name parameters ":" type_expr "is" expr { Scoping.check_reserved_name $3; let stop = expr_to_region $8 in let region = cover $2 stop diff --git a/src/passes/1-parser/pascaligo/error.messages.checked-in b/src/passes/1-parser/pascaligo/error.messages.checked-in index 51fc4f532..03e031548 100644 --- a/src/passes/1-parser/pascaligo/error.messages.checked-in +++ b/src/passes/1-parser/pascaligo/error.messages.checked-in @@ -1,8 +1,8 @@ interactive_expr: BigMap LBRACKET Unit ARROW Bytes End ## -## Ends in an error in state: 144. +## Ends in an error in state: 110. ## -## injection(BigMap,binding) -> BigMap LBRACKET sep_or_term_list(binding,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap LBRACKET sep_or_term_list(binding,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## BigMap LBRACKET sep_or_term_list(binding,SEMI) @@ -11,29 +11,29 @@ interactive_expr: BigMap LBRACKET Unit ARROW Bytes End ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## In state 242, spurious reduction of production nsepseq(binding,SEMI) -> binding -## In state 238, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## In state 229, spurious reduction of production nsepseq(binding,SEMI) -> binding +## In state 225, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) ## interactive_expr: BigMap LBRACKET With ## -## Ends in an error in state: 137. +## Ends in an error in state: 103. ## -## injection(BigMap,binding) -> BigMap LBRACKET . sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(BigMap,binding) -> BigMap LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap LBRACKET . sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## BigMap LBRACKET @@ -43,9 +43,9 @@ interactive_expr: BigMap LBRACKET With interactive_expr: BigMap Unit ARROW Bytes RBRACKET ## -## Ends in an error in state: 250. +## Ends in an error in state: 237. ## -## injection(BigMap,binding) -> BigMap sep_or_term_list(binding,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap sep_or_term_list(binding,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## BigMap sep_or_term_list(binding,SEMI) @@ -54,31 +54,31 @@ interactive_expr: BigMap Unit ARROW Bytes RBRACKET ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## In state 242, spurious reduction of production nsepseq(binding,SEMI) -> binding -## In state 238, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## In state 229, spurious reduction of production nsepseq(binding,SEMI) -> binding +## In state 225, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) ## interactive_expr: BigMap With ## -## Ends in an error in state: 136. +## Ends in an error in state: 102. ## -## injection(BigMap,binding) -> BigMap . sep_or_term_list(binding,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(BigMap,binding) -> BigMap . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(BigMap,binding) -> BigMap . LBRACKET sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(BigMap,binding) -> BigMap . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap . sep_or_term_list(binding,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap . LBRACKET sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(BigMap,binding) -> BigMap . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## BigMap @@ -88,9 +88,9 @@ interactive_expr: BigMap With interactive_expr: C_Some With ## -## Ends in an error in state: 132. +## Ends in an error in state: 98. ## -## core_expr -> C_Some . arguments [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## core_expr -> C_Some . arguments [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## C_Some @@ -100,7 +100,7 @@ interactive_expr: C_Some With interactive_expr: Case Unit Of C_Some LPAR WILD With ## -## Ends in an error in state: 278. +## Ends in an error in state: 265. ## ## par(core_pattern) -> LPAR core_pattern . RPAR [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -112,7 +112,7 @@ interactive_expr: Case Unit Of C_Some LPAR WILD With interactive_expr: Case Unit Of C_Some LPAR With ## -## Ends in an error in state: 270. +## Ends in an error in state: 257. ## ## par(core_pattern) -> LPAR . core_pattern RPAR [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -124,7 +124,7 @@ interactive_expr: Case Unit Of C_Some LPAR With interactive_expr: Case Unit Of C_Some With ## -## Ends in an error in state: 269. +## Ends in an error in state: 256. ## ## constr_pattern -> C_Some . par(core_pattern) [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -136,7 +136,7 @@ interactive_expr: Case Unit Of C_Some With interactive_expr: Case Unit Of Constr LPAR WILD With ## -## Ends in an error in state: 284. +## Ends in an error in state: 271. ## ## nsepseq(core_pattern,COMMA) -> core_pattern . [ RPAR ] ## nsepseq(core_pattern,COMMA) -> core_pattern . COMMA nsepseq(core_pattern,COMMA) [ RPAR ] @@ -149,7 +149,7 @@ interactive_expr: Case Unit Of Constr LPAR WILD With interactive_expr: Case Unit Of Constr LPAR With ## -## Ends in an error in state: 268. +## Ends in an error in state: 255. ## ## par(nsepseq(core_pattern,COMMA)) -> LPAR . nsepseq(core_pattern,COMMA) RPAR [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -161,7 +161,7 @@ interactive_expr: Case Unit Of Constr LPAR With interactive_expr: Case Unit Of Constr With ## -## Ends in an error in state: 267. +## Ends in an error in state: 254. ## ## constr_pattern -> Constr . tuple_pattern [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## constr_pattern -> Constr . [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] @@ -174,9 +174,9 @@ interactive_expr: Case Unit Of Constr With interactive_expr: Case Unit Of LBRACKET VBAR Block ## -## Ends in an error in state: 255. +## Ends in an error in state: 242. ## -## case(expr) -> Case expr Of LBRACKET option(VBAR) . cases(expr) RBRACKET [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of LBRACKET option(VBAR) . cases(expr) RBRACKET [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr Of LBRACKET option(VBAR) @@ -186,9 +186,9 @@ interactive_expr: Case Unit Of LBRACKET VBAR Block interactive_expr: Case Unit Of LBRACKET WILD ARROW Bytes End ## -## Ends in an error in state: 319. +## Ends in an error in state: 306. ## -## case(expr) -> Case expr Of LBRACKET option(VBAR) cases(expr) . RBRACKET [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of LBRACKET option(VBAR) cases(expr) . RBRACKET [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr Of LBRACKET option(VBAR) cases(expr) @@ -197,28 +197,28 @@ interactive_expr: Case Unit Of LBRACKET WILD ARROW Bytes End ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 317, spurious reduction of production case_clause(expr) -> pattern ARROW expr -## In state 321, spurious reduction of production nsepseq(case_clause(expr),VBAR) -> case_clause(expr) -## In state 318, spurious reduction of production cases(expr) -> nsepseq(case_clause(expr),VBAR) +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 304, spurious reduction of production case_clause(expr) -> pattern ARROW expr +## In state 308, spurious reduction of production nsepseq(case_clause(expr),VBAR) -> case_clause(expr) +## In state 305, spurious reduction of production cases(expr) -> nsepseq(case_clause(expr),VBAR) ## interactive_expr: Case Unit Of LBRACKET With ## -## Ends in an error in state: 254. +## Ends in an error in state: 241. ## -## case(expr) -> Case expr Of LBRACKET . option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of LBRACKET . option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr Of LBRACKET @@ -228,7 +228,7 @@ interactive_expr: Case Unit Of LBRACKET With interactive_expr: Case Unit Of LPAR WILD COMMA With ## -## Ends in an error in state: 285. +## Ends in an error in state: 272. ## ## nsepseq(core_pattern,COMMA) -> core_pattern COMMA . nsepseq(core_pattern,COMMA) [ RPAR ] ## @@ -240,7 +240,7 @@ interactive_expr: Case Unit Of LPAR WILD COMMA With interactive_expr: Case Unit Of LPAR WILD CONS Bytes ARROW ## -## Ends in an error in state: 297. +## Ends in an error in state: 284. ## ## par(cons_pattern) -> LPAR cons_pattern . RPAR [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -251,15 +251,15 @@ interactive_expr: Case Unit Of LPAR WILD CONS Bytes ARROW ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 291, spurious reduction of production pattern -> core_pattern -## In state 290, spurious reduction of production cons_pattern -> core_pattern CONS pattern +## In state 278, spurious reduction of production pattern -> core_pattern +## In state 277, spurious reduction of production cons_pattern -> core_pattern CONS pattern ## interactive_expr: Case Unit Of LPAR WILD CONS With ## -## Ends in an error in state: 289. +## Ends in an error in state: 276. ## ## cons_pattern -> core_pattern CONS . pattern [ RPAR ] ## @@ -271,7 +271,7 @@ interactive_expr: Case Unit Of LPAR WILD CONS With interactive_expr: Case Unit Of LPAR WILD With ## -## Ends in an error in state: 288. +## Ends in an error in state: 275. ## ## cons_pattern -> core_pattern . CONS pattern [ RPAR ] ## nsepseq(core_pattern,COMMA) -> core_pattern . [ RPAR ] @@ -285,7 +285,7 @@ interactive_expr: Case Unit Of LPAR WILD With interactive_expr: Case Unit Of LPAR With ## -## Ends in an error in state: 263. +## Ends in an error in state: 250. ## ## par(cons_pattern) -> LPAR . cons_pattern RPAR [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## par(nsepseq(core_pattern,COMMA)) -> LPAR . nsepseq(core_pattern,COMMA) RPAR [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] @@ -298,7 +298,7 @@ interactive_expr: Case Unit Of LPAR With interactive_expr: Case Unit Of List LBRACKET WILD End ## -## Ends in an error in state: 301. +## Ends in an error in state: 288. ## ## injection(List,core_pattern) -> List LBRACKET sep_or_term_list(core_pattern,SEMI) . RBRACKET [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -309,15 +309,15 @@ interactive_expr: Case Unit Of List LBRACKET WILD End ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 305, spurious reduction of production nsepseq(core_pattern,SEMI) -> core_pattern -## In state 304, spurious reduction of production sep_or_term_list(core_pattern,SEMI) -> nsepseq(core_pattern,SEMI) +## In state 292, spurious reduction of production nsepseq(core_pattern,SEMI) -> core_pattern +## In state 291, spurious reduction of production sep_or_term_list(core_pattern,SEMI) -> nsepseq(core_pattern,SEMI) ## interactive_expr: Case Unit Of List LBRACKET With ## -## Ends in an error in state: 299. +## Ends in an error in state: 286. ## ## injection(List,core_pattern) -> List LBRACKET . sep_or_term_list(core_pattern,SEMI) RBRACKET [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## injection(List,core_pattern) -> List LBRACKET . RBRACKET [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] @@ -330,7 +330,7 @@ interactive_expr: Case Unit Of List LBRACKET With interactive_expr: Case Unit Of List WILD RBRACKET ## -## Ends in an error in state: 313. +## Ends in an error in state: 300. ## ## injection(List,core_pattern) -> List sep_or_term_list(core_pattern,SEMI) . End [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## @@ -341,15 +341,15 @@ interactive_expr: Case Unit Of List WILD RBRACKET ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 305, spurious reduction of production nsepseq(core_pattern,SEMI) -> core_pattern -## In state 304, spurious reduction of production sep_or_term_list(core_pattern,SEMI) -> nsepseq(core_pattern,SEMI) +## In state 292, spurious reduction of production nsepseq(core_pattern,SEMI) -> core_pattern +## In state 291, spurious reduction of production sep_or_term_list(core_pattern,SEMI) -> nsepseq(core_pattern,SEMI) ## interactive_expr: Case Unit Of List WILD SEMI WILD SEMI With ## -## Ends in an error in state: 310. +## Ends in an error in state: 297. ## ## nsepseq(core_pattern,SEMI) -> core_pattern SEMI . nsepseq(core_pattern,SEMI) [ RBRACKET End ] ## seq(__anonymous_0(core_pattern,SEMI)) -> core_pattern SEMI . seq(__anonymous_0(core_pattern,SEMI)) [ RBRACKET End ] @@ -362,7 +362,7 @@ interactive_expr: Case Unit Of List WILD SEMI WILD SEMI With interactive_expr: Case Unit Of List WILD SEMI WILD With ## -## Ends in an error in state: 309. +## Ends in an error in state: 296. ## ## nsepseq(core_pattern,SEMI) -> core_pattern . [ RBRACKET End ] ## nsepseq(core_pattern,SEMI) -> core_pattern . SEMI nsepseq(core_pattern,SEMI) [ RBRACKET End ] @@ -376,7 +376,7 @@ interactive_expr: Case Unit Of List WILD SEMI WILD With interactive_expr: Case Unit Of List WILD SEMI With ## -## Ends in an error in state: 306. +## Ends in an error in state: 293. ## ## nsepseq(core_pattern,SEMI) -> core_pattern SEMI . nsepseq(core_pattern,SEMI) [ RBRACKET End ] ## nseq(__anonymous_0(core_pattern,SEMI)) -> core_pattern SEMI . seq(__anonymous_0(core_pattern,SEMI)) [ RBRACKET End ] @@ -389,7 +389,7 @@ interactive_expr: Case Unit Of List WILD SEMI With interactive_expr: Case Unit Of List WILD With ## -## Ends in an error in state: 305. +## Ends in an error in state: 292. ## ## nsepseq(core_pattern,SEMI) -> core_pattern . [ RBRACKET End ] ## nsepseq(core_pattern,SEMI) -> core_pattern . SEMI nsepseq(core_pattern,SEMI) [ RBRACKET End ] @@ -403,7 +403,7 @@ interactive_expr: Case Unit Of List WILD With interactive_expr: Case Unit Of List With ## -## Ends in an error in state: 262. +## Ends in an error in state: 249. ## ## injection(List,core_pattern) -> List . sep_or_term_list(core_pattern,SEMI) End [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] ## injection(List,core_pattern) -> List . End [ SEMI RPAR RBRACKET End CONS COMMA ARROW ] @@ -418,9 +418,9 @@ interactive_expr: Case Unit Of List With interactive_expr: Case Unit Of VBAR Block ## -## Ends in an error in state: 324. +## Ends in an error in state: 311. ## -## case(expr) -> Case expr Of option(VBAR) . cases(expr) End [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of option(VBAR) . cases(expr) End [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr Of option(VBAR) @@ -430,9 +430,9 @@ interactive_expr: Case Unit Of VBAR Block interactive_expr: Case Unit Of WILD ARROW Bytes RBRACKET ## -## Ends in an error in state: 325. +## Ends in an error in state: 312. ## -## case(expr) -> Case expr Of option(VBAR) cases(expr) . End [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of option(VBAR) cases(expr) . End [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr Of option(VBAR) cases(expr) @@ -441,26 +441,26 @@ interactive_expr: Case Unit Of WILD ARROW Bytes RBRACKET ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 317, spurious reduction of production case_clause(expr) -> pattern ARROW expr -## In state 321, spurious reduction of production nsepseq(case_clause(expr),VBAR) -> case_clause(expr) -## In state 318, spurious reduction of production cases(expr) -> nsepseq(case_clause(expr),VBAR) +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 304, spurious reduction of production case_clause(expr) -> pattern ARROW expr +## In state 308, spurious reduction of production nsepseq(case_clause(expr),VBAR) -> case_clause(expr) +## In state 305, spurious reduction of production cases(expr) -> nsepseq(case_clause(expr),VBAR) ## interactive_expr: Case Unit Of WILD ARROW Bytes Type ## -## Ends in an error in state: 321. +## Ends in an error in state: 308. ## ## nsepseq(case_clause(expr),VBAR) -> case_clause(expr) . [ RBRACKET End ] ## nsepseq(case_clause(expr),VBAR) -> case_clause(expr) . VBAR nsepseq(case_clause(expr),VBAR) [ RBRACKET End ] @@ -472,24 +472,24 @@ interactive_expr: Case Unit Of WILD ARROW Bytes Type ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 317, spurious reduction of production case_clause(expr) -> pattern ARROW expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 304, spurious reduction of production case_clause(expr) -> pattern ARROW expr ## interactive_expr: Case Unit Of WILD ARROW Bytes VBAR With ## -## Ends in an error in state: 322. +## Ends in an error in state: 309. ## ## nsepseq(case_clause(expr),VBAR) -> case_clause(expr) VBAR . nsepseq(case_clause(expr),VBAR) [ RBRACKET End ] ## @@ -501,7 +501,7 @@ interactive_expr: Case Unit Of WILD ARROW Bytes VBAR With interactive_expr: Case Unit Of WILD ARROW With ## -## Ends in an error in state: 316. +## Ends in an error in state: 303. ## ## case_clause(expr) -> pattern ARROW . expr [ VBAR RBRACKET End ] ## @@ -513,7 +513,7 @@ interactive_expr: Case Unit Of WILD ARROW With interactive_expr: Case Unit Of WILD CONS WILD CONS With ## -## Ends in an error in state: 295. +## Ends in an error in state: 282. ## ## nsepseq(core_pattern,CONS) -> core_pattern CONS . nsepseq(core_pattern,CONS) [ RPAR ARROW ] ## @@ -525,7 +525,7 @@ interactive_expr: Case Unit Of WILD CONS WILD CONS With interactive_expr: Case Unit Of WILD CONS WILD With ## -## Ends in an error in state: 294. +## Ends in an error in state: 281. ## ## nsepseq(core_pattern,CONS) -> core_pattern . [ RPAR ARROW ] ## nsepseq(core_pattern,CONS) -> core_pattern . CONS nsepseq(core_pattern,CONS) [ RPAR ARROW ] @@ -538,7 +538,7 @@ interactive_expr: Case Unit Of WILD CONS WILD With interactive_expr: Case Unit Of WILD CONS With ## -## Ends in an error in state: 292. +## Ends in an error in state: 279. ## ## pattern -> core_pattern CONS . nsepseq(core_pattern,CONS) [ RPAR ARROW ] ## @@ -550,7 +550,7 @@ interactive_expr: Case Unit Of WILD CONS With interactive_expr: Case Unit Of WILD RPAR ## -## Ends in an error in state: 315. +## Ends in an error in state: 302. ## ## case_clause(expr) -> pattern . ARROW expr [ VBAR RBRACKET End ] ## @@ -561,14 +561,14 @@ interactive_expr: Case Unit Of WILD RPAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 291, spurious reduction of production pattern -> core_pattern +## In state 278, spurious reduction of production pattern -> core_pattern ## interactive_expr: Case Unit Of WILD With ## -## Ends in an error in state: 291. +## Ends in an error in state: 278. ## ## pattern -> core_pattern . [ RPAR ARROW ] ## pattern -> core_pattern . CONS nsepseq(core_pattern,CONS) [ RPAR ARROW ] @@ -581,10 +581,10 @@ interactive_expr: Case Unit Of WILD With interactive_expr: Case Unit Of With ## -## Ends in an error in state: 253. +## Ends in an error in state: 240. ## -## case(expr) -> Case expr Of . option(VBAR) cases(expr) End [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] -## case(expr) -> Case expr Of . LBRACKET option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of . option(VBAR) cases(expr) End [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr Of . LBRACKET option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr Of @@ -594,10 +594,10 @@ interactive_expr: Case Unit Of With interactive_expr: Case Unit VBAR ## -## Ends in an error in state: 252. +## Ends in an error in state: 239. ## -## case(expr) -> Case expr . Of option(VBAR) cases(expr) End [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] -## case(expr) -> Case expr . Of LBRACKET option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr . Of option(VBAR) cases(expr) End [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case expr . Of LBRACKET option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case expr @@ -606,26 +606,26 @@ interactive_expr: Case Unit VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr ## interactive_expr: Case With ## -## Ends in an error in state: 131. +## Ends in an error in state: 97. ## -## case(expr) -> Case . expr Of option(VBAR) cases(expr) End [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] -## case(expr) -> Case . expr Of LBRACKET option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case . expr Of option(VBAR) cases(expr) End [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## case(expr) -> Case . expr Of LBRACKET option(VBAR) cases(expr) RBRACKET [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## Case @@ -633,65 +633,12 @@ interactive_expr: Case With -interactive_expr: Constr DOT And With -## -## Ends in an error in state: 169. -## -## core_expr -> module_field . [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## fun_call -> module_field . arguments [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## module_field -## - - - -interactive_expr: Constr DOT Ident DOT With -## -## Ends in an error in state: 120. -## -## projection -> Constr DOT Ident DOT . nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] -## -## The known suffix of the stack is as follows: -## Constr DOT Ident DOT -## - - - -interactive_expr: Constr DOT Ident With -## -## Ends in an error in state: 119. -## -## module_fun -> Ident . [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## projection -> Constr DOT Ident . DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] -## -## The known suffix of the stack is as follows: -## Constr DOT Ident -## - - - -interactive_expr: Constr DOT With -## -## Ends in an error in state: 115. -## -## module_field -> Constr DOT . module_fun [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## projection -> Constr DOT . Ident DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] -## -## The known suffix of the stack is as follows: -## Constr DOT -## - - - interactive_expr: Constr With ## -## Ends in an error in state: 114. +## Ends in an error in state: 94. ## -## core_expr -> Constr . arguments [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## core_expr -> Constr . [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## module_field -> Constr . DOT module_fun [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## projection -> Constr . DOT Ident DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## core_expr -> Constr . arguments [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## core_expr -> Constr . [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## Constr @@ -701,24 +648,24 @@ interactive_expr: Constr With interactive_expr: Function LPAR Const Ident COLON Ident RPAR COLON Ident Is With ## -## Ends in an error in state: 112. +## Ends in an error in state: 152. ## -## fun_expr -> Function parameters COLON type_expr Is . expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## fun_expr -> option(Recursive) Function parameters COLON type_expr Is . expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: -## Function parameters COLON type_expr Is +## option(Recursive) Function parameters COLON type_expr Is ## interactive_expr: Function LPAR Const Ident COLON Ident RPAR COLON Ident VBAR ## -## Ends in an error in state: 111. +## Ends in an error in state: 151. ## -## fun_expr -> Function parameters COLON type_expr . Is expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## fun_expr -> option(Recursive) Function parameters COLON type_expr . Is expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: -## Function parameters COLON type_expr +## option(Recursive) Function parameters COLON type_expr ## ## WARNING: This example involves spurious reductions. ## This implies that, although the LR(1) items shown above provide an @@ -734,31 +681,31 @@ interactive_expr: Function LPAR Const Ident COLON Ident RPAR COLON Ident VBAR interactive_expr: Function LPAR Const Ident COLON Ident RPAR COLON With ## -## Ends in an error in state: 110. +## Ends in an error in state: 150. ## -## fun_expr -> Function parameters COLON . type_expr Is expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## fun_expr -> option(Recursive) Function parameters COLON . type_expr Is expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: -## Function parameters COLON +## option(Recursive) Function parameters COLON ## interactive_expr: Function LPAR Const Ident COLON Ident RPAR With ## -## Ends in an error in state: 109. +## Ends in an error in state: 149. ## -## fun_expr -> Function parameters . COLON type_expr Is expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## fun_expr -> option(Recursive) Function parameters . COLON type_expr Is expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: -## Function parameters +## option(Recursive) Function parameters ## interactive_expr: Function LPAR Const Ident COLON With ## -## Ends in an error in state: 77. +## Ends in an error in state: 142. ## ## param_decl -> Const Ident COLON . param_type [ SEMI RPAR ] ## @@ -770,7 +717,7 @@ interactive_expr: Function LPAR Const Ident COLON With interactive_expr: Function LPAR Const Ident With ## -## Ends in an error in state: 76. +## Ends in an error in state: 141. ## ## param_decl -> Const Ident . COLON param_type [ SEMI RPAR ] ## @@ -782,7 +729,7 @@ interactive_expr: Function LPAR Const Ident With interactive_expr: Function LPAR Const With ## -## Ends in an error in state: 75. +## Ends in an error in state: 140. ## ## param_decl -> Const . Ident COLON param_type [ SEMI RPAR ] ## @@ -794,7 +741,7 @@ interactive_expr: Function LPAR Const With interactive_expr: Function LPAR Var Ident COLON Ident SEMI With ## -## Ends in an error in state: 80. +## Ends in an error in state: 145. ## ## nsepseq(param_decl,SEMI) -> param_decl SEMI . nsepseq(param_decl,SEMI) [ RPAR ] ## @@ -806,7 +753,7 @@ interactive_expr: Function LPAR Var Ident COLON Ident SEMI With interactive_expr: Function LPAR Var Ident COLON Ident VBAR ## -## Ends in an error in state: 79. +## Ends in an error in state: 144. ## ## nsepseq(param_decl,SEMI) -> param_decl . [ RPAR ] ## nsepseq(param_decl,SEMI) -> param_decl . SEMI nsepseq(param_decl,SEMI) [ RPAR ] @@ -821,15 +768,15 @@ interactive_expr: Function LPAR Var Ident COLON Ident VBAR ## In state 15, spurious reduction of production core_type -> Ident ## In state 29, spurious reduction of production cartesian -> core_type ## In state 35, spurious reduction of production fun_type -> cartesian -## In state 74, spurious reduction of production param_type -> fun_type -## In state 73, spurious reduction of production param_decl -> Var Ident COLON param_type +## In state 139, spurious reduction of production param_type -> fun_type +## In state 138, spurious reduction of production param_decl -> Var Ident COLON param_type ## interactive_expr: Function LPAR Var Ident COLON With ## -## Ends in an error in state: 72. +## Ends in an error in state: 137. ## ## param_decl -> Var Ident COLON . param_type [ SEMI RPAR ] ## @@ -841,7 +788,7 @@ interactive_expr: Function LPAR Var Ident COLON With interactive_expr: Function LPAR Var Ident With ## -## Ends in an error in state: 71. +## Ends in an error in state: 136. ## ## param_decl -> Var Ident . COLON param_type [ SEMI RPAR ] ## @@ -853,7 +800,7 @@ interactive_expr: Function LPAR Var Ident With interactive_expr: Function LPAR Var With ## -## Ends in an error in state: 70. +## Ends in an error in state: 135. ## ## param_decl -> Var . Ident COLON param_type [ SEMI RPAR ] ## @@ -865,7 +812,7 @@ interactive_expr: Function LPAR Var With interactive_expr: Function LPAR With ## -## Ends in an error in state: 69. +## Ends in an error in state: 134. ## ## par(nsepseq(param_decl,SEMI)) -> LPAR . nsepseq(param_decl,SEMI) RPAR [ COLON ] ## @@ -877,21 +824,21 @@ interactive_expr: Function LPAR With interactive_expr: Function With ## -## Ends in an error in state: 108. +## Ends in an error in state: 133. ## -## fun_expr -> Function . parameters COLON type_expr Is expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## fun_expr -> option(Recursive) Function . parameters COLON type_expr Is expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: -## Function +## option(Recursive) Function ## interactive_expr: Ident DOT Ident ASS ## -## Ends in an error in state: 147. +## Ends in an error in state: 113. ## -## fun_call_or_par_or_projection -> projection . option(arguments) [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## fun_call_or_par_or_projection -> projection . option(arguments) [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## path -> projection . [ With LBRACKET ] ## ## The known suffix of the stack is as follows: @@ -901,17 +848,17 @@ interactive_expr: Ident DOT Ident ASS ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 123, spurious reduction of production nsepseq(selection,DOT) -> selection -## In state 335, spurious reduction of production projection -> Ident DOT nsepseq(selection,DOT) +## In state 322, spurious reduction of production nsepseq(selection,DOT) -> selection +## In state 325, spurious reduction of production projection -> Ident DOT nsepseq(selection,DOT) ## interactive_expr: Ident DOT Int DOT With ## -## Ends in an error in state: 124. +## Ends in an error in state: 323. ## -## nsepseq(selection,DOT) -> selection DOT . nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] +## nsepseq(selection,DOT) -> selection DOT . nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] ## ## The known suffix of the stack is as follows: ## selection DOT @@ -921,10 +868,10 @@ interactive_expr: Ident DOT Int DOT With interactive_expr: Ident DOT Int While ## -## Ends in an error in state: 123. +## Ends in an error in state: 322. ## -## nsepseq(selection,DOT) -> selection . [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] -## nsepseq(selection,DOT) -> selection . DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] +## nsepseq(selection,DOT) -> selection . [ With VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] +## nsepseq(selection,DOT) -> selection . DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] ## ## The known suffix of the stack is as follows: ## selection @@ -934,9 +881,9 @@ interactive_expr: Ident DOT Int While interactive_expr: Ident DOT With ## -## Ends in an error in state: 334. +## Ends in an error in state: 319. ## -## projection -> Ident DOT . nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] +## projection -> Ident DOT . nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] ## ## The known suffix of the stack is as follows: ## Ident DOT @@ -946,9 +893,9 @@ interactive_expr: Ident DOT With interactive_expr: Ident LBRACKET Unit VBAR ## -## Ends in an error in state: 234. +## Ends in an error in state: 221. ## -## brackets(expr) -> LBRACKET expr . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] +## brackets(expr) -> LBRACKET expr . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] ## ## The known suffix of the stack is as follows: ## LBRACKET expr @@ -957,25 +904,25 @@ interactive_expr: Ident LBRACKET Unit VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr ## interactive_expr: Ident LBRACKET With ## -## Ends in an error in state: 233. +## Ends in an error in state: 220. ## -## brackets(expr) -> LBRACKET . expr RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] +## brackets(expr) -> LBRACKET . expr RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ASS ARROW ] ## ## The known suffix of the stack is as follows: ## LBRACKET @@ -985,7 +932,7 @@ interactive_expr: Ident LBRACKET With interactive_expr: Ident LPAR Unit COMMA With ## -## Ends in an error in state: 332. +## Ends in an error in state: 317. ## ## nsepseq(expr,COMMA) -> expr COMMA . nsepseq(expr,COMMA) [ RPAR ] ## @@ -997,7 +944,7 @@ interactive_expr: Ident LPAR Unit COMMA With interactive_expr: Ident LPAR Unit VBAR ## -## Ends in an error in state: 331. +## Ends in an error in state: 316. ## ## nsepseq(expr,COMMA) -> expr . [ RPAR ] ## nsepseq(expr,COMMA) -> expr . COMMA nsepseq(expr,COMMA) [ RPAR ] @@ -1009,25 +956,25 @@ interactive_expr: Ident LPAR Unit VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr ## interactive_expr: Ident LPAR With ## -## Ends in an error in state: 107. +## Ends in an error in state: 92. ## -## par(nsepseq(expr,COMMA)) -> LPAR . nsepseq(expr,COMMA) RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## par(nsepseq(expr,COMMA)) -> LPAR . nsepseq(expr,COMMA) RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## LPAR @@ -1037,12 +984,12 @@ interactive_expr: Ident LPAR With interactive_expr: Ident While ## -## Ends in an error in state: 106. +## Ends in an error in state: 91. ## -## core_expr -> Ident . [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## fun_call -> Ident . arguments [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## core_expr -> Ident . [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## fun_call -> Ident . arguments [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## path -> Ident . [ With LBRACKET ] -## projection -> Ident . DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## projection -> Ident . DOT nsepseq(selection,DOT) [ With VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE LBRACKET GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## Ident @@ -1052,7 +999,7 @@ interactive_expr: Ident While interactive_expr: Ident With Record Ident DOT With ## -## Ends in an error in state: 155. +## Ends in an error in state: 121. ## ## nsepseq(field_name,DOT) -> Ident DOT . nsepseq(field_name,DOT) [ EQ ] ## @@ -1064,9 +1011,9 @@ interactive_expr: Ident With Record Ident DOT With interactive_expr: Ident With Record Ident EQ Bytes RBRACKET ## -## Ends in an error in state: 230. +## Ends in an error in state: 217. ## -## ne_injection(Record,field_path_assignment) -> Record sep_or_term_list(field_path_assignment,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## ne_injection(Record,field_path_assignment) -> Record sep_or_term_list(field_path_assignment,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## Record sep_or_term_list(field_path_assignment,SEMI) @@ -1075,26 +1022,26 @@ interactive_expr: Ident With Record Ident EQ Bytes RBRACKET ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 187, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr -## In state 223, spurious reduction of production nsepseq(field_path_assignment,SEMI) -> field_path_assignment -## In state 160, spurious reduction of production sep_or_term_list(field_path_assignment,SEMI) -> nsepseq(field_path_assignment,SEMI) +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 209, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr +## In state 210, spurious reduction of production nsepseq(field_path_assignment,SEMI) -> field_path_assignment +## In state 126, spurious reduction of production sep_or_term_list(field_path_assignment,SEMI) -> nsepseq(field_path_assignment,SEMI) ## interactive_expr: Ident With Record Ident EQ Bytes SEMI Ident EQ Bytes SEMI With ## -## Ends in an error in state: 228. +## Ends in an error in state: 215. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment SEMI . nsepseq(field_path_assignment,SEMI) [ RBRACKET End ] ## seq(__anonymous_0(field_path_assignment,SEMI)) -> field_path_assignment SEMI . seq(__anonymous_0(field_path_assignment,SEMI)) [ RBRACKET End ] @@ -1107,7 +1054,7 @@ interactive_expr: Ident With Record Ident EQ Bytes SEMI Ident EQ Bytes SEMI With interactive_expr: Ident With Record Ident EQ Bytes SEMI Ident EQ Bytes VBAR ## -## Ends in an error in state: 227. +## Ends in an error in state: 214. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . [ RBRACKET End ] ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . SEMI nsepseq(field_path_assignment,SEMI) [ RBRACKET End ] @@ -1120,24 +1067,24 @@ interactive_expr: Ident With Record Ident EQ Bytes SEMI Ident EQ Bytes VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 187, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 209, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr ## interactive_expr: Ident With Record Ident EQ Bytes SEMI With ## -## Ends in an error in state: 224. +## Ends in an error in state: 211. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment SEMI . nsepseq(field_path_assignment,SEMI) [ RBRACKET End ] ## nseq(__anonymous_0(field_path_assignment,SEMI)) -> field_path_assignment SEMI . seq(__anonymous_0(field_path_assignment,SEMI)) [ RBRACKET End ] @@ -1150,7 +1097,7 @@ interactive_expr: Ident With Record Ident EQ Bytes SEMI With interactive_expr: Ident With Record Ident EQ Bytes VBAR ## -## Ends in an error in state: 223. +## Ends in an error in state: 210. ## ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . [ RBRACKET End ] ## nsepseq(field_path_assignment,SEMI) -> field_path_assignment . SEMI nsepseq(field_path_assignment,SEMI) [ RBRACKET End ] @@ -1163,24 +1110,24 @@ interactive_expr: Ident With Record Ident EQ Bytes VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 187, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 209, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr ## interactive_expr: Ident With Record Ident EQ With ## -## Ends in an error in state: 162. +## Ends in an error in state: 128. ## ## field_path_assignment -> nsepseq(field_name,DOT) EQ . expr [ SEMI RBRACKET End ] ## @@ -1192,7 +1139,7 @@ interactive_expr: Ident With Record Ident EQ With interactive_expr: Ident With Record Ident With ## -## Ends in an error in state: 154. +## Ends in an error in state: 120. ## ## nsepseq(field_name,DOT) -> Ident . [ EQ ] ## nsepseq(field_name,DOT) -> Ident . DOT nsepseq(field_name,DOT) [ EQ ] @@ -1205,9 +1152,9 @@ interactive_expr: Ident With Record Ident With interactive_expr: Ident With Record LBRACKET Ident EQ Bytes End ## -## Ends in an error in state: 157. +## Ends in an error in state: 123. ## -## ne_injection(Record,field_path_assignment) -> Record LBRACKET sep_or_term_list(field_path_assignment,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## ne_injection(Record,field_path_assignment) -> Record LBRACKET sep_or_term_list(field_path_assignment,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## Record LBRACKET sep_or_term_list(field_path_assignment,SEMI) @@ -1216,28 +1163,28 @@ interactive_expr: Ident With Record LBRACKET Ident EQ Bytes End ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 187, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr -## In state 223, spurious reduction of production nsepseq(field_path_assignment,SEMI) -> field_path_assignment -## In state 160, spurious reduction of production sep_or_term_list(field_path_assignment,SEMI) -> nsepseq(field_path_assignment,SEMI) +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 209, spurious reduction of production field_path_assignment -> nsepseq(field_name,DOT) EQ expr +## In state 210, spurious reduction of production nsepseq(field_path_assignment,SEMI) -> field_path_assignment +## In state 126, spurious reduction of production sep_or_term_list(field_path_assignment,SEMI) -> nsepseq(field_path_assignment,SEMI) ## interactive_expr: Ident With Record LBRACKET With ## -## Ends in an error in state: 153. +## Ends in an error in state: 119. ## -## ne_injection(Record,field_path_assignment) -> Record LBRACKET . sep_or_term_list(field_path_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## ne_injection(Record,field_path_assignment) -> Record LBRACKET . sep_or_term_list(field_path_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## Record LBRACKET @@ -1247,10 +1194,10 @@ interactive_expr: Ident With Record LBRACKET With interactive_expr: Ident With Record With ## -## Ends in an error in state: 152. +## Ends in an error in state: 118. ## -## ne_injection(Record,field_path_assignment) -> Record . sep_or_term_list(field_path_assignment,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## ne_injection(Record,field_path_assignment) -> Record . LBRACKET sep_or_term_list(field_path_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## ne_injection(Record,field_path_assignment) -> Record . sep_or_term_list(field_path_assignment,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## ne_injection(Record,field_path_assignment) -> Record . LBRACKET sep_or_term_list(field_path_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## Record @@ -1260,9 +1207,9 @@ interactive_expr: Ident With Record With interactive_expr: Ident With With ## -## Ends in an error in state: 151. +## Ends in an error in state: 117. ## -## update_record -> path With . ne_injection(Record,field_path_assignment) [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## update_record -> path With . ne_injection(Record,field_path_assignment) [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## path With @@ -1272,9 +1219,9 @@ interactive_expr: Ident With With interactive_expr: If Unit Then Unit Else With ## -## Ends in an error in state: 341. +## Ends in an error in state: 331. ## -## cond_expr -> If expr Then expr option(SEMI) Else . expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## cond_expr -> If expr Then expr option(SEMI) Else . expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## If expr Then expr option(SEMI) Else @@ -1284,9 +1231,9 @@ interactive_expr: If Unit Then Unit Else With interactive_expr: If Unit Then Unit SEMI EQ ## -## Ends in an error in state: 340. +## Ends in an error in state: 330. ## -## cond_expr -> If expr Then expr option(SEMI) . Else expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## cond_expr -> If expr Then expr option(SEMI) . Else expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## If expr Then expr option(SEMI) @@ -1296,9 +1243,9 @@ interactive_expr: If Unit Then Unit SEMI EQ interactive_expr: If Unit Then Unit VBAR ## -## Ends in an error in state: 339. +## Ends in an error in state: 329. ## -## cond_expr -> If expr Then expr . option(SEMI) Else expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## cond_expr -> If expr Then expr . option(SEMI) Else expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## If expr Then expr @@ -1307,25 +1254,25 @@ interactive_expr: If Unit Then Unit VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr ## interactive_expr: If Unit Then With ## -## Ends in an error in state: 338. +## Ends in an error in state: 328. ## -## cond_expr -> If expr Then . expr option(SEMI) Else expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## cond_expr -> If expr Then . expr option(SEMI) Else expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## If expr Then @@ -1335,9 +1282,9 @@ interactive_expr: If Unit Then With interactive_expr: If Unit VBAR ## -## Ends in an error in state: 337. +## Ends in an error in state: 327. ## -## cond_expr -> If expr . Then expr option(SEMI) Else expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## cond_expr -> If expr . Then expr option(SEMI) Else expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## If expr @@ -1346,25 +1293,25 @@ interactive_expr: If Unit VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr ## interactive_expr: If With ## -## Ends in an error in state: 105. +## Ends in an error in state: 90. ## -## cond_expr -> If . expr Then expr option(SEMI) Else expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## cond_expr -> If . expr Then expr option(SEMI) Else expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] ## ## The known suffix of the stack is as follows: ## If @@ -1374,9 +1321,9 @@ interactive_expr: If With interactive_expr: LPAR Bytes RPAR With ## -## Ends in an error in state: 164. +## Ends in an error in state: 130. ## -## fun_call_or_par_or_projection -> par(expr) . option(arguments) [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## fun_call_or_par_or_projection -> par(expr) . option(arguments) [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## par(expr) @@ -1386,9 +1333,9 @@ interactive_expr: LPAR Bytes RPAR With interactive_expr: LPAR If Unit Then Bytes Else Bytes VBAR ## -## Ends in an error in state: 345. +## Ends in an error in state: 335. ## -## par(expr) -> LPAR expr . RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## par(expr) -> LPAR expr . RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## tuple_comp -> expr . COMMA nsepseq(expr,COMMA) [ RPAR ] ## ## The known suffix of the stack is as follows: @@ -1398,27 +1345,125 @@ interactive_expr: LPAR If Unit Then Bytes Else Bytes VBAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 342, spurious reduction of production cond_expr -> If expr Then expr option(SEMI) Else expr -## In state 221, spurious reduction of production expr -> cond_expr +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 332, spurious reduction of production cond_expr -> If expr Then expr option(SEMI) Else expr +## In state 206, spurious reduction of production expr -> cond_expr +## + + + +interactive_expr: LPAR Unit COLON BigMap With +## +## Ends in an error in state: 18. +## +## core_type -> BigMap . type_tuple [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## +## The known suffix of the stack is as follows: +## BigMap +## + + + +interactive_expr: LPAR Unit COLON Constr Of With +## +## Ends in an error in state: 27. +## +## variant -> Constr Of . fun_type [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## +## The known suffix of the stack is as follows: +## Constr Of +## + + + +interactive_expr: LPAR Unit COLON Constr VBAR With +## +## Ends in an error in state: 39. +## +## nsepseq(variant,VBAR) -> variant VBAR . nsepseq(variant,VBAR) [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## +## The known suffix of the stack is as follows: +## variant VBAR +## + + + +interactive_expr: LPAR Unit COLON Constr With +## +## Ends in an error in state: 26. +## +## variant -> Constr . [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## variant -> Constr . Of fun_type [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## +## The known suffix of the stack is as follows: +## Constr +## + + + +interactive_expr: LPAR Unit COLON Ident ARROW With +## +## Ends in an error in state: 36. +## +## fun_type -> cartesian ARROW . fun_type [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## +## The known suffix of the stack is as follows: +## cartesian ARROW +## + + + +interactive_expr: LPAR Unit COLON Ident TIMES Ident TIMES With +## +## Ends in an error in state: 33. +## +## nsepseq(core_type,TIMES) -> core_type TIMES . nsepseq(core_type,TIMES) [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## +## The known suffix of the stack is as follows: +## core_type TIMES +## + + + +interactive_expr: LPAR Unit COLON Ident TIMES LPAR Ident RPAR With +## +## Ends in an error in state: 32. +## +## nsepseq(core_type,TIMES) -> core_type . [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## nsepseq(core_type,TIMES) -> core_type . TIMES nsepseq(core_type,TIMES) [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## +## The known suffix of the stack is as follows: +## core_type +## + + + +interactive_expr: LPAR Unit COLON Ident TIMES With +## +## Ends in an error in state: 30. +## +## cartesian -> core_type TIMES . nsepseq(core_type,TIMES) [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## +## The known suffix of the stack is as follows: +## core_type TIMES ## interactive_expr: LPAR Unit COLON Ident VBAR ## -## Ends in an error in state: 351. +## Ends in an error in state: 341. ## -## annot_expr -> LPAR disj_expr COLON type_expr . RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## annot_expr -> LPAR disj_expr COLON type_expr . RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] ## ## The known suffix of the stack is as follows: ## LPAR disj_expr COLON type_expr @@ -1435,2820 +1480,12 @@ interactive_expr: LPAR Unit COLON Ident VBAR -interactive_expr: LPAR Unit COLON With -## -## Ends in an error in state: 350. -## -## annot_expr -> LPAR disj_expr COLON . type_expr RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## LPAR disj_expr COLON -## - - - -interactive_expr: LPAR Unit COMMA With -## -## Ends in an error in state: 347. -## -## tuple_comp -> expr COMMA . nsepseq(expr,COMMA) [ RPAR ] -## -## The known suffix of the stack is as follows: -## expr COMMA -## - - - -interactive_expr: LPAR Unit VBAR -## -## Ends in an error in state: 349. -## -## annot_expr -> LPAR disj_expr . COLON type_expr RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## disj_expr -> disj_expr . Or conj_expr [ RPAR Or COMMA COLON ] -## expr -> disj_expr . [ RPAR COMMA ] -## -## The known suffix of the stack is as follows: -## LPAR disj_expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## - - - -interactive_expr: LPAR With -## -## Ends in an error in state: 103. -## -## annot_expr -> LPAR . disj_expr COLON type_expr RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## par(expr) -> LPAR . expr RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## par(tuple_comp) -> LPAR . tuple_comp RPAR [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## LPAR -## - - - -interactive_expr: List LBRACKET Unit End -## -## Ends in an error in state: 355. -## -## injection(List,expr) -> List LBRACKET sep_or_term_list(expr,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## List LBRACKET sep_or_term_list(expr,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 359, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 358, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## - - - -interactive_expr: List LBRACKET With -## -## Ends in an error in state: 353. -## -## injection(List,expr) -> List LBRACKET . sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(List,expr) -> List LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## List LBRACKET -## - - - -interactive_expr: List Unit RBRACKET -## -## Ends in an error in state: 367. -## -## injection(List,expr) -> List sep_or_term_list(expr,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## List sep_or_term_list(expr,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 359, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 358, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## - - - -interactive_expr: List With -## -## Ends in an error in state: 102. -## -## injection(List,expr) -> List . sep_or_term_list(expr,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(List,expr) -> List . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(List,expr) -> List . LBRACKET sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(List,expr) -> List . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## List -## - - - -interactive_expr: MINUS With -## -## Ends in an error in state: 101. -## -## unary_expr -> MINUS . core_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## MINUS -## - - - -interactive_expr: Map LBRACKET Unit ARROW Bytes End -## -## Ends in an error in state: 372. -## -## injection(Map,binding) -> Map LBRACKET sep_or_term_list(binding,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Map LBRACKET sep_or_term_list(binding,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## In state 242, spurious reduction of production nsepseq(binding,SEMI) -> binding -## In state 238, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) -## - - - -interactive_expr: Map LBRACKET With -## -## Ends in an error in state: 370. -## -## injection(Map,binding) -> Map LBRACKET . sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Map,binding) -> Map LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Map LBRACKET -## - - - -interactive_expr: Map Unit ARROW Bytes RBRACKET -## -## Ends in an error in state: 375. -## -## injection(Map,binding) -> Map sep_or_term_list(binding,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Map sep_or_term_list(binding,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## In state 242, spurious reduction of production nsepseq(binding,SEMI) -> binding -## In state 238, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) -## - - - -interactive_expr: Map Unit ARROW Bytes SEMI Unit ARROW Bytes SEMI With -## -## Ends in an error in state: 247. -## -## nsepseq(binding,SEMI) -> binding SEMI . nsepseq(binding,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(binding,SEMI)) -> binding SEMI . seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## binding SEMI -## - - - -interactive_expr: Map Unit ARROW Bytes SEMI Unit ARROW Bytes VBAR -## -## Ends in an error in state: 246. -## -## nsepseq(binding,SEMI) -> binding . [ RBRACKET End ] -## nsepseq(binding,SEMI) -> binding . SEMI nsepseq(binding,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(binding,SEMI)) -> binding . SEMI seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## binding -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## - - - -interactive_expr: Map Unit ARROW Bytes SEMI With -## -## Ends in an error in state: 243. -## -## nsepseq(binding,SEMI) -> binding SEMI . nsepseq(binding,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(binding,SEMI)) -> binding SEMI . seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## binding SEMI -## - - - -interactive_expr: Map Unit ARROW Bytes VBAR -## -## Ends in an error in state: 242. -## -## nsepseq(binding,SEMI) -> binding . [ RBRACKET End ] -## nsepseq(binding,SEMI) -> binding . SEMI nsepseq(binding,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(binding,SEMI)) -> binding . SEMI seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## binding -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## - - - -interactive_expr: Map Unit ARROW With -## -## Ends in an error in state: 240. -## -## binding -> expr ARROW . expr [ SEMI RBRACKET End ] -## -## The known suffix of the stack is as follows: -## expr ARROW -## - - - -interactive_expr: Map Unit VBAR -## -## Ends in an error in state: 239. -## -## binding -> expr . ARROW expr [ SEMI RBRACKET End ] -## -## The known suffix of the stack is as follows: -## expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -interactive_expr: Map With -## -## Ends in an error in state: 100. -## -## injection(Map,binding) -> Map . sep_or_term_list(binding,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Map,binding) -> Map . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Map,binding) -> Map . LBRACKET sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Map,binding) -> Map . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Map -## - - - -interactive_expr: Not Bytes With -## -## Ends in an error in state: 166. -## -## add_expr -> mult_expr . [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . TIMES unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . SLASH unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . Mod unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## mult_expr -## - - - -interactive_expr: Not With -## -## Ends in an error in state: 96. -## -## unary_expr -> Not . core_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Not -## - - - -interactive_expr: Record Ident EQ Bytes RBRACKET -## -## Ends in an error in state: 390. -## -## record_expr -> Record sep_or_term_list(field_assignment,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Record sep_or_term_list(field_assignment,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 378, spurious reduction of production field_assignment -> Ident EQ expr -## In state 383, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment -## In state 382, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) -## - - - -interactive_expr: Record Ident EQ Bytes SEMI Ident EQ Bytes SEMI With -## -## Ends in an error in state: 388. -## -## nsepseq(field_assignment,SEMI) -> field_assignment SEMI . nsepseq(field_assignment,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(field_assignment,SEMI)) -> field_assignment SEMI . seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## field_assignment SEMI -## - - - -interactive_expr: Record Ident EQ Bytes SEMI Ident EQ Bytes VBAR -## -## Ends in an error in state: 387. -## -## nsepseq(field_assignment,SEMI) -> field_assignment . [ RBRACKET End ] -## nsepseq(field_assignment,SEMI) -> field_assignment . SEMI nsepseq(field_assignment,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(field_assignment,SEMI)) -> field_assignment . SEMI seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## field_assignment -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 378, spurious reduction of production field_assignment -> Ident EQ expr -## - - - -interactive_expr: Record Ident EQ Bytes SEMI With -## -## Ends in an error in state: 384. -## -## nsepseq(field_assignment,SEMI) -> field_assignment SEMI . nsepseq(field_assignment,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(field_assignment,SEMI)) -> field_assignment SEMI . seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## field_assignment SEMI -## - - - -interactive_expr: Record Ident EQ Bytes VBAR -## -## Ends in an error in state: 383. -## -## nsepseq(field_assignment,SEMI) -> field_assignment . [ RBRACKET End ] -## nsepseq(field_assignment,SEMI) -> field_assignment . SEMI nsepseq(field_assignment,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(field_assignment,SEMI)) -> field_assignment . SEMI seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## field_assignment -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 378, spurious reduction of production field_assignment -> Ident EQ expr -## - - - -interactive_expr: Record Ident EQ With -## -## Ends in an error in state: 95. -## -## field_assignment -> Ident EQ . expr [ SEMI RBRACKET End ] -## -## The known suffix of the stack is as follows: -## Ident EQ -## - - - -interactive_expr: Record Ident With -## -## Ends in an error in state: 94. -## -## field_assignment -> Ident . EQ expr [ SEMI RBRACKET End ] -## -## The known suffix of the stack is as follows: -## Ident -## - - - -interactive_expr: Record LBRACKET Ident EQ Bytes End -## -## Ends in an error in state: 379. -## -## record_expr -> Record LBRACKET sep_or_term_list(field_assignment,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Record LBRACKET sep_or_term_list(field_assignment,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 378, spurious reduction of production field_assignment -> Ident EQ expr -## In state 383, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment -## In state 382, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) -## - - - -interactive_expr: Record LBRACKET With -## -## Ends in an error in state: 93. -## -## record_expr -> Record LBRACKET . sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Record LBRACKET -## - - - -interactive_expr: Record With -## -## Ends in an error in state: 92. -## -## record_expr -> Record . sep_or_term_list(field_assignment,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## record_expr -> Record . LBRACKET sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Record -## - - - -interactive_expr: Set LBRACKET Unit End -## -## Ends in an error in state: 394. -## -## injection(Set,expr) -> Set LBRACKET sep_or_term_list(expr,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Set LBRACKET sep_or_term_list(expr,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 359, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 358, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## - - - -interactive_expr: Set LBRACKET With -## -## Ends in an error in state: 392. -## -## injection(Set,expr) -> Set LBRACKET . sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Set,expr) -> Set LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Set LBRACKET -## - - - -interactive_expr: Set Unit RBRACKET -## -## Ends in an error in state: 397. -## -## injection(Set,expr) -> Set sep_or_term_list(expr,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Set sep_or_term_list(expr,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 359, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 358, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## - - - -interactive_expr: Set Unit SEMI Unit SEMI With -## -## Ends in an error in state: 364. -## -## nsepseq(expr,SEMI) -> expr SEMI . nsepseq(expr,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(expr,SEMI)) -> expr SEMI . seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## expr SEMI -## - - - -interactive_expr: Set Unit SEMI Unit VBAR -## -## Ends in an error in state: 363. -## -## nsepseq(expr,SEMI) -> expr . [ RBRACKET End ] -## nsepseq(expr,SEMI) -> expr . SEMI nsepseq(expr,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(expr,SEMI)) -> expr . SEMI seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -interactive_expr: Set Unit SEMI With -## -## Ends in an error in state: 360. -## -## nsepseq(expr,SEMI) -> expr SEMI . nsepseq(expr,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(expr,SEMI)) -> expr SEMI . seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## expr SEMI -## - - - -interactive_expr: Set Unit VBAR -## -## Ends in an error in state: 359. -## -## nsepseq(expr,SEMI) -> expr . [ RBRACKET End ] -## nsepseq(expr,SEMI) -> expr . SEMI nsepseq(expr,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(expr,SEMI)) -> expr . SEMI seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -interactive_expr: Set With -## -## Ends in an error in state: 91. -## -## injection(Set,expr) -> Set . sep_or_term_list(expr,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Set,expr) -> Set . End [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Set,expr) -> Set . LBRACKET sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## injection(Set,expr) -> Set . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## Set -## - - - -interactive_expr: Unit And With -## -## Ends in an error in state: 218. -## -## conj_expr -> conj_expr And . set_membership [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## conj_expr And -## - - - -interactive_expr: Unit CAT With -## -## Ends in an error in state: 194. -## -## cat_expr -> cons_expr CAT . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## cons_expr CAT -## - - - -interactive_expr: Unit COLON -## -## Ends in an error in state: 188. -## -## disj_expr -> disj_expr . Or conj_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] -## expr -> disj_expr . [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] -## -## The known suffix of the stack is as follows: -## disj_expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## - - - -interactive_expr: Unit CONS With -## -## Ends in an error in state: 201. -## -## cons_expr -> add_expr CONS . cons_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## add_expr CONS -## - - - -interactive_expr: Unit Contains With -## -## Ends in an error in state: 191. -## -## set_membership -> core_expr Contains . set_membership [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## core_expr Contains -## - - - -interactive_expr: Unit EQ With -## -## Ends in an error in state: 214. -## -## comp_expr -> comp_expr EQ . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## comp_expr EQ -## - - - -interactive_expr: Unit GE With -## -## Ends in an error in state: 212. -## -## comp_expr -> comp_expr GE . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## comp_expr GE -## - - - -interactive_expr: Unit GT With -## -## Ends in an error in state: 210. -## -## comp_expr -> comp_expr GT . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## comp_expr GT -## - - - -interactive_expr: Unit LE With -## -## Ends in an error in state: 208. -## -## comp_expr -> comp_expr LE . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## comp_expr LE -## - - - -interactive_expr: Unit LT With -## -## Ends in an error in state: 206. -## -## comp_expr -> comp_expr LT . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## comp_expr LT -## - - - -interactive_expr: Unit MINUS Unit With -## -## Ends in an error in state: 200. -## -## add_expr -> add_expr MINUS mult_expr . [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . TIMES unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . SLASH unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . Mod unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## add_expr MINUS mult_expr -## - - - -interactive_expr: Unit MINUS With -## -## Ends in an error in state: 199. -## -## add_expr -> add_expr MINUS . mult_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## add_expr MINUS -## - - - -interactive_expr: Unit Mod With -## -## Ends in an error in state: 184. -## -## mult_expr -> mult_expr Mod . unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## mult_expr Mod -## - - - -interactive_expr: Unit NE With -## -## Ends in an error in state: 204. -## -## comp_expr -> comp_expr NE . cat_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## comp_expr NE -## - - - -interactive_expr: Unit Or With -## -## Ends in an error in state: 189. -## -## disj_expr -> disj_expr Or . conj_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes ARROW ] -## -## The known suffix of the stack is as follows: -## disj_expr Or -## - - - -interactive_expr: Unit PLUS Unit With -## -## Ends in an error in state: 198. -## -## add_expr -> add_expr PLUS mult_expr . [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . TIMES unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . SLASH unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## mult_expr -> mult_expr . Mod unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## add_expr PLUS mult_expr -## - - - -interactive_expr: Unit PLUS With -## -## Ends in an error in state: 197. -## -## add_expr -> add_expr PLUS . mult_expr [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## add_expr PLUS -## - - - -interactive_expr: Unit SLASH With -## -## Ends in an error in state: 182. -## -## mult_expr -> mult_expr SLASH . unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## mult_expr SLASH -## - - - -interactive_expr: Unit TIMES With -## -## Ends in an error in state: 167. -## -## mult_expr -> mult_expr TIMES . unary_expr [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## mult_expr TIMES -## - - - -interactive_expr: Unit VBAR -## -## Ends in an error in state: 586. -## -## interactive_expr -> expr . EOF [ # ] -## -## The known suffix of the stack is as follows: -## expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -interactive_expr: Unit With -## -## Ends in an error in state: 190. -## -## set_membership -> core_expr . Contains set_membership [ VBAR Type To Then SEMI RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes And ARROW ] -## unary_expr -> core_expr . [ VBAR Type To Then TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] -## -## The known suffix of the stack is as follows: -## core_expr -## - - - -interactive_expr: With -## -## Ends in an error in state: 584. -## -## interactive_expr' -> . interactive_expr [ # ] -## -## The known suffix of the stack is as follows: -## -## - - - -contract: Attributes LBRACKET String End -## -## Ends in an error in state: 530. -## -## ne_injection(Attributes,String) -> Attributes LBRACKET sep_or_term_list(String,SEMI) . RBRACKET [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Attributes LBRACKET sep_or_term_list(String,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 522, spurious reduction of production nsepseq(String,SEMI) -> String -## In state 533, spurious reduction of production sep_or_term_list(String,SEMI) -> nsepseq(String,SEMI) -## - - - -contract: Attributes LBRACKET With -## -## Ends in an error in state: 529. -## -## ne_injection(Attributes,String) -> Attributes LBRACKET . sep_or_term_list(String,SEMI) RBRACKET [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Attributes LBRACKET -## - - - -contract: Attributes String End Attributes String End SEMI With -## -## Ends in an error in state: 579. -## -## seq(declaration) -> declaration . seq(declaration) [ EOF ] -## -## The known suffix of the stack is as follows: -## declaration -## - - - -contract: Attributes String End SEMI With -## -## Ends in an error in state: 577. -## -## nseq(declaration) -> declaration . seq(declaration) [ EOF ] -## -## The known suffix of the stack is as follows: -## declaration -## - - - -contract: Attributes String End With -## -## Ends in an error in state: 572. -## -## attr_decl -> open_attr_decl . option(SEMI) [ Type Function EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## open_attr_decl -## - - - -contract: Attributes String RBRACKET -## -## Ends in an error in state: 534. -## -## ne_injection(Attributes,String) -> Attributes sep_or_term_list(String,SEMI) . End [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Attributes sep_or_term_list(String,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 522, spurious reduction of production nsepseq(String,SEMI) -> String -## In state 533, spurious reduction of production sep_or_term_list(String,SEMI) -> nsepseq(String,SEMI) -## - - - -contract: Attributes String SEMI String SEMI With -## -## Ends in an error in state: 525. -## -## nsepseq(String,SEMI) -> String SEMI . nsepseq(String,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(String,SEMI)) -> String SEMI . seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## String SEMI -## - - - -contract: Attributes String SEMI String With -## -## Ends in an error in state: 524. -## -## nsepseq(String,SEMI) -> String . [ RBRACKET End ] -## nsepseq(String,SEMI) -> String . SEMI nsepseq(String,SEMI) [ RBRACKET End ] -## seq(__anonymous_0(String,SEMI)) -> String . SEMI seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## String -## - - - -contract: Attributes String SEMI With -## -## Ends in an error in state: 523. -## -## nsepseq(String,SEMI) -> String SEMI . nsepseq(String,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(String,SEMI)) -> String SEMI . seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## String SEMI -## - - - -contract: Attributes String With -## -## Ends in an error in state: 522. -## -## nsepseq(String,SEMI) -> String . [ RBRACKET End ] -## nsepseq(String,SEMI) -> String . SEMI nsepseq(String,SEMI) [ RBRACKET End ] -## nseq(__anonymous_0(String,SEMI)) -> String . SEMI seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## String -## - - - -contract: Attributes With -## -## Ends in an error in state: 521. -## -## ne_injection(Attributes,String) -> Attributes . sep_or_term_list(String,SEMI) End [ Type SEMI RBRACE Function End EOF Const Attributes ] -## ne_injection(Attributes,String) -> Attributes . LBRACKET sep_or_term_list(String,SEMI) RBRACKET [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Attributes -## - - - -contract: Const Ident COLON Ident EQ Bytes VBAR -## -## Ends in an error in state: 570. -## -## const_decl -> open_const_decl . option(SEMI) [ Type Function EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## open_const_decl -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 478, spurious reduction of production unqualified_decl(EQ) -> Ident COLON type_expr EQ expr -## In state 479, spurious reduction of production open_const_decl -> Const unqualified_decl(EQ) -## - - - -contract: Const Ident COLON Ident EQ With -## -## Ends in an error in state: 477. -## -## unqualified_decl(EQ) -> Ident COLON type_expr EQ . expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Ident COLON type_expr EQ -## - - - -contract: Const Ident COLON Ident VBAR -## -## Ends in an error in state: 476. -## -## unqualified_decl(EQ) -> Ident COLON type_expr . EQ expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Ident COLON type_expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 15, spurious reduction of production core_type -> Ident -## In state 29, spurious reduction of production cartesian -> core_type -## In state 35, spurious reduction of production fun_type -> cartesian -## In state 43, spurious reduction of production type_expr -> fun_type -## - - - -contract: Const Ident COLON With -## -## Ends in an error in state: 475. -## -## unqualified_decl(EQ) -> Ident COLON . type_expr EQ expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Ident COLON -## - - - -contract: Const Ident With -## -## Ends in an error in state: 474. -## -## unqualified_decl(EQ) -> Ident . COLON type_expr EQ expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Ident -## - - - -contract: Const With -## -## Ends in an error in state: 473. -## -## open_const_decl -> Const . unqualified_decl(EQ) [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Const -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of LBRACKET VBAR Block -## -## Ends in an error in state: 484. -## -## case(if_clause) -> Case expr Of LBRACKET option(VBAR) . cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr Of LBRACKET option(VBAR) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of LBRACKET WILD ARROW Skip End -## -## Ends in an error in state: 513. -## -## case(if_clause) -> Case expr Of LBRACKET option(VBAR) cases(if_clause) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr Of LBRACKET option(VBAR) cases(if_clause) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 515, spurious reduction of production nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) -## In state 512, spurious reduction of production cases(if_clause) -> nsepseq(case_clause(if_clause),VBAR) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of LBRACKET With -## -## Ends in an error in state: 483. -## -## case(if_clause) -> Case expr Of LBRACKET . option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr Of LBRACKET -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of VBAR Block -## -## Ends in an error in state: 518. -## -## case(if_clause) -> Case expr Of option(VBAR) . cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr Of option(VBAR) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW Skip RBRACKET -## -## Ends in an error in state: 519. -## -## case(if_clause) -> Case expr Of option(VBAR) cases(if_clause) . End [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr Of option(VBAR) cases(if_clause) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 515, spurious reduction of production nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) -## In state 512, spurious reduction of production cases(if_clause) -> nsepseq(case_clause(if_clause),VBAR) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW Skip VBAR With -## -## Ends in an error in state: 516. -## -## nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) VBAR . nsepseq(case_clause(if_clause),VBAR) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## case_clause(if_clause) VBAR -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW Skip With -## -## Ends in an error in state: 515. -## -## nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) . [ RBRACKET End ] -## nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) . VBAR nsepseq(case_clause(if_clause),VBAR) [ RBRACKET End ] -## -## The known suffix of the stack is as follows: -## case_clause(if_clause) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW With -## -## Ends in an error in state: 486. -## -## case_clause(if_clause) -> pattern ARROW . if_clause [ VBAR RBRACKET End ] -## -## The known suffix of the stack is as follows: -## pattern ARROW -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD RPAR -## -## Ends in an error in state: 485. -## -## case_clause(if_clause) -> pattern . ARROW if_clause [ VBAR RBRACKET End ] -## -## The known suffix of the stack is as follows: -## pattern -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 291, spurious reduction of production pattern -> core_pattern -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of With -## -## Ends in an error in state: 482. -## -## case(if_clause) -> Case expr Of . option(VBAR) cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## case(if_clause) -> Case expr Of . LBRACKET option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr Of -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit VBAR -## -## Ends in an error in state: 481. -## -## case(if_clause) -> Case expr . Of option(VBAR) cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## case(if_clause) -> Case expr . Of LBRACKET option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case With -## -## Ends in an error in state: 480. -## -## case(if_clause) -> Case . expr Of option(VBAR) cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## case(if_clause) -> Case . expr Of LBRACKET option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Case -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Constr DOT And With -## -## Ends in an error in state: 493. -## -## fun_call -> module_field . arguments [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## module_field -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Constr With -## -## Ends in an error in state: 472. -## -## module_field -> Constr . DOT module_fun [ LPAR ] -## projection -> Constr . DOT Ident DOT nsepseq(selection,DOT) [ LBRACKET ASS ] -## -## The known suffix of the stack is as follows: -## Constr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ARROW Ident With -## -## Ends in an error in state: 459. -## -## for_loop -> For Ident option(arrow_clause) . In collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For Ident option(arrow_clause) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ARROW With -## -## Ends in an error in state: 457. -## -## arrow_clause -> ARROW . Ident [ In ] -## -## The known suffix of the stack is as follows: -## ARROW -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS Bytes To Unit VBAR -## -## Ends in an error in state: 470. -## -## for_loop -> For var_assign To expr . block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For var_assign To expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS Bytes To With -## -## Ends in an error in state: 469. -## -## for_loop -> For var_assign To . expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For var_assign To -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS Bytes VBAR -## -## Ends in an error in state: 468. -## -## for_loop -> For var_assign . To expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For var_assign -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 456, spurious reduction of production var_assign -> Ident ASS expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS With -## -## Ends in an error in state: 455. -## -## var_assign -> Ident ASS . expr [ To ] -## -## The known suffix of the stack is as follows: -## Ident ASS -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident In Set Unit VBAR -## -## Ends in an error in state: 465. -## -## for_loop -> For Ident option(arrow_clause) In collection expr . block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For Ident option(arrow_clause) In collection expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident In Set With -## -## Ends in an error in state: 464. -## -## for_loop -> For Ident option(arrow_clause) In collection . expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For Ident option(arrow_clause) In collection -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident In With -## -## Ends in an error in state: 460. -## -## for_loop -> For Ident option(arrow_clause) In . collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For Ident option(arrow_clause) In -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident With -## -## Ends in an error in state: 454. -## -## for_loop -> For Ident . option(arrow_clause) In collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## var_assign -> Ident . ASS expr [ To ] -## -## The known suffix of the stack is as follows: -## For Ident -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For With -## -## Ends in an error in state: 453. -## -## for_loop -> For . var_assign To expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## for_loop -> For . Ident option(arrow_clause) In collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## For -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident ASS With -## -## Ends in an error in state: 499. -## -## assignment -> lhs ASS . rhs [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## lhs ASS -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident DOT Ident With -## -## Ends in an error in state: 492. -## -## lhs -> path . [ ASS ] -## map_lookup -> path . brackets(expr) [ ASS ] -## -## The known suffix of the stack is as follows: -## path -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 123, spurious reduction of production nsepseq(selection,DOT) -> selection -## In state 335, spurious reduction of production projection -> Ident DOT nsepseq(selection,DOT) -## In state 420, spurious reduction of production path -> projection -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident LBRACKET Bytes RBRACKET With -## -## Ends in an error in state: 498. -## -## assignment -> lhs . ASS rhs [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## lhs -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident With -## -## Ends in an error in state: 452. -## -## fun_call -> Ident . arguments [ VBAR SEMI RBRACKET RBRACE End Else ] -## path -> Ident . [ LBRACKET ASS ] -## projection -> Ident . DOT nsepseq(selection,DOT) [ LBRACKET ASS ] -## -## The known suffix of the stack is as follows: -## Ident -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then LBRACE Skip End -## -## Ends in an error in state: 550. -## -## clause_block -> LBRACE sep_or_term_list(statement,SEMI) . RBRACE [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## LBRACE sep_or_term_list(statement,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 536, spurious reduction of production nsepseq(statement,SEMI) -> statement -## In state 553, spurious reduction of production sep_or_term_list(statement,SEMI) -> nsepseq(statement,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then LBRACE With -## -## Ends in an error in state: 451. -## -## clause_block -> LBRACE . sep_or_term_list(statement,SEMI) RBRACE [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## LBRACE -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then Skip Else With -## -## Ends in an error in state: 556. -## -## conditional -> If expr Then if_clause option(SEMI) Else . if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## If expr Then if_clause option(SEMI) Else -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then Skip SEMI EQ -## -## Ends in an error in state: 555. -## -## conditional -> If expr Then if_clause option(SEMI) . Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## If expr Then if_clause option(SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then Skip With -## -## Ends in an error in state: 554. -## -## conditional -> If expr Then if_clause . option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## If expr Then if_clause -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then With -## -## Ends in an error in state: 450. -## -## conditional -> If expr Then . if_clause option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## If expr Then -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit VBAR -## -## Ends in an error in state: 449. -## -## conditional -> If expr . Then if_clause option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## If expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If With -## -## Ends in an error in state: 448. -## -## conditional -> If . expr Then if_clause option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## If -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Constr DOT Ident With -## -## Ends in an error in state: 419. -## -## projection -> Constr DOT Ident . DOT nsepseq(selection,DOT) [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Constr DOT Ident -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Constr DOT With -## -## Ends in an error in state: 418. -## -## projection -> Constr DOT . Ident DOT nsepseq(selection,DOT) [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Constr DOT -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Constr With -## -## Ends in an error in state: 417. -## -## projection -> Constr . DOT Ident DOT nsepseq(selection,DOT) [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Constr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident VBAR -## -## Ends in an error in state: 425. -## -## map_patch -> Patch path . With ne_injection(Map,binding) [ VBAR SEMI RBRACKET RBRACE End Else ] -## record_patch -> Patch path . With ne_injection(Record,field_assignment) [ VBAR SEMI RBRACKET RBRACE End Else ] -## set_patch -> Patch path . With ne_injection(Set,expr) [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Patch path -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 416, spurious reduction of production path -> Ident -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident While -## -## Ends in an error in state: 416. -## -## path -> Ident . [ With VBAR SEMI RBRACKET RBRACE End Else ] -## projection -> Ident . DOT nsepseq(selection,DOT) [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Ident -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map LBRACKET Unit ARROW Bytes End -## -## Ends in an error in state: 441. -## -## ne_injection(Map,binding) -> Map LBRACKET sep_or_term_list(binding,SEMI) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Map LBRACKET sep_or_term_list(binding,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## In state 242, spurious reduction of production nsepseq(binding,SEMI) -> binding -## In state 238, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map LBRACKET With -## -## Ends in an error in state: 440. -## -## ne_injection(Map,binding) -> Map LBRACKET . sep_or_term_list(binding,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Map LBRACKET -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map Unit ARROW Bytes RBRACKET -## -## Ends in an error in state: 443. -## -## ne_injection(Map,binding) -> Map sep_or_term_list(binding,SEMI) . End [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Map sep_or_term_list(binding,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 241, spurious reduction of production binding -> expr ARROW expr -## In state 242, spurious reduction of production nsepseq(binding,SEMI) -> binding -## In state 238, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map With -## -## Ends in an error in state: 439. -## -## ne_injection(Map,binding) -> Map . sep_or_term_list(binding,SEMI) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## ne_injection(Map,binding) -> Map . LBRACKET sep_or_term_list(binding,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Map -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record Ident EQ Bytes RBRACKET -## -## Ends in an error in state: 437. -## -## ne_injection(Record,field_assignment) -> Record sep_or_term_list(field_assignment,SEMI) . End [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Record sep_or_term_list(field_assignment,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 378, spurious reduction of production field_assignment -> Ident EQ expr -## In state 383, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment -## In state 382, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record LBRACKET Ident EQ Bytes End -## -## Ends in an error in state: 435. -## -## ne_injection(Record,field_assignment) -> Record LBRACKET sep_or_term_list(field_assignment,SEMI) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Record LBRACKET sep_or_term_list(field_assignment,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 378, spurious reduction of production field_assignment -> Ident EQ expr -## In state 383, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment -## In state 382, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record LBRACKET With -## -## Ends in an error in state: 434. -## -## ne_injection(Record,field_assignment) -> Record LBRACKET . sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Record LBRACKET -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record With -## -## Ends in an error in state: 433. -## -## ne_injection(Record,field_assignment) -> Record . sep_or_term_list(field_assignment,SEMI) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## ne_injection(Record,field_assignment) -> Record . LBRACKET sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Record -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set LBRACKET Unit End -## -## Ends in an error in state: 429. -## -## ne_injection(Set,expr) -> Set LBRACKET sep_or_term_list(expr,SEMI) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Set LBRACKET sep_or_term_list(expr,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 359, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 358, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set LBRACKET With -## -## Ends in an error in state: 428. -## -## ne_injection(Set,expr) -> Set LBRACKET . sep_or_term_list(expr,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Set LBRACKET -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set Unit RBRACKET -## -## Ends in an error in state: 431. -## -## ne_injection(Set,expr) -> Set sep_or_term_list(expr,SEMI) . End [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Set sep_or_term_list(expr,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 359, spurious reduction of production nsepseq(expr,SEMI) -> expr -## In state 358, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set With -## -## Ends in an error in state: 427. -## -## ne_injection(Set,expr) -> Set . sep_or_term_list(expr,SEMI) End [ VBAR SEMI RBRACKET RBRACE End Else ] -## ne_injection(Set,expr) -> Set . LBRACKET sep_or_term_list(expr,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Set -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With With -## -## Ends in an error in state: 426. -## -## map_patch -> Patch path With . ne_injection(Map,binding) [ VBAR SEMI RBRACKET RBRACE End Else ] -## record_patch -> Patch path With . ne_injection(Record,field_assignment) [ VBAR SEMI RBRACKET RBRACE End Else ] -## set_patch -> Patch path With . ne_injection(Set,expr) [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Patch path With -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch With -## -## Ends in an error in state: 424. -## -## map_patch -> Patch . path With ne_injection(Map,binding) [ VBAR SEMI RBRACKET RBRACE End Else ] -## record_patch -> Patch . path With ne_injection(Record,field_assignment) [ VBAR SEMI RBRACKET RBRACE End Else ] -## set_patch -> Patch . path With ne_injection(Set,expr) [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Patch -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit From Map With -## -## Ends in an error in state: 422. -## -## map_remove -> Remove expr From Map . path [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Remove expr From Map -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit From Set With -## -## Ends in an error in state: 415. -## -## set_remove -> Remove expr From Set . path [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Remove expr From Set -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit From With -## -## Ends in an error in state: 414. -## -## map_remove -> Remove expr From . Map path [ VBAR SEMI RBRACKET RBRACE End Else ] -## set_remove -> Remove expr From . Set path [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Remove expr From -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit VBAR -## -## Ends in an error in state: 413. -## -## map_remove -> Remove expr . From Map path [ VBAR SEMI RBRACKET RBRACE End Else ] -## set_remove -> Remove expr . From Set path [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Remove expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove With -## -## Ends in an error in state: 412. -## -## map_remove -> Remove . expr From Map path [ VBAR SEMI RBRACKET RBRACE End Else ] -## set_remove -> Remove . expr From Set path [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Remove -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip End While -## -## Ends in an error in state: 564. -## -## open_fun_decl -> Function Ident parameters COLON type_expr Is block . With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident parameters COLON type_expr Is block -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip End With With -## -## Ends in an error in state: 565. -## -## open_fun_decl -> Function Ident parameters COLON type_expr Is block With . expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident parameters COLON type_expr Is block With -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip RBRACE -## -## Ends in an error in state: 558. -## -## block -> Begin sep_or_term_list(statement,SEMI) . End [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Begin sep_or_term_list(statement,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 536, spurious reduction of production nsepseq(statement,SEMI) -> statement -## In state 553, spurious reduction of production sep_or_term_list(statement,SEMI) -> nsepseq(statement,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip SEMI Skip SEMI With -## -## Ends in an error in state: 539. -## -## nsepseq(statement,SEMI) -> statement SEMI . nsepseq(statement,SEMI) [ RBRACE End ] -## seq(__anonymous_0(statement,SEMI)) -> statement SEMI . seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] -## -## The known suffix of the stack is as follows: -## statement SEMI -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip SEMI Skip With -## -## Ends in an error in state: 538. -## -## nsepseq(statement,SEMI) -> statement . [ RBRACE End ] -## nsepseq(statement,SEMI) -> statement . SEMI nsepseq(statement,SEMI) [ RBRACE End ] -## seq(__anonymous_0(statement,SEMI)) -> statement . SEMI seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] -## -## The known suffix of the stack is as follows: -## statement -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip SEMI With -## -## Ends in an error in state: 537. -## -## nsepseq(statement,SEMI) -> statement SEMI . nsepseq(statement,SEMI) [ RBRACE End ] -## nseq(__anonymous_0(statement,SEMI)) -> statement SEMI . seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] -## -## The known suffix of the stack is as follows: -## statement SEMI -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip With -## -## Ends in an error in state: 536. -## -## nsepseq(statement,SEMI) -> statement . [ RBRACE End ] -## nsepseq(statement,SEMI) -> statement . SEMI nsepseq(statement,SEMI) [ RBRACE End ] -## nseq(__anonymous_0(statement,SEMI)) -> statement . SEMI seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] -## -## The known suffix of the stack is as follows: -## statement -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident COLON Ident ASS With -## -## Ends in an error in state: 408. -## -## unqualified_decl(ASS) -> Ident COLON type_expr ASS . expr [ SEMI RBRACE End ] -## -## The known suffix of the stack is as follows: -## Ident COLON type_expr ASS -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident COLON Ident VBAR -## -## Ends in an error in state: 407. -## -## unqualified_decl(ASS) -> Ident COLON type_expr . ASS expr [ SEMI RBRACE End ] -## -## The known suffix of the stack is as follows: -## Ident COLON type_expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 15, spurious reduction of production core_type -> Ident -## In state 29, spurious reduction of production cartesian -> core_type -## In state 35, spurious reduction of production fun_type -> cartesian -## In state 43, spurious reduction of production type_expr -> fun_type -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident COLON With -## -## Ends in an error in state: 406. -## -## unqualified_decl(ASS) -> Ident COLON . type_expr ASS expr [ SEMI RBRACE End ] -## -## The known suffix of the stack is as follows: -## Ident COLON -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident With -## -## Ends in an error in state: 405. -## -## unqualified_decl(ASS) -> Ident . COLON type_expr ASS expr [ SEMI RBRACE End ] -## -## The known suffix of the stack is as follows: -## Ident -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var With -## -## Ends in an error in state: 404. -## -## open_var_decl -> Var . unqualified_decl(ASS) [ SEMI RBRACE End ] -## -## The known suffix of the stack is as follows: -## Var -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin While Unit VBAR -## -## Ends in an error in state: 402. -## -## while_loop -> While expr . block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## While expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin While With -## -## Ends in an error in state: 401. -## -## while_loop -> While . expr block [ VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## While -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin With -## -## Ends in an error in state: 403. -## -## block -> Begin . sep_or_term_list(statement,SEMI) End [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Begin -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Block LBRACE Skip End -## -## Ends in an error in state: 561. -## -## block -> Block LBRACE sep_or_term_list(statement,SEMI) . RBRACE [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Block LBRACE sep_or_term_list(statement,SEMI) -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 536, spurious reduction of production nsepseq(statement,SEMI) -> statement -## In state 553, spurious reduction of production sep_or_term_list(statement,SEMI) -> nsepseq(statement,SEMI) -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Block LBRACE With -## -## Ends in an error in state: 400. -## -## block -> Block LBRACE . sep_or_term_list(statement,SEMI) RBRACE [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Block LBRACE -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Block With -## -## Ends in an error in state: 399. -## -## block -> Block . LBRACE sep_or_term_list(statement,SEMI) RBRACE [ With VBAR SEMI RBRACKET RBRACE End Else ] -## -## The known suffix of the stack is as follows: -## Block -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Bytes VBAR -## -## Ends in an error in state: 568. -## -## fun_decl -> open_fun_decl . option(SEMI) [ Type Function EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## open_fun_decl -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 190, spurious reduction of production unary_expr -> core_expr -## In state 140, spurious reduction of production mult_expr -> unary_expr -## In state 166, spurious reduction of production add_expr -> mult_expr -## In state 196, spurious reduction of production cons_expr -> add_expr -## In state 193, spurious reduction of production cat_expr -> cons_expr -## In state 216, spurious reduction of production comp_expr -> cat_expr -## In state 203, spurious reduction of production set_membership -> comp_expr -## In state 142, spurious reduction of production conj_expr -> set_membership -## In state 220, spurious reduction of production disj_expr -> conj_expr -## In state 188, spurious reduction of production expr -> disj_expr -## In state 563, spurious reduction of production open_fun_decl -> Function Ident parameters COLON type_expr Is expr -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is With -## -## Ends in an error in state: 87. -## -## open_fun_decl -> Function Ident parameters COLON type_expr Is . block With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## open_fun_decl -> Function Ident parameters COLON type_expr Is . expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident parameters COLON type_expr Is -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident VBAR -## -## Ends in an error in state: 86. -## -## open_fun_decl -> Function Ident parameters COLON type_expr . Is block With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## open_fun_decl -> Function Ident parameters COLON type_expr . Is expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident parameters COLON type_expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 15, spurious reduction of production core_type -> Ident -## In state 29, spurious reduction of production cartesian -> core_type -## In state 35, spurious reduction of production fun_type -> cartesian -## In state 43, spurious reduction of production type_expr -> fun_type -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON With -## -## Ends in an error in state: 85. -## -## open_fun_decl -> Function Ident parameters COLON . type_expr Is block With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## open_fun_decl -> Function Ident parameters COLON . type_expr Is expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident parameters COLON -## - - - -contract: Function Ident LPAR Const Ident COLON Ident RPAR With -## -## Ends in an error in state: 84. -## -## open_fun_decl -> Function Ident parameters . COLON type_expr Is block With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## open_fun_decl -> Function Ident parameters . COLON type_expr Is expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident parameters -## - - - -contract: Function Ident With -## -## Ends in an error in state: 68. -## -## open_fun_decl -> Function Ident . parameters COLON type_expr Is block With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## open_fun_decl -> Function Ident . parameters COLON type_expr Is expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function Ident -## - - - -contract: Function With -## -## Ends in an error in state: 67. -## -## open_fun_decl -> Function . Ident parameters COLON type_expr Is block With expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## open_fun_decl -> Function . Ident parameters COLON type_expr Is expr [ Type SEMI RBRACE Function End EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Function -## - - - -contract: Type Ident Is BigMap With -## -## Ends in an error in state: 18. -## -## core_type -> BigMap . type_tuple [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## -## The known suffix of the stack is as follows: -## BigMap -## - - - -contract: Type Ident Is Constr Of With -## -## Ends in an error in state: 27. -## -## variant -> Constr Of . fun_type [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] -## -## The known suffix of the stack is as follows: -## Constr Of -## - - - -contract: Type Ident Is Constr VBAR With -## -## Ends in an error in state: 39. -## -## nsepseq(variant,VBAR) -> variant VBAR . nsepseq(variant,VBAR) [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] -## -## The known suffix of the stack is as follows: -## variant VBAR -## - - - -contract: Type Ident Is Constr With -## -## Ends in an error in state: 26. -## -## variant -> Constr . [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] -## variant -> Constr . Of fun_type [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] -## -## The known suffix of the stack is as follows: -## Constr -## - - - -contract: Type Ident Is Ident ARROW With -## -## Ends in an error in state: 36. -## -## fun_type -> cartesian ARROW . fun_type [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] -## -## The known suffix of the stack is as follows: -## cartesian ARROW -## - - - -contract: Type Ident Is Ident TIMES Ident TIMES With -## -## Ends in an error in state: 33. -## -## nsepseq(core_type,TIMES) -> core_type TIMES . nsepseq(core_type,TIMES) [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## -## The known suffix of the stack is as follows: -## core_type TIMES -## - - - -contract: Type Ident Is Ident TIMES LPAR Ident RPAR With -## -## Ends in an error in state: 32. -## -## nsepseq(core_type,TIMES) -> core_type . [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## nsepseq(core_type,TIMES) -> core_type . TIMES nsepseq(core_type,TIMES) [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## -## The known suffix of the stack is as follows: -## core_type -## - - - -contract: Type Ident Is Ident TIMES With -## -## Ends in an error in state: 30. -## -## cartesian -> core_type TIMES . nsepseq(core_type,TIMES) [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## -## The known suffix of the stack is as follows: -## core_type TIMES -## - - - -contract: Type Ident Is Ident VBAR -## -## Ends in an error in state: 64. -## -## type_decl -> Type Ident Is type_expr . option(SEMI) [ Type Function EOF Const Attributes ] -## -## The known suffix of the stack is as follows: -## Type Ident Is type_expr -## -## WARNING: This example involves spurious reductions. -## This implies that, although the LR(1) items shown above provide an -## accurate view of the past (what has been recognized so far), they -## may provide an INCOMPLETE view of the future (what was expected next). -## In state 15, spurious reduction of production core_type -> Ident -## In state 29, spurious reduction of production cartesian -> core_type -## In state 35, spurious reduction of production fun_type -> cartesian -## In state 43, spurious reduction of production type_expr -> fun_type -## - - - -contract: Type Ident Is Ident With +interactive_expr: LPAR Unit COLON Ident With ## ## Ends in an error in state: 15. ## -## core_type -> Ident . [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## core_type -> Ident . type_tuple [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## core_type -> Ident . [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## core_type -> Ident . type_tuple [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## Ident @@ -4256,12 +1493,12 @@ contract: Type Ident Is Ident With -contract: Type Ident Is LPAR Constr RPAR With +interactive_expr: LPAR Unit COLON LPAR Ident RPAR With ## ## Ends in an error in state: 29. ## -## cartesian -> core_type . [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] -## cartesian -> core_type . TIMES nsepseq(core_type,TIMES) [ VBAR Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## cartesian -> core_type . [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## cartesian -> core_type . TIMES nsepseq(core_type,TIMES) [ VBAR Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## core_type @@ -4269,11 +1506,11 @@ contract: Type Ident Is LPAR Constr RPAR With -contract: Type Ident Is LPAR Ident VBAR +interactive_expr: LPAR Unit COLON LPAR Ident VBAR ## ## Ends in an error in state: 61. ## -## par(type_expr) -> LPAR type_expr . RPAR [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## par(type_expr) -> LPAR type_expr . RPAR [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## LPAR type_expr @@ -4290,11 +1527,11 @@ contract: Type Ident Is LPAR Ident VBAR -contract: Type Ident Is LPAR With +interactive_expr: LPAR Unit COLON LPAR With ## ## Ends in an error in state: 6. ## -## par(type_expr) -> LPAR . type_expr RPAR [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## par(type_expr) -> LPAR . type_expr RPAR [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## LPAR @@ -4302,11 +1539,11 @@ contract: Type Ident Is LPAR With -contract: Type Ident Is List With +interactive_expr: LPAR Unit COLON List With ## ## Ends in an error in state: 13. ## -## core_type -> List . par(type_expr) [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## core_type -> List . par(type_expr) [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## List @@ -4314,7 +1551,7 @@ contract: Type Ident Is List With -contract: Type Ident Is Map LPAR Ident COMMA With +interactive_expr: LPAR Unit COLON Map LPAR Ident COMMA With ## ## Ends in an error in state: 21. ## @@ -4326,7 +1563,7 @@ contract: Type Ident Is Map LPAR Ident COMMA With -contract: Type Ident Is Map LPAR Ident VBAR +interactive_expr: LPAR Unit COLON Map LPAR Ident VBAR ## ## Ends in an error in state: 20. ## @@ -4348,11 +1585,11 @@ contract: Type Ident Is Map LPAR Ident VBAR -contract: Type Ident Is Map LPAR With +interactive_expr: LPAR Unit COLON Map LPAR With ## ## Ends in an error in state: 12. ## -## par(nsepseq(type_expr,COMMA)) -> LPAR . nsepseq(type_expr,COMMA) RPAR [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## par(nsepseq(type_expr,COMMA)) -> LPAR . nsepseq(type_expr,COMMA) RPAR [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## LPAR @@ -4360,11 +1597,11 @@ contract: Type Ident Is Map LPAR With -contract: Type Ident Is Map With +interactive_expr: LPAR Unit COLON Map With ## ## Ends in an error in state: 11. ## -## core_type -> Map . type_tuple [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## core_type -> Map . type_tuple [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## Map @@ -4372,11 +1609,11 @@ contract: Type Ident Is Map With -contract: Type Ident Is Record Ident COLON Ident RBRACKET +interactive_expr: LPAR Unit COLON Record Ident COLON Ident RBRACKET ## ## Ends in an error in state: 59. ## -## record_type -> Record sep_or_term_list(field_decl,SEMI) . End [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## record_type -> Record sep_or_term_list(field_decl,SEMI) . End [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] ## ## The known suffix of the stack is as follows: ## Record sep_or_term_list(field_decl,SEMI) @@ -4396,7 +1633,7 @@ contract: Type Ident Is Record Ident COLON Ident RBRACKET -contract: Type Ident Is Record Ident COLON Ident SEMI Ident COLON Ident SEMI With +interactive_expr: LPAR Unit COLON Record Ident COLON Ident SEMI Ident COLON Ident SEMI With ## ## Ends in an error in state: 57. ## @@ -4409,7 +1646,7 @@ contract: Type Ident Is Record Ident COLON Ident SEMI Ident COLON Ident SEMI Wit -contract: Type Ident Is Record Ident COLON Ident SEMI Ident COLON Ident VBAR +interactive_expr: LPAR Unit COLON Record Ident COLON Ident SEMI Ident COLON Ident VBAR ## ## Ends in an error in state: 56. ## @@ -4433,7 +1670,7 @@ contract: Type Ident Is Record Ident COLON Ident SEMI Ident COLON Ident VBAR -contract: Type Ident Is Record Ident COLON Ident SEMI With +interactive_expr: LPAR Unit COLON Record Ident COLON Ident SEMI With ## ## Ends in an error in state: 53. ## @@ -4446,7 +1683,7 @@ contract: Type Ident Is Record Ident COLON Ident SEMI With -contract: Type Ident Is Record Ident COLON Ident VBAR +interactive_expr: LPAR Unit COLON Record Ident COLON Ident VBAR ## ## Ends in an error in state: 52. ## @@ -4470,7 +1707,7 @@ contract: Type Ident Is Record Ident COLON Ident VBAR -contract: Type Ident Is Record Ident COLON With +interactive_expr: LPAR Unit COLON Record Ident COLON With ## ## Ends in an error in state: 10. ## @@ -4482,7 +1719,7 @@ contract: Type Ident Is Record Ident COLON With -contract: Type Ident Is Record Ident With +interactive_expr: LPAR Unit COLON Record Ident With ## ## Ends in an error in state: 9. ## @@ -4494,11 +1731,11 @@ contract: Type Ident Is Record Ident With -contract: Type Ident Is Record LBRACKET Ident COLON Ident End +interactive_expr: LPAR Unit COLON Record LBRACKET Ident COLON Ident End ## ## Ends in an error in state: 48. ## -## record_type -> Record LBRACKET sep_or_term_list(field_decl,SEMI) . RBRACKET [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## record_type -> Record LBRACKET sep_or_term_list(field_decl,SEMI) . RBRACKET [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] ## ## The known suffix of the stack is as follows: ## Record LBRACKET sep_or_term_list(field_decl,SEMI) @@ -4518,11 +1755,11 @@ contract: Type Ident Is Record LBRACKET Ident COLON Ident End -contract: Type Ident Is Record LBRACKET With +interactive_expr: LPAR Unit COLON Record LBRACKET With ## ## Ends in an error in state: 8. ## -## record_type -> Record LBRACKET . sep_or_term_list(field_decl,SEMI) RBRACKET [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## record_type -> Record LBRACKET . sep_or_term_list(field_decl,SEMI) RBRACKET [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] ## ## The known suffix of the stack is as follows: ## Record LBRACKET @@ -4530,12 +1767,12 @@ contract: Type Ident Is Record LBRACKET With -contract: Type Ident Is Record With +interactive_expr: LPAR Unit COLON Record With ## ## Ends in an error in state: 7. ## -## record_type -> Record . sep_or_term_list(field_decl,SEMI) End [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] -## record_type -> Record . LBRACKET sep_or_term_list(field_decl,SEMI) RBRACKET [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## record_type -> Record . sep_or_term_list(field_decl,SEMI) End [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## record_type -> Record . LBRACKET sep_or_term_list(field_decl,SEMI) RBRACKET [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] ## ## The known suffix of the stack is as follows: ## Record @@ -4543,11 +1780,11 @@ contract: Type Ident Is Record With -contract: Type Ident Is Set With +interactive_expr: LPAR Unit COLON Set With ## ## Ends in an error in state: 5. ## -## core_type -> Set . par(type_expr) [ VBAR Type TIMES SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] +## core_type -> Set . par(type_expr) [ VBAR Type TIMES SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ARROW ] ## ## The known suffix of the stack is as follows: ## Set @@ -4555,11 +1792,11 @@ contract: Type Ident Is Set With -contract: Type Ident Is VBAR Const +interactive_expr: LPAR Unit COLON VBAR Const ## ## Ends in an error in state: 25. ## -## sum_type -> option(VBAR) . nsepseq(variant,VBAR) [ Type SEMI RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] +## sum_type -> option(VBAR) . nsepseq(variant,VBAR) [ Type SEMI Recursive RPAR RBRACKET Is Function End EQ EOF Const COMMA Attributes ASS ] ## ## The known suffix of the stack is as follows: ## option(VBAR) @@ -4567,11 +1804,2685 @@ contract: Type Ident Is VBAR Const +interactive_expr: LPAR Unit COLON With +## +## Ends in an error in state: 340. +## +## annot_expr -> LPAR disj_expr COLON . type_expr RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## LPAR disj_expr COLON +## + + + +interactive_expr: LPAR Unit COMMA With +## +## Ends in an error in state: 337. +## +## tuple_comp -> expr COMMA . nsepseq(expr,COMMA) [ RPAR ] +## +## The known suffix of the stack is as follows: +## expr COMMA +## + + + +interactive_expr: LPAR Unit VBAR +## +## Ends in an error in state: 339. +## +## annot_expr -> LPAR disj_expr . COLON type_expr RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## disj_expr -> disj_expr . Or conj_expr [ RPAR Or COMMA COLON ] +## expr -> disj_expr . [ RPAR COMMA ] +## +## The known suffix of the stack is as follows: +## LPAR disj_expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## + + + +interactive_expr: LPAR With +## +## Ends in an error in state: 88. +## +## annot_expr -> LPAR . disj_expr COLON type_expr RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## par(expr) -> LPAR . expr RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LPAR LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## par(tuple_comp) -> LPAR . tuple_comp RPAR [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## LPAR +## + + + +interactive_expr: List LBRACKET Unit End +## +## Ends in an error in state: 345. +## +## injection(List,expr) -> List LBRACKET sep_or_term_list(expr,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## List LBRACKET sep_or_term_list(expr,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 349, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 348, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## + + + +interactive_expr: List LBRACKET With +## +## Ends in an error in state: 343. +## +## injection(List,expr) -> List LBRACKET . sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(List,expr) -> List LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## List LBRACKET +## + + + +interactive_expr: List Unit RBRACKET +## +## Ends in an error in state: 357. +## +## injection(List,expr) -> List sep_or_term_list(expr,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## List sep_or_term_list(expr,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 349, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 348, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## + + + +interactive_expr: List Unit SEMI Unit SEMI With +## +## Ends in an error in state: 354. +## +## nsepseq(expr,SEMI) -> expr SEMI . nsepseq(expr,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(expr,SEMI)) -> expr SEMI . seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## expr SEMI +## + + + +interactive_expr: List Unit SEMI Unit VBAR +## +## Ends in an error in state: 353. +## +## nsepseq(expr,SEMI) -> expr . [ RBRACKET End ] +## nsepseq(expr,SEMI) -> expr . SEMI nsepseq(expr,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(expr,SEMI)) -> expr . SEMI seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +interactive_expr: List Unit SEMI With +## +## Ends in an error in state: 350. +## +## nsepseq(expr,SEMI) -> expr SEMI . nsepseq(expr,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(expr,SEMI)) -> expr SEMI . seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## expr SEMI +## + + + +interactive_expr: List Unit VBAR +## +## Ends in an error in state: 349. +## +## nsepseq(expr,SEMI) -> expr . [ RBRACKET End ] +## nsepseq(expr,SEMI) -> expr . SEMI nsepseq(expr,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(expr,SEMI)) -> expr . SEMI seq(__anonymous_0(expr,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +interactive_expr: List With +## +## Ends in an error in state: 87. +## +## injection(List,expr) -> List . sep_or_term_list(expr,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(List,expr) -> List . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(List,expr) -> List . LBRACKET sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(List,expr) -> List . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## List +## + + + +interactive_expr: MINUS With +## +## Ends in an error in state: 86. +## +## unary_expr -> MINUS . core_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## MINUS +## + + + +interactive_expr: Map LBRACKET Unit ARROW Bytes End +## +## Ends in an error in state: 362. +## +## injection(Map,binding) -> Map LBRACKET sep_or_term_list(binding,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Map LBRACKET sep_or_term_list(binding,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## In state 229, spurious reduction of production nsepseq(binding,SEMI) -> binding +## In state 225, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) +## + + + +interactive_expr: Map LBRACKET With +## +## Ends in an error in state: 360. +## +## injection(Map,binding) -> Map LBRACKET . sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Map,binding) -> Map LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Map LBRACKET +## + + + +interactive_expr: Map Unit ARROW Bytes RBRACKET +## +## Ends in an error in state: 365. +## +## injection(Map,binding) -> Map sep_or_term_list(binding,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Map sep_or_term_list(binding,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## In state 229, spurious reduction of production nsepseq(binding,SEMI) -> binding +## In state 225, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) +## + + + +interactive_expr: Map Unit ARROW Bytes SEMI Unit ARROW Bytes SEMI With +## +## Ends in an error in state: 234. +## +## nsepseq(binding,SEMI) -> binding SEMI . nsepseq(binding,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(binding,SEMI)) -> binding SEMI . seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## binding SEMI +## + + + +interactive_expr: Map Unit ARROW Bytes SEMI Unit ARROW Bytes VBAR +## +## Ends in an error in state: 233. +## +## nsepseq(binding,SEMI) -> binding . [ RBRACKET End ] +## nsepseq(binding,SEMI) -> binding . SEMI nsepseq(binding,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(binding,SEMI)) -> binding . SEMI seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## + + + +interactive_expr: Map Unit ARROW Bytes SEMI With +## +## Ends in an error in state: 230. +## +## nsepseq(binding,SEMI) -> binding SEMI . nsepseq(binding,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(binding,SEMI)) -> binding SEMI . seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## binding SEMI +## + + + +interactive_expr: Map Unit ARROW Bytes VBAR +## +## Ends in an error in state: 229. +## +## nsepseq(binding,SEMI) -> binding . [ RBRACKET End ] +## nsepseq(binding,SEMI) -> binding . SEMI nsepseq(binding,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(binding,SEMI)) -> binding . SEMI seq(__anonymous_0(binding,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## + + + +interactive_expr: Map Unit ARROW With +## +## Ends in an error in state: 227. +## +## binding -> expr ARROW . expr [ SEMI RBRACKET End ] +## +## The known suffix of the stack is as follows: +## expr ARROW +## + + + +interactive_expr: Map Unit VBAR +## +## Ends in an error in state: 226. +## +## binding -> expr . ARROW expr [ SEMI RBRACKET End ] +## +## The known suffix of the stack is as follows: +## expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +interactive_expr: Map With +## +## Ends in an error in state: 85. +## +## injection(Map,binding) -> Map . sep_or_term_list(binding,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Map,binding) -> Map . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Map,binding) -> Map . LBRACKET sep_or_term_list(binding,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Map,binding) -> Map . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Map +## + + + +interactive_expr: Not Bytes With +## +## Ends in an error in state: 153. +## +## add_expr -> mult_expr . [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . TIMES unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . SLASH unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . Mod unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## mult_expr +## + + + +interactive_expr: Not With +## +## Ends in an error in state: 81. +## +## unary_expr -> Not . core_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Not +## + + + +interactive_expr: Record Ident EQ Bytes RBRACKET +## +## Ends in an error in state: 380. +## +## record_expr -> Record sep_or_term_list(field_assignment,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Record sep_or_term_list(field_assignment,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 368, spurious reduction of production field_assignment -> Ident EQ expr +## In state 373, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment +## In state 372, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) +## + + + +interactive_expr: Record Ident EQ Bytes SEMI Ident EQ Bytes SEMI With +## +## Ends in an error in state: 378. +## +## nsepseq(field_assignment,SEMI) -> field_assignment SEMI . nsepseq(field_assignment,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(field_assignment,SEMI)) -> field_assignment SEMI . seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## field_assignment SEMI +## + + + +interactive_expr: Record Ident EQ Bytes SEMI Ident EQ Bytes VBAR +## +## Ends in an error in state: 377. +## +## nsepseq(field_assignment,SEMI) -> field_assignment . [ RBRACKET End ] +## nsepseq(field_assignment,SEMI) -> field_assignment . SEMI nsepseq(field_assignment,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(field_assignment,SEMI)) -> field_assignment . SEMI seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## field_assignment +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 368, spurious reduction of production field_assignment -> Ident EQ expr +## + + + +interactive_expr: Record Ident EQ Bytes SEMI With +## +## Ends in an error in state: 374. +## +## nsepseq(field_assignment,SEMI) -> field_assignment SEMI . nsepseq(field_assignment,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(field_assignment,SEMI)) -> field_assignment SEMI . seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## field_assignment SEMI +## + + + +interactive_expr: Record Ident EQ Bytes VBAR +## +## Ends in an error in state: 373. +## +## nsepseq(field_assignment,SEMI) -> field_assignment . [ RBRACKET End ] +## nsepseq(field_assignment,SEMI) -> field_assignment . SEMI nsepseq(field_assignment,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(field_assignment,SEMI)) -> field_assignment . SEMI seq(__anonymous_0(field_assignment,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## field_assignment +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 368, spurious reduction of production field_assignment -> Ident EQ expr +## + + + +interactive_expr: Record Ident EQ With +## +## Ends in an error in state: 80. +## +## field_assignment -> Ident EQ . expr [ SEMI RBRACKET End ] +## +## The known suffix of the stack is as follows: +## Ident EQ +## + + + +interactive_expr: Record Ident With +## +## Ends in an error in state: 79. +## +## field_assignment -> Ident . EQ expr [ SEMI RBRACKET End ] +## +## The known suffix of the stack is as follows: +## Ident +## + + + +interactive_expr: Record LBRACKET Ident EQ Bytes End +## +## Ends in an error in state: 369. +## +## record_expr -> Record LBRACKET sep_or_term_list(field_assignment,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Record LBRACKET sep_or_term_list(field_assignment,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 368, spurious reduction of production field_assignment -> Ident EQ expr +## In state 373, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment +## In state 372, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) +## + + + +interactive_expr: Record LBRACKET With +## +## Ends in an error in state: 78. +## +## record_expr -> Record LBRACKET . sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Record LBRACKET +## + + + +interactive_expr: Record With +## +## Ends in an error in state: 77. +## +## record_expr -> Record . sep_or_term_list(field_assignment,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## record_expr -> Record . LBRACKET sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Record +## + + + +interactive_expr: Recursive From +## +## Ends in an error in state: 132. +## +## fun_expr -> option(Recursive) . Function parameters COLON type_expr Is expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## +## The known suffix of the stack is as follows: +## option(Recursive) +## + + + +interactive_expr: Set LBRACKET Unit End +## +## Ends in an error in state: 384. +## +## injection(Set,expr) -> Set LBRACKET sep_or_term_list(expr,SEMI) . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Set LBRACKET sep_or_term_list(expr,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 349, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 348, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## + + + +interactive_expr: Set LBRACKET With +## +## Ends in an error in state: 382. +## +## injection(Set,expr) -> Set LBRACKET . sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Set,expr) -> Set LBRACKET . RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Set LBRACKET +## + + + +interactive_expr: Set Unit RBRACKET +## +## Ends in an error in state: 387. +## +## injection(Set,expr) -> Set sep_or_term_list(expr,SEMI) . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Set sep_or_term_list(expr,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 349, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 348, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## + + + +interactive_expr: Set With +## +## Ends in an error in state: 76. +## +## injection(Set,expr) -> Set . sep_or_term_list(expr,SEMI) End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Set,expr) -> Set . End [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Set,expr) -> Set . LBRACKET sep_or_term_list(expr,SEMI) RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## injection(Set,expr) -> Set . LBRACKET RBRACKET [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Contains Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## Set +## + + + +interactive_expr: Unit And With +## +## Ends in an error in state: 203. +## +## conj_expr -> conj_expr And . set_membership [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## conj_expr And +## + + + +interactive_expr: Unit CAT With +## +## Ends in an error in state: 179. +## +## cat_expr -> cons_expr CAT . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## cons_expr CAT +## + + + +interactive_expr: Unit COLON +## +## Ends in an error in state: 173. +## +## disj_expr -> disj_expr . Or conj_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## expr -> disj_expr . [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Of Function From End Else EOF Const COMMA Block Begin Attributes ARROW ] +## +## The known suffix of the stack is as follows: +## disj_expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## + + + +interactive_expr: Unit CONS With +## +## Ends in an error in state: 186. +## +## cons_expr -> add_expr CONS . cons_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## add_expr CONS +## + + + +interactive_expr: Unit Contains With +## +## Ends in an error in state: 176. +## +## set_membership -> core_expr Contains . set_membership [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## core_expr Contains +## + + + +interactive_expr: Unit EQ With +## +## Ends in an error in state: 199. +## +## comp_expr -> comp_expr EQ . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## comp_expr EQ +## + + + +interactive_expr: Unit GE With +## +## Ends in an error in state: 197. +## +## comp_expr -> comp_expr GE . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## comp_expr GE +## + + + +interactive_expr: Unit GT With +## +## Ends in an error in state: 195. +## +## comp_expr -> comp_expr GT . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## comp_expr GT +## + + + +interactive_expr: Unit LE With +## +## Ends in an error in state: 193. +## +## comp_expr -> comp_expr LE . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## comp_expr LE +## + + + +interactive_expr: Unit LT With +## +## Ends in an error in state: 191. +## +## comp_expr -> comp_expr LT . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## comp_expr LT +## + + + +interactive_expr: Unit MINUS Unit With +## +## Ends in an error in state: 185. +## +## add_expr -> add_expr MINUS mult_expr . [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . TIMES unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . SLASH unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . Mod unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## add_expr MINUS mult_expr +## + + + +interactive_expr: Unit MINUS With +## +## Ends in an error in state: 184. +## +## add_expr -> add_expr MINUS . mult_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## add_expr MINUS +## + + + +interactive_expr: Unit Mod With +## +## Ends in an error in state: 169. +## +## mult_expr -> mult_expr Mod . unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## mult_expr Mod +## + + + +interactive_expr: Unit NE With +## +## Ends in an error in state: 189. +## +## comp_expr -> comp_expr NE . cat_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of NE LT LE GT GE Function From End Else EQ EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## comp_expr NE +## + + + +interactive_expr: Unit Or With +## +## Ends in an error in state: 174. +## +## disj_expr -> disj_expr Or . conj_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes ARROW ] +## +## The known suffix of the stack is as follows: +## disj_expr Or +## + + + +interactive_expr: Unit PLUS Unit With +## +## Ends in an error in state: 183. +## +## add_expr -> add_expr PLUS mult_expr . [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . TIMES unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . SLASH unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## mult_expr -> mult_expr . Mod unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## add_expr PLUS mult_expr +## + + + +interactive_expr: Unit PLUS With +## +## Ends in an error in state: 182. +## +## add_expr -> add_expr PLUS . mult_expr [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## add_expr PLUS +## + + + +interactive_expr: Unit SLASH With +## +## Ends in an error in state: 167. +## +## mult_expr -> mult_expr SLASH . unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## mult_expr SLASH +## + + + +interactive_expr: Unit TIMES With +## +## Ends in an error in state: 154. +## +## mult_expr -> mult_expr TIMES . unary_expr [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## mult_expr TIMES +## + + + +interactive_expr: Unit VBAR +## +## Ends in an error in state: 573. +## +## interactive_expr -> expr . EOF [ # ] +## +## The known suffix of the stack is as follows: +## expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +interactive_expr: Unit With +## +## Ends in an error in state: 175. +## +## set_membership -> core_expr . Contains set_membership [ VBAR Type To Then SEMI Recursive RPAR RBRACKET RBRACE Or Of Function From End Else EOF Const COMMA COLON Block Begin Attributes And ARROW ] +## unary_expr -> core_expr . [ VBAR Type To Then TIMES SLASH SEMI Recursive RPAR RBRACKET RBRACE PLUS Or Of NE Mod MINUS LT LE GT GE Function From End Else EQ EOF Const CONS COMMA COLON CAT Block Begin Attributes And ARROW ] +## +## The known suffix of the stack is as follows: +## core_expr +## + + + +interactive_expr: With +## +## Ends in an error in state: 571. +## +## interactive_expr' -> . interactive_expr [ # ] +## +## The known suffix of the stack is as follows: +## +## + + + +contract: Attributes LBRACKET String End +## +## Ends in an error in state: 400. +## +## ne_injection(Attributes,String) -> Attributes LBRACKET sep_or_term_list(String,SEMI) . RBRACKET [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Attributes LBRACKET sep_or_term_list(String,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 392, spurious reduction of production nsepseq(String,SEMI) -> String +## In state 403, spurious reduction of production sep_or_term_list(String,SEMI) -> nsepseq(String,SEMI) +## + + + +contract: Attributes LBRACKET With +## +## Ends in an error in state: 399. +## +## ne_injection(Attributes,String) -> Attributes LBRACKET . sep_or_term_list(String,SEMI) RBRACKET [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Attributes LBRACKET +## + + + +contract: Attributes String End Attributes String End SEMI With +## +## Ends in an error in state: 566. +## +## seq(declaration) -> declaration . seq(declaration) [ EOF ] +## +## The known suffix of the stack is as follows: +## declaration +## + + + +contract: Attributes String End SEMI With +## +## Ends in an error in state: 564. +## +## nseq(declaration) -> declaration . seq(declaration) [ EOF ] +## +## The known suffix of the stack is as follows: +## declaration +## + + + +contract: Attributes String End With +## +## Ends in an error in state: 559. +## +## attr_decl -> open_attr_decl . option(SEMI) [ Type Recursive Function EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## open_attr_decl +## + + + +contract: Attributes String RBRACKET +## +## Ends in an error in state: 404. +## +## ne_injection(Attributes,String) -> Attributes sep_or_term_list(String,SEMI) . End [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Attributes sep_or_term_list(String,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 392, spurious reduction of production nsepseq(String,SEMI) -> String +## In state 403, spurious reduction of production sep_or_term_list(String,SEMI) -> nsepseq(String,SEMI) +## + + + +contract: Attributes String SEMI String SEMI With +## +## Ends in an error in state: 395. +## +## nsepseq(String,SEMI) -> String SEMI . nsepseq(String,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(String,SEMI)) -> String SEMI . seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## String SEMI +## + + + +contract: Attributes String SEMI String With +## +## Ends in an error in state: 394. +## +## nsepseq(String,SEMI) -> String . [ RBRACKET End ] +## nsepseq(String,SEMI) -> String . SEMI nsepseq(String,SEMI) [ RBRACKET End ] +## seq(__anonymous_0(String,SEMI)) -> String . SEMI seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## String +## + + + +contract: Attributes String SEMI With +## +## Ends in an error in state: 393. +## +## nsepseq(String,SEMI) -> String SEMI . nsepseq(String,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(String,SEMI)) -> String SEMI . seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## String SEMI +## + + + +contract: Attributes String With +## +## Ends in an error in state: 392. +## +## nsepseq(String,SEMI) -> String . [ RBRACKET End ] +## nsepseq(String,SEMI) -> String . SEMI nsepseq(String,SEMI) [ RBRACKET End ] +## nseq(__anonymous_0(String,SEMI)) -> String . SEMI seq(__anonymous_0(String,SEMI)) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## String +## + + + +contract: Attributes With +## +## Ends in an error in state: 391. +## +## ne_injection(Attributes,String) -> Attributes . sep_or_term_list(String,SEMI) End [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## ne_injection(Attributes,String) -> Attributes . LBRACKET sep_or_term_list(String,SEMI) RBRACKET [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Attributes +## + + + +contract: Const Ident COLON Ident EQ Bytes VBAR +## +## Ends in an error in state: 557. +## +## const_decl -> open_const_decl . option(SEMI) [ Type Recursive Function EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## open_const_decl +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 389, spurious reduction of production unqualified_decl(EQ) -> Ident COLON type_expr EQ expr +## In state 390, spurious reduction of production open_const_decl -> Const unqualified_decl(EQ) +## + + + +contract: Const Ident COLON Ident EQ With +## +## Ends in an error in state: 72. +## +## unqualified_decl(EQ) -> Ident COLON type_expr EQ . expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Ident COLON type_expr EQ +## + + + +contract: Const Ident COLON Ident VBAR +## +## Ends in an error in state: 71. +## +## unqualified_decl(EQ) -> Ident COLON type_expr . EQ expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Ident COLON type_expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 15, spurious reduction of production core_type -> Ident +## In state 29, spurious reduction of production cartesian -> core_type +## In state 35, spurious reduction of production fun_type -> cartesian +## In state 43, spurious reduction of production type_expr -> fun_type +## + + + +contract: Const Ident COLON With +## +## Ends in an error in state: 70. +## +## unqualified_decl(EQ) -> Ident COLON . type_expr EQ expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Ident COLON +## + + + +contract: Const Ident With +## +## Ends in an error in state: 69. +## +## unqualified_decl(EQ) -> Ident . COLON type_expr EQ expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Ident +## + + + +contract: Const With +## +## Ends in an error in state: 68. +## +## open_const_decl -> Const . unqualified_decl(EQ) [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Const +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of LBRACKET VBAR Block +## +## Ends in an error in state: 488. +## +## case(if_clause) -> Case expr Of LBRACKET option(VBAR) . cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr Of LBRACKET option(VBAR) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of LBRACKET WILD ARROW Skip End +## +## Ends in an error in state: 516. +## +## case(if_clause) -> Case expr Of LBRACKET option(VBAR) cases(if_clause) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr Of LBRACKET option(VBAR) cases(if_clause) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 518, spurious reduction of production nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) +## In state 515, spurious reduction of production cases(if_clause) -> nsepseq(case_clause(if_clause),VBAR) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of LBRACKET With +## +## Ends in an error in state: 487. +## +## case(if_clause) -> Case expr Of LBRACKET . option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr Of LBRACKET +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of VBAR Block +## +## Ends in an error in state: 521. +## +## case(if_clause) -> Case expr Of option(VBAR) . cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr Of option(VBAR) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW Skip RBRACKET +## +## Ends in an error in state: 522. +## +## case(if_clause) -> Case expr Of option(VBAR) cases(if_clause) . End [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr Of option(VBAR) cases(if_clause) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 518, spurious reduction of production nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) +## In state 515, spurious reduction of production cases(if_clause) -> nsepseq(case_clause(if_clause),VBAR) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW Skip VBAR With +## +## Ends in an error in state: 519. +## +## nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) VBAR . nsepseq(case_clause(if_clause),VBAR) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## case_clause(if_clause) VBAR +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW Skip With +## +## Ends in an error in state: 518. +## +## nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) . [ RBRACKET End ] +## nsepseq(case_clause(if_clause),VBAR) -> case_clause(if_clause) . VBAR nsepseq(case_clause(if_clause),VBAR) [ RBRACKET End ] +## +## The known suffix of the stack is as follows: +## case_clause(if_clause) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD ARROW With +## +## Ends in an error in state: 490. +## +## case_clause(if_clause) -> pattern ARROW . if_clause [ VBAR RBRACKET End ] +## +## The known suffix of the stack is as follows: +## pattern ARROW +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of WILD RPAR +## +## Ends in an error in state: 489. +## +## case_clause(if_clause) -> pattern . ARROW if_clause [ VBAR RBRACKET End ] +## +## The known suffix of the stack is as follows: +## pattern +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 278, spurious reduction of production pattern -> core_pattern +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit Of With +## +## Ends in an error in state: 486. +## +## case(if_clause) -> Case expr Of . option(VBAR) cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## case(if_clause) -> Case expr Of . LBRACKET option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr Of +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case Unit VBAR +## +## Ends in an error in state: 485. +## +## case(if_clause) -> Case expr . Of option(VBAR) cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## case(if_clause) -> Case expr . Of LBRACKET option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Case With +## +## Ends in an error in state: 484. +## +## case(if_clause) -> Case . expr Of option(VBAR) cases(if_clause) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## case(if_clause) -> Case . expr Of LBRACKET option(VBAR) cases(if_clause) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Case +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ARROW Ident With +## +## Ends in an error in state: 471. +## +## for_loop -> For Ident option(arrow_clause) . In collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For Ident option(arrow_clause) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ARROW With +## +## Ends in an error in state: 469. +## +## arrow_clause -> ARROW . Ident [ In ] +## +## The known suffix of the stack is as follows: +## ARROW +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS Bytes To Unit VBAR +## +## Ends in an error in state: 482. +## +## for_loop -> For var_assign To expr . block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For var_assign To expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS Bytes To With +## +## Ends in an error in state: 481. +## +## for_loop -> For var_assign To . expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For var_assign To +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS Bytes VBAR +## +## Ends in an error in state: 480. +## +## for_loop -> For var_assign . To expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For var_assign +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 468, spurious reduction of production var_assign -> Ident ASS expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident ASS With +## +## Ends in an error in state: 467. +## +## var_assign -> Ident ASS . expr [ To ] +## +## The known suffix of the stack is as follows: +## Ident ASS +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident In Set Unit VBAR +## +## Ends in an error in state: 477. +## +## for_loop -> For Ident option(arrow_clause) In collection expr . block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For Ident option(arrow_clause) In collection expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident In Set With +## +## Ends in an error in state: 476. +## +## for_loop -> For Ident option(arrow_clause) In collection . expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For Ident option(arrow_clause) In collection +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident In With +## +## Ends in an error in state: 472. +## +## for_loop -> For Ident option(arrow_clause) In . collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For Ident option(arrow_clause) In +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For Ident With +## +## Ends in an error in state: 466. +## +## for_loop -> For Ident . option(arrow_clause) In collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## var_assign -> Ident . ASS expr [ To ] +## +## The known suffix of the stack is as follows: +## For Ident +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin For With +## +## Ends in an error in state: 465. +## +## for_loop -> For . var_assign To expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## for_loop -> For . Ident option(arrow_clause) In collection expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## For +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident ASS With +## +## Ends in an error in state: 502. +## +## assignment -> lhs ASS . rhs [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## lhs ASS +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident DOT Ident With +## +## Ends in an error in state: 496. +## +## lhs -> path . [ ASS ] +## map_lookup -> path . brackets(expr) [ ASS ] +## +## The known suffix of the stack is as follows: +## path +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 322, spurious reduction of production nsepseq(selection,DOT) -> selection +## In state 325, spurious reduction of production projection -> Ident DOT nsepseq(selection,DOT) +## In state 432, spurious reduction of production path -> projection +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident LBRACKET Bytes RBRACKET With +## +## Ends in an error in state: 501. +## +## assignment -> lhs . ASS rhs [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## lhs +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Ident With +## +## Ends in an error in state: 464. +## +## fun_call -> Ident . arguments [ VBAR SEMI RBRACKET RBRACE End Else ] +## path -> Ident . [ LBRACKET ASS ] +## projection -> Ident . DOT nsepseq(selection,DOT) [ LBRACKET ASS ] +## +## The known suffix of the stack is as follows: +## Ident +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then LBRACE Skip End +## +## Ends in an error in state: 538. +## +## clause_block -> LBRACE sep_or_term_list(statement,SEMI) . RBRACE [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## LBRACE sep_or_term_list(statement,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 524, spurious reduction of production nsepseq(statement,SEMI) -> statement +## In state 541, spurious reduction of production sep_or_term_list(statement,SEMI) -> nsepseq(statement,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then LBRACE With +## +## Ends in an error in state: 463. +## +## clause_block -> LBRACE . sep_or_term_list(statement,SEMI) RBRACE [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## LBRACE +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then Skip Else With +## +## Ends in an error in state: 544. +## +## conditional -> If expr Then if_clause option(SEMI) Else . if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## If expr Then if_clause option(SEMI) Else +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then Skip SEMI EQ +## +## Ends in an error in state: 543. +## +## conditional -> If expr Then if_clause option(SEMI) . Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## If expr Then if_clause option(SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then Skip With +## +## Ends in an error in state: 542. +## +## conditional -> If expr Then if_clause . option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## If expr Then if_clause +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit Then With +## +## Ends in an error in state: 462. +## +## conditional -> If expr Then . if_clause option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## If expr Then +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If Unit VBAR +## +## Ends in an error in state: 461. +## +## conditional -> If expr . Then if_clause option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## If expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin If With +## +## Ends in an error in state: 460. +## +## conditional -> If . expr Then if_clause option(SEMI) Else if_clause [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## If +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident VBAR +## +## Ends in an error in state: 437. +## +## map_patch -> Patch path . With ne_injection(Map,binding) [ VBAR SEMI RBRACKET RBRACE End Else ] +## record_patch -> Patch path . With ne_injection(Record,field_assignment) [ VBAR SEMI RBRACKET RBRACE End Else ] +## set_patch -> Patch path . With ne_injection(Set,expr) [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Patch path +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 431, spurious reduction of production path -> Ident +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident While +## +## Ends in an error in state: 431. +## +## path -> Ident . [ With VBAR SEMI RBRACKET RBRACE End Else ] +## projection -> Ident . DOT nsepseq(selection,DOT) [ With VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Ident +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map LBRACKET Unit ARROW Bytes End +## +## Ends in an error in state: 453. +## +## ne_injection(Map,binding) -> Map LBRACKET sep_or_term_list(binding,SEMI) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Map LBRACKET sep_or_term_list(binding,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## In state 229, spurious reduction of production nsepseq(binding,SEMI) -> binding +## In state 225, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map LBRACKET With +## +## Ends in an error in state: 452. +## +## ne_injection(Map,binding) -> Map LBRACKET . sep_or_term_list(binding,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Map LBRACKET +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map Unit ARROW Bytes RBRACKET +## +## Ends in an error in state: 455. +## +## ne_injection(Map,binding) -> Map sep_or_term_list(binding,SEMI) . End [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Map sep_or_term_list(binding,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 228, spurious reduction of production binding -> expr ARROW expr +## In state 229, spurious reduction of production nsepseq(binding,SEMI) -> binding +## In state 225, spurious reduction of production sep_or_term_list(binding,SEMI) -> nsepseq(binding,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Map With +## +## Ends in an error in state: 451. +## +## ne_injection(Map,binding) -> Map . sep_or_term_list(binding,SEMI) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## ne_injection(Map,binding) -> Map . LBRACKET sep_or_term_list(binding,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Map +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record Ident EQ Bytes RBRACKET +## +## Ends in an error in state: 449. +## +## ne_injection(Record,field_assignment) -> Record sep_or_term_list(field_assignment,SEMI) . End [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Record sep_or_term_list(field_assignment,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 368, spurious reduction of production field_assignment -> Ident EQ expr +## In state 373, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment +## In state 372, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record LBRACKET Ident EQ Bytes End +## +## Ends in an error in state: 447. +## +## ne_injection(Record,field_assignment) -> Record LBRACKET sep_or_term_list(field_assignment,SEMI) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Record LBRACKET sep_or_term_list(field_assignment,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 368, spurious reduction of production field_assignment -> Ident EQ expr +## In state 373, spurious reduction of production nsepseq(field_assignment,SEMI) -> field_assignment +## In state 372, spurious reduction of production sep_or_term_list(field_assignment,SEMI) -> nsepseq(field_assignment,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record LBRACKET With +## +## Ends in an error in state: 446. +## +## ne_injection(Record,field_assignment) -> Record LBRACKET . sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Record LBRACKET +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Record With +## +## Ends in an error in state: 445. +## +## ne_injection(Record,field_assignment) -> Record . sep_or_term_list(field_assignment,SEMI) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## ne_injection(Record,field_assignment) -> Record . LBRACKET sep_or_term_list(field_assignment,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Record +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set LBRACKET Unit End +## +## Ends in an error in state: 441. +## +## ne_injection(Set,expr) -> Set LBRACKET sep_or_term_list(expr,SEMI) . RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Set LBRACKET sep_or_term_list(expr,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 349, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 348, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set LBRACKET With +## +## Ends in an error in state: 440. +## +## ne_injection(Set,expr) -> Set LBRACKET . sep_or_term_list(expr,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Set LBRACKET +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set Unit RBRACKET +## +## Ends in an error in state: 443. +## +## ne_injection(Set,expr) -> Set sep_or_term_list(expr,SEMI) . End [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Set sep_or_term_list(expr,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 349, spurious reduction of production nsepseq(expr,SEMI) -> expr +## In state 348, spurious reduction of production sep_or_term_list(expr,SEMI) -> nsepseq(expr,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With Set With +## +## Ends in an error in state: 439. +## +## ne_injection(Set,expr) -> Set . sep_or_term_list(expr,SEMI) End [ VBAR SEMI RBRACKET RBRACE End Else ] +## ne_injection(Set,expr) -> Set . LBRACKET sep_or_term_list(expr,SEMI) RBRACKET [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Set +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch Ident With With +## +## Ends in an error in state: 438. +## +## map_patch -> Patch path With . ne_injection(Map,binding) [ VBAR SEMI RBRACKET RBRACE End Else ] +## record_patch -> Patch path With . ne_injection(Record,field_assignment) [ VBAR SEMI RBRACKET RBRACE End Else ] +## set_patch -> Patch path With . ne_injection(Set,expr) [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Patch path With +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Patch With +## +## Ends in an error in state: 436. +## +## map_patch -> Patch . path With ne_injection(Map,binding) [ VBAR SEMI RBRACKET RBRACE End Else ] +## record_patch -> Patch . path With ne_injection(Record,field_assignment) [ VBAR SEMI RBRACKET RBRACE End Else ] +## set_patch -> Patch . path With ne_injection(Set,expr) [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Patch +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit From Map With +## +## Ends in an error in state: 434. +## +## map_remove -> Remove expr From Map . path [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Remove expr From Map +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit From Set With +## +## Ends in an error in state: 430. +## +## set_remove -> Remove expr From Set . path [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Remove expr From Set +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit From With +## +## Ends in an error in state: 429. +## +## map_remove -> Remove expr From . Map path [ VBAR SEMI RBRACKET RBRACE End Else ] +## set_remove -> Remove expr From . Set path [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Remove expr From +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove Unit VBAR +## +## Ends in an error in state: 428. +## +## map_remove -> Remove expr . From Map path [ VBAR SEMI RBRACKET RBRACE End Else ] +## set_remove -> Remove expr . From Set path [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Remove expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Remove With +## +## Ends in an error in state: 427. +## +## map_remove -> Remove . expr From Map path [ VBAR SEMI RBRACKET RBRACE End Else ] +## set_remove -> Remove . expr From Set path [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Remove +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip End While +## +## Ends in an error in state: 552. +## +## open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr Is block . With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident parameters COLON type_expr Is block +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip End With With +## +## Ends in an error in state: 553. +## +## open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr Is block With . expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident parameters COLON type_expr Is block With +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip RBRACE +## +## Ends in an error in state: 546. +## +## block -> Begin sep_or_term_list(statement,SEMI) . End [ With VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Begin sep_or_term_list(statement,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 524, spurious reduction of production nsepseq(statement,SEMI) -> statement +## In state 541, spurious reduction of production sep_or_term_list(statement,SEMI) -> nsepseq(statement,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip SEMI Skip SEMI With +## +## Ends in an error in state: 527. +## +## nsepseq(statement,SEMI) -> statement SEMI . nsepseq(statement,SEMI) [ RBRACE End ] +## seq(__anonymous_0(statement,SEMI)) -> statement SEMI . seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] +## +## The known suffix of the stack is as follows: +## statement SEMI +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip SEMI Skip With +## +## Ends in an error in state: 526. +## +## nsepseq(statement,SEMI) -> statement . [ RBRACE End ] +## nsepseq(statement,SEMI) -> statement . SEMI nsepseq(statement,SEMI) [ RBRACE End ] +## seq(__anonymous_0(statement,SEMI)) -> statement . SEMI seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] +## +## The known suffix of the stack is as follows: +## statement +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip SEMI With +## +## Ends in an error in state: 525. +## +## nsepseq(statement,SEMI) -> statement SEMI . nsepseq(statement,SEMI) [ RBRACE End ] +## nseq(__anonymous_0(statement,SEMI)) -> statement SEMI . seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] +## +## The known suffix of the stack is as follows: +## statement SEMI +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Skip With +## +## Ends in an error in state: 524. +## +## nsepseq(statement,SEMI) -> statement . [ RBRACE End ] +## nsepseq(statement,SEMI) -> statement . SEMI nsepseq(statement,SEMI) [ RBRACE End ] +## nseq(__anonymous_0(statement,SEMI)) -> statement . SEMI seq(__anonymous_0(statement,SEMI)) [ RBRACE End ] +## +## The known suffix of the stack is as follows: +## statement +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident COLON Ident ASS With +## +## Ends in an error in state: 423. +## +## unqualified_decl(ASS) -> Ident COLON type_expr ASS . expr [ SEMI RBRACE End ] +## +## The known suffix of the stack is as follows: +## Ident COLON type_expr ASS +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident COLON Ident VBAR +## +## Ends in an error in state: 422. +## +## unqualified_decl(ASS) -> Ident COLON type_expr . ASS expr [ SEMI RBRACE End ] +## +## The known suffix of the stack is as follows: +## Ident COLON type_expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 15, spurious reduction of production core_type -> Ident +## In state 29, spurious reduction of production cartesian -> core_type +## In state 35, spurious reduction of production fun_type -> cartesian +## In state 43, spurious reduction of production type_expr -> fun_type +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident COLON With +## +## Ends in an error in state: 421. +## +## unqualified_decl(ASS) -> Ident COLON . type_expr ASS expr [ SEMI RBRACE End ] +## +## The known suffix of the stack is as follows: +## Ident COLON +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var Ident With +## +## Ends in an error in state: 420. +## +## unqualified_decl(ASS) -> Ident . COLON type_expr ASS expr [ SEMI RBRACE End ] +## +## The known suffix of the stack is as follows: +## Ident +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin Var With +## +## Ends in an error in state: 419. +## +## open_var_decl -> Var . unqualified_decl(ASS) [ SEMI RBRACE End ] +## +## The known suffix of the stack is as follows: +## Var +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin While Unit VBAR +## +## Ends in an error in state: 417. +## +## while_loop -> While expr . block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## While expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin While With +## +## Ends in an error in state: 416. +## +## while_loop -> While . expr block [ VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## While +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Begin With +## +## Ends in an error in state: 418. +## +## block -> Begin . sep_or_term_list(statement,SEMI) End [ With VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Begin +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Block LBRACE Skip End +## +## Ends in an error in state: 549. +## +## block -> Block LBRACE sep_or_term_list(statement,SEMI) . RBRACE [ With VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Block LBRACE sep_or_term_list(statement,SEMI) +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 524, spurious reduction of production nsepseq(statement,SEMI) -> statement +## In state 541, spurious reduction of production sep_or_term_list(statement,SEMI) -> nsepseq(statement,SEMI) +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Block LBRACE With +## +## Ends in an error in state: 415. +## +## block -> Block LBRACE . sep_or_term_list(statement,SEMI) RBRACE [ With VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Block LBRACE +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Block With +## +## Ends in an error in state: 414. +## +## block -> Block . LBRACE sep_or_term_list(statement,SEMI) RBRACE [ With VBAR SEMI RBRACKET RBRACE End Else ] +## +## The known suffix of the stack is as follows: +## Block +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is Bytes VBAR +## +## Ends in an error in state: 555. +## +## fun_decl -> open_fun_decl . option(SEMI) [ Type Recursive Function EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## open_fun_decl +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 175, spurious reduction of production unary_expr -> core_expr +## In state 106, spurious reduction of production mult_expr -> unary_expr +## In state 153, spurious reduction of production add_expr -> mult_expr +## In state 181, spurious reduction of production cons_expr -> add_expr +## In state 178, spurious reduction of production cat_expr -> cons_expr +## In state 201, spurious reduction of production comp_expr -> cat_expr +## In state 188, spurious reduction of production set_membership -> comp_expr +## In state 108, spurious reduction of production conj_expr -> set_membership +## In state 205, spurious reduction of production disj_expr -> conj_expr +## In state 173, spurious reduction of production expr -> disj_expr +## In state 551, spurious reduction of production open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr Is expr +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident Is With +## +## Ends in an error in state: 413. +## +## open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr Is . block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr Is . expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident parameters COLON type_expr Is +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON Ident VBAR +## +## Ends in an error in state: 412. +## +## open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr . Is block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) Function Ident parameters COLON type_expr . Is expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident parameters COLON type_expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 15, spurious reduction of production core_type -> Ident +## In state 29, spurious reduction of production cartesian -> core_type +## In state 35, spurious reduction of production fun_type -> cartesian +## In state 43, spurious reduction of production type_expr -> fun_type +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR COLON With +## +## Ends in an error in state: 411. +## +## open_fun_decl -> option(Recursive) Function Ident parameters COLON . type_expr Is block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) Function Ident parameters COLON . type_expr Is expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident parameters COLON +## + + + +contract: Function Ident LPAR Const Ident COLON Ident RPAR With +## +## Ends in an error in state: 410. +## +## open_fun_decl -> option(Recursive) Function Ident parameters . COLON type_expr Is block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) Function Ident parameters . COLON type_expr Is expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident parameters +## + + + +contract: Function Ident With +## +## Ends in an error in state: 409. +## +## open_fun_decl -> option(Recursive) Function Ident . parameters COLON type_expr Is block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) Function Ident . parameters COLON type_expr Is expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function Ident +## + + + +contract: Function With +## +## Ends in an error in state: 408. +## +## open_fun_decl -> option(Recursive) Function . Ident parameters COLON type_expr Is block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) Function . Ident parameters COLON type_expr Is expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) Function +## + + + +contract: Recursive With +## +## Ends in an error in state: 407. +## +## open_fun_decl -> option(Recursive) . Function Ident parameters COLON type_expr Is block With expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## open_fun_decl -> option(Recursive) . Function Ident parameters COLON type_expr Is expr [ Type SEMI Recursive RBRACE Function End EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## option(Recursive) +## + + + +contract: Type Ident Is Ident VBAR +## +## Ends in an error in state: 64. +## +## type_decl -> Type Ident Is type_expr . option(SEMI) [ Type Recursive Function EOF Const Attributes ] +## +## The known suffix of the stack is as follows: +## Type Ident Is type_expr +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 15, spurious reduction of production core_type -> Ident +## In state 29, spurious reduction of production cartesian -> core_type +## In state 35, spurious reduction of production fun_type -> cartesian +## In state 43, spurious reduction of production type_expr -> fun_type +## + + + contract: Type Ident Is With ## ## Ends in an error in state: 3. ## -## type_decl -> Type Ident Is . type_expr option(SEMI) [ Type Function EOF Const Attributes ] +## type_decl -> Type Ident Is . type_expr option(SEMI) [ Type Recursive Function EOF Const Attributes ] ## ## The known suffix of the stack is as follows: ## Type Ident Is @@ -4583,7 +4494,7 @@ contract: Type Ident With ## ## Ends in an error in state: 2. ## -## type_decl -> Type Ident . Is type_expr option(SEMI) [ Type Function EOF Const Attributes ] +## type_decl -> Type Ident . Is type_expr option(SEMI) [ Type Recursive Function EOF Const Attributes ] ## ## The known suffix of the stack is as follows: ## Type Ident @@ -4595,7 +4506,7 @@ contract: Type With ## ## Ends in an error in state: 1. ## -## type_decl -> Type . Ident Is type_expr option(SEMI) [ Type Function EOF Const Attributes ] +## type_decl -> Type . Ident Is type_expr option(SEMI) [ Type Recursive Function EOF Const Attributes ] ## ## The known suffix of the stack is as follows: ## Type diff --git a/src/passes/1-parser/reasonligo/error.messages.checked-in b/src/passes/1-parser/reasonligo/error.messages.checked-in index f86688e86..9b107c412 100644 --- a/src/passes/1-parser/reasonligo/error.messages.checked-in +++ b/src/passes/1-parser/reasonligo/error.messages.checked-in @@ -185,7 +185,7 @@ interactive_expr: If LBRACE WILD interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True ARROW Bytes VBAR ## -## Ends in an error in state: 402. +## Ends in an error in state: 406. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if . option(SEMI) RBRACE Else LBRACE closed_if option(SEMI) RBRACE [ SEMI RBRACE ] ## @@ -211,16 +211,16 @@ interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True ARROW ## In state 220, spurious reduction of production expr -> base_cond__open(expr) ## In state 213, spurious reduction of production es6_func -> ARROW expr ## In state 221, spurious reduction of production fun_expr -> disj_expr_level es6_func -## In state 400, spurious reduction of production base_expr(closed_if) -> fun_expr -## In state 411, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) -## In state 410, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) +## In state 404, spurious reduction of production base_expr(closed_if) -> fun_expr +## In state 415, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) +## In state 414, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) ## interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE Else LBRACE True ARROW Bytes VBAR ## -## Ends in an error in state: 407. +## Ends in an error in state: 411. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE closed_if . option(SEMI) RBRACE [ SEMI RBRACE ] ## @@ -246,16 +246,16 @@ interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE ## In state 220, spurious reduction of production expr -> base_cond__open(expr) ## In state 213, spurious reduction of production es6_func -> ARROW expr ## In state 221, spurious reduction of production fun_expr -> disj_expr_level es6_func -## In state 400, spurious reduction of production base_expr(closed_if) -> fun_expr -## In state 411, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) -## In state 410, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) +## In state 404, spurious reduction of production base_expr(closed_if) -> fun_expr +## In state 415, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) +## In state 414, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) ## interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE Else LBRACE True SEMI PLUS ## -## Ends in an error in state: 408. +## Ends in an error in state: 412. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE closed_if option(SEMI) . RBRACE [ SEMI RBRACE ] ## @@ -267,7 +267,7 @@ interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE Else LBRACE WILD ## -## Ends in an error in state: 406. +## Ends in an error in state: 410. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE . closed_if option(SEMI) RBRACE [ SEMI RBRACE ] ## @@ -279,7 +279,7 @@ interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE Else WILD ## -## Ends in an error in state: 405. +## Ends in an error in state: 409. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else . LBRACE closed_if option(SEMI) RBRACE [ SEMI RBRACE ] ## @@ -291,7 +291,7 @@ interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE WILD ## -## Ends in an error in state: 404. +## Ends in an error in state: 408. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE . Else LBRACE closed_if option(SEMI) RBRACE [ SEMI RBRACE ] ## @@ -303,7 +303,7 @@ interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True RBRACE interactive_expr: If LPAR True RPAR LBRACE If LPAR Bytes RPAR LBRACE True SEMI PLUS ## -## Ends in an error in state: 403. +## Ends in an error in state: 407. ## ## if_then_else(closed_if) -> If parenthesized_expr LBRACE closed_if option(SEMI) . RBRACE Else LBRACE closed_if option(SEMI) RBRACE [ SEMI RBRACE ] ## @@ -363,7 +363,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR VBAR interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW Bytes SEMI WILD ## -## Ends in an error in state: 431. +## Ends in an error in state: 435. ## ## nseq(case_clause(base_if_then_else)) -> case_clause(base_if_then_else) . seq(case_clause(base_if_then_else)) [ RBRACE ] ## @@ -375,7 +375,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW By interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW Bytes VBAR Bytes ARROW Bytes SEMI WILD ## -## Ends in an error in state: 433. +## Ends in an error in state: 437. ## ## seq(case_clause(base_if_then_else)) -> case_clause(base_if_then_else) . seq(case_clause(base_if_then_else)) [ RBRACE ] ## @@ -387,7 +387,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW By interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True ARROW Bytes VBAR ## -## Ends in an error in state: 412. +## Ends in an error in state: 416. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if . option(SEMI) RBRACE Else LBRACE base_if_then_else option(SEMI) RBRACE [ VBAR SEMI RBRACE ] ## @@ -413,16 +413,16 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If ## In state 220, spurious reduction of production expr -> base_cond__open(expr) ## In state 213, spurious reduction of production es6_func -> ARROW expr ## In state 221, spurious reduction of production fun_expr -> disj_expr_level es6_func -## In state 400, spurious reduction of production base_expr(closed_if) -> fun_expr -## In state 411, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) -## In state 410, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) +## In state 404, spurious reduction of production base_expr(closed_if) -> fun_expr +## In state 415, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) +## In state 414, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) ## interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True RBRACE Else LBRACE True SEMI PLUS ## -## Ends in an error in state: 422. +## Ends in an error in state: 426. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE base_if_then_else option(SEMI) . RBRACE [ VBAR SEMI RBRACE ] ## @@ -434,7 +434,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True RBRACE Else LBRACE True VBAR ## -## Ends in an error in state: 421. +## Ends in an error in state: 425. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE base_if_then_else . option(SEMI) RBRACE [ VBAR SEMI RBRACE ] ## @@ -455,16 +455,16 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If ## In state 201, spurious reduction of production comp_expr_level -> cat_expr_level ## In state 208, spurious reduction of production conj_expr_level -> comp_expr_level ## In state 215, spurious reduction of production disj_expr_level -> conj_expr_level -## In state 419, spurious reduction of production base_expr(base_if_then_else) -> disj_expr_level -## In state 424, spurious reduction of production base_if_then_else__open(base_if_then_else) -> base_expr(base_if_then_else) -## In state 420, spurious reduction of production base_if_then_else -> base_if_then_else__open(base_if_then_else) +## In state 423, spurious reduction of production base_expr(base_if_then_else) -> disj_expr_level +## In state 428, spurious reduction of production base_if_then_else__open(base_if_then_else) -> base_expr(base_if_then_else) +## In state 424, spurious reduction of production base_if_then_else -> base_if_then_else__open(base_if_then_else) ## interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True RBRACE Else LBRACE WILD ## -## Ends in an error in state: 416. +## Ends in an error in state: 420. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE . base_if_then_else option(SEMI) RBRACE [ VBAR SEMI RBRACE ] ## @@ -476,7 +476,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True RBRACE Else WILD ## -## Ends in an error in state: 415. +## Ends in an error in state: 419. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else . LBRACE base_if_then_else option(SEMI) RBRACE [ VBAR SEMI RBRACE ] ## @@ -488,7 +488,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True RBRACE WILD ## -## Ends in an error in state: 414. +## Ends in an error in state: 418. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE . Else LBRACE base_if_then_else option(SEMI) RBRACE [ VBAR SEMI RBRACE ] ## @@ -500,7 +500,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If LPAR Bytes RPAR LBRACE True SEMI PLUS ## -## Ends in an error in state: 413. +## Ends in an error in state: 417. ## ## if_then_else(base_if_then_else) -> If parenthesized_expr LBRACE closed_if option(SEMI) . RBRACE Else LBRACE base_if_then_else option(SEMI) RBRACE [ VBAR SEMI RBRACE ] ## @@ -548,7 +548,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW If interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW True ARROW Bytes Type ## -## Ends in an error in state: 425. +## Ends in an error in state: 429. ## ## case_clause(base_if_then_else) -> VBAR pattern ARROW base_if_then_else . option(SEMI) [ VBAR RBRACE ] ## @@ -574,16 +574,16 @@ interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW Tr ## In state 220, spurious reduction of production expr -> base_cond__open(expr) ## In state 213, spurious reduction of production es6_func -> ARROW expr ## In state 221, spurious reduction of production fun_expr -> disj_expr_level es6_func -## In state 418, spurious reduction of production base_expr(base_if_then_else) -> fun_expr -## In state 424, spurious reduction of production base_if_then_else__open(base_if_then_else) -> base_expr(base_if_then_else) -## In state 420, spurious reduction of production base_if_then_else -> base_if_then_else__open(base_if_then_else) +## In state 422, spurious reduction of production base_expr(base_if_then_else) -> fun_expr +## In state 428, spurious reduction of production base_if_then_else__open(base_if_then_else) -> base_expr(base_if_then_else) +## In state 424, spurious reduction of production base_if_then_else -> base_if_then_else__open(base_if_then_else) ## interactive_expr: If LPAR True RPAR LBRACE Switch True LBRACE VBAR WILD ARROW True Type ## -## Ends in an error in state: 419. +## Ends in an error in state: 423. ## ## base_expr(base_if_then_else) -> disj_expr_level . [ VBAR SEMI RBRACE ] ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ VBAR SEMI RBRACE Or BOOL_OR ARROW ] @@ -681,7 +681,7 @@ interactive_expr: If LPAR True RPAR LBRACE Switch WILD interactive_expr: If LPAR True RPAR LBRACE True ARROW Bytes VBAR ## -## Ends in an error in state: 439. +## Ends in an error in state: 443. ## ## if_then(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if . option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if . option(SEMI) RBRACE Else LBRACE expr_with_let_expr option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] @@ -708,16 +708,16 @@ interactive_expr: If LPAR True RPAR LBRACE True ARROW Bytes VBAR ## In state 220, spurious reduction of production expr -> base_cond__open(expr) ## In state 213, spurious reduction of production es6_func -> ARROW expr ## In state 221, spurious reduction of production fun_expr -> disj_expr_level es6_func -## In state 400, spurious reduction of production base_expr(closed_if) -> fun_expr -## In state 411, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) -## In state 410, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) +## In state 404, spurious reduction of production base_expr(closed_if) -> fun_expr +## In state 415, spurious reduction of production base_if_then_else__open(closed_if) -> base_expr(closed_if) +## In state 414, spurious reduction of production closed_if -> base_if_then_else__open(closed_if) ## interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else LBRACE True SEMI PLUS ## -## Ends in an error in state: 445. +## Ends in an error in state: 449. ## ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE expr_with_let_expr option(SEMI) . RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## @@ -729,7 +729,7 @@ interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else LBRACE True SEMI PLU interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else LBRACE True VBAR ## -## Ends in an error in state: 444. +## Ends in an error in state: 448. ## ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE expr_with_let_expr . option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## @@ -753,14 +753,14 @@ interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else LBRACE True VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 397, spurious reduction of production expr_with_let_expr -> expr +## In state 398, spurious reduction of production expr_with_let_expr -> expr ## interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else LBRACE WILD ## -## Ends in an error in state: 443. +## Ends in an error in state: 447. ## ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else LBRACE . expr_with_let_expr option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## @@ -772,7 +772,7 @@ interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else LBRACE WILD interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else WILD ## -## Ends in an error in state: 442. +## Ends in an error in state: 446. ## ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE Else . LBRACE expr_with_let_expr option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## @@ -784,7 +784,7 @@ interactive_expr: If LPAR True RPAR LBRACE True RBRACE Else WILD interactive_expr: If LPAR True RPAR LBRACE True RBRACE WILD ## -## Ends in an error in state: 441. +## Ends in an error in state: 445. ## ## if_then(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE . [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) RBRACE . Else LBRACE expr_with_let_expr option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] @@ -797,7 +797,7 @@ interactive_expr: If LPAR True RPAR LBRACE True RBRACE WILD interactive_expr: If LPAR True RPAR LBRACE True SEMI PLUS ## -## Ends in an error in state: 440. +## Ends in an error in state: 444. ## ## if_then(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) . RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## if_then_else(expr_with_let_expr) -> If parenthesized_expr LBRACE closed_if option(SEMI) . RBRACE Else LBRACE expr_with_let_expr option(SEMI) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] @@ -810,7 +810,7 @@ interactive_expr: If LPAR True RPAR LBRACE True SEMI PLUS interactive_expr: If LPAR True RPAR LBRACE True VBAR ## -## Ends in an error in state: 401. +## Ends in an error in state: 405. ## ## base_expr(closed_if) -> disj_expr_level . [ SEMI RBRACE ] ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ SEMI RBRACE Or BOOL_OR ARROW ] @@ -1157,7 +1157,7 @@ interactive_expr: LBRACE ELLIPSIS WILD interactive_expr: LBRACE Ident COLON Bytes VBAR ## -## Ends in an error in state: 462. +## Ends in an error in state: 466. ## ## sequence_or_record_in -> field_assignment . COMMA sep_or_term_list(field_assignment,COMMA) [ RBRACE ] ## @@ -1181,14 +1181,14 @@ interactive_expr: LBRACE Ident COLON Bytes VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 459, spurious reduction of production field_assignment -> Ident COLON expr +## In state 463, spurious reduction of production field_assignment -> Ident COLON expr ## interactive_expr: LBRACE Ident COLON WILD ## -## Ends in an error in state: 458. +## Ends in an error in state: 462. ## ## field_assignment -> Ident COLON . expr [ RBRACE COMMA ] ## @@ -1200,7 +1200,7 @@ interactive_expr: LBRACE Ident COLON WILD interactive_expr: LBRACE Ident COMMA Ident COLON Bytes VBAR ## -## Ends in an error in state: 468. +## Ends in an error in state: 472. ## ## nsepseq(field_assignment,COMMA) -> field_assignment . [ RBRACE ] ## nsepseq(field_assignment,COMMA) -> field_assignment . COMMA nsepseq(field_assignment,COMMA) [ RBRACE ] @@ -1226,14 +1226,14 @@ interactive_expr: LBRACE Ident COMMA Ident COLON Bytes VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 459, spurious reduction of production field_assignment -> Ident COLON expr +## In state 463, spurious reduction of production field_assignment -> Ident COLON expr ## interactive_expr: LBRACE Ident COMMA Ident COMMA Ident COLON Bytes VBAR ## -## Ends in an error in state: 472. +## Ends in an error in state: 476. ## ## nsepseq(field_assignment,COMMA) -> field_assignment . [ RBRACE ] ## nsepseq(field_assignment,COMMA) -> field_assignment . COMMA nsepseq(field_assignment,COMMA) [ RBRACE ] @@ -1259,14 +1259,14 @@ interactive_expr: LBRACE Ident COMMA Ident COMMA Ident COLON Bytes VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 459, spurious reduction of production field_assignment -> Ident COLON expr +## In state 463, spurious reduction of production field_assignment -> Ident COLON expr ## interactive_expr: LBRACE Ident COMMA Ident COMMA Ident COMMA WILD ## -## Ends in an error in state: 473. +## Ends in an error in state: 477. ## ## nsepseq(field_assignment,COMMA) -> field_assignment COMMA . nsepseq(field_assignment,COMMA) [ RBRACE ] ## seq(__anonymous_0(field_assignment,COMMA)) -> field_assignment COMMA . seq(__anonymous_0(field_assignment,COMMA)) [ RBRACE ] @@ -1279,7 +1279,7 @@ interactive_expr: LBRACE Ident COMMA Ident COMMA Ident COMMA WILD interactive_expr: LBRACE Ident COMMA Ident COMMA WILD ## -## Ends in an error in state: 469. +## Ends in an error in state: 473. ## ## nsepseq(field_assignment,COMMA) -> field_assignment COMMA . nsepseq(field_assignment,COMMA) [ RBRACE ] ## nseq(__anonymous_0(field_assignment,COMMA)) -> field_assignment COMMA . seq(__anonymous_0(field_assignment,COMMA)) [ RBRACE ] @@ -1292,7 +1292,7 @@ interactive_expr: LBRACE Ident COMMA Ident COMMA WILD interactive_expr: LBRACE Ident COMMA Ident WILD ## -## Ends in an error in state: 464. +## Ends in an error in state: 468. ## ## field_assignment -> Ident . [ RBRACE COMMA ] ## field_assignment -> Ident . COLON expr [ RBRACE COMMA ] @@ -1305,7 +1305,7 @@ interactive_expr: LBRACE Ident COMMA Ident WILD interactive_expr: LBRACE Ident COMMA WILD ## -## Ends in an error in state: 463. +## Ends in an error in state: 467. ## ## sequence_or_record_in -> field_assignment COMMA . sep_or_term_list(field_assignment,COMMA) [ RBRACE ] ## @@ -1317,7 +1317,7 @@ interactive_expr: LBRACE Ident COMMA WILD interactive_expr: LBRACE Ident WILD ## -## Ends in an error in state: 457. +## Ends in an error in state: 461. ## ## common_expr -> Ident . [ TIMES SLASH SEMI RBRACE PLUS Or NE Mod MINUS LT LPAR LE GT GE EQEQ COLON CAT BOOL_OR BOOL_AND ARROW ] ## field_assignment -> Ident . [ COMMA ] @@ -1332,7 +1332,7 @@ interactive_expr: LBRACE Ident WILD interactive_expr: LBRACE True SEMI True SEMI True SEMI WILD ## -## Ends in an error in state: 485. +## Ends in an error in state: 489. ## ## nsepseq(expr_with_let_expr,SEMI) -> expr_with_let_expr SEMI . nsepseq(expr_with_let_expr,SEMI) [ RBRACE ] ## seq(__anonymous_0(expr_with_let_expr,SEMI)) -> expr_with_let_expr SEMI . seq(__anonymous_0(expr_with_let_expr,SEMI)) [ RBRACE ] @@ -1345,7 +1345,7 @@ interactive_expr: LBRACE True SEMI True SEMI True SEMI WILD interactive_expr: LBRACE True SEMI True SEMI True VBAR ## -## Ends in an error in state: 484. +## Ends in an error in state: 488. ## ## nsepseq(expr_with_let_expr,SEMI) -> expr_with_let_expr . [ RBRACE ] ## nsepseq(expr_with_let_expr,SEMI) -> expr_with_let_expr . SEMI nsepseq(expr_with_let_expr,SEMI) [ RBRACE ] @@ -1371,14 +1371,14 @@ interactive_expr: LBRACE True SEMI True SEMI True VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 397, spurious reduction of production expr_with_let_expr -> expr +## In state 398, spurious reduction of production expr_with_let_expr -> expr ## interactive_expr: LBRACE True SEMI True SEMI WILD ## -## Ends in an error in state: 481. +## Ends in an error in state: 485. ## ## nsepseq(expr_with_let_expr,SEMI) -> expr_with_let_expr SEMI . nsepseq(expr_with_let_expr,SEMI) [ RBRACE ] ## nseq(__anonymous_0(expr_with_let_expr,SEMI)) -> expr_with_let_expr SEMI . seq(__anonymous_0(expr_with_let_expr,SEMI)) [ RBRACE ] @@ -1391,7 +1391,7 @@ interactive_expr: LBRACE True SEMI True SEMI WILD interactive_expr: LBRACE True SEMI True VBAR ## -## Ends in an error in state: 480. +## Ends in an error in state: 484. ## ## nsepseq(expr_with_let_expr,SEMI) -> expr_with_let_expr . [ RBRACE ] ## nsepseq(expr_with_let_expr,SEMI) -> expr_with_let_expr . SEMI nsepseq(expr_with_let_expr,SEMI) [ RBRACE ] @@ -1417,14 +1417,14 @@ interactive_expr: LBRACE True SEMI True VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 397, spurious reduction of production expr_with_let_expr -> expr +## In state 398, spurious reduction of production expr_with_let_expr -> expr ## interactive_expr: LBRACE True SEMI WILD ## -## Ends in an error in state: 476. +## Ends in an error in state: 480. ## ## option(SEMI) -> SEMI . [ RBRACE ] ## sequence_or_record_in -> expr_with_let_expr SEMI . sep_or_term_list(expr_with_let_expr,SEMI) [ RBRACE ] @@ -1437,7 +1437,7 @@ interactive_expr: LBRACE True SEMI WILD interactive_expr: LBRACE True VBAR ## -## Ends in an error in state: 475. +## Ends in an error in state: 479. ## ## sequence_or_record_in -> expr_with_let_expr . SEMI sep_or_term_list(expr_with_let_expr,SEMI) [ RBRACE ] ## sequence_or_record_in -> expr_with_let_expr . option(SEMI) [ RBRACE ] @@ -1462,7 +1462,7 @@ interactive_expr: LBRACE True VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 397, spurious reduction of production expr_with_let_expr -> expr +## In state 398, spurious reduction of production expr_with_let_expr -> expr ## @@ -1482,7 +1482,7 @@ interactive_expr: LBRACE WILD interactive_expr: LBRACKET True COMMA ELLIPSIS True VBAR ## -## Ends in an error in state: 494. +## Ends in an error in state: 498. ## ## list_or_spread -> LBRACKET expr COMMA ELLIPSIS expr . RBRACKET [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] ## @@ -1512,7 +1512,7 @@ interactive_expr: LBRACKET True COMMA ELLIPSIS True VBAR interactive_expr: LBRACKET True COMMA ELLIPSIS WILD ## -## Ends in an error in state: 493. +## Ends in an error in state: 497. ## ## list_or_spread -> LBRACKET expr COMMA ELLIPSIS . expr RBRACKET [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] ## @@ -1524,7 +1524,7 @@ interactive_expr: LBRACKET True COMMA ELLIPSIS WILD interactive_expr: LBRACKET True COMMA True COMMA True COMMA WILD ## -## Ends in an error in state: 504. +## Ends in an error in state: 508. ## ## nsepseq(expr,COMMA) -> expr COMMA . nsepseq(expr,COMMA) [ RBRACKET ] ## seq(__anonymous_0(expr,COMMA)) -> expr COMMA . seq(__anonymous_0(expr,COMMA)) [ RBRACKET ] @@ -1537,7 +1537,7 @@ interactive_expr: LBRACKET True COMMA True COMMA True COMMA WILD interactive_expr: LBRACKET True COMMA True COMMA True VBAR ## -## Ends in an error in state: 503. +## Ends in an error in state: 507. ## ## nsepseq(expr,COMMA) -> expr . [ RBRACKET ] ## nsepseq(expr,COMMA) -> expr . COMMA nsepseq(expr,COMMA) [ RBRACKET ] @@ -1569,7 +1569,7 @@ interactive_expr: LBRACKET True COMMA True COMMA True VBAR interactive_expr: LBRACKET True COMMA True COMMA WILD ## -## Ends in an error in state: 501. +## Ends in an error in state: 505. ## ## nsepseq(expr,COMMA) -> expr COMMA . nsepseq(expr,COMMA) [ RBRACKET ] ## nseq(__anonymous_0(expr,COMMA)) -> expr COMMA . seq(__anonymous_0(expr,COMMA)) [ RBRACKET ] @@ -1582,7 +1582,7 @@ interactive_expr: LBRACKET True COMMA True COMMA WILD interactive_expr: LBRACKET True COMMA True VBAR ## -## Ends in an error in state: 500. +## Ends in an error in state: 504. ## ## nsepseq(expr,COMMA) -> expr . [ RBRACKET ] ## nsepseq(expr,COMMA) -> expr . COMMA nsepseq(expr,COMMA) [ RBRACKET ] @@ -1614,7 +1614,7 @@ interactive_expr: LBRACKET True COMMA True VBAR interactive_expr: LBRACKET True COMMA WILD ## -## Ends in an error in state: 492. +## Ends in an error in state: 496. ## ## list_or_spread -> LBRACKET expr COMMA . sep_or_term_list(expr,COMMA) RBRACKET [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] ## list_or_spread -> LBRACKET expr COMMA . ELLIPSIS expr RBRACKET [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] @@ -1627,7 +1627,7 @@ interactive_expr: LBRACKET True COMMA WILD interactive_expr: LBRACKET True VBAR ## -## Ends in an error in state: 491. +## Ends in an error in state: 495. ## ## list_or_spread -> LBRACKET expr . COMMA sep_or_term_list(expr,COMMA) RBRACKET [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] ## list_or_spread -> LBRACKET expr . COMMA ELLIPSIS expr RBRACKET [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] @@ -1710,7 +1710,7 @@ interactive_expr: LPAR True COMMA Bytes RPAR WILD interactive_expr: LPAR True COMMA True COMMA WILD ## -## Ends in an error in state: 455. +## Ends in an error in state: 459. ## ## nsepseq(disj_expr_level,COMMA) -> disj_expr_level COMMA . nsepseq(disj_expr_level,COMMA) [ RPAR ] ## @@ -1722,7 +1722,7 @@ interactive_expr: LPAR True COMMA True COMMA WILD interactive_expr: LPAR True COMMA True VBAR ## -## Ends in an error in state: 454. +## Ends in an error in state: 458. ## ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ RPAR Or COMMA BOOL_OR ] ## bin_op(disj_expr_level,Or,conj_expr_level) -> disj_expr_level . Or conj_expr_level [ RPAR Or COMMA BOOL_OR ] @@ -1752,7 +1752,7 @@ interactive_expr: LPAR True COMMA True VBAR interactive_expr: LPAR True COMMA WILD ## -## Ends in an error in state: 452. +## Ends in an error in state: 456. ## ## tuple(disj_expr_level) -> disj_expr_level COMMA . nsepseq(disj_expr_level,COMMA) [ RPAR ] ## @@ -1764,7 +1764,7 @@ interactive_expr: LPAR True COMMA WILD interactive_expr: LPAR True VBAR ## -## Ends in an error in state: 451. +## Ends in an error in state: 455. ## ## base_expr(expr) -> disj_expr_level . [ RPAR ] ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ RPAR Or COMMA BOOL_OR ARROW ] @@ -1807,11 +1807,67 @@ interactive_expr: LPAR WILD +interactive_expr: Let Rec VBAR +## +## Ends in an error in state: 352. +## +## let_expr(expr_with_let_expr) -> seq(Attr) Let Rec . let_binding SEMI expr_with_let_expr [ SEMI RBRACE EOF ] +## +## The known suffix of the stack is as follows: +## seq(Attr) Let Rec +## + + + +interactive_expr: Let Rec WILD EQ Bytes SEMI WILD +## +## Ends in an error in state: 395. +## +## let_expr(expr_with_let_expr) -> seq(Attr) Let Rec let_binding SEMI . expr_with_let_expr [ SEMI RBRACE EOF ] +## +## The known suffix of the stack is as follows: +## seq(Attr) Let Rec let_binding SEMI +## + + + +interactive_expr: Let Rec WILD EQ Bytes VBAR +## +## Ends in an error in state: 394. +## +## let_expr(expr_with_let_expr) -> seq(Attr) Let Rec let_binding . SEMI expr_with_let_expr [ SEMI RBRACE EOF ] +## +## The known suffix of the stack is as follows: +## seq(Attr) Let Rec let_binding +## +## WARNING: This example involves spurious reductions. +## This implies that, although the LR(1) items shown above provide an +## accurate view of the past (what has been recognized so far), they +## may provide an INCOMPLETE view of the future (what was expected next). +## In state 152, spurious reduction of production call_expr_level_in -> core_expr +## In state 170, spurious reduction of production option(type_annotation_simple) -> +## In state 171, spurious reduction of production call_expr_level -> call_expr_level_in option(type_annotation_simple) +## In state 172, spurious reduction of production unary_expr_level -> call_expr_level +## In state 125, spurious reduction of production mult_expr_level -> unary_expr_level +## In state 149, spurious reduction of production add_expr_level -> mult_expr_level +## In state 180, spurious reduction of production cat_expr_level -> add_expr_level +## In state 201, spurious reduction of production comp_expr_level -> cat_expr_level +## In state 208, spurious reduction of production conj_expr_level -> comp_expr_level +## In state 215, spurious reduction of production disj_expr_level -> conj_expr_level +## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level +## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) +## In state 220, spurious reduction of production expr -> base_cond__open(expr) +## In state 530, spurious reduction of production let_binding -> WILD option(type_annotation) EQ expr +## + + + interactive_expr: Let VBAR ## ## Ends in an error in state: 351. ## ## let_expr(expr_with_let_expr) -> seq(Attr) Let . let_binding SEMI expr_with_let_expr [ SEMI RBRACE EOF ] +## let_expr(expr_with_let_expr) -> seq(Attr) Let . Rec let_binding SEMI expr_with_let_expr [ SEMI RBRACE EOF ] ## ## The known suffix of the stack is as follows: ## seq(Attr) Let @@ -1821,7 +1877,7 @@ interactive_expr: Let VBAR interactive_expr: Let WILD EQ Bytes SEMI WILD ## -## Ends in an error in state: 394. +## Ends in an error in state: 400. ## ## let_expr(expr_with_let_expr) -> seq(Attr) Let let_binding SEMI . expr_with_let_expr [ SEMI RBRACE EOF ] ## @@ -1833,7 +1889,7 @@ interactive_expr: Let WILD EQ Bytes SEMI WILD interactive_expr: Let WILD EQ Bytes VBAR ## -## Ends in an error in state: 393. +## Ends in an error in state: 399. ## ## let_expr(expr_with_let_expr) -> seq(Attr) Let let_binding . SEMI expr_with_let_expr [ SEMI RBRACE EOF ] ## @@ -1857,7 +1913,7 @@ interactive_expr: Let WILD EQ Bytes VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 526, spurious reduction of production let_binding -> WILD option(type_annotation) EQ expr +## In state 530, spurious reduction of production let_binding -> WILD option(type_annotation) EQ expr ## @@ -2015,7 +2071,7 @@ interactive_expr: Switch LBRACKET WILD interactive_expr: Switch LPAR True VBAR ## -## Ends in an error in state: 449. +## Ends in an error in state: 453. ## ## par(expr) -> LPAR expr . RPAR [ VBAR Type TIMES SLASH SEMI RPAR RBRACKET RBRACE PLUS Or NE Mod MINUS Let LT LPAR LE LBRACE GT GE EQEQ EOF COMMA COLON CAT BOOL_OR BOOL_AND Attr ARROW ] ## @@ -2134,7 +2190,7 @@ interactive_expr: Switch True LBRACE VBAR LPAR Bytes RPAR WILD interactive_expr: Switch True LBRACE VBAR VBAR ## -## Ends in an error in state: 509. +## Ends in an error in state: 513. ## ## case_clause(base_cond) -> VBAR . pattern ARROW base_cond option(SEMI) [ VBAR RBRACE ] ## @@ -2146,7 +2202,7 @@ interactive_expr: Switch True LBRACE VBAR VBAR interactive_expr: Switch True LBRACE VBAR WILD ARROW Bytes SEMI WILD ## -## Ends in an error in state: 522. +## Ends in an error in state: 526. ## ## nseq(case_clause(base_cond)) -> case_clause(base_cond) . seq(case_clause(base_cond)) [ RBRACE ] ## @@ -2158,7 +2214,7 @@ interactive_expr: Switch True LBRACE VBAR WILD ARROW Bytes SEMI WILD interactive_expr: Switch True LBRACE VBAR WILD ARROW Bytes VBAR Bytes ARROW Bytes SEMI WILD ## -## Ends in an error in state: 524. +## Ends in an error in state: 528. ## ## seq(case_clause(base_cond)) -> case_clause(base_cond) . seq(case_clause(base_cond)) [ RBRACE ] ## @@ -2170,7 +2226,7 @@ interactive_expr: Switch True LBRACE VBAR WILD ARROW Bytes VBAR Bytes ARROW Byte interactive_expr: Switch True LBRACE VBAR WILD ARROW True ARROW Bytes Type ## -## Ends in an error in state: 517. +## Ends in an error in state: 521. ## ## case_clause(base_cond) -> VBAR pattern ARROW base_cond . option(SEMI) [ VBAR RBRACE ] ## @@ -2196,16 +2252,16 @@ interactive_expr: Switch True LBRACE VBAR WILD ARROW True ARROW Bytes Type ## In state 220, spurious reduction of production expr -> base_cond__open(expr) ## In state 213, spurious reduction of production es6_func -> ARROW expr ## In state 221, spurious reduction of production fun_expr -> disj_expr_level es6_func -## In state 512, spurious reduction of production base_expr(base_cond) -> fun_expr -## In state 515, spurious reduction of production base_cond__open(base_cond) -> base_expr(base_cond) -## In state 516, spurious reduction of production base_cond -> base_cond__open(base_cond) +## In state 516, spurious reduction of production base_expr(base_cond) -> fun_expr +## In state 519, spurious reduction of production base_cond__open(base_cond) -> base_expr(base_cond) +## In state 520, spurious reduction of production base_cond -> base_cond__open(base_cond) ## interactive_expr: Switch True LBRACE VBAR WILD ARROW True Type ## -## Ends in an error in state: 513. +## Ends in an error in state: 517. ## ## base_expr(base_cond) -> disj_expr_level . [ VBAR SEMI RBRACE ] ## bin_op(disj_expr_level,BOOL_OR,conj_expr_level) -> disj_expr_level . BOOL_OR conj_expr_level [ VBAR SEMI RBRACE Or BOOL_OR ARROW ] @@ -2235,7 +2291,7 @@ interactive_expr: Switch True LBRACE VBAR WILD ARROW True Type interactive_expr: Switch True LBRACE VBAR WILD ARROW WILD ## -## Ends in an error in state: 511. +## Ends in an error in state: 515. ## ## case_clause(base_cond) -> VBAR pattern ARROW . base_cond option(SEMI) [ VBAR RBRACE ] ## @@ -2247,7 +2303,7 @@ interactive_expr: Switch True LBRACE VBAR WILD ARROW WILD interactive_expr: Switch True LBRACE VBAR WILD COMMA Bytes RPAR ## -## Ends in an error in state: 510. +## Ends in an error in state: 514. ## ## case_clause(base_cond) -> VBAR pattern . ARROW base_cond option(SEMI) [ VBAR RBRACE ] ## @@ -2304,7 +2360,7 @@ interactive_expr: Switch True LBRACE VBAR WILD COMMA WILD WILD interactive_expr: Switch True LBRACE VBAR WILD WILD ## -## Ends in an error in state: 427. +## Ends in an error in state: 431. ## ## pattern -> core_pattern . [ ARROW ] ## sub_pattern -> core_pattern . [ COMMA ] @@ -2317,7 +2373,7 @@ interactive_expr: Switch True LBRACE VBAR WILD WILD interactive_expr: Switch True LBRACE WILD ## -## Ends in an error in state: 508. +## Ends in an error in state: 512. ## ## switch_expr(base_cond) -> Switch switch_expr_ LBRACE . cases(base_cond) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## @@ -2329,7 +2385,7 @@ interactive_expr: Switch True LBRACE WILD interactive_expr: Switch True WILD ## -## Ends in an error in state: 507. +## Ends in an error in state: 511. ## ## switch_expr(base_cond) -> Switch switch_expr_ . LBRACE cases(base_cond) RBRACE [ VBAR Type SEMI RPAR RBRACKET RBRACE Let EOF COMMA Attr ] ## @@ -2779,7 +2835,7 @@ interactive_expr: True TIMES WILD interactive_expr: True VBAR ## -## Ends in an error in state: 537. +## Ends in an error in state: 541. ## ## interactive_expr -> expr_with_let_expr . EOF [ # ] ## @@ -2803,7 +2859,7 @@ interactive_expr: True VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 397, spurious reduction of production expr_with_let_expr -> expr +## In state 398, spurious reduction of production expr_with_let_expr -> expr ## @@ -2824,7 +2880,7 @@ interactive_expr: True WILD interactive_expr: WILD ## -## Ends in an error in state: 535. +## Ends in an error in state: 539. ## ## interactive_expr' -> . interactive_expr [ # ] ## @@ -2848,7 +2904,7 @@ contract: Attr WILD contract: Let Ident COLON Constr Type ## -## Ends in an error in state: 373. +## Ends in an error in state: 374. ## ## let_binding -> Ident option(type_annotation) . EQ expr [ Type SEMI Let EOF Attr ] ## @@ -2871,7 +2927,7 @@ contract: Let Ident COLON Constr Type contract: Let Ident EQ WILD ## -## Ends in an error in state: 374. +## Ends in an error in state: 375. ## ## let_binding -> Ident option(type_annotation) EQ . expr [ Type SEMI Let EOF Attr ] ## @@ -2888,7 +2944,7 @@ let func = (a: int, b: int) => a + b; contract: Let Ident WILD ## -## Ends in an error in state: 372. +## Ends in an error in state: 373. ## ## let_binding -> Ident . option(type_annotation) EQ expr [ Type SEMI Let EOF Attr ] ## sub_irrefutable -> Ident . [ COMMA ] @@ -2941,7 +2997,7 @@ contract: Let LBRACE Ident EQ Bytes COMMA WILD contract: Let LBRACE Ident EQ Bytes RBRACE COLON Constr Type ## -## Ends in an error in state: 386. +## Ends in an error in state: 387. ## ## let_binding -> record_pattern option(type_annotation) . EQ expr [ Type SEMI Let EOF Attr ] ## @@ -2964,7 +3020,7 @@ contract: Let LBRACE Ident EQ Bytes RBRACE COLON Constr Type contract: Let LBRACE Ident EQ Bytes RBRACE EQ WILD ## -## Ends in an error in state: 387. +## Ends in an error in state: 388. ## ## let_binding -> record_pattern option(type_annotation) EQ . expr [ Type SEMI Let EOF Attr ] ## @@ -2976,7 +3032,7 @@ contract: Let LBRACE Ident EQ Bytes RBRACE EQ WILD contract: Let LBRACE Ident EQ Bytes RBRACE WILD ## -## Ends in an error in state: 385. +## Ends in an error in state: 386. ## ## let_binding -> record_pattern . option(type_annotation) EQ expr [ Type SEMI Let EOF Attr ] ## sub_irrefutable -> record_pattern . [ COMMA ] @@ -3164,7 +3220,7 @@ contract: Let LPAR Constr LPAR WILD WILD contract: Let LPAR Constr SEMI ## -## Ends in an error in state: 370. +## Ends in an error in state: 371. ## ## par(closed_irrefutable) -> LPAR closed_irrefutable . RPAR [ RPAR EQ COMMA COLON ] ## @@ -3176,7 +3232,7 @@ contract: Let LPAR Constr SEMI ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). ## In state 286, spurious reduction of production constr_pattern -> Constr -## In state 369, spurious reduction of production closed_irrefutable -> constr_pattern +## In state 370, spurious reduction of production closed_irrefutable -> constr_pattern ## @@ -3196,7 +3252,7 @@ contract: Let LPAR Constr VBAR contract: Let LPAR RPAR COLON Constr Type ## -## Ends in an error in state: 377. +## Ends in an error in state: 378. ## ## let_binding -> unit option(type_annotation) . EQ expr [ Type SEMI Let EOF Attr ] ## @@ -3219,7 +3275,7 @@ contract: Let LPAR RPAR COLON Constr Type contract: Let LPAR RPAR EQ WILD ## -## Ends in an error in state: 378. +## Ends in an error in state: 379. ## ## let_binding -> unit option(type_annotation) EQ . expr [ Type SEMI Let EOF Attr ] ## @@ -3231,7 +3287,7 @@ contract: Let LPAR RPAR EQ WILD contract: Let LPAR RPAR WILD ## -## Ends in an error in state: 376. +## Ends in an error in state: 377. ## ## let_binding -> unit . option(type_annotation) EQ expr [ Type SEMI Let EOF Attr ] ## sub_irrefutable -> unit . [ COMMA ] @@ -3244,7 +3300,7 @@ contract: Let LPAR RPAR WILD contract: Let LPAR VBAR ## -## Ends in an error in state: 352. +## Ends in an error in state: 353. ## ## par(closed_irrefutable) -> LPAR . closed_irrefutable RPAR [ RPAR EQ COMMA COLON ] ## unit -> LPAR . RPAR [ RPAR EQ COMMA COLON ] @@ -3257,7 +3313,7 @@ contract: Let LPAR VBAR contract: Let LPAR WILD COLON WILD ## -## Ends in an error in state: 367. +## Ends in an error in state: 368. ## ## typed_pattern -> irrefutable COLON . type_expr [ RPAR ] ## @@ -3269,7 +3325,7 @@ contract: Let LPAR WILD COLON WILD contract: Let LPAR WILD COMMA Ident EQ ## -## Ends in an error in state: 366. +## Ends in an error in state: 367. ## ## closed_irrefutable -> irrefutable . [ RPAR ] ## typed_pattern -> irrefutable . COLON type_expr [ RPAR ] @@ -3281,16 +3337,16 @@ contract: Let LPAR WILD COMMA Ident EQ ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 360, spurious reduction of production nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable -## In state 365, spurious reduction of production tuple(sub_irrefutable) -> sub_irrefutable COMMA nsepseq(sub_irrefutable,COMMA) -## In state 357, spurious reduction of production irrefutable -> tuple(sub_irrefutable) +## In state 361, spurious reduction of production nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable +## In state 366, spurious reduction of production tuple(sub_irrefutable) -> sub_irrefutable COMMA nsepseq(sub_irrefutable,COMMA) +## In state 358, spurious reduction of production irrefutable -> tuple(sub_irrefutable) ## contract: Let LPAR WILD RPAR COLON Constr Type ## -## Ends in an error in state: 390. +## Ends in an error in state: 391. ## ## let_binding -> par(closed_irrefutable) option(type_annotation) . EQ expr [ Type SEMI Let EOF Attr ] ## @@ -3313,7 +3369,7 @@ contract: Let LPAR WILD RPAR COLON Constr Type contract: Let LPAR WILD RPAR EQ WILD ## -## Ends in an error in state: 391. +## Ends in an error in state: 392. ## ## let_binding -> par(closed_irrefutable) option(type_annotation) EQ . expr [ Type SEMI Let EOF Attr ] ## @@ -3325,7 +3381,7 @@ contract: Let LPAR WILD RPAR EQ WILD contract: Let LPAR WILD RPAR WILD ## -## Ends in an error in state: 389. +## Ends in an error in state: 390. ## ## let_binding -> par(closed_irrefutable) . option(type_annotation) EQ expr [ Type SEMI Let EOF Attr ] ## sub_irrefutable -> par(closed_irrefutable) . [ COMMA ] @@ -3338,7 +3394,7 @@ contract: Let LPAR WILD RPAR WILD contract: Let LPAR WILD WILD ## -## Ends in an error in state: 358. +## Ends in an error in state: 359. ## ## irrefutable -> sub_irrefutable . [ RPAR COLON ] ## tuple(sub_irrefutable) -> sub_irrefutable . COMMA nsepseq(sub_irrefutable,COMMA) [ RPAR COLON ] @@ -3397,7 +3453,7 @@ contract: Let WILD COLON WILD contract: Let WILD COMMA Ident COLON Constr Type ## -## Ends in an error in state: 381. +## Ends in an error in state: 382. ## ## let_binding -> tuple(sub_irrefutable) option(type_annotation) . EQ expr [ Type SEMI Let EOF Attr ] ## @@ -3420,7 +3476,7 @@ contract: Let WILD COMMA Ident COLON Constr Type contract: Let WILD COMMA Ident EQ WILD ## -## Ends in an error in state: 382. +## Ends in an error in state: 383. ## ## let_binding -> tuple(sub_irrefutable) option(type_annotation) EQ . expr [ Type SEMI Let EOF Attr ] ## @@ -3432,7 +3488,7 @@ contract: Let WILD COMMA Ident EQ WILD contract: Let WILD COMMA Ident RPAR ## -## Ends in an error in state: 380. +## Ends in an error in state: 381. ## ## let_binding -> tuple(sub_irrefutable) . option(type_annotation) EQ expr [ Type SEMI Let EOF Attr ] ## @@ -3443,15 +3499,15 @@ contract: Let WILD COMMA Ident RPAR ## This implies that, although the LR(1) items shown above provide an ## accurate view of the past (what has been recognized so far), they ## may provide an INCOMPLETE view of the future (what was expected next). -## In state 360, spurious reduction of production nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable -## In state 365, spurious reduction of production tuple(sub_irrefutable) -> sub_irrefutable COMMA nsepseq(sub_irrefutable,COMMA) +## In state 361, spurious reduction of production nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable +## In state 366, spurious reduction of production tuple(sub_irrefutable) -> sub_irrefutable COMMA nsepseq(sub_irrefutable,COMMA) ## contract: Let WILD COMMA VBAR ## -## Ends in an error in state: 359. +## Ends in an error in state: 360. ## ## tuple(sub_irrefutable) -> sub_irrefutable COMMA . nsepseq(sub_irrefutable,COMMA) [ RPAR EQ COLON ] ## @@ -3463,7 +3519,7 @@ contract: Let WILD COMMA VBAR contract: Let WILD COMMA WILD COMMA VBAR ## -## Ends in an error in state: 361. +## Ends in an error in state: 362. ## ## nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable COMMA . nsepseq(sub_irrefutable,COMMA) [ RPAR EQ COLON ] ## @@ -3475,7 +3531,7 @@ contract: Let WILD COMMA WILD COMMA VBAR contract: Let WILD COMMA WILD WILD ## -## Ends in an error in state: 360. +## Ends in an error in state: 361. ## ## nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable . [ RPAR EQ COLON ] ## nsepseq(sub_irrefutable,COMMA) -> sub_irrefutable . COMMA nsepseq(sub_irrefutable,COMMA) [ RPAR EQ COLON ] @@ -3488,7 +3544,7 @@ contract: Let WILD COMMA WILD WILD contract: Let WILD EQ Bytes VBAR ## -## Ends in an error in state: 528. +## Ends in an error in state: 532. ## ## declaration -> let_declaration . option(SEMI) [ Type Let EOF Attr ] ## @@ -3512,8 +3568,8 @@ contract: Let WILD EQ Bytes VBAR ## In state 162, spurious reduction of production base_expr(expr) -> disj_expr_level ## In state 219, spurious reduction of production base_cond__open(expr) -> base_expr(expr) ## In state 220, spurious reduction of production expr -> base_cond__open(expr) -## In state 526, spurious reduction of production let_binding -> WILD option(type_annotation) EQ expr -## In state 527, spurious reduction of production let_declaration -> seq(Attr) Let let_binding +## In state 530, spurious reduction of production let_binding -> WILD option(type_annotation) EQ expr +## In state 531, spurious reduction of production let_declaration -> seq(Attr) Let let_binding ## @@ -3623,7 +3679,7 @@ contract: Type Ident EQ Constr RPAR contract: Type Ident EQ Constr SEMI WILD ## -## Ends in an error in state: 532. +## Ends in an error in state: 536. ## ## declarations -> declaration . [ EOF ] ## declarations -> declaration . declarations [ EOF ] @@ -4072,4 +4128,3 @@ contract: WILD ## - diff --git a/src/test/parser_negative_tests.ml b/src/test/parser_negative_tests.ml index 038bca7f7..6f0a32743 100644 --- a/src/test/parser_negative_tests.ml +++ b/src/test/parser_negative_tests.ml @@ -13,6 +13,7 @@ let reasonligo_sdata = { parser = Parser.Reasonligo.parse_expression } let get_exp_as_string filename = + Format.printf "Get file\n%!"; let lines = ref [] in let chan = open_in filename in try @@ -21,11 +22,17 @@ let get_exp_as_string filename = done; !lines with End_of_file -> close_in chan; + Format.printf "End file\n%!"; List.rev !lines ;; let assert_syntax_error sdata () = + Format.printf "ASsert\n%!"; + let n = ref 0 in let%bind _l = bind_iter_list - (fun entry -> Assert.assert_fail @@ sdata.parser entry) + (fun entry -> + n := !n+1; + Format.printf "Line %d : %s\n%!" !n entry; + Assert.assert_fail @@ sdata.parser entry) (get_exp_as_string sdata.erroneous_source_file) in ok ()