diff --git a/stage0/src/Init/Data/Stream.lean b/stage0/src/Init/Data/Stream.lean index c9b90e2bee..fc1f07a7e7 100644 --- a/stage0/src/Init/Data/Stream.lean +++ b/stage0/src/Init/Data/Stream.lean @@ -61,16 +61,6 @@ protected partial def Stream.forIn [Stream ρ α] [Monad m] (s : ρ) (b : β) (f instance (priority := low) [Stream ρ α] : ForIn m ρ α where forIn := Stream.forIn -/- Helper class for using dot-notation with `Stream`s -/ -structure StreamOf (ρ : Type u) where - s : ρ - -abbrev streamOf (s : ρ) := - StreamOf.mk s - -@[inline] def StreamOf.forIn [Stream ρ α] [Monad m] [Inhabited (m β)] (s : StreamOf ρ) (b : β) (f : α → β → m (ForInStep β)) : m β := do - Stream.forIn s.s b f - instance : ToStream (List α) (List α) where toStream c := c diff --git a/stage0/src/Lean/Elab/Do.lean b/stage0/src/Lean/Elab/Do.lean index 44e51afd70..88cfb13142 100644 --- a/stage0/src/Lean/Elab/Do.lean +++ b/stage0/src/Lean/Elab/Do.lean @@ -1354,7 +1354,7 @@ mutual let uvarsTuple ← liftMacroM do mkTuple (← uvars.mapM mkIdentFromRef) if hasReturn forInBodyCodeBlock.code then let forInBody ← liftMacroM <| destructTuple uvars (← `(r)) forInBody - let forInTerm ← `($(xs).forIn (MProd.mk none $uvarsTuple) fun $x r => let r := r.2; $forInBody) + let forInTerm ← `(forIn (m := $((← read).m)) $(xs) (MProd.mk none $uvarsTuple) fun $x r => let r := r.2; $forInBody) let auxDo ← `(do let r ← $forInTerm:term; $uvarsTuple:term := r.2; match r.1 with @@ -1363,7 +1363,7 @@ mutual doSeqToCode (getDoSeqElems (getDoSeq auxDo) ++ doElems) else let forInBody ← liftMacroM <| destructTuple uvars (← `(r)) forInBody - let forInTerm ← `($(xs).forIn $uvarsTuple fun $x r => $forInBody) + let forInTerm ← `(forIn (m := $((← read).m)) $(xs) $uvarsTuple fun $x r => $forInBody) if doElems.isEmpty then let auxDo ← `(do let r ← $forInTerm:term; $uvarsTuple:term := r; diff --git a/stage0/stdlib/Init/Data/Stream.c b/stage0/stdlib/Init/Data/Stream.c index 39aa5bafd6..ac59703b41 100644 --- a/stage0/stdlib/Init/Data/Stream.c +++ b/stage0/stdlib/Init/Data/Stream.c @@ -14,7 +14,6 @@ extern "C" { #endif lean_object* l_instStreamList(lean_object*); -lean_object* l_StreamOf_forIn(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instStreamProdProd_match__2___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_instToStreamArraySubarray(lean_object*); lean_object* l_instToStreamRangeRange(lean_object*); @@ -27,7 +26,6 @@ lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Stream_forIn_visit___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_next(lean_object*, lean_object*); lean_object* l_instStreamList___rarg(lean_object*); -lean_object* l_streamOf(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_instStreamSubstringChar(lean_object*); lean_object* l_instStreamSubarray(lean_object*); @@ -49,18 +47,14 @@ lean_object* l_Stream_forIn_visit_match__2(lean_object*, lean_object*, lean_obje lean_object* l_instStreamList_match__1___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_instStreamProdProd_match__3(lean_object*, lean_object*, lean_object*); lean_object* l_Stream_forIn_visit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_streamOf___rarg(lean_object*); lean_object* l_instForIn___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Stream_forIn_visit(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Stream_forIn_visit_match__1(lean_object*, lean_object*); lean_object* l_Stream_forIn___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instStreamProdProd___rarg(lean_object*, lean_object*, lean_object*); -lean_object* l_streamOf___rarg___boxed(lean_object*); lean_object* l_instToStreamRangeRange___boxed(lean_object*); lean_object* l_instStreamProdProd_match__1(lean_object*, lean_object*, lean_object*); -lean_object* l_StreamOf_forIn___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Stream_forIn_visit_match__1___rarg(lean_object*, lean_object*, lean_object*); -lean_object* l_StreamOf_forIn___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Stream_forIn_visit_match__2___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_instToStreamArraySubarray___rarg(lean_object*); lean_object* l_instToStreamSubarraySubarray___rarg___boxed(lean_object*); @@ -252,55 +246,6 @@ x_4 = lean_alloc_closure((void*)(l_instForIn___rarg), 6, 0); return x_4; } } -lean_object* l_streamOf___rarg(lean_object* x_1) { -_start: -{ -lean_inc(x_1); -return x_1; -} -} -lean_object* l_streamOf(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_streamOf___rarg___boxed), 1, 0); -return x_2; -} -} -lean_object* l_streamOf___rarg___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_streamOf___rarg(x_1); -lean_dec(x_1); -return x_2; -} -} -lean_object* l_StreamOf_forIn___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { -_start: -{ -lean_object* x_7; -x_7 = l_Stream_forIn_visit___rarg(x_1, x_2, x_6, x_4, x_5); -return x_7; -} -} -lean_object* l_StreamOf_forIn(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; -x_5 = lean_alloc_closure((void*)(l_StreamOf_forIn___rarg___boxed), 6, 0); -return x_5; -} -} -lean_object* l_StreamOf_forIn___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { -_start: -{ -lean_object* x_7; -x_7 = l_StreamOf_forIn___rarg(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_3); -return x_7; -} -} lean_object* l_instToStreamListList___rarg(lean_object* x_1) { _start: { diff --git a/stage0/stdlib/Lean/Elab/Do.c b/stage0/stdlib/Lean/Elab/Do.c index 9395d70dfa..d322e88946 100644 --- a/stage0/stdlib/Lean/Elab/Do.c +++ b/stage0/stdlib/Lean/Elab/Do.c @@ -250,6 +250,7 @@ lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f_match_ extern lean_object* l_Lean_Parser_Term_termTry___elambda__1___closed__2; uint8_t l_Lean_Elab_Term_Do_hasExitPointPred_loop___at_Lean_Elab_Term_Do_hasReturn___spec__1(lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_mkNestedKind___closed__2; +extern lean_object* l_Lean_Parser_Term_namedArgument___elambda__1___closed__2; lean_object* l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_concat___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f_match__10(lean_object*); @@ -534,6 +535,7 @@ lean_object* l_Lean_Elab_Term_Do_mkSimpleJmp___closed__2; extern lean_object* l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; lean_object* l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(lean_object*, lean_object*, lean_object*); extern lean_object* l_stx___x3f___closed__3; +lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40; extern lean_object* l_Lean_instQuoteProd___rarg___closed__1; lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_ensureInsideFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3___closed__3; @@ -564,6 +566,7 @@ lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed(lea lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode_match__1___rarg(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__10; lean_object* l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__39; lean_object* l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm_match__1(lean_object*); lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__3; extern lean_object* l_myMacro____x40_Init_Notation___hyg_12938____closed__12; @@ -716,7 +719,6 @@ uint8_t l_Array_isEmpty___rarg(lean_object*); lean_object* l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_getDoHaveVar___boxed(lean_object*); -lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1; lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct_match__1(lean_object*); lean_object* l_Lean_Elab_Term_Do_mkSingletonDoSeq(lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__30; @@ -850,7 +852,7 @@ lean_object* l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__3(lean_object*, lea lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f_match__10___rarg(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm___closed__15; -lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_28003_(lean_object*); +lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_28075_(lean_object*); extern lean_object* l_myMacro____x40_Init_Notation___hyg_10982____closed__5; lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; lean_object* l_Lean_Elab_Term_Do_hasExitPointPred_loop___at_Lean_Elab_Term_Do_hasTerminalAction___spec__1___boxed(lean_object*); @@ -867,7 +869,6 @@ lean_object* l_Lean_Elab_Term_Do_hasExitPointPred_loop___at_Lean_Elab_Term_Do_ha lean_object* l_Lean_Elab_Term_Do_concat(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Syntax_mkApp___closed__1; extern lean_object* l_myMacro____x40_Init_Notation___hyg_12938____closed__4; -lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__4; lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_mkIdBindFor___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); lean_object* l_Lean_Elab_Term_Do_hasReturn___boxed(lean_object*); @@ -919,7 +920,7 @@ lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__40; lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_mkUVarTuple(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm___closed__13; -lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__2; +lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41; lean_object* l_Lean_Elab_Term_Do_hasBreakContinueReturn_match__1(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__1___closed__8; @@ -933,6 +934,7 @@ lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_myMacro____x40_Init_Notation___hyg_12749____closed__4; lean_object* l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_mkSimpleJmp___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38; lean_object* l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__4; lean_object* l_Lean_Elab_Term_Do_getDoReassignVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__4___closed__2; @@ -1022,7 +1024,6 @@ lean_object* l_Lean_Elab_Term_Do_mkFreshJP___lambda__1___closed__1; lean_object* l_Lean_Elab_Term_Do_mkIte_match__1___rarg(lean_object*, lean_object*); lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f_match__4(lean_object*); lean_object* l_Lean_Elab_Term_Do_attachJP___boxed(lean_object*, lean_object*); -lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__3; lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_mkJmp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToTerm_Kind_isRegular_match__1___rarg(uint8_t, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode_match__1(lean_object*); @@ -53331,34 +53332,26 @@ static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string("\"type mismatch, 'for'\""); +x_1 = lean_mk_string("m"); return x_1; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__11() { _start: { -lean_object* x_1; -x_1 = lean_mk_string("toStream"); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; +x_2 = lean_string_utf8_byte_size(x_1); +return x_2; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__11; -x_2 = lean_string_utf8_byte_size(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__11; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12; +x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__11; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -53366,27 +53359,58 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14() { +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__11; +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; x_3 = lean_name_mk_string(x_1, x_2); return x_3; } } +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string("\"type mismatch, 'for'\""); +return x_1; +} +} static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15() { _start: { lean_object* x_1; -x_1 = lean_mk_string("ToStream"); +x_1 = lean_mk_string("toStream"); return x_1; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__16() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; +x_2 = lean_string_utf8_byte_size(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__17() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__16; +x_4 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_4, 0, x_1); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__18() { +_start: +{ lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; @@ -53394,41 +53418,59 @@ x_3 = lean_name_mk_string(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__17() { +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__16; -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__11; -x_3 = lean_name_mk_string(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string("ToStream"); +return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__18() { +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__17; +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; +x_3 = lean_name_mk_string(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; +x_3 = lean_name_mk_string(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__22() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19() { +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__18; +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__22; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20() { +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24() { _start: { lean_object* x_1; @@ -53436,52 +53478,11 @@ x_1 = lean_mk_string("mut"); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string("s"); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__22() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; -x_2 = lean_string_utf8_byte_size(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; -x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__22; -x_4 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_2); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; -x_3 = lean_name_mk_string(x_1, x_2); -return x_3; -} -} static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__25() { _start: { lean_object* x_1; -x_1 = lean_mk_string("Stream.next?"); +x_1 = lean_mk_string("s"); return x_1; } } @@ -53511,49 +53512,50 @@ return x_4; static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__28() { _start: { -lean_object* x_1; -x_1 = lean_mk_string("Stream"); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__25; +x_3 = lean_name_mk_string(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__29() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__28; -x_3 = lean_name_mk_string(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string("Stream.next?"); +return x_1; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__30() { _start: { -lean_object* x_1; -x_1 = lean_mk_string("next?"); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__29; +x_2 = lean_string_utf8_byte_size(x_1); +return x_2; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__29; -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__30; -x_3 = lean_name_mk_string(x_1, x_2); -return x_3; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__30; +x_4 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_4, 0, x_1); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_3); +return x_4; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__32() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; -x_3 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_3, 0, x_2); -lean_ctor_set(x_3, 1, x_1); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string("Stream"); +return x_1; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__33() { @@ -53562,9 +53564,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__32; -x_3 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3, 0, x_2); -lean_ctor_set(x_3, 1, x_1); +x_3 = lean_name_mk_string(x_1, x_2); return x_3; } } @@ -53572,31 +53572,30 @@ static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string("s'"); +x_1 = lean_mk_string("next?"); return x_1; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__35() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__34; -x_2 = lean_string_utf8_byte_size(x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__33; +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__34; +x_3 = lean_name_mk_string(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__34; -x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__35; -x_4 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_2); -lean_ctor_set(x_4, 2, x_3); -return x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__35; +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37() { @@ -53604,7 +53603,50 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__34; +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36; +x_3 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string("s'"); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__39() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38; +x_2 = lean_string_utf8_byte_size(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38; +x_2 = lean_unsigned_to_nat(0u); +x_3 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__39; +x_4 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_4, 0, x_1); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38; x_3 = lean_name_mk_string(x_1, x_2); return x_3; } @@ -53663,6 +53705,7 @@ lean_inc(x_31); x_32 = lean_ctor_get(x_3, 2); lean_inc(x_32); x_33 = 1; +lean_inc(x_31); x_34 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_34, 0, x_30); lean_ctor_set(x_34, 1, x_31); @@ -53689,7 +53732,7 @@ lean_inc(x_36); x_38 = l_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___rarg(x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_37); if (lean_obj_tag(x_38) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_717; size_t x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; lean_object* x_722; lean_object* x_723; lean_object* x_724; lean_object* x_725; lean_object* x_726; lean_object* x_727; lean_object* x_728; lean_object* x_729; lean_object* x_730; lean_object* x_731; lean_object* x_732; lean_object* x_733; lean_object* x_734; lean_object* x_735; lean_object* x_736; lean_object* x_737; lean_object* x_738; lean_object* x_739; +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_735; size_t x_736; lean_object* x_737; lean_object* x_738; lean_object* x_739; lean_object* x_740; lean_object* x_741; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; lean_object* x_755; lean_object* x_756; lean_object* x_757; x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); x_40 = lean_ctor_get(x_38, 1); @@ -53700,217 +53743,217 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_39, 1); lean_inc(x_42); lean_dec(x_39); -x_717 = lean_array_get_size(x_41); -x_718 = lean_usize_of_nat(x_717); -lean_dec(x_717); +x_735 = lean_array_get_size(x_41); +x_736 = lean_usize_of_nat(x_735); +lean_dec(x_735); lean_inc(x_41); -x_719 = x_41; -x_720 = lean_box_usize(x_718); -x_721 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1; -x_722 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___spec__1___boxed), 5, 3); -lean_closure_set(x_722, 0, x_720); -lean_closure_set(x_722, 1, x_721); -lean_closure_set(x_722, 2, x_719); -x_723 = lean_st_ref_get(x_9, x_40); -x_724 = lean_ctor_get(x_723, 0); -lean_inc(x_724); -x_725 = lean_ctor_get(x_723, 1); -lean_inc(x_725); -lean_dec(x_723); -x_726 = lean_ctor_get(x_724, 0); -lean_inc(x_726); -lean_dec(x_724); -x_727 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_725); -x_728 = lean_ctor_get(x_727, 0); -lean_inc(x_728); -x_729 = lean_ctor_get(x_727, 1); -lean_inc(x_729); -lean_dec(x_727); -x_730 = lean_st_ref_get(x_9, x_729); -x_731 = lean_ctor_get(x_730, 0); -lean_inc(x_731); -x_732 = lean_ctor_get(x_730, 1); -lean_inc(x_732); -lean_dec(x_730); -x_733 = lean_ctor_get(x_731, 1); -lean_inc(x_733); -lean_dec(x_731); -lean_inc(x_726); -x_734 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); -lean_closure_set(x_734, 0, x_726); -x_735 = x_734; -x_736 = lean_environment_main_module(x_726); -lean_inc(x_29); -lean_inc(x_27); -lean_inc(x_26); -x_737 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_737, 0, x_735); -lean_ctor_set(x_737, 1, x_736); -lean_ctor_set(x_737, 2, x_728); -lean_ctor_set(x_737, 3, x_26); -lean_ctor_set(x_737, 4, x_27); -lean_ctor_set(x_737, 5, x_29); -x_738 = x_722; -lean_inc(x_737); -x_739 = lean_apply_2(x_738, x_737, x_733); -if (lean_obj_tag(x_739) == 0) -{ -lean_object* x_740; lean_object* x_741; lean_object* x_742; -x_740 = lean_ctor_get(x_739, 0); -lean_inc(x_740); -x_741 = lean_ctor_get(x_739, 1); -lean_inc(x_741); -lean_dec(x_739); -x_742 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple(x_740, x_737, x_741); -if (lean_obj_tag(x_742) == 0) -{ -lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; uint8_t x_748; -x_743 = lean_ctor_get(x_742, 0); +x_737 = x_41; +x_738 = lean_box_usize(x_736); +x_739 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1; +x_740 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___spec__1___boxed), 5, 3); +lean_closure_set(x_740, 0, x_738); +lean_closure_set(x_740, 1, x_739); +lean_closure_set(x_740, 2, x_737); +x_741 = lean_st_ref_get(x_9, x_40); +x_742 = lean_ctor_get(x_741, 0); +lean_inc(x_742); +x_743 = lean_ctor_get(x_741, 1); lean_inc(x_743); -x_744 = lean_ctor_get(x_742, 1); +lean_dec(x_741); +x_744 = lean_ctor_get(x_742, 0); lean_inc(x_744); lean_dec(x_742); -x_745 = lean_st_ref_take(x_9, x_732); +x_745 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_743); x_746 = lean_ctor_get(x_745, 0); lean_inc(x_746); x_747 = lean_ctor_get(x_745, 1); lean_inc(x_747); lean_dec(x_745); -x_748 = !lean_is_exclusive(x_746); -if (x_748 == 0) -{ -lean_object* x_749; lean_object* x_750; uint8_t x_751; -x_749 = lean_ctor_get(x_746, 1); +x_748 = lean_st_ref_get(x_9, x_747); +x_749 = lean_ctor_get(x_748, 0); +lean_inc(x_749); +x_750 = lean_ctor_get(x_748, 1); +lean_inc(x_750); +lean_dec(x_748); +x_751 = lean_ctor_get(x_749, 1); +lean_inc(x_751); lean_dec(x_749); -lean_ctor_set(x_746, 1, x_744); -x_750 = lean_st_ref_set(x_9, x_746, x_747); -x_751 = !lean_is_exclusive(x_750); -if (x_751 == 0) -{ -lean_object* x_752; -x_752 = lean_ctor_get(x_750, 0); -lean_dec(x_752); -lean_ctor_set(x_750, 0, x_743); -x_43 = x_750; -goto block_716; -} -else -{ -lean_object* x_753; lean_object* x_754; -x_753 = lean_ctor_get(x_750, 1); -lean_inc(x_753); -lean_dec(x_750); -x_754 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_754, 0, x_743); -lean_ctor_set(x_754, 1, x_753); -x_43 = x_754; -goto block_716; -} -} -else -{ -lean_object* x_755; lean_object* x_756; lean_object* x_757; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; -x_755 = lean_ctor_get(x_746, 0); -x_756 = lean_ctor_get(x_746, 2); -x_757 = lean_ctor_get(x_746, 3); -lean_inc(x_757); -lean_inc(x_756); +lean_inc(x_744); +x_752 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); +lean_closure_set(x_752, 0, x_744); +x_753 = x_752; +x_754 = lean_environment_main_module(x_744); +lean_inc(x_29); +lean_inc(x_27); +lean_inc(x_26); +x_755 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_755, 0, x_753); +lean_ctor_set(x_755, 1, x_754); +lean_ctor_set(x_755, 2, x_746); +lean_ctor_set(x_755, 3, x_26); +lean_ctor_set(x_755, 4, x_27); +lean_ctor_set(x_755, 5, x_29); +x_756 = x_740; lean_inc(x_755); -lean_dec(x_746); -x_758 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_758, 0, x_755); -lean_ctor_set(x_758, 1, x_744); -lean_ctor_set(x_758, 2, x_756); -lean_ctor_set(x_758, 3, x_757); -x_759 = lean_st_ref_set(x_9, x_758, x_747); -x_760 = lean_ctor_get(x_759, 1); -lean_inc(x_760); -if (lean_is_exclusive(x_759)) { - lean_ctor_release(x_759, 0); - lean_ctor_release(x_759, 1); - x_761 = x_759; -} else { - lean_dec_ref(x_759); - x_761 = lean_box(0); -} -if (lean_is_scalar(x_761)) { - x_762 = lean_alloc_ctor(0, 2, 0); -} else { - x_762 = x_761; -} -lean_ctor_set(x_762, 0, x_743); -lean_ctor_set(x_762, 1, x_760); -x_43 = x_762; -goto block_716; -} -} -else +x_757 = lean_apply_2(x_756, x_755, x_751); +if (lean_obj_tag(x_757) == 0) { -lean_object* x_763; -x_763 = lean_ctor_get(x_742, 0); -lean_inc(x_763); -lean_dec(x_742); -if (lean_obj_tag(x_763) == 0) +lean_object* x_758; lean_object* x_759; lean_object* x_760; +x_758 = lean_ctor_get(x_757, 0); +lean_inc(x_758); +x_759 = lean_ctor_get(x_757, 1); +lean_inc(x_759); +lean_dec(x_757); +x_760 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple(x_758, x_755, x_759); +if (lean_obj_tag(x_760) == 0) { -lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; +lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; uint8_t x_766; +x_761 = lean_ctor_get(x_760, 0); +lean_inc(x_761); +x_762 = lean_ctor_get(x_760, 1); +lean_inc(x_762); +lean_dec(x_760); +x_763 = lean_st_ref_take(x_9, x_750); x_764 = lean_ctor_get(x_763, 0); lean_inc(x_764); x_765 = lean_ctor_get(x_763, 1); lean_inc(x_765); lean_dec(x_763); -x_766 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_766, 0, x_765); -x_767 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_767, 0, x_766); -lean_inc(x_8); -x_768 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_764, x_767, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_732); -lean_dec(x_764); -x_43 = x_768; -goto block_716; -} -else +x_766 = !lean_is_exclusive(x_764); +if (x_766 == 0) { -lean_object* x_769; -x_769 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_732); -x_43 = x_769; -goto block_716; -} -} -} -else +lean_object* x_767; lean_object* x_768; uint8_t x_769; +x_767 = lean_ctor_get(x_764, 1); +lean_dec(x_767); +lean_ctor_set(x_764, 1, x_762); +x_768 = lean_st_ref_set(x_9, x_764, x_765); +x_769 = !lean_is_exclusive(x_768); +if (x_769 == 0) { lean_object* x_770; -lean_dec(x_737); -x_770 = lean_ctor_get(x_739, 0); -lean_inc(x_770); -lean_dec(x_739); -if (lean_obj_tag(x_770) == 0) -{ -lean_object* x_771; lean_object* x_772; lean_object* x_773; lean_object* x_774; lean_object* x_775; -x_771 = lean_ctor_get(x_770, 0); -lean_inc(x_771); -x_772 = lean_ctor_get(x_770, 1); -lean_inc(x_772); +x_770 = lean_ctor_get(x_768, 0); lean_dec(x_770); -x_773 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_773, 0, x_772); -x_774 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_774, 0, x_773); -lean_inc(x_8); -x_775 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_771, x_774, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_732); -lean_dec(x_771); -x_43 = x_775; -goto block_716; +lean_ctor_set(x_768, 0, x_761); +x_43 = x_768; +goto block_734; } else { -lean_object* x_776; -x_776 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_732); -x_43 = x_776; -goto block_716; +lean_object* x_771; lean_object* x_772; +x_771 = lean_ctor_get(x_768, 1); +lean_inc(x_771); +lean_dec(x_768); +x_772 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_772, 0, x_761); +lean_ctor_set(x_772, 1, x_771); +x_43 = x_772; +goto block_734; } } -block_716: +else +{ +lean_object* x_773; lean_object* x_774; lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; lean_object* x_779; lean_object* x_780; +x_773 = lean_ctor_get(x_764, 0); +x_774 = lean_ctor_get(x_764, 2); +x_775 = lean_ctor_get(x_764, 3); +lean_inc(x_775); +lean_inc(x_774); +lean_inc(x_773); +lean_dec(x_764); +x_776 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_776, 0, x_773); +lean_ctor_set(x_776, 1, x_762); +lean_ctor_set(x_776, 2, x_774); +lean_ctor_set(x_776, 3, x_775); +x_777 = lean_st_ref_set(x_9, x_776, x_765); +x_778 = lean_ctor_get(x_777, 1); +lean_inc(x_778); +if (lean_is_exclusive(x_777)) { + lean_ctor_release(x_777, 0); + lean_ctor_release(x_777, 1); + x_779 = x_777; +} else { + lean_dec_ref(x_777); + x_779 = lean_box(0); +} +if (lean_is_scalar(x_779)) { + x_780 = lean_alloc_ctor(0, 2, 0); +} else { + x_780 = x_779; +} +lean_ctor_set(x_780, 0, x_761); +lean_ctor_set(x_780, 1, x_778); +x_43 = x_780; +goto block_734; +} +} +else +{ +lean_object* x_781; +x_781 = lean_ctor_get(x_760, 0); +lean_inc(x_781); +lean_dec(x_760); +if (lean_obj_tag(x_781) == 0) +{ +lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; +x_782 = lean_ctor_get(x_781, 0); +lean_inc(x_782); +x_783 = lean_ctor_get(x_781, 1); +lean_inc(x_783); +lean_dec(x_781); +x_784 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_784, 0, x_783); +x_785 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_785, 0, x_784); +lean_inc(x_8); +x_786 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_782, x_785, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_750); +lean_dec(x_782); +x_43 = x_786; +goto block_734; +} +else +{ +lean_object* x_787; +x_787 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_750); +x_43 = x_787; +goto block_734; +} +} +} +else +{ +lean_object* x_788; +lean_dec(x_755); +x_788 = lean_ctor_get(x_757, 0); +lean_inc(x_788); +lean_dec(x_757); +if (lean_obj_tag(x_788) == 0) +{ +lean_object* x_789; lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; +x_789 = lean_ctor_get(x_788, 0); +lean_inc(x_789); +x_790 = lean_ctor_get(x_788, 1); +lean_inc(x_790); +lean_dec(x_788); +x_791 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_791, 0, x_790); +x_792 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_792, 0, x_791); +lean_inc(x_8); +x_793 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_789, x_792, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_750); +lean_dec(x_789); +x_43 = x_793; +goto block_734; +} +else +{ +lean_object* x_794; +x_794 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_750); +x_43 = x_794; +goto block_734; +} +} +block_734: { if (lean_obj_tag(x_43) == 0) { @@ -53927,7 +53970,7 @@ x_47 = l_Lean_Elab_Term_Do_hasExitPointPred_loop___at_Lean_Elab_Term_Do_hasRetur lean_dec(x_46); if (x_47 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; x_48 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_45); x_49 = lean_ctor_get(x_48, 0); lean_inc(x_49); @@ -53955,148 +53998,149 @@ lean_ctor_set(x_61, 0, x_49); lean_ctor_set(x_61, 1, x_60); lean_ctor_set(x_61, 2, x_58); lean_ctor_set(x_61, 3, x_59); -x_294 = lean_st_ref_get(x_9, x_56); -x_295 = lean_ctor_get(x_294, 0); -lean_inc(x_295); -x_296 = lean_ctor_get(x_294, 1); -lean_inc(x_296); -lean_dec(x_294); -x_297 = lean_ctor_get(x_295, 0); -lean_inc(x_297); -lean_dec(x_295); -x_298 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_296); -x_299 = lean_ctor_get(x_298, 0); -lean_inc(x_299); -x_300 = lean_ctor_get(x_298, 1); -lean_inc(x_300); -lean_dec(x_298); -x_301 = lean_st_ref_get(x_9, x_300); -x_302 = lean_ctor_get(x_301, 0); -lean_inc(x_302); -x_303 = lean_ctor_get(x_301, 1); -lean_inc(x_303); -lean_dec(x_301); -x_304 = lean_ctor_get(x_302, 1); -lean_inc(x_304); -lean_dec(x_302); -lean_inc(x_297); -x_305 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); -lean_closure_set(x_305, 0, x_297); -x_306 = x_305; -x_307 = lean_environment_main_module(x_297); -x_308 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_308, 0, x_306); -lean_ctor_set(x_308, 1, x_307); -lean_ctor_set(x_308, 2, x_299); -lean_ctor_set(x_308, 3, x_26); -lean_ctor_set(x_308, 4, x_27); -lean_ctor_set(x_308, 5, x_29); -x_309 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_41, x_61, x_42, x_308, x_304); -if (lean_obj_tag(x_309) == 0) -{ -lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; uint8_t x_315; -x_310 = lean_ctor_get(x_309, 0); +x_304 = lean_st_ref_get(x_9, x_56); +x_305 = lean_ctor_get(x_304, 0); +lean_inc(x_305); +x_306 = lean_ctor_get(x_304, 1); +lean_inc(x_306); +lean_dec(x_304); +x_307 = lean_ctor_get(x_305, 0); +lean_inc(x_307); +lean_dec(x_305); +x_308 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_306); +x_309 = lean_ctor_get(x_308, 0); +lean_inc(x_309); +x_310 = lean_ctor_get(x_308, 1); lean_inc(x_310); -x_311 = lean_ctor_get(x_309, 1); -lean_inc(x_311); -lean_dec(x_309); -x_312 = lean_st_ref_take(x_9, x_303); -x_313 = lean_ctor_get(x_312, 0); +lean_dec(x_308); +x_311 = lean_st_ref_get(x_9, x_310); +x_312 = lean_ctor_get(x_311, 0); +lean_inc(x_312); +x_313 = lean_ctor_get(x_311, 1); lean_inc(x_313); +lean_dec(x_311); x_314 = lean_ctor_get(x_312, 1); lean_inc(x_314); lean_dec(x_312); -x_315 = !lean_is_exclusive(x_313); -if (x_315 == 0) +lean_inc(x_307); +x_315 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); +lean_closure_set(x_315, 0, x_307); +x_316 = x_315; +x_317 = lean_environment_main_module(x_307); +x_318 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_318, 0, x_316); +lean_ctor_set(x_318, 1, x_317); +lean_ctor_set(x_318, 2, x_309); +lean_ctor_set(x_318, 3, x_26); +lean_ctor_set(x_318, 4, x_27); +lean_ctor_set(x_318, 5, x_29); +x_319 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_41, x_61, x_42, x_318, x_314); +if (lean_obj_tag(x_319) == 0) { -lean_object* x_316; lean_object* x_317; lean_object* x_318; -x_316 = lean_ctor_get(x_313, 1); -lean_dec(x_316); -lean_ctor_set(x_313, 1, x_311); -x_317 = lean_st_ref_set(x_9, x_313, x_314); -x_318 = lean_ctor_get(x_317, 1); -lean_inc(x_318); -lean_dec(x_317); -x_62 = x_310; -x_63 = x_318; -goto block_293; -} -else -{ -lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; -x_319 = lean_ctor_get(x_313, 0); -x_320 = lean_ctor_get(x_313, 2); -x_321 = lean_ctor_get(x_313, 3); -lean_inc(x_321); +lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; uint8_t x_325; +x_320 = lean_ctor_get(x_319, 0); lean_inc(x_320); -lean_inc(x_319); -lean_dec(x_313); -x_322 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_322, 0, x_319); -lean_ctor_set(x_322, 1, x_311); -lean_ctor_set(x_322, 2, x_320); -lean_ctor_set(x_322, 3, x_321); -x_323 = lean_st_ref_set(x_9, x_322, x_314); -x_324 = lean_ctor_get(x_323, 1); +x_321 = lean_ctor_get(x_319, 1); +lean_inc(x_321); +lean_dec(x_319); +x_322 = lean_st_ref_take(x_9, x_313); +x_323 = lean_ctor_get(x_322, 0); +lean_inc(x_323); +x_324 = lean_ctor_get(x_322, 1); lean_inc(x_324); +lean_dec(x_322); +x_325 = !lean_is_exclusive(x_323); +if (x_325 == 0) +{ +lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_326 = lean_ctor_get(x_323, 1); +lean_dec(x_326); +lean_ctor_set(x_323, 1, x_321); +x_327 = lean_st_ref_set(x_9, x_323, x_324); +x_328 = lean_ctor_get(x_327, 1); +lean_inc(x_328); +lean_dec(x_327); +x_62 = x_320; +x_63 = x_328; +goto block_303; +} +else +{ +lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; +x_329 = lean_ctor_get(x_323, 0); +x_330 = lean_ctor_get(x_323, 2); +x_331 = lean_ctor_get(x_323, 3); +lean_inc(x_331); +lean_inc(x_330); +lean_inc(x_329); lean_dec(x_323); -x_62 = x_310; -x_63 = x_324; -goto block_293; +x_332 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_332, 0, x_329); +lean_ctor_set(x_332, 1, x_321); +lean_ctor_set(x_332, 2, x_330); +lean_ctor_set(x_332, 3, x_331); +x_333 = lean_st_ref_set(x_9, x_332, x_324); +x_334 = lean_ctor_get(x_333, 1); +lean_inc(x_334); +lean_dec(x_333); +x_62 = x_320; +x_63 = x_334; +goto block_303; } } else { -lean_object* x_325; +lean_object* x_335; lean_dec(x_44); +lean_dec(x_31); lean_dec(x_21); lean_dec(x_19); lean_dec(x_2); -x_325 = lean_ctor_get(x_309, 0); -lean_inc(x_325); -lean_dec(x_309); -if (lean_obj_tag(x_325) == 0) +x_335 = lean_ctor_get(x_319, 0); +lean_inc(x_335); +lean_dec(x_319); +if (lean_obj_tag(x_335) == 0) { -lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; uint8_t x_331; -x_326 = lean_ctor_get(x_325, 0); -lean_inc(x_326); -x_327 = lean_ctor_get(x_325, 1); -lean_inc(x_327); -lean_dec(x_325); -x_328 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_328, 0, x_327); -x_329 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_329, 0, x_328); -x_330 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_326, x_329, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_303); +lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; uint8_t x_341; +x_336 = lean_ctor_get(x_335, 0); +lean_inc(x_336); +x_337 = lean_ctor_get(x_335, 1); +lean_inc(x_337); +lean_dec(x_335); +x_338 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_338, 0, x_337); +x_339 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_339, 0, x_338); +x_340 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_336, x_339, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_313); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_326); -x_331 = !lean_is_exclusive(x_330); -if (x_331 == 0) +lean_dec(x_336); +x_341 = !lean_is_exclusive(x_340); +if (x_341 == 0) { -return x_330; +return x_340; } else { -lean_object* x_332; lean_object* x_333; lean_object* x_334; -x_332 = lean_ctor_get(x_330, 0); -x_333 = lean_ctor_get(x_330, 1); -lean_inc(x_333); -lean_inc(x_332); -lean_dec(x_330); -x_334 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_334, 0, x_332); -lean_ctor_set(x_334, 1, x_333); -return x_334; +lean_object* x_342; lean_object* x_343; lean_object* x_344; +x_342 = lean_ctor_get(x_340, 0); +x_343 = lean_ctor_get(x_340, 1); +lean_inc(x_343); +lean_inc(x_342); +lean_dec(x_340); +x_344 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_344, 0, x_342); +lean_ctor_set(x_344, 1, x_343); +return x_344; } } else { -lean_object* x_335; uint8_t x_336; +lean_object* x_345; uint8_t x_346; lean_dec(x_8); lean_dec(x_9); lean_dec(x_7); @@ -54104,30 +54148,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_335 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_303); -x_336 = !lean_is_exclusive(x_335); -if (x_336 == 0) +x_345 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_313); +x_346 = !lean_is_exclusive(x_345); +if (x_346 == 0) { -return x_335; +return x_345; } else { -lean_object* x_337; lean_object* x_338; lean_object* x_339; -x_337 = lean_ctor_get(x_335, 0); -x_338 = lean_ctor_get(x_335, 1); -lean_inc(x_338); -lean_inc(x_337); -lean_dec(x_335); -x_339 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_339, 0, x_337); -lean_ctor_set(x_339, 1, x_338); -return x_339; +lean_object* x_347; lean_object* x_348; lean_object* x_349; +x_347 = lean_ctor_get(x_345, 0); +x_348 = lean_ctor_get(x_345, 1); +lean_inc(x_348); +lean_inc(x_347); +lean_dec(x_345); +x_349 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_349, 0, x_347); +lean_ctor_set(x_349, 1, x_348); +return x_349; } } } -block_293: +block_303: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; x_64 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_63); x_65 = lean_ctor_get(x_64, 0); lean_inc(x_65); @@ -54146,1231 +54190,1273 @@ lean_inc(x_71); x_72 = lean_ctor_get(x_70, 1); lean_inc(x_72); lean_dec(x_70); -x_73 = l_Array_empty___closed__1; -x_74 = lean_array_push(x_73, x_21); -x_75 = l_Lean_Name_toString___closed__1; -lean_inc(x_65); -x_76 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_76, 0, x_65); -lean_ctor_set(x_76, 1, x_75); -x_77 = lean_array_push(x_74, x_76); -x_78 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; +x_73 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; lean_inc(x_68); lean_inc(x_71); -x_79 = l_Lean_addMacroScope(x_71, x_78, x_68); -x_80 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; -x_81 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; +x_74 = l_Lean_addMacroScope(x_71, x_73, x_68); +x_75 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; +x_76 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; lean_inc(x_65); -x_82 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_82, 0, x_65); -lean_ctor_set(x_82, 1, x_80); -lean_ctor_set(x_82, 2, x_79); -lean_ctor_set(x_82, 3, x_81); -x_83 = lean_array_push(x_77, x_82); -x_84 = l_Lean_Parser_Term_proj___elambda__1___closed__1; -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_83); -x_86 = lean_array_push(x_73, x_85); -x_87 = lean_array_push(x_73, x_44); -x_88 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; +x_77 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_77, 0, x_65); +lean_ctor_set(x_77, 1, x_75); +lean_ctor_set(x_77, 2, x_74); +lean_ctor_set(x_77, 3, x_76); +x_78 = l_Array_empty___closed__1; +x_79 = lean_array_push(x_78, x_77); +x_80 = l_prec_x28___x29___closed__3; +lean_inc(x_65); +x_81 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_81, 0, x_65); +lean_ctor_set(x_81, 1, x_80); +x_82 = lean_array_push(x_78, x_81); +x_83 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; +lean_inc(x_68); +lean_inc(x_71); +x_84 = l_Lean_addMacroScope(x_71, x_83, x_68); +x_85 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12; +lean_inc(x_65); +x_86 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_86, 0, x_65); +lean_ctor_set(x_86, 1, x_85); +lean_ctor_set(x_86, 2, x_84); +lean_ctor_set(x_86, 3, x_59); +x_87 = lean_array_push(x_82, x_86); +x_88 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; lean_inc(x_65); x_89 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_89, 0, x_65); lean_ctor_set(x_89, 1, x_88); -x_90 = lean_array_push(x_73, x_89); -x_91 = lean_array_push(x_73, x_19); -x_92 = l_Lean_addMacroScope(x_71, x_57, x_68); +x_90 = lean_array_push(x_87, x_89); +x_91 = lean_array_push(x_90, x_31); +x_92 = l_prec_x28___x29___closed__7; lean_inc(x_65); -x_93 = lean_alloc_ctor(3, 4, 0); +x_93 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_93, 0, x_65); -lean_ctor_set(x_93, 1, x_60); -lean_ctor_set(x_93, 2, x_92); -lean_ctor_set(x_93, 3, x_59); +lean_ctor_set(x_93, 1, x_92); x_94 = lean_array_push(x_91, x_93); -x_95 = l_Lean_nullKind___closed__2; +x_95 = l_Lean_Parser_Term_namedArgument___elambda__1___closed__2; x_96 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_96, 0, x_95); lean_ctor_set(x_96, 1, x_94); -x_97 = lean_array_push(x_73, x_96); -x_98 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -x_99 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_99, 0, x_65); -lean_ctor_set(x_99, 1, x_98); -x_100 = lean_array_push(x_97, x_99); -x_101 = lean_array_push(x_100, x_62); -x_102 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; -x_103 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_101); -x_104 = lean_array_push(x_90, x_103); -x_105 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; -x_106 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_106, 0, x_105); -lean_ctor_set(x_106, 1, x_104); -lean_inc(x_87); -x_107 = lean_array_push(x_87, x_106); +x_97 = lean_array_push(x_78, x_96); +x_98 = lean_array_push(x_97, x_21); +lean_inc(x_44); +x_99 = lean_array_push(x_98, x_44); +x_100 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; +lean_inc(x_65); +x_101 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_101, 0, x_65); +lean_ctor_set(x_101, 1, x_100); +x_102 = lean_array_push(x_78, x_101); +x_103 = lean_array_push(x_78, x_19); +x_104 = l_Lean_addMacroScope(x_71, x_57, x_68); +lean_inc(x_65); +x_105 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_105, 0, x_65); +lean_ctor_set(x_105, 1, x_60); +lean_ctor_set(x_105, 2, x_104); +lean_ctor_set(x_105, 3, x_59); +x_106 = lean_array_push(x_103, x_105); +x_107 = l_Lean_nullKind___closed__2; x_108 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_108, 0, x_95); -lean_ctor_set(x_108, 1, x_107); -x_109 = lean_array_push(x_86, x_108); -x_110 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_110); -lean_ctor_set(x_111, 1, x_109); -x_112 = l_List_isEmpty___rarg(x_2); -if (x_112 == 0) +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_108, 1, x_106); +x_109 = lean_array_push(x_78, x_108); +x_110 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +x_111 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_111, 0, x_65); +lean_ctor_set(x_111, 1, x_110); +x_112 = lean_array_push(x_109, x_111); +x_113 = lean_array_push(x_112, x_62); +x_114 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_115, 1, x_113); +x_116 = lean_array_push(x_102, x_115); +x_117 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; +x_118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_116); +x_119 = lean_array_push(x_99, x_118); +x_120 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_120, 0, x_107); +lean_ctor_set(x_120, 1, x_119); +x_121 = lean_array_push(x_79, x_120); +x_122 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; +x_123 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_121); +x_124 = l_List_isEmpty___rarg(x_2); +if (x_124 == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_113 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_72); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_115); -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -lean_dec(x_116); -x_119 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_118); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -lean_dec(x_119); -x_122 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_114); -x_123 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_123, 0, x_114); -lean_ctor_set(x_123, 1, x_122); -x_124 = lean_array_push(x_73, x_123); -x_125 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_114); -x_126 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_126, 0, x_114); -lean_ctor_set(x_126, 1, x_125); -x_127 = lean_array_push(x_73, x_126); -x_128 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; -x_129 = lean_array_push(x_127, x_128); -x_130 = l_Lean_addMacroScope(x_120, x_57, x_117); -lean_inc(x_114); -x_131 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_131, 0, x_114); -lean_ctor_set(x_131, 1, x_60); -lean_ctor_set(x_131, 2, x_130); -lean_ctor_set(x_131, 3, x_59); -lean_inc(x_131); -x_132 = lean_array_push(x_73, x_131); -x_133 = lean_array_push(x_132, x_128); -x_134 = l_Lean_Parser_Tactic_rwRule___closed__3; -lean_inc(x_114); +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_125 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_72); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); +lean_inc(x_127); +lean_dec(x_125); +x_128 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_127); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_130); +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +x_134 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_126); x_135 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_135, 0, x_114); +lean_ctor_set(x_135, 0, x_126); lean_ctor_set(x_135, 1, x_134); -x_136 = lean_array_push(x_133, x_135); -x_137 = lean_array_push(x_73, x_111); -x_138 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; -x_139 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_137); -x_140 = lean_array_push(x_136, x_139); -x_141 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_140); -x_143 = lean_array_push(x_129, x_142); -x_144 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; -x_145 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_143); -x_146 = lean_array_push(x_73, x_145); -x_147 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; -lean_inc(x_114); -x_148 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_148, 0, x_114); -lean_ctor_set(x_148, 1, x_147); -x_149 = lean_array_push(x_73, x_148); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_95); -lean_ctor_set(x_150, 1, x_149); -x_151 = lean_array_push(x_146, x_150); -x_152 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_151); -x_154 = lean_array_push(x_73, x_153); -x_155 = lean_array_push(x_87, x_128); -x_156 = lean_array_push(x_155, x_128); -x_157 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -x_158 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_158, 0, x_114); -lean_ctor_set(x_158, 1, x_157); -x_159 = lean_array_push(x_156, x_158); -x_160 = lean_array_push(x_159, x_131); -x_161 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_136 = lean_array_push(x_78, x_135); +x_137 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_126); +x_138 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_138, 0, x_126); +lean_ctor_set(x_138, 1, x_137); +x_139 = lean_array_push(x_78, x_138); +x_140 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +x_141 = lean_array_push(x_139, x_140); +x_142 = l_Lean_addMacroScope(x_132, x_57, x_129); +lean_inc(x_126); +x_143 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_143, 0, x_126); +lean_ctor_set(x_143, 1, x_60); +lean_ctor_set(x_143, 2, x_142); +lean_ctor_set(x_143, 3, x_59); +lean_inc(x_143); +x_144 = lean_array_push(x_78, x_143); +x_145 = lean_array_push(x_144, x_140); +x_146 = l_Lean_Parser_Tactic_rwRule___closed__3; +lean_inc(x_126); +x_147 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_147, 0, x_126); +lean_ctor_set(x_147, 1, x_146); +x_148 = lean_array_push(x_145, x_147); +x_149 = lean_array_push(x_78, x_123); +x_150 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; +x_151 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_149); +x_152 = lean_array_push(x_148, x_151); +x_153 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_153); +lean_ctor_set(x_154, 1, x_152); +x_155 = lean_array_push(x_141, x_154); +x_156 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; +x_157 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_157, 0, x_156); +lean_ctor_set(x_157, 1, x_155); +x_158 = lean_array_push(x_78, x_157); +x_159 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +lean_inc(x_126); +x_160 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_160, 0, x_126); +lean_ctor_set(x_160, 1, x_159); +x_161 = lean_array_push(x_78, x_160); x_162 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_162, 0, x_161); -lean_ctor_set(x_162, 1, x_160); -x_163 = lean_array_push(x_73, x_162); -x_164 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +lean_ctor_set(x_162, 0, x_107); +lean_ctor_set(x_162, 1, x_161); +x_163 = lean_array_push(x_158, x_162); +x_164 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; x_165 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_165, 0, x_164); lean_ctor_set(x_165, 1, x_163); -x_166 = lean_array_push(x_73, x_165); -x_167 = lean_array_push(x_166, x_128); -x_168 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_168, 0, x_152); -lean_ctor_set(x_168, 1, x_167); -x_169 = lean_array_push(x_154, x_168); -x_170 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_170, 0, x_95); -lean_ctor_set(x_170, 1, x_169); -x_171 = lean_array_push(x_73, x_170); -x_172 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_171); -x_174 = lean_array_push(x_124, x_173); -x_175 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_176 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_174); -x_177 = l_Lean_Syntax_getArg(x_176, x_11); -lean_dec(x_176); -x_178 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_177); -x_179 = l_List_append___rarg(x_178, x_2); -x_180 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_179, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_121); -return x_180; +x_166 = lean_array_push(x_78, x_165); +x_167 = lean_array_push(x_78, x_44); +x_168 = lean_array_push(x_167, x_140); +x_169 = lean_array_push(x_168, x_140); +x_170 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_170, 0, x_126); +lean_ctor_set(x_170, 1, x_88); +x_171 = lean_array_push(x_169, x_170); +x_172 = lean_array_push(x_171, x_143); +x_173 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_173); +lean_ctor_set(x_174, 1, x_172); +x_175 = lean_array_push(x_78, x_174); +x_176 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_177 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_177, 1, x_175); +x_178 = lean_array_push(x_78, x_177); +x_179 = lean_array_push(x_178, x_140); +x_180 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_180, 0, x_164); +lean_ctor_set(x_180, 1, x_179); +x_181 = lean_array_push(x_166, x_180); +x_182 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_182, 0, x_107); +lean_ctor_set(x_182, 1, x_181); +x_183 = lean_array_push(x_78, x_182); +x_184 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_185 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_183); +x_186 = lean_array_push(x_136, x_185); +x_187 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_188 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_188, 0, x_187); +lean_ctor_set(x_188, 1, x_186); +x_189 = l_Lean_Syntax_getArg(x_188, x_11); +lean_dec(x_188); +x_190 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_189); +x_191 = l_List_append___rarg(x_190, x_2); +x_192 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_191, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_133); +return x_192; } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; +lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_dec(x_2); -x_181 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_72); -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); -x_184 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_183); -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -x_186 = lean_ctor_get(x_184, 1); -lean_inc(x_186); -lean_dec(x_184); -x_187 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_186); -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 1); -lean_inc(x_189); -lean_dec(x_187); -x_190 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_182); -x_191 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_191, 0, x_182); -lean_ctor_set(x_191, 1, x_190); -x_192 = lean_array_push(x_73, x_191); -x_193 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_182); -x_194 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_194, 0, x_182); -lean_ctor_set(x_194, 1, x_193); -x_195 = lean_array_push(x_73, x_194); -x_196 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; -x_197 = lean_array_push(x_195, x_196); -lean_inc(x_185); -lean_inc(x_188); -x_198 = l_Lean_addMacroScope(x_188, x_57, x_185); -lean_inc(x_182); -x_199 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_199, 0, x_182); -lean_ctor_set(x_199, 1, x_60); -lean_ctor_set(x_199, 2, x_198); -lean_ctor_set(x_199, 3, x_59); -lean_inc(x_199); -x_200 = lean_array_push(x_73, x_199); -x_201 = lean_array_push(x_200, x_196); -x_202 = l_Lean_Parser_Tactic_rwRule___closed__3; -lean_inc(x_182); +x_193 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_72); +x_194 = lean_ctor_get(x_193, 0); +lean_inc(x_194); +x_195 = lean_ctor_get(x_193, 1); +lean_inc(x_195); +lean_dec(x_193); +x_196 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_195); +x_197 = lean_ctor_get(x_196, 0); +lean_inc(x_197); +x_198 = lean_ctor_get(x_196, 1); +lean_inc(x_198); +lean_dec(x_196); +x_199 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_198); +x_200 = lean_ctor_get(x_199, 0); +lean_inc(x_200); +x_201 = lean_ctor_get(x_199, 1); +lean_inc(x_201); +lean_dec(x_199); +x_202 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_194); x_203 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_203, 0, x_182); +lean_ctor_set(x_203, 0, x_194); lean_ctor_set(x_203, 1, x_202); -x_204 = lean_array_push(x_201, x_203); -x_205 = lean_array_push(x_73, x_111); -x_206 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; -x_207 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_207, 0, x_206); -lean_ctor_set(x_207, 1, x_205); -x_208 = lean_array_push(x_204, x_207); -x_209 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; -x_210 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_210, 0, x_209); -lean_ctor_set(x_210, 1, x_208); -x_211 = lean_array_push(x_197, x_210); -x_212 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; -x_213 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_213, 0, x_212); -lean_ctor_set(x_213, 1, x_211); -x_214 = lean_array_push(x_73, x_213); -x_215 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; -lean_inc(x_182); -x_216 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_216, 0, x_182); -lean_ctor_set(x_216, 1, x_215); -x_217 = lean_array_push(x_73, x_216); -x_218 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_218, 0, x_95); -lean_ctor_set(x_218, 1, x_217); -lean_inc(x_218); -x_219 = lean_array_push(x_214, x_218); -x_220 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_221 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_219); -x_222 = lean_array_push(x_73, x_221); -x_223 = lean_array_push(x_87, x_196); -x_224 = lean_array_push(x_223, x_196); -x_225 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_182); -x_226 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_226, 0, x_182); -lean_ctor_set(x_226, 1, x_225); -x_227 = lean_array_push(x_224, x_226); -x_228 = lean_array_push(x_227, x_199); -x_229 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_204 = lean_array_push(x_78, x_203); +x_205 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_194); +x_206 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_206, 0, x_194); +lean_ctor_set(x_206, 1, x_205); +x_207 = lean_array_push(x_78, x_206); +x_208 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +x_209 = lean_array_push(x_207, x_208); +lean_inc(x_197); +lean_inc(x_200); +x_210 = l_Lean_addMacroScope(x_200, x_57, x_197); +lean_inc(x_194); +x_211 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_211, 0, x_194); +lean_ctor_set(x_211, 1, x_60); +lean_ctor_set(x_211, 2, x_210); +lean_ctor_set(x_211, 3, x_59); +lean_inc(x_211); +x_212 = lean_array_push(x_78, x_211); +x_213 = lean_array_push(x_212, x_208); +x_214 = l_Lean_Parser_Tactic_rwRule___closed__3; +lean_inc(x_194); +x_215 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_215, 0, x_194); +lean_ctor_set(x_215, 1, x_214); +x_216 = lean_array_push(x_213, x_215); +x_217 = lean_array_push(x_78, x_123); +x_218 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; +x_219 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_219, 0, x_218); +lean_ctor_set(x_219, 1, x_217); +x_220 = lean_array_push(x_216, x_219); +x_221 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; +x_222 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_220); +x_223 = lean_array_push(x_209, x_222); +x_224 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; +x_225 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_225, 0, x_224); +lean_ctor_set(x_225, 1, x_223); +x_226 = lean_array_push(x_78, x_225); +x_227 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +lean_inc(x_194); +x_228 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_228, 0, x_194); +lean_ctor_set(x_228, 1, x_227); +x_229 = lean_array_push(x_78, x_228); x_230 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_230, 0, x_229); -lean_ctor_set(x_230, 1, x_228); -x_231 = lean_array_push(x_73, x_230); -x_232 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +lean_ctor_set(x_230, 0, x_107); +lean_ctor_set(x_230, 1, x_229); +lean_inc(x_230); +x_231 = lean_array_push(x_226, x_230); +x_232 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; x_233 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_233, 0, x_232); lean_ctor_set(x_233, 1, x_231); -x_234 = lean_array_push(x_73, x_233); -x_235 = lean_array_push(x_234, x_218); -x_236 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_236, 0, x_220); -lean_ctor_set(x_236, 1, x_235); -x_237 = lean_array_push(x_222, x_236); -x_238 = l_Lean_Meta_mkPure___closed__4; -lean_inc(x_185); -lean_inc(x_188); -x_239 = l_Lean_addMacroScope(x_188, x_238, x_185); -x_240 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; -x_241 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; -lean_inc(x_182); -x_242 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_242, 0, x_182); +x_234 = lean_array_push(x_78, x_233); +x_235 = lean_array_push(x_78, x_44); +x_236 = lean_array_push(x_235, x_208); +x_237 = lean_array_push(x_236, x_208); +lean_inc(x_194); +x_238 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_238, 0, x_194); +lean_ctor_set(x_238, 1, x_88); +x_239 = lean_array_push(x_237, x_238); +x_240 = lean_array_push(x_239, x_211); +x_241 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_242 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_242, 0, x_241); lean_ctor_set(x_242, 1, x_240); -lean_ctor_set(x_242, 2, x_239); -lean_ctor_set(x_242, 3, x_241); -x_243 = lean_array_push(x_73, x_242); -x_244 = l_prec_x28___x29___closed__3; -lean_inc(x_182); -x_245 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_245, 0, x_182); -lean_ctor_set(x_245, 1, x_244); -x_246 = lean_array_push(x_73, x_245); -x_247 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; -lean_inc(x_182); -x_248 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_248, 0, x_182); +x_243 = lean_array_push(x_78, x_242); +x_244 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_245 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_245, 0, x_244); +lean_ctor_set(x_245, 1, x_243); +x_246 = lean_array_push(x_78, x_245); +x_247 = lean_array_push(x_246, x_230); +x_248 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_248, 0, x_232); lean_ctor_set(x_248, 1, x_247); -x_249 = lean_array_push(x_73, x_248); -x_250 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; -lean_inc(x_182); -x_251 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_251, 0, x_182); -lean_ctor_set(x_251, 1, x_250); -x_252 = lean_array_push(x_73, x_251); -x_253 = l_Lean_strLitKind___closed__2; -x_254 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_254, 0, x_253); +x_249 = lean_array_push(x_234, x_248); +x_250 = l_Lean_Meta_mkPure___closed__4; +lean_inc(x_197); +lean_inc(x_200); +x_251 = l_Lean_addMacroScope(x_200, x_250, x_197); +x_252 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; +x_253 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; +lean_inc(x_194); +x_254 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_254, 0, x_194); lean_ctor_set(x_254, 1, x_252); -x_255 = lean_array_push(x_249, x_254); -x_256 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; -x_257 = l_Lean_addMacroScope(x_188, x_256, x_185); -x_258 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; -x_259 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; -lean_inc(x_182); -x_260 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_260, 0, x_182); -lean_ctor_set(x_260, 1, x_258); -lean_ctor_set(x_260, 2, x_257); -lean_ctor_set(x_260, 3, x_259); -x_261 = lean_array_push(x_255, x_260); -x_262 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; -x_263 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_263, 0, x_262); -lean_ctor_set(x_263, 1, x_261); -x_264 = lean_array_push(x_73, x_263); -x_265 = lean_array_push(x_264, x_196); -x_266 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_266, 0, x_95); -lean_ctor_set(x_266, 1, x_265); -x_267 = lean_array_push(x_246, x_266); -x_268 = l_prec_x28___x29___closed__7; -x_269 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_269, 0, x_182); -lean_ctor_set(x_269, 1, x_268); -x_270 = lean_array_push(x_267, x_269); -x_271 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_272 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_272, 0, x_271); -lean_ctor_set(x_272, 1, x_270); -x_273 = lean_array_push(x_73, x_272); +lean_ctor_set(x_254, 2, x_251); +lean_ctor_set(x_254, 3, x_253); +x_255 = lean_array_push(x_78, x_254); +lean_inc(x_194); +x_256 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_256, 0, x_194); +lean_ctor_set(x_256, 1, x_80); +x_257 = lean_array_push(x_78, x_256); +x_258 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; +lean_inc(x_194); +x_259 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_259, 0, x_194); +lean_ctor_set(x_259, 1, x_258); +x_260 = lean_array_push(x_78, x_259); +x_261 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; +lean_inc(x_194); +x_262 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_262, 0, x_194); +lean_ctor_set(x_262, 1, x_261); +x_263 = lean_array_push(x_78, x_262); +x_264 = l_Lean_strLitKind___closed__2; +x_265 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_263); +x_266 = lean_array_push(x_260, x_265); +x_267 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; +x_268 = l_Lean_addMacroScope(x_200, x_267, x_197); +x_269 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; +x_270 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; +lean_inc(x_194); +x_271 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_271, 0, x_194); +lean_ctor_set(x_271, 1, x_269); +lean_ctor_set(x_271, 2, x_268); +lean_ctor_set(x_271, 3, x_270); +x_272 = lean_array_push(x_266, x_271); +x_273 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; x_274 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_274, 0, x_95); -lean_ctor_set(x_274, 1, x_273); -x_275 = lean_array_push(x_243, x_274); -x_276 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_276, 0, x_110); -lean_ctor_set(x_276, 1, x_275); -x_277 = lean_array_push(x_73, x_276); -x_278 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_278, 0, x_206); -lean_ctor_set(x_278, 1, x_277); -x_279 = lean_array_push(x_73, x_278); -x_280 = lean_array_push(x_279, x_196); -x_281 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_281, 0, x_220); -lean_ctor_set(x_281, 1, x_280); -x_282 = lean_array_push(x_237, x_281); -x_283 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_283, 0, x_95); -lean_ctor_set(x_283, 1, x_282); -x_284 = lean_array_push(x_73, x_283); -x_285 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +lean_ctor_set(x_274, 0, x_273); +lean_ctor_set(x_274, 1, x_272); +x_275 = lean_array_push(x_78, x_274); +x_276 = lean_array_push(x_275, x_208); +x_277 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_277, 0, x_107); +lean_ctor_set(x_277, 1, x_276); +x_278 = lean_array_push(x_257, x_277); +x_279 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_279, 0, x_194); +lean_ctor_set(x_279, 1, x_92); +x_280 = lean_array_push(x_278, x_279); +x_281 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_282 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_282, 0, x_281); +lean_ctor_set(x_282, 1, x_280); +x_283 = lean_array_push(x_78, x_282); +x_284 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_284, 0, x_107); +lean_ctor_set(x_284, 1, x_283); +x_285 = lean_array_push(x_255, x_284); x_286 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_286, 0, x_285); -lean_ctor_set(x_286, 1, x_284); -x_287 = lean_array_push(x_192, x_286); -x_288 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_289 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_289, 0, x_288); -lean_ctor_set(x_289, 1, x_287); -x_290 = l_Lean_Syntax_getArg(x_289, x_11); -lean_dec(x_289); -x_291 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_290); -x_292 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_291, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_189); -return x_292; +lean_ctor_set(x_286, 0, x_122); +lean_ctor_set(x_286, 1, x_285); +x_287 = lean_array_push(x_78, x_286); +x_288 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_288, 0, x_218); +lean_ctor_set(x_288, 1, x_287); +x_289 = lean_array_push(x_78, x_288); +x_290 = lean_array_push(x_289, x_208); +x_291 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_291, 0, x_232); +lean_ctor_set(x_291, 1, x_290); +x_292 = lean_array_push(x_249, x_291); +x_293 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_293, 0, x_107); +lean_ctor_set(x_293, 1, x_292); +x_294 = lean_array_push(x_78, x_293); +x_295 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_296 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_296, 0, x_295); +lean_ctor_set(x_296, 1, x_294); +x_297 = lean_array_push(x_204, x_296); +x_298 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_299 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_299, 0, x_298); +lean_ctor_set(x_299, 1, x_297); +x_300 = l_Lean_Syntax_getArg(x_299, x_11); +lean_dec(x_299); +x_301 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_300); +x_302 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_301, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_201); +return x_302; } } } else { -lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_666; lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_object* x_670; lean_object* x_671; lean_object* x_672; lean_object* x_673; lean_object* x_674; lean_object* x_675; lean_object* x_676; lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; -x_340 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_45); -x_341 = lean_ctor_get(x_340, 0); -lean_inc(x_341); -x_342 = lean_ctor_get(x_340, 1); -lean_inc(x_342); -lean_dec(x_340); -x_343 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_342); -x_344 = lean_ctor_get(x_343, 0); -lean_inc(x_344); -x_345 = lean_ctor_get(x_343, 1); -lean_inc(x_345); -lean_dec(x_343); -x_346 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_345); -x_347 = lean_ctor_get(x_346, 0); -lean_inc(x_347); -x_348 = lean_ctor_get(x_346, 1); -lean_inc(x_348); -lean_dec(x_346); -x_349 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__7; -x_350 = l_Lean_addMacroScope(x_347, x_349, x_344); -x_351 = lean_box(0); -x_352 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__6; -x_353 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_353, 0, x_341); -lean_ctor_set(x_353, 1, x_352); -lean_ctor_set(x_353, 2, x_350); -lean_ctor_set(x_353, 3, x_351); -x_666 = lean_st_ref_get(x_9, x_348); -x_667 = lean_ctor_get(x_666, 0); -lean_inc(x_667); -x_668 = lean_ctor_get(x_666, 1); -lean_inc(x_668); -lean_dec(x_666); -x_669 = lean_ctor_get(x_667, 0); -lean_inc(x_669); -lean_dec(x_667); -x_670 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_668); -x_671 = lean_ctor_get(x_670, 0); -lean_inc(x_671); -x_672 = lean_ctor_get(x_670, 1); -lean_inc(x_672); -lean_dec(x_670); -x_673 = lean_st_ref_get(x_9, x_672); -x_674 = lean_ctor_get(x_673, 0); -lean_inc(x_674); -x_675 = lean_ctor_get(x_673, 1); -lean_inc(x_675); -lean_dec(x_673); -x_676 = lean_ctor_get(x_674, 1); -lean_inc(x_676); -lean_dec(x_674); -lean_inc(x_669); -x_677 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); -lean_closure_set(x_677, 0, x_669); -x_678 = x_677; -x_679 = lean_environment_main_module(x_669); -x_680 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_680, 0, x_678); -lean_ctor_set(x_680, 1, x_679); -lean_ctor_set(x_680, 2, x_671); -lean_ctor_set(x_680, 3, x_26); -lean_ctor_set(x_680, 4, x_27); -lean_ctor_set(x_680, 5, x_29); -x_681 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_41, x_353, x_42, x_680, x_676); -if (lean_obj_tag(x_681) == 0) -{ -lean_object* x_682; lean_object* x_683; lean_object* x_684; lean_object* x_685; lean_object* x_686; uint8_t x_687; -x_682 = lean_ctor_get(x_681, 0); -lean_inc(x_682); -x_683 = lean_ctor_get(x_681, 1); -lean_inc(x_683); -lean_dec(x_681); -x_684 = lean_st_ref_take(x_9, x_675); -x_685 = lean_ctor_get(x_684, 0); -lean_inc(x_685); -x_686 = lean_ctor_get(x_684, 1); -lean_inc(x_686); -lean_dec(x_684); -x_687 = !lean_is_exclusive(x_685); -if (x_687 == 0) -{ -lean_object* x_688; lean_object* x_689; lean_object* x_690; -x_688 = lean_ctor_get(x_685, 1); -lean_dec(x_688); -lean_ctor_set(x_685, 1, x_683); -x_689 = lean_st_ref_set(x_9, x_685, x_686); -x_690 = lean_ctor_get(x_689, 1); -lean_inc(x_690); -lean_dec(x_689); -x_354 = x_682; -x_355 = x_690; -goto block_665; -} -else -{ -lean_object* x_691; lean_object* x_692; lean_object* x_693; lean_object* x_694; lean_object* x_695; lean_object* x_696; -x_691 = lean_ctor_get(x_685, 0); -x_692 = lean_ctor_get(x_685, 2); -x_693 = lean_ctor_get(x_685, 3); -lean_inc(x_693); -lean_inc(x_692); -lean_inc(x_691); -lean_dec(x_685); -x_694 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_694, 0, x_691); -lean_ctor_set(x_694, 1, x_683); -lean_ctor_set(x_694, 2, x_692); -lean_ctor_set(x_694, 3, x_693); -x_695 = lean_st_ref_set(x_9, x_694, x_686); -x_696 = lean_ctor_get(x_695, 1); -lean_inc(x_696); -lean_dec(x_695); -x_354 = x_682; -x_355 = x_696; -goto block_665; -} -} -else -{ -lean_object* x_697; -lean_dec(x_44); -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_2); -x_697 = lean_ctor_get(x_681, 0); -lean_inc(x_697); -lean_dec(x_681); -if (lean_obj_tag(x_697) == 0) -{ -lean_object* x_698; lean_object* x_699; lean_object* x_700; lean_object* x_701; lean_object* x_702; uint8_t x_703; -x_698 = lean_ctor_get(x_697, 0); -lean_inc(x_698); -x_699 = lean_ctor_get(x_697, 1); -lean_inc(x_699); -lean_dec(x_697); -x_700 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_700, 0, x_699); -x_701 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_701, 0, x_700); -x_702 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_698, x_701, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_675); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_698); -x_703 = !lean_is_exclusive(x_702); -if (x_703 == 0) -{ -return x_702; -} -else -{ -lean_object* x_704; lean_object* x_705; lean_object* x_706; -x_704 = lean_ctor_get(x_702, 0); -x_705 = lean_ctor_get(x_702, 1); -lean_inc(x_705); -lean_inc(x_704); -lean_dec(x_702); -x_706 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_706, 0, x_704); -lean_ctor_set(x_706, 1, x_705); -return x_706; -} -} -else -{ -lean_object* x_707; uint8_t x_708; -lean_dec(x_8); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_707 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_675); -x_708 = !lean_is_exclusive(x_707); -if (x_708 == 0) -{ -return x_707; -} -else -{ -lean_object* x_709; lean_object* x_710; lean_object* x_711; -x_709 = lean_ctor_get(x_707, 0); -x_710 = lean_ctor_get(x_707, 1); -lean_inc(x_710); -lean_inc(x_709); -lean_dec(x_707); -x_711 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_711, 0, x_709); -lean_ctor_set(x_711, 1, x_710); -return x_711; -} -} -} -block_665: -{ -lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; lean_object* x_604; lean_object* x_605; lean_object* x_606; lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; lean_object* x_611; lean_object* x_612; lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_object* x_617; lean_object* x_618; lean_object* x_619; lean_object* x_620; lean_object* x_621; lean_object* x_622; lean_object* x_623; lean_object* x_624; lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; lean_object* x_630; lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; lean_object* x_644; lean_object* x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; lean_object* x_651; lean_object* x_652; lean_object* x_653; lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_657; lean_object* x_658; lean_object* x_659; lean_object* x_660; lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; -x_356 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_355); +lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_684; lean_object* x_685; lean_object* x_686; lean_object* x_687; lean_object* x_688; lean_object* x_689; lean_object* x_690; lean_object* x_691; lean_object* x_692; lean_object* x_693; lean_object* x_694; lean_object* x_695; lean_object* x_696; lean_object* x_697; lean_object* x_698; lean_object* x_699; +x_350 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_45); +x_351 = lean_ctor_get(x_350, 0); +lean_inc(x_351); +x_352 = lean_ctor_get(x_350, 1); +lean_inc(x_352); +lean_dec(x_350); +x_353 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_352); +x_354 = lean_ctor_get(x_353, 0); +lean_inc(x_354); +x_355 = lean_ctor_get(x_353, 1); +lean_inc(x_355); +lean_dec(x_353); +x_356 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_355); x_357 = lean_ctor_get(x_356, 0); lean_inc(x_357); x_358 = lean_ctor_get(x_356, 1); lean_inc(x_358); lean_dec(x_356); -x_359 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_358); -x_360 = lean_ctor_get(x_359, 0); -lean_inc(x_360); -x_361 = lean_ctor_get(x_359, 1); -lean_inc(x_361); -lean_dec(x_359); -x_362 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_361); -x_363 = lean_ctor_get(x_362, 0); -lean_inc(x_363); -x_364 = lean_ctor_get(x_362, 1); -lean_inc(x_364); -lean_dec(x_362); -x_365 = l_Array_empty___closed__1; -x_366 = lean_array_push(x_365, x_21); -x_367 = l_Lean_Name_toString___closed__1; -lean_inc(x_357); -x_368 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_368, 0, x_357); -lean_ctor_set(x_368, 1, x_367); +x_359 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__7; +x_360 = l_Lean_addMacroScope(x_357, x_359, x_354); +x_361 = lean_box(0); +x_362 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__6; +x_363 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_363, 0, x_351); +lean_ctor_set(x_363, 1, x_362); +lean_ctor_set(x_363, 2, x_360); +lean_ctor_set(x_363, 3, x_361); +x_684 = lean_st_ref_get(x_9, x_358); +x_685 = lean_ctor_get(x_684, 0); +lean_inc(x_685); +x_686 = lean_ctor_get(x_684, 1); +lean_inc(x_686); +lean_dec(x_684); +x_687 = lean_ctor_get(x_685, 0); +lean_inc(x_687); +lean_dec(x_685); +x_688 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_686); +x_689 = lean_ctor_get(x_688, 0); +lean_inc(x_689); +x_690 = lean_ctor_get(x_688, 1); +lean_inc(x_690); +lean_dec(x_688); +x_691 = lean_st_ref_get(x_9, x_690); +x_692 = lean_ctor_get(x_691, 0); +lean_inc(x_692); +x_693 = lean_ctor_get(x_691, 1); +lean_inc(x_693); +lean_dec(x_691); +x_694 = lean_ctor_get(x_692, 1); +lean_inc(x_694); +lean_dec(x_692); +lean_inc(x_687); +x_695 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); +lean_closure_set(x_695, 0, x_687); +x_696 = x_695; +x_697 = lean_environment_main_module(x_687); +x_698 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_698, 0, x_696); +lean_ctor_set(x_698, 1, x_697); +lean_ctor_set(x_698, 2, x_689); +lean_ctor_set(x_698, 3, x_26); +lean_ctor_set(x_698, 4, x_27); +lean_ctor_set(x_698, 5, x_29); +x_699 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_41, x_363, x_42, x_698, x_694); +if (lean_obj_tag(x_699) == 0) +{ +lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; uint8_t x_705; +x_700 = lean_ctor_get(x_699, 0); +lean_inc(x_700); +x_701 = lean_ctor_get(x_699, 1); +lean_inc(x_701); +lean_dec(x_699); +x_702 = lean_st_ref_take(x_9, x_693); +x_703 = lean_ctor_get(x_702, 0); +lean_inc(x_703); +x_704 = lean_ctor_get(x_702, 1); +lean_inc(x_704); +lean_dec(x_702); +x_705 = !lean_is_exclusive(x_703); +if (x_705 == 0) +{ +lean_object* x_706; lean_object* x_707; lean_object* x_708; +x_706 = lean_ctor_get(x_703, 1); +lean_dec(x_706); +lean_ctor_set(x_703, 1, x_701); +x_707 = lean_st_ref_set(x_9, x_703, x_704); +x_708 = lean_ctor_get(x_707, 1); +lean_inc(x_708); +lean_dec(x_707); +x_364 = x_700; +x_365 = x_708; +goto block_683; +} +else +{ +lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; +x_709 = lean_ctor_get(x_703, 0); +x_710 = lean_ctor_get(x_703, 2); +x_711 = lean_ctor_get(x_703, 3); +lean_inc(x_711); +lean_inc(x_710); +lean_inc(x_709); +lean_dec(x_703); +x_712 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_712, 0, x_709); +lean_ctor_set(x_712, 1, x_701); +lean_ctor_set(x_712, 2, x_710); +lean_ctor_set(x_712, 3, x_711); +x_713 = lean_st_ref_set(x_9, x_712, x_704); +x_714 = lean_ctor_get(x_713, 1); +lean_inc(x_714); +lean_dec(x_713); +x_364 = x_700; +x_365 = x_714; +goto block_683; +} +} +else +{ +lean_object* x_715; +lean_dec(x_44); +lean_dec(x_31); +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_2); +x_715 = lean_ctor_get(x_699, 0); +lean_inc(x_715); +lean_dec(x_699); +if (lean_obj_tag(x_715) == 0) +{ +lean_object* x_716; lean_object* x_717; lean_object* x_718; lean_object* x_719; lean_object* x_720; uint8_t x_721; +x_716 = lean_ctor_get(x_715, 0); +lean_inc(x_716); +x_717 = lean_ctor_get(x_715, 1); +lean_inc(x_717); +lean_dec(x_715); +x_718 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_718, 0, x_717); +x_719 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_719, 0, x_718); +x_720 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_716, x_719, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_693); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_716); +x_721 = !lean_is_exclusive(x_720); +if (x_721 == 0) +{ +return x_720; +} +else +{ +lean_object* x_722; lean_object* x_723; lean_object* x_724; +x_722 = lean_ctor_get(x_720, 0); +x_723 = lean_ctor_get(x_720, 1); +lean_inc(x_723); +lean_inc(x_722); +lean_dec(x_720); +x_724 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_724, 0, x_722); +lean_ctor_set(x_724, 1, x_723); +return x_724; +} +} +else +{ +lean_object* x_725; uint8_t x_726; +lean_dec(x_8); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_725 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_693); +x_726 = !lean_is_exclusive(x_725); +if (x_726 == 0) +{ +return x_725; +} +else +{ +lean_object* x_727; lean_object* x_728; lean_object* x_729; +x_727 = lean_ctor_get(x_725, 0); +x_728 = lean_ctor_get(x_725, 1); +lean_inc(x_728); +lean_inc(x_727); +lean_dec(x_725); +x_729 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_729, 0, x_727); +lean_ctor_set(x_729, 1, x_728); +return x_729; +} +} +} +block_683: +{ +lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; lean_object* x_604; lean_object* x_605; lean_object* x_606; lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; lean_object* x_611; lean_object* x_612; lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_object* x_617; lean_object* x_618; lean_object* x_619; lean_object* x_620; lean_object* x_621; lean_object* x_622; lean_object* x_623; lean_object* x_624; lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; lean_object* x_630; lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; lean_object* x_644; lean_object* x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; lean_object* x_651; lean_object* x_652; lean_object* x_653; lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_657; lean_object* x_658; lean_object* x_659; lean_object* x_660; lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; lean_object* x_665; lean_object* x_666; lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_object* x_670; lean_object* x_671; lean_object* x_672; lean_object* x_673; lean_object* x_674; lean_object* x_675; lean_object* x_676; lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; +x_366 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_365); +x_367 = lean_ctor_get(x_366, 0); +lean_inc(x_367); +x_368 = lean_ctor_get(x_366, 1); lean_inc(x_368); -x_369 = lean_array_push(x_366, x_368); -x_370 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; -lean_inc(x_360); -lean_inc(x_363); -x_371 = l_Lean_addMacroScope(x_363, x_370, x_360); -x_372 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; -x_373 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; -lean_inc(x_357); -x_374 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_374, 0, x_357); -lean_ctor_set(x_374, 1, x_372); -lean_ctor_set(x_374, 2, x_371); -lean_ctor_set(x_374, 3, x_373); -x_375 = lean_array_push(x_369, x_374); -x_376 = l_Lean_Parser_Term_proj___elambda__1___closed__1; -x_377 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_377, 0, x_376); -lean_ctor_set(x_377, 1, x_375); -x_378 = lean_array_push(x_365, x_377); -x_379 = l_prec_x28___x29___closed__3; -lean_inc(x_357); -x_380 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_380, 0, x_357); -lean_ctor_set(x_380, 1, x_379); -x_381 = lean_array_push(x_365, x_380); -x_382 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__6; -lean_inc(x_360); -lean_inc(x_363); -x_383 = l_Lean_addMacroScope(x_363, x_382, x_360); -x_384 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__3; -x_385 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; -lean_inc(x_357); -x_386 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_386, 0, x_357); -lean_ctor_set(x_386, 1, x_384); -lean_ctor_set(x_386, 2, x_383); -lean_ctor_set(x_386, 3, x_385); -x_387 = lean_array_push(x_365, x_386); -x_388 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -lean_inc(x_360); -lean_inc(x_363); -x_389 = l_Lean_addMacroScope(x_363, x_388, x_360); -x_390 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; -x_391 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; -lean_inc(x_357); -x_392 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_392, 0, x_357); -lean_ctor_set(x_392, 1, x_390); -lean_ctor_set(x_392, 2, x_389); -lean_ctor_set(x_392, 3, x_391); -x_393 = lean_array_push(x_365, x_392); +lean_dec(x_366); +x_369 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_368); +x_370 = lean_ctor_get(x_369, 0); +lean_inc(x_370); +x_371 = lean_ctor_get(x_369, 1); +lean_inc(x_371); +lean_dec(x_369); +x_372 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_371); +x_373 = lean_ctor_get(x_372, 0); +lean_inc(x_373); +x_374 = lean_ctor_get(x_372, 1); +lean_inc(x_374); +lean_dec(x_372); +x_375 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; +lean_inc(x_370); +lean_inc(x_373); +x_376 = l_Lean_addMacroScope(x_373, x_375, x_370); +x_377 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; +x_378 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; +lean_inc(x_367); +x_379 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_379, 0, x_367); +lean_ctor_set(x_379, 1, x_377); +lean_ctor_set(x_379, 2, x_376); +lean_ctor_set(x_379, 3, x_378); +x_380 = l_Array_empty___closed__1; +x_381 = lean_array_push(x_380, x_379); +x_382 = l_prec_x28___x29___closed__3; +lean_inc(x_367); +x_383 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_383, 0, x_367); +lean_ctor_set(x_383, 1, x_382); +x_384 = lean_array_push(x_380, x_383); +x_385 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; +lean_inc(x_370); +lean_inc(x_373); +x_386 = l_Lean_addMacroScope(x_373, x_385, x_370); +x_387 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12; +lean_inc(x_367); +x_388 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_388, 0, x_367); +lean_ctor_set(x_388, 1, x_387); +lean_ctor_set(x_388, 2, x_386); +lean_ctor_set(x_388, 3, x_361); +lean_inc(x_384); +x_389 = lean_array_push(x_384, x_388); +x_390 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; +lean_inc(x_367); +x_391 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_391, 0, x_367); +lean_ctor_set(x_391, 1, x_390); +lean_inc(x_391); +x_392 = lean_array_push(x_389, x_391); +x_393 = lean_array_push(x_392, x_31); +x_394 = l_prec_x28___x29___closed__7; +lean_inc(x_367); +x_395 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_395, 0, x_367); +lean_ctor_set(x_395, 1, x_394); +lean_inc(x_395); +x_396 = lean_array_push(x_393, x_395); +x_397 = l_Lean_Parser_Term_namedArgument___elambda__1___closed__2; +x_398 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_398, 0, x_397); +lean_ctor_set(x_398, 1, x_396); +x_399 = lean_array_push(x_380, x_398); +x_400 = lean_array_push(x_399, x_21); +x_401 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__6; +lean_inc(x_370); +lean_inc(x_373); +x_402 = l_Lean_addMacroScope(x_373, x_401, x_370); +x_403 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__3; +x_404 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; +lean_inc(x_367); +x_405 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_405, 0, x_367); +lean_ctor_set(x_405, 1, x_403); +lean_ctor_set(x_405, 2, x_402); +lean_ctor_set(x_405, 3, x_404); +x_406 = lean_array_push(x_380, x_405); +x_407 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +lean_inc(x_370); +lean_inc(x_373); +x_408 = l_Lean_addMacroScope(x_373, x_407, x_370); +x_409 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; +x_410 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; +lean_inc(x_367); +x_411 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_411, 0, x_367); +lean_ctor_set(x_411, 1, x_409); +lean_ctor_set(x_411, 2, x_408); +lean_ctor_set(x_411, 3, x_410); +x_412 = lean_array_push(x_380, x_411); lean_inc(x_44); -x_394 = lean_array_push(x_393, x_44); -x_395 = l_Lean_nullKind___closed__2; -x_396 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_396, 0, x_395); -lean_ctor_set(x_396, 1, x_394); -x_397 = lean_array_push(x_387, x_396); -x_398 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_399 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_399, 0, x_398); -lean_ctor_set(x_399, 1, x_397); -x_400 = lean_array_push(x_365, x_399); -x_401 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; -x_402 = lean_array_push(x_400, x_401); -x_403 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_403, 0, x_395); -lean_ctor_set(x_403, 1, x_402); -x_404 = lean_array_push(x_381, x_403); -x_405 = l_prec_x28___x29___closed__7; -lean_inc(x_357); -x_406 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_406, 0, x_357); -lean_ctor_set(x_406, 1, x_405); -x_407 = lean_array_push(x_404, x_406); -x_408 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_409 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_409, 0, x_408); -lean_ctor_set(x_409, 1, x_407); -x_410 = lean_array_push(x_365, x_409); -x_411 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; -lean_inc(x_357); -x_412 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_412, 0, x_357); -lean_ctor_set(x_412, 1, x_411); -x_413 = lean_array_push(x_365, x_412); -x_414 = lean_array_push(x_365, x_19); -x_415 = l_Lean_addMacroScope(x_363, x_349, x_360); -lean_inc(x_357); -x_416 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_416, 0, x_357); -lean_ctor_set(x_416, 1, x_352); -lean_ctor_set(x_416, 2, x_415); -lean_ctor_set(x_416, 3, x_351); -lean_inc(x_416); -x_417 = lean_array_push(x_414, x_416); +x_413 = lean_array_push(x_412, x_44); +x_414 = l_Lean_nullKind___closed__2; +x_415 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_415, 0, x_414); +lean_ctor_set(x_415, 1, x_413); +x_416 = lean_array_push(x_406, x_415); +x_417 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; x_418 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_418, 0, x_395); -lean_ctor_set(x_418, 1, x_417); -x_419 = lean_array_push(x_365, x_418); -x_420 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -lean_inc(x_357); -x_421 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_421, 0, x_357); -lean_ctor_set(x_421, 1, x_420); -x_422 = lean_array_push(x_419, x_421); -x_423 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_357); -x_424 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_424, 0, x_357); -lean_ctor_set(x_424, 1, x_423); -x_425 = lean_array_push(x_365, x_424); -x_426 = lean_array_push(x_365, x_416); -lean_inc(x_426); -x_427 = lean_array_push(x_426, x_401); -x_428 = lean_array_push(x_427, x_401); -x_429 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_357); -x_430 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_430, 0, x_357); -lean_ctor_set(x_430, 1, x_429); -x_431 = lean_array_push(x_428, x_430); -x_432 = lean_array_push(x_426, x_368); -x_433 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__5; -lean_inc(x_357); -x_434 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_434, 0, x_357); -lean_ctor_set(x_434, 1, x_433); -x_435 = lean_array_push(x_365, x_434); -x_436 = l_Lean_fieldIdxKind___closed__2; -x_437 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_437, 0, x_436); -lean_ctor_set(x_437, 1, x_435); -x_438 = lean_array_push(x_432, x_437); -x_439 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_439, 0, x_376); -lean_ctor_set(x_439, 1, x_438); -x_440 = lean_array_push(x_431, x_439); -x_441 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; -x_442 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_442, 0, x_441); -lean_ctor_set(x_442, 1, x_440); -x_443 = lean_array_push(x_365, x_442); -x_444 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; -x_445 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_445, 0, x_444); -lean_ctor_set(x_445, 1, x_443); -x_446 = lean_array_push(x_425, x_445); -x_447 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +lean_ctor_set(x_418, 0, x_417); +lean_ctor_set(x_418, 1, x_416); +x_419 = lean_array_push(x_380, x_418); +x_420 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +x_421 = lean_array_push(x_419, x_420); +x_422 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_422, 0, x_414); +lean_ctor_set(x_422, 1, x_421); +x_423 = lean_array_push(x_384, x_422); +x_424 = lean_array_push(x_423, x_395); +x_425 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_426 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_426, 0, x_425); +lean_ctor_set(x_426, 1, x_424); +x_427 = lean_array_push(x_400, x_426); +x_428 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; +lean_inc(x_367); +x_429 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_429, 0, x_367); +lean_ctor_set(x_429, 1, x_428); +x_430 = lean_array_push(x_380, x_429); +x_431 = lean_array_push(x_380, x_19); +x_432 = l_Lean_addMacroScope(x_373, x_359, x_370); +lean_inc(x_367); +x_433 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_433, 0, x_367); +lean_ctor_set(x_433, 1, x_362); +lean_ctor_set(x_433, 2, x_432); +lean_ctor_set(x_433, 3, x_361); +lean_inc(x_433); +x_434 = lean_array_push(x_431, x_433); +x_435 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_435, 0, x_414); +lean_ctor_set(x_435, 1, x_434); +x_436 = lean_array_push(x_380, x_435); +x_437 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +lean_inc(x_367); +x_438 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_438, 0, x_367); +lean_ctor_set(x_438, 1, x_437); +x_439 = lean_array_push(x_436, x_438); +x_440 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_367); +x_441 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_441, 0, x_367); +lean_ctor_set(x_441, 1, x_440); +x_442 = lean_array_push(x_380, x_441); +x_443 = lean_array_push(x_380, x_433); +lean_inc(x_443); +x_444 = lean_array_push(x_443, x_420); +x_445 = lean_array_push(x_444, x_420); +x_446 = lean_array_push(x_445, x_391); +x_447 = l_Lean_Name_toString___closed__1; +lean_inc(x_367); x_448 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_448, 0, x_357); +lean_ctor_set(x_448, 0, x_367); lean_ctor_set(x_448, 1, x_447); -x_449 = lean_array_push(x_365, x_448); -x_450 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_450, 0, x_395); -lean_ctor_set(x_450, 1, x_449); -x_451 = lean_array_push(x_446, x_450); -x_452 = lean_array_push(x_451, x_354); -x_453 = l_myMacro____x40_Init_Notation___hyg_14424____closed__2; +x_449 = lean_array_push(x_443, x_448); +x_450 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__5; +lean_inc(x_367); +x_451 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_451, 0, x_367); +lean_ctor_set(x_451, 1, x_450); +x_452 = lean_array_push(x_380, x_451); +x_453 = l_Lean_fieldIdxKind___closed__2; x_454 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_454, 0, x_453); lean_ctor_set(x_454, 1, x_452); -x_455 = lean_array_push(x_422, x_454); -x_456 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; +x_455 = lean_array_push(x_449, x_454); +x_456 = l_Lean_Parser_Term_proj___elambda__1___closed__1; x_457 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_457, 0, x_456); lean_ctor_set(x_457, 1, x_455); -x_458 = lean_array_push(x_413, x_457); -x_459 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; +x_458 = lean_array_push(x_446, x_457); +x_459 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; x_460 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_460, 0, x_459); lean_ctor_set(x_460, 1, x_458); -x_461 = lean_array_push(x_410, x_460); -x_462 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_462, 0, x_395); -lean_ctor_set(x_462, 1, x_461); -x_463 = lean_array_push(x_378, x_462); -x_464 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_464, 0, x_398); -lean_ctor_set(x_464, 1, x_463); -x_465 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_364); -x_466 = lean_ctor_get(x_465, 0); -lean_inc(x_466); -x_467 = lean_ctor_get(x_465, 1); -lean_inc(x_467); -lean_dec(x_465); -x_468 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_467); -x_469 = lean_ctor_get(x_468, 0); -lean_inc(x_469); -x_470 = lean_ctor_get(x_468, 1); -lean_inc(x_470); -lean_dec(x_468); -x_471 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_470); -x_472 = lean_ctor_get(x_471, 0); -lean_inc(x_472); -x_473 = lean_ctor_get(x_471, 1); -lean_inc(x_473); -lean_dec(x_471); -x_474 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_466); -x_475 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_475, 0, x_466); -lean_ctor_set(x_475, 1, x_474); -x_476 = lean_array_push(x_365, x_475); -lean_inc(x_466); -x_477 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_477, 0, x_466); -lean_ctor_set(x_477, 1, x_423); -x_478 = lean_array_push(x_365, x_477); -x_479 = lean_array_push(x_478, x_401); -lean_inc(x_469); -lean_inc(x_472); -x_480 = l_Lean_addMacroScope(x_472, x_349, x_469); -lean_inc(x_466); -x_481 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_481, 0, x_466); -lean_ctor_set(x_481, 1, x_352); -lean_ctor_set(x_481, 2, x_480); -lean_ctor_set(x_481, 3, x_351); -x_482 = lean_array_push(x_365, x_481); -lean_inc(x_482); -x_483 = lean_array_push(x_482, x_401); -x_484 = l_Lean_Parser_Tactic_rwRule___closed__3; -lean_inc(x_466); -x_485 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_485, 0, x_466); -lean_ctor_set(x_485, 1, x_484); -x_486 = lean_array_push(x_483, x_485); -x_487 = lean_array_push(x_365, x_464); -x_488 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; -x_489 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_489, 0, x_488); -lean_ctor_set(x_489, 1, x_487); -x_490 = lean_array_push(x_486, x_489); -x_491 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; -x_492 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_492, 0, x_491); -lean_ctor_set(x_492, 1, x_490); -x_493 = lean_array_push(x_479, x_492); -x_494 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; -x_495 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_495, 0, x_494); -lean_ctor_set(x_495, 1, x_493); -x_496 = lean_array_push(x_365, x_495); -lean_inc(x_466); -x_497 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_497, 0, x_466); -lean_ctor_set(x_497, 1, x_447); -x_498 = lean_array_push(x_365, x_497); -x_499 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_499, 0, x_395); -lean_ctor_set(x_499, 1, x_498); -lean_inc(x_499); -x_500 = lean_array_push(x_496, x_499); -x_501 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_502 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_502, 0, x_501); -lean_ctor_set(x_502, 1, x_500); -x_503 = lean_array_push(x_365, x_502); -x_504 = lean_array_push(x_365, x_44); -x_505 = lean_array_push(x_504, x_401); -x_506 = lean_array_push(x_505, x_401); -lean_inc(x_466); -x_507 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_507, 0, x_466); -lean_ctor_set(x_507, 1, x_429); -x_508 = lean_array_push(x_506, x_507); -lean_inc(x_466); -x_509 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_509, 0, x_466); -lean_ctor_set(x_509, 1, x_367); -x_510 = lean_array_push(x_482, x_509); -lean_inc(x_466); -x_511 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_511, 0, x_466); -lean_ctor_set(x_511, 1, x_433); -x_512 = lean_array_push(x_365, x_511); +x_461 = lean_array_push(x_380, x_460); +x_462 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; +x_463 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_463, 0, x_462); +lean_ctor_set(x_463, 1, x_461); +x_464 = lean_array_push(x_442, x_463); +x_465 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +x_466 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_466, 0, x_367); +lean_ctor_set(x_466, 1, x_465); +x_467 = lean_array_push(x_380, x_466); +x_468 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_468, 0, x_414); +lean_ctor_set(x_468, 1, x_467); +x_469 = lean_array_push(x_464, x_468); +x_470 = lean_array_push(x_469, x_364); +x_471 = l_myMacro____x40_Init_Notation___hyg_14424____closed__2; +x_472 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_472, 0, x_471); +lean_ctor_set(x_472, 1, x_470); +x_473 = lean_array_push(x_439, x_472); +x_474 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; +x_475 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_475, 0, x_474); +lean_ctor_set(x_475, 1, x_473); +x_476 = lean_array_push(x_430, x_475); +x_477 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; +x_478 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_478, 0, x_477); +lean_ctor_set(x_478, 1, x_476); +x_479 = lean_array_push(x_427, x_478); +x_480 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_480, 0, x_414); +lean_ctor_set(x_480, 1, x_479); +x_481 = lean_array_push(x_381, x_480); +x_482 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_482, 0, x_417); +lean_ctor_set(x_482, 1, x_481); +x_483 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_374); +x_484 = lean_ctor_get(x_483, 0); +lean_inc(x_484); +x_485 = lean_ctor_get(x_483, 1); +lean_inc(x_485); +lean_dec(x_483); +x_486 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_485); +x_487 = lean_ctor_get(x_486, 0); +lean_inc(x_487); +x_488 = lean_ctor_get(x_486, 1); +lean_inc(x_488); +lean_dec(x_486); +x_489 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_488); +x_490 = lean_ctor_get(x_489, 0); +lean_inc(x_490); +x_491 = lean_ctor_get(x_489, 1); +lean_inc(x_491); +lean_dec(x_489); +x_492 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_484); +x_493 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_493, 0, x_484); +lean_ctor_set(x_493, 1, x_492); +x_494 = lean_array_push(x_380, x_493); +lean_inc(x_484); +x_495 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_495, 0, x_484); +lean_ctor_set(x_495, 1, x_440); +x_496 = lean_array_push(x_380, x_495); +x_497 = lean_array_push(x_496, x_420); +lean_inc(x_487); +lean_inc(x_490); +x_498 = l_Lean_addMacroScope(x_490, x_359, x_487); +lean_inc(x_484); +x_499 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_499, 0, x_484); +lean_ctor_set(x_499, 1, x_362); +lean_ctor_set(x_499, 2, x_498); +lean_ctor_set(x_499, 3, x_361); +x_500 = lean_array_push(x_380, x_499); +lean_inc(x_500); +x_501 = lean_array_push(x_500, x_420); +x_502 = l_Lean_Parser_Tactic_rwRule___closed__3; +lean_inc(x_484); +x_503 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_503, 0, x_484); +lean_ctor_set(x_503, 1, x_502); +x_504 = lean_array_push(x_501, x_503); +x_505 = lean_array_push(x_380, x_482); +x_506 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; +x_507 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_507, 0, x_506); +lean_ctor_set(x_507, 1, x_505); +x_508 = lean_array_push(x_504, x_507); +x_509 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; +x_510 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_510, 0, x_509); +lean_ctor_set(x_510, 1, x_508); +x_511 = lean_array_push(x_497, x_510); +x_512 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; x_513 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_513, 0, x_436); -lean_ctor_set(x_513, 1, x_512); -lean_inc(x_510); -x_514 = lean_array_push(x_510, x_513); -x_515 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_515, 0, x_376); -lean_ctor_set(x_515, 1, x_514); -x_516 = lean_array_push(x_508, x_515); -x_517 = l_Lean_Parser_Term_letPatDecl___closed__2; -x_518 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_518, 0, x_517); -lean_ctor_set(x_518, 1, x_516); -x_519 = lean_array_push(x_365, x_518); -x_520 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_521 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_521, 0, x_520); -lean_ctor_set(x_521, 1, x_519); -x_522 = lean_array_push(x_365, x_521); -x_523 = lean_array_push(x_522, x_499); -x_524 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_524, 0, x_501); -lean_ctor_set(x_524, 1, x_523); -x_525 = lean_array_push(x_503, x_524); -x_526 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; -lean_inc(x_466); +lean_ctor_set(x_513, 0, x_512); +lean_ctor_set(x_513, 1, x_511); +x_514 = lean_array_push(x_380, x_513); +lean_inc(x_484); +x_515 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_515, 0, x_484); +lean_ctor_set(x_515, 1, x_465); +x_516 = lean_array_push(x_380, x_515); +x_517 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_517, 0, x_414); +lean_ctor_set(x_517, 1, x_516); +lean_inc(x_517); +x_518 = lean_array_push(x_514, x_517); +x_519 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; +x_520 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_520, 0, x_519); +lean_ctor_set(x_520, 1, x_518); +x_521 = lean_array_push(x_380, x_520); +x_522 = lean_array_push(x_380, x_44); +x_523 = lean_array_push(x_522, x_420); +x_524 = lean_array_push(x_523, x_420); +lean_inc(x_484); +x_525 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_525, 0, x_484); +lean_ctor_set(x_525, 1, x_390); +x_526 = lean_array_push(x_524, x_525); +lean_inc(x_484); x_527 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_527, 0, x_466); -lean_ctor_set(x_527, 1, x_526); -x_528 = lean_array_push(x_365, x_527); -x_529 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__4; -lean_inc(x_466); -x_530 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_530, 0, x_466); -lean_ctor_set(x_530, 1, x_529); -x_531 = lean_array_push(x_365, x_530); -x_532 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_532, 0, x_436); -lean_ctor_set(x_532, 1, x_531); -x_533 = lean_array_push(x_510, x_532); -x_534 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_534, 0, x_376); -lean_ctor_set(x_534, 1, x_533); -x_535 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; -x_536 = lean_array_push(x_535, x_534); -x_537 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; -x_538 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_538, 0, x_537); -lean_ctor_set(x_538, 1, x_536); -x_539 = lean_array_push(x_365, x_538); -x_540 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_540, 0, x_395); -lean_ctor_set(x_540, 1, x_539); -x_541 = lean_array_push(x_528, x_540); -x_542 = lean_array_push(x_541, x_401); -x_543 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; -lean_inc(x_466); -x_544 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_544, 0, x_466); -lean_ctor_set(x_544, 1, x_543); -x_545 = lean_array_push(x_542, x_544); -x_546 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; -lean_inc(x_466); -x_547 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_547, 0, x_466); -lean_ctor_set(x_547, 1, x_546); -x_548 = lean_array_push(x_365, x_547); -lean_inc(x_469); -lean_inc(x_472); -x_549 = l_Lean_addMacroScope(x_472, x_388, x_469); -lean_inc(x_466); -x_550 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_550, 0, x_466); -lean_ctor_set(x_550, 1, x_390); -lean_ctor_set(x_550, 2, x_549); -lean_ctor_set(x_550, 3, x_391); -x_551 = lean_array_push(x_365, x_550); +lean_ctor_set(x_527, 0, x_484); +lean_ctor_set(x_527, 1, x_447); +x_528 = lean_array_push(x_500, x_527); +lean_inc(x_484); +x_529 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_529, 0, x_484); +lean_ctor_set(x_529, 1, x_450); +x_530 = lean_array_push(x_380, x_529); +x_531 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_531, 0, x_453); +lean_ctor_set(x_531, 1, x_530); +lean_inc(x_528); +x_532 = lean_array_push(x_528, x_531); +x_533 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_533, 0, x_456); +lean_ctor_set(x_533, 1, x_532); +x_534 = lean_array_push(x_526, x_533); +x_535 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_536 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_536, 0, x_535); +lean_ctor_set(x_536, 1, x_534); +x_537 = lean_array_push(x_380, x_536); +x_538 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_539 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_539, 0, x_538); +lean_ctor_set(x_539, 1, x_537); +x_540 = lean_array_push(x_380, x_539); +x_541 = lean_array_push(x_540, x_517); +x_542 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_542, 0, x_519); +lean_ctor_set(x_542, 1, x_541); +x_543 = lean_array_push(x_521, x_542); +x_544 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; +lean_inc(x_484); +x_545 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_545, 0, x_484); +lean_ctor_set(x_545, 1, x_544); +x_546 = lean_array_push(x_380, x_545); +x_547 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__4; +lean_inc(x_484); +x_548 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_548, 0, x_484); +lean_ctor_set(x_548, 1, x_547); +x_549 = lean_array_push(x_380, x_548); +x_550 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_550, 0, x_453); +lean_ctor_set(x_550, 1, x_549); +x_551 = lean_array_push(x_528, x_550); x_552 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_552, 0, x_395); +lean_ctor_set(x_552, 0, x_456); lean_ctor_set(x_552, 1, x_551); -lean_inc(x_548); -x_553 = lean_array_push(x_548, x_552); -lean_inc(x_466); -x_554 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_554, 0, x_466); -lean_ctor_set(x_554, 1, x_420); -lean_inc(x_554); -x_555 = lean_array_push(x_553, x_554); -x_556 = l_Lean_Meta_mkPure___closed__4; -lean_inc(x_469); -lean_inc(x_472); -x_557 = l_Lean_addMacroScope(x_472, x_556, x_469); -x_558 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; -x_559 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; -lean_inc(x_466); -x_560 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_560, 0, x_466); -lean_ctor_set(x_560, 1, x_558); -lean_ctor_set(x_560, 2, x_557); -lean_ctor_set(x_560, 3, x_559); -x_561 = lean_array_push(x_365, x_560); -lean_inc(x_466); +x_553 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; +x_554 = lean_array_push(x_553, x_552); +x_555 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +x_556 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_556, 0, x_555); +lean_ctor_set(x_556, 1, x_554); +x_557 = lean_array_push(x_380, x_556); +x_558 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_558, 0, x_414); +lean_ctor_set(x_558, 1, x_557); +x_559 = lean_array_push(x_546, x_558); +x_560 = lean_array_push(x_559, x_420); +x_561 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; +lean_inc(x_484); x_562 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_562, 0, x_466); -lean_ctor_set(x_562, 1, x_379); -x_563 = lean_array_push(x_365, x_562); -x_564 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; -lean_inc(x_466); +lean_ctor_set(x_562, 0, x_484); +lean_ctor_set(x_562, 1, x_561); +x_563 = lean_array_push(x_560, x_562); +x_564 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; +lean_inc(x_484); x_565 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_565, 0, x_466); +lean_ctor_set(x_565, 0, x_484); lean_ctor_set(x_565, 1, x_564); -x_566 = lean_array_push(x_365, x_565); -x_567 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; -lean_inc(x_466); -x_568 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_568, 0, x_466); -lean_ctor_set(x_568, 1, x_567); -x_569 = lean_array_push(x_365, x_568); -x_570 = l_Lean_strLitKind___closed__2; -x_571 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_571, 0, x_570); -lean_ctor_set(x_571, 1, x_569); -x_572 = lean_array_push(x_566, x_571); -x_573 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; -lean_inc(x_469); -lean_inc(x_472); -x_574 = l_Lean_addMacroScope(x_472, x_573, x_469); -x_575 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; -x_576 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; -lean_inc(x_466); -x_577 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_577, 0, x_466); -lean_ctor_set(x_577, 1, x_575); -lean_ctor_set(x_577, 2, x_574); -lean_ctor_set(x_577, 3, x_576); +x_566 = lean_array_push(x_380, x_565); +lean_inc(x_487); +lean_inc(x_490); +x_567 = l_Lean_addMacroScope(x_490, x_407, x_487); +lean_inc(x_484); +x_568 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_568, 0, x_484); +lean_ctor_set(x_568, 1, x_409); +lean_ctor_set(x_568, 2, x_567); +lean_ctor_set(x_568, 3, x_410); +x_569 = lean_array_push(x_380, x_568); +x_570 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_570, 0, x_414); +lean_ctor_set(x_570, 1, x_569); +lean_inc(x_566); +x_571 = lean_array_push(x_566, x_570); +lean_inc(x_484); +x_572 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_572, 0, x_484); +lean_ctor_set(x_572, 1, x_437); lean_inc(x_572); -x_578 = lean_array_push(x_572, x_577); -x_579 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; -x_580 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_580, 0, x_579); -lean_ctor_set(x_580, 1, x_578); -x_581 = lean_array_push(x_365, x_580); -x_582 = lean_array_push(x_581, x_401); -x_583 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_583, 0, x_395); +x_573 = lean_array_push(x_571, x_572); +x_574 = l_Lean_Meta_mkPure___closed__4; +lean_inc(x_487); +lean_inc(x_490); +x_575 = l_Lean_addMacroScope(x_490, x_574, x_487); +x_576 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; +x_577 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; +lean_inc(x_484); +x_578 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_578, 0, x_484); +lean_ctor_set(x_578, 1, x_576); +lean_ctor_set(x_578, 2, x_575); +lean_ctor_set(x_578, 3, x_577); +x_579 = lean_array_push(x_380, x_578); +lean_inc(x_484); +x_580 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_580, 0, x_484); +lean_ctor_set(x_580, 1, x_382); +x_581 = lean_array_push(x_380, x_580); +x_582 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; +lean_inc(x_484); +x_583 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_583, 0, x_484); lean_ctor_set(x_583, 1, x_582); -x_584 = lean_array_push(x_563, x_583); -lean_inc(x_466); -x_585 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_585, 0, x_466); -lean_ctor_set(x_585, 1, x_405); -x_586 = lean_array_push(x_584, x_585); -x_587 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_587, 0, x_408); -lean_ctor_set(x_587, 1, x_586); -x_588 = lean_array_push(x_365, x_587); +x_584 = lean_array_push(x_380, x_583); +x_585 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; +lean_inc(x_484); +x_586 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_586, 0, x_484); +lean_ctor_set(x_586, 1, x_585); +x_587 = lean_array_push(x_380, x_586); +x_588 = l_Lean_strLitKind___closed__2; x_589 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_589, 0, x_395); -lean_ctor_set(x_589, 1, x_588); -x_590 = lean_array_push(x_561, x_589); -x_591 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_591, 0, x_398); -lean_ctor_set(x_591, 1, x_590); -x_592 = lean_array_push(x_365, x_591); -x_593 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_593, 0, x_488); -lean_ctor_set(x_593, 1, x_592); -x_594 = lean_array_push(x_365, x_593); -x_595 = lean_array_push(x_594, x_401); -x_596 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_596, 0, x_501); -lean_ctor_set(x_596, 1, x_595); -x_597 = lean_array_push(x_365, x_596); +lean_ctor_set(x_589, 0, x_588); +lean_ctor_set(x_589, 1, x_587); +x_590 = lean_array_push(x_584, x_589); +x_591 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; +lean_inc(x_487); +lean_inc(x_490); +x_592 = l_Lean_addMacroScope(x_490, x_591, x_487); +x_593 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; +x_594 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; +lean_inc(x_484); +x_595 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_595, 0, x_484); +lean_ctor_set(x_595, 1, x_593); +lean_ctor_set(x_595, 2, x_592); +lean_ctor_set(x_595, 3, x_594); +lean_inc(x_590); +x_596 = lean_array_push(x_590, x_595); +x_597 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; x_598 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_598, 0, x_395); -lean_ctor_set(x_598, 1, x_597); -x_599 = lean_array_push(x_365, x_598); -x_600 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +lean_ctor_set(x_598, 0, x_597); +lean_ctor_set(x_598, 1, x_596); +x_599 = lean_array_push(x_380, x_598); +x_600 = lean_array_push(x_599, x_420); x_601 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_601, 0, x_600); -lean_ctor_set(x_601, 1, x_599); -x_602 = lean_array_push(x_555, x_601); -x_603 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; -x_604 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_604, 0, x_603); -lean_ctor_set(x_604, 1, x_602); -x_605 = lean_array_push(x_365, x_604); -x_606 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; -lean_inc(x_469); -lean_inc(x_472); -x_607 = l_Lean_addMacroScope(x_472, x_606, x_469); -x_608 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; -x_609 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; -lean_inc(x_466); -x_610 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_610, 0, x_466); -lean_ctor_set(x_610, 1, x_608); -lean_ctor_set(x_610, 2, x_607); -lean_ctor_set(x_610, 3, x_609); -x_611 = lean_array_push(x_365, x_610); -x_612 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__4; -x_613 = l_Lean_addMacroScope(x_472, x_612, x_469); -x_614 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__3; -lean_inc(x_466); -x_615 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_615, 0, x_466); -lean_ctor_set(x_615, 1, x_614); -lean_ctor_set(x_615, 2, x_613); -lean_ctor_set(x_615, 3, x_351); -lean_inc(x_615); -x_616 = lean_array_push(x_365, x_615); -x_617 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_617, 0, x_395); -lean_ctor_set(x_617, 1, x_616); -x_618 = lean_array_push(x_611, x_617); +lean_ctor_set(x_601, 0, x_414); +lean_ctor_set(x_601, 1, x_600); +x_602 = lean_array_push(x_581, x_601); +lean_inc(x_484); +x_603 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_603, 0, x_484); +lean_ctor_set(x_603, 1, x_394); +x_604 = lean_array_push(x_602, x_603); +x_605 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_605, 0, x_425); +lean_ctor_set(x_605, 1, x_604); +x_606 = lean_array_push(x_380, x_605); +x_607 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_607, 0, x_414); +lean_ctor_set(x_607, 1, x_606); +x_608 = lean_array_push(x_579, x_607); +x_609 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_609, 0, x_417); +lean_ctor_set(x_609, 1, x_608); +x_610 = lean_array_push(x_380, x_609); +x_611 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_611, 0, x_506); +lean_ctor_set(x_611, 1, x_610); +x_612 = lean_array_push(x_380, x_611); +x_613 = lean_array_push(x_612, x_420); +x_614 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_614, 0, x_519); +lean_ctor_set(x_614, 1, x_613); +x_615 = lean_array_push(x_380, x_614); +x_616 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_616, 0, x_414); +lean_ctor_set(x_616, 1, x_615); +x_617 = lean_array_push(x_380, x_616); +x_618 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; x_619 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_619, 0, x_398); -lean_ctor_set(x_619, 1, x_618); -x_620 = lean_array_push(x_365, x_619); -x_621 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_621, 0, x_395); -lean_ctor_set(x_621, 1, x_620); -x_622 = lean_array_push(x_548, x_621); -x_623 = lean_array_push(x_622, x_554); -x_624 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__2; -x_625 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_625, 0, x_466); -lean_ctor_set(x_625, 1, x_624); -x_626 = lean_array_push(x_365, x_625); -x_627 = lean_array_push(x_572, x_615); -x_628 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_628, 0, x_579); -lean_ctor_set(x_628, 1, x_627); -x_629 = lean_array_push(x_365, x_628); -x_630 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_630, 0, x_395); -lean_ctor_set(x_630, 1, x_629); -x_631 = lean_array_push(x_626, x_630); -x_632 = l_Lean_Parser_Term_doReturn___elambda__1___closed__2; -x_633 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_633, 0, x_632); -lean_ctor_set(x_633, 1, x_631); -x_634 = lean_array_push(x_365, x_633); -x_635 = lean_array_push(x_634, x_401); -x_636 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_636, 0, x_501); -lean_ctor_set(x_636, 1, x_635); -x_637 = lean_array_push(x_365, x_636); -x_638 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_638, 0, x_395); -lean_ctor_set(x_638, 1, x_637); -x_639 = lean_array_push(x_365, x_638); -x_640 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_640, 0, x_600); -lean_ctor_set(x_640, 1, x_639); -x_641 = lean_array_push(x_623, x_640); -x_642 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_642, 0, x_603); -lean_ctor_set(x_642, 1, x_641); -x_643 = lean_array_push(x_605, x_642); -x_644 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_644, 0, x_395); -lean_ctor_set(x_644, 1, x_643); -x_645 = lean_array_push(x_365, x_644); -x_646 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; -x_647 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_647, 0, x_646); -lean_ctor_set(x_647, 1, x_645); -x_648 = lean_array_push(x_545, x_647); -x_649 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; -x_650 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_650, 0, x_649); -lean_ctor_set(x_650, 1, x_648); -x_651 = lean_array_push(x_365, x_650); -x_652 = lean_array_push(x_651, x_401); -x_653 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_653, 0, x_501); -lean_ctor_set(x_653, 1, x_652); -x_654 = lean_array_push(x_525, x_653); -x_655 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_655, 0, x_395); -lean_ctor_set(x_655, 1, x_654); -x_656 = lean_array_push(x_365, x_655); -x_657 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_657, 0, x_600); -lean_ctor_set(x_657, 1, x_656); -x_658 = lean_array_push(x_476, x_657); -x_659 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +lean_ctor_set(x_619, 0, x_618); +lean_ctor_set(x_619, 1, x_617); +x_620 = lean_array_push(x_573, x_619); +x_621 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; +x_622 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_622, 0, x_621); +lean_ctor_set(x_622, 1, x_620); +x_623 = lean_array_push(x_380, x_622); +x_624 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; +lean_inc(x_487); +lean_inc(x_490); +x_625 = l_Lean_addMacroScope(x_490, x_624, x_487); +x_626 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; +x_627 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; +lean_inc(x_484); +x_628 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_628, 0, x_484); +lean_ctor_set(x_628, 1, x_626); +lean_ctor_set(x_628, 2, x_625); +lean_ctor_set(x_628, 3, x_627); +x_629 = lean_array_push(x_380, x_628); +x_630 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__4; +x_631 = l_Lean_addMacroScope(x_490, x_630, x_487); +x_632 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__3; +lean_inc(x_484); +x_633 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_633, 0, x_484); +lean_ctor_set(x_633, 1, x_632); +lean_ctor_set(x_633, 2, x_631); +lean_ctor_set(x_633, 3, x_361); +lean_inc(x_633); +x_634 = lean_array_push(x_380, x_633); +x_635 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_635, 0, x_414); +lean_ctor_set(x_635, 1, x_634); +x_636 = lean_array_push(x_629, x_635); +x_637 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_637, 0, x_417); +lean_ctor_set(x_637, 1, x_636); +x_638 = lean_array_push(x_380, x_637); +x_639 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_639, 0, x_414); +lean_ctor_set(x_639, 1, x_638); +x_640 = lean_array_push(x_566, x_639); +x_641 = lean_array_push(x_640, x_572); +x_642 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__2; +x_643 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_643, 0, x_484); +lean_ctor_set(x_643, 1, x_642); +x_644 = lean_array_push(x_380, x_643); +x_645 = lean_array_push(x_590, x_633); +x_646 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_646, 0, x_597); +lean_ctor_set(x_646, 1, x_645); +x_647 = lean_array_push(x_380, x_646); +x_648 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_648, 0, x_414); +lean_ctor_set(x_648, 1, x_647); +x_649 = lean_array_push(x_644, x_648); +x_650 = l_Lean_Parser_Term_doReturn___elambda__1___closed__2; +x_651 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_651, 0, x_650); +lean_ctor_set(x_651, 1, x_649); +x_652 = lean_array_push(x_380, x_651); +x_653 = lean_array_push(x_652, x_420); +x_654 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_654, 0, x_519); +lean_ctor_set(x_654, 1, x_653); +x_655 = lean_array_push(x_380, x_654); +x_656 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_656, 0, x_414); +lean_ctor_set(x_656, 1, x_655); +x_657 = lean_array_push(x_380, x_656); +x_658 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_658, 0, x_618); +lean_ctor_set(x_658, 1, x_657); +x_659 = lean_array_push(x_641, x_658); x_660 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_660, 0, x_659); -lean_ctor_set(x_660, 1, x_658); -x_661 = l_Lean_Syntax_getArg(x_660, x_11); -lean_dec(x_660); -x_662 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_661); -x_663 = l_List_append___rarg(x_662, x_2); -x_664 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_663, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_473); -return x_664; +lean_ctor_set(x_660, 0, x_621); +lean_ctor_set(x_660, 1, x_659); +x_661 = lean_array_push(x_623, x_660); +x_662 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_662, 0, x_414); +lean_ctor_set(x_662, 1, x_661); +x_663 = lean_array_push(x_380, x_662); +x_664 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; +x_665 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_665, 0, x_664); +lean_ctor_set(x_665, 1, x_663); +x_666 = lean_array_push(x_563, x_665); +x_667 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; +x_668 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_668, 0, x_667); +lean_ctor_set(x_668, 1, x_666); +x_669 = lean_array_push(x_380, x_668); +x_670 = lean_array_push(x_669, x_420); +x_671 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_671, 0, x_519); +lean_ctor_set(x_671, 1, x_670); +x_672 = lean_array_push(x_543, x_671); +x_673 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_673, 0, x_414); +lean_ctor_set(x_673, 1, x_672); +x_674 = lean_array_push(x_380, x_673); +x_675 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_675, 0, x_618); +lean_ctor_set(x_675, 1, x_674); +x_676 = lean_array_push(x_494, x_675); +x_677 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_678 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_678, 0, x_677); +lean_ctor_set(x_678, 1, x_676); +x_679 = l_Lean_Syntax_getArg(x_678, x_11); +lean_dec(x_678); +x_680 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_679); +x_681 = l_List_append___rarg(x_680, x_2); +x_682 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_681, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_491); +return x_682; } } } else { -uint8_t x_712; +uint8_t x_730; lean_dec(x_42); lean_dec(x_41); lean_dec(x_36); +lean_dec(x_31); lean_dec(x_8); lean_dec(x_29); lean_dec(x_27); @@ -55384,31 +55470,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_712 = !lean_is_exclusive(x_43); -if (x_712 == 0) +x_730 = !lean_is_exclusive(x_43); +if (x_730 == 0) { return x_43; } else { -lean_object* x_713; lean_object* x_714; lean_object* x_715; -x_713 = lean_ctor_get(x_43, 0); -x_714 = lean_ctor_get(x_43, 1); -lean_inc(x_714); -lean_inc(x_713); +lean_object* x_731; lean_object* x_732; lean_object* x_733; +x_731 = lean_ctor_get(x_43, 0); +x_732 = lean_ctor_get(x_43, 1); +lean_inc(x_732); +lean_inc(x_731); lean_dec(x_43); -x_715 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_715, 0, x_713); -lean_ctor_set(x_715, 1, x_714); -return x_715; +x_733 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_733, 0, x_731); +lean_ctor_set(x_733, 1, x_732); +return x_733; } } } } else { -uint8_t x_777; +uint8_t x_795; lean_dec(x_36); +lean_dec(x_31); lean_dec(x_8); lean_dec(x_29); lean_dec(x_27); @@ -55422,29 +55509,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_777 = !lean_is_exclusive(x_38); -if (x_777 == 0) +x_795 = !lean_is_exclusive(x_38); +if (x_795 == 0) { return x_38; } else { -lean_object* x_778; lean_object* x_779; lean_object* x_780; -x_778 = lean_ctor_get(x_38, 0); -x_779 = lean_ctor_get(x_38, 1); -lean_inc(x_779); -lean_inc(x_778); +lean_object* x_796; lean_object* x_797; lean_object* x_798; +x_796 = lean_ctor_get(x_38, 0); +x_797 = lean_ctor_get(x_38, 1); +lean_inc(x_797); +lean_inc(x_796); lean_dec(x_38); -x_780 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_780, 0, x_778); -lean_ctor_set(x_780, 1, x_779); -return x_780; +x_798 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_798, 0, x_796); +lean_ctor_set(x_798, 1, x_797); +return x_798; } } } else { -uint8_t x_781; +uint8_t x_799; +lean_dec(x_31); lean_dec(x_8); lean_dec(x_29); lean_dec(x_27); @@ -55458,116 +55546,1040 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_781 = !lean_is_exclusive(x_35); -if (x_781 == 0) +x_799 = !lean_is_exclusive(x_35); +if (x_799 == 0) { return x_35; } else { -lean_object* x_782; lean_object* x_783; lean_object* x_784; -x_782 = lean_ctor_get(x_35, 0); -x_783 = lean_ctor_get(x_35, 1); -lean_inc(x_783); -lean_inc(x_782); +lean_object* x_800; lean_object* x_801; lean_object* x_802; +x_800 = lean_ctor_get(x_35, 0); +x_801 = lean_ctor_get(x_35, 1); +lean_inc(x_801); +lean_inc(x_800); lean_dec(x_35); -x_784 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_784, 0, x_782); -lean_ctor_set(x_784, 1, x_783); -return x_784; +x_802 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_802, 0, x_800); +lean_ctor_set(x_802, 1, x_801); +return x_802; } } } else { -lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; uint8_t x_798; lean_object* x_799; lean_object* x_800; -x_785 = lean_ctor_get(x_8, 0); -x_786 = lean_ctor_get(x_8, 1); -x_787 = lean_ctor_get(x_8, 2); -x_788 = lean_ctor_get(x_8, 3); -x_789 = lean_ctor_get(x_8, 4); -x_790 = lean_ctor_get(x_8, 5); -x_791 = lean_ctor_get(x_8, 6); -x_792 = lean_ctor_get(x_8, 7); -lean_inc(x_792); -lean_inc(x_791); -lean_inc(x_790); -lean_inc(x_789); -lean_inc(x_788); -lean_inc(x_787); -lean_inc(x_786); -lean_inc(x_785); +lean_object* x_803; lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; lean_object* x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_object* x_815; uint8_t x_816; lean_object* x_817; lean_object* x_818; +x_803 = lean_ctor_get(x_8, 0); +x_804 = lean_ctor_get(x_8, 1); +x_805 = lean_ctor_get(x_8, 2); +x_806 = lean_ctor_get(x_8, 3); +x_807 = lean_ctor_get(x_8, 4); +x_808 = lean_ctor_get(x_8, 5); +x_809 = lean_ctor_get(x_8, 6); +x_810 = lean_ctor_get(x_8, 7); +lean_inc(x_810); +lean_inc(x_809); +lean_inc(x_808); +lean_inc(x_807); +lean_inc(x_806); +lean_inc(x_805); +lean_inc(x_804); +lean_inc(x_803); lean_dec(x_8); -x_793 = l_Lean_replaceRef(x_1, x_788); -lean_dec(x_788); -lean_inc(x_793); -lean_inc(x_787); -lean_inc(x_786); -x_794 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_794, 0, x_785); -lean_ctor_set(x_794, 1, x_786); -lean_ctor_set(x_794, 2, x_787); -lean_ctor_set(x_794, 3, x_793); -lean_ctor_set(x_794, 4, x_789); -lean_ctor_set(x_794, 5, x_790); -lean_ctor_set(x_794, 6, x_791); -lean_ctor_set(x_794, 7, x_792); -x_795 = lean_ctor_get(x_3, 0); -lean_inc(x_795); -x_796 = lean_ctor_get(x_3, 1); -lean_inc(x_796); -x_797 = lean_ctor_get(x_3, 2); -lean_inc(x_797); -x_798 = 1; -x_799 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_799, 0, x_795); -lean_ctor_set(x_799, 1, x_796); -lean_ctor_set(x_799, 2, x_797); -lean_ctor_set_uint8(x_799, sizeof(void*)*3, x_798); +x_811 = l_Lean_replaceRef(x_1, x_806); +lean_dec(x_806); +lean_inc(x_811); +lean_inc(x_805); +lean_inc(x_804); +x_812 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_812, 0, x_803); +lean_ctor_set(x_812, 1, x_804); +lean_ctor_set(x_812, 2, x_805); +lean_ctor_set(x_812, 3, x_811); +lean_ctor_set(x_812, 4, x_807); +lean_ctor_set(x_812, 5, x_808); +lean_ctor_set(x_812, 6, x_809); +lean_ctor_set(x_812, 7, x_810); +x_813 = lean_ctor_get(x_3, 0); +lean_inc(x_813); +x_814 = lean_ctor_get(x_3, 1); +lean_inc(x_814); +x_815 = lean_ctor_get(x_3, 2); +lean_inc(x_815); +x_816 = 1; +lean_inc(x_814); +x_817 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_817, 0, x_813); +lean_ctor_set(x_817, 1, x_814); +lean_ctor_set(x_817, 2, x_815); +lean_ctor_set_uint8(x_817, sizeof(void*)*3, x_816); lean_inc(x_9); -lean_inc(x_794); +lean_inc(x_812); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_800 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_24, x_799, x_4, x_5, x_6, x_7, x_794, x_9, x_10); -if (lean_obj_tag(x_800) == 0) +x_818 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_24, x_817, x_4, x_5, x_6, x_7, x_812, x_9, x_10); +if (lean_obj_tag(x_818) == 0) { -lean_object* x_801; lean_object* x_802; lean_object* x_803; -x_801 = lean_ctor_get(x_800, 0); -lean_inc(x_801); -x_802 = lean_ctor_get(x_800, 1); -lean_inc(x_802); -lean_dec(x_800); -lean_inc(x_794); +lean_object* x_819; lean_object* x_820; lean_object* x_821; +x_819 = lean_ctor_get(x_818, 0); +lean_inc(x_819); +x_820 = lean_ctor_get(x_818, 1); +lean_inc(x_820); +lean_dec(x_818); +lean_inc(x_812); lean_inc(x_3); -lean_inc(x_801); -x_803 = l_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___rarg(x_801, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_802); -if (lean_obj_tag(x_803) == 0) +lean_inc(x_819); +x_821 = l_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___rarg(x_819, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_820); +if (lean_obj_tag(x_821) == 0) { -lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_1476; size_t x_1477; lean_object* x_1478; lean_object* x_1479; lean_object* x_1480; lean_object* x_1481; lean_object* x_1482; lean_object* x_1483; lean_object* x_1484; lean_object* x_1485; lean_object* x_1486; lean_object* x_1487; lean_object* x_1488; lean_object* x_1489; lean_object* x_1490; lean_object* x_1491; lean_object* x_1492; lean_object* x_1493; lean_object* x_1494; lean_object* x_1495; lean_object* x_1496; lean_object* x_1497; lean_object* x_1498; -x_804 = lean_ctor_get(x_803, 0); -lean_inc(x_804); -x_805 = lean_ctor_get(x_803, 1); +lean_object* x_822; lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_1512; size_t x_1513; lean_object* x_1514; lean_object* x_1515; lean_object* x_1516; lean_object* x_1517; lean_object* x_1518; lean_object* x_1519; lean_object* x_1520; lean_object* x_1521; lean_object* x_1522; lean_object* x_1523; lean_object* x_1524; lean_object* x_1525; lean_object* x_1526; lean_object* x_1527; lean_object* x_1528; lean_object* x_1529; lean_object* x_1530; lean_object* x_1531; lean_object* x_1532; lean_object* x_1533; lean_object* x_1534; +x_822 = lean_ctor_get(x_821, 0); +lean_inc(x_822); +x_823 = lean_ctor_get(x_821, 1); +lean_inc(x_823); +lean_dec(x_821); +x_824 = lean_ctor_get(x_822, 0); +lean_inc(x_824); +x_825 = lean_ctor_get(x_822, 1); +lean_inc(x_825); +lean_dec(x_822); +x_1512 = lean_array_get_size(x_824); +x_1513 = lean_usize_of_nat(x_1512); +lean_dec(x_1512); +lean_inc(x_824); +x_1514 = x_824; +x_1515 = lean_box_usize(x_1513); +x_1516 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1; +x_1517 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___spec__1___boxed), 5, 3); +lean_closure_set(x_1517, 0, x_1515); +lean_closure_set(x_1517, 1, x_1516); +lean_closure_set(x_1517, 2, x_1514); +x_1518 = lean_st_ref_get(x_9, x_823); +x_1519 = lean_ctor_get(x_1518, 0); +lean_inc(x_1519); +x_1520 = lean_ctor_get(x_1518, 1); +lean_inc(x_1520); +lean_dec(x_1518); +x_1521 = lean_ctor_get(x_1519, 0); +lean_inc(x_1521); +lean_dec(x_1519); +x_1522 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_1520); +x_1523 = lean_ctor_get(x_1522, 0); +lean_inc(x_1523); +x_1524 = lean_ctor_get(x_1522, 1); +lean_inc(x_1524); +lean_dec(x_1522); +x_1525 = lean_st_ref_get(x_9, x_1524); +x_1526 = lean_ctor_get(x_1525, 0); +lean_inc(x_1526); +x_1527 = lean_ctor_get(x_1525, 1); +lean_inc(x_1527); +lean_dec(x_1525); +x_1528 = lean_ctor_get(x_1526, 1); +lean_inc(x_1528); +lean_dec(x_1526); +lean_inc(x_1521); +x_1529 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); +lean_closure_set(x_1529, 0, x_1521); +x_1530 = x_1529; +x_1531 = lean_environment_main_module(x_1521); +lean_inc(x_811); lean_inc(x_805); -lean_dec(x_803); -x_806 = lean_ctor_get(x_804, 0); -lean_inc(x_806); -x_807 = lean_ctor_get(x_804, 1); -lean_inc(x_807); -lean_dec(x_804); -x_1476 = lean_array_get_size(x_806); -x_1477 = lean_usize_of_nat(x_1476); -lean_dec(x_1476); -lean_inc(x_806); -x_1478 = x_806; -x_1479 = lean_box_usize(x_1477); -x_1480 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1; -x_1481 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___spec__1___boxed), 5, 3); -lean_closure_set(x_1481, 0, x_1479); -lean_closure_set(x_1481, 1, x_1480); -lean_closure_set(x_1481, 2, x_1478); -x_1482 = lean_st_ref_get(x_9, x_805); +lean_inc(x_804); +x_1532 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_1532, 0, x_1530); +lean_ctor_set(x_1532, 1, x_1531); +lean_ctor_set(x_1532, 2, x_1523); +lean_ctor_set(x_1532, 3, x_804); +lean_ctor_set(x_1532, 4, x_805); +lean_ctor_set(x_1532, 5, x_811); +x_1533 = x_1517; +lean_inc(x_1532); +x_1534 = lean_apply_2(x_1533, x_1532, x_1528); +if (lean_obj_tag(x_1534) == 0) +{ +lean_object* x_1535; lean_object* x_1536; lean_object* x_1537; +x_1535 = lean_ctor_get(x_1534, 0); +lean_inc(x_1535); +x_1536 = lean_ctor_get(x_1534, 1); +lean_inc(x_1536); +lean_dec(x_1534); +x_1537 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple(x_1535, x_1532, x_1536); +if (lean_obj_tag(x_1537) == 0) +{ +lean_object* x_1538; lean_object* x_1539; lean_object* x_1540; lean_object* x_1541; lean_object* x_1542; lean_object* x_1543; lean_object* x_1544; lean_object* x_1545; lean_object* x_1546; lean_object* x_1547; lean_object* x_1548; lean_object* x_1549; lean_object* x_1550; lean_object* x_1551; +x_1538 = lean_ctor_get(x_1537, 0); +lean_inc(x_1538); +x_1539 = lean_ctor_get(x_1537, 1); +lean_inc(x_1539); +lean_dec(x_1537); +x_1540 = lean_st_ref_take(x_9, x_1527); +x_1541 = lean_ctor_get(x_1540, 0); +lean_inc(x_1541); +x_1542 = lean_ctor_get(x_1540, 1); +lean_inc(x_1542); +lean_dec(x_1540); +x_1543 = lean_ctor_get(x_1541, 0); +lean_inc(x_1543); +x_1544 = lean_ctor_get(x_1541, 2); +lean_inc(x_1544); +x_1545 = lean_ctor_get(x_1541, 3); +lean_inc(x_1545); +if (lean_is_exclusive(x_1541)) { + lean_ctor_release(x_1541, 0); + lean_ctor_release(x_1541, 1); + lean_ctor_release(x_1541, 2); + lean_ctor_release(x_1541, 3); + x_1546 = x_1541; +} else { + lean_dec_ref(x_1541); + x_1546 = lean_box(0); +} +if (lean_is_scalar(x_1546)) { + x_1547 = lean_alloc_ctor(0, 4, 0); +} else { + x_1547 = x_1546; +} +lean_ctor_set(x_1547, 0, x_1543); +lean_ctor_set(x_1547, 1, x_1539); +lean_ctor_set(x_1547, 2, x_1544); +lean_ctor_set(x_1547, 3, x_1545); +x_1548 = lean_st_ref_set(x_9, x_1547, x_1542); +x_1549 = lean_ctor_get(x_1548, 1); +lean_inc(x_1549); +if (lean_is_exclusive(x_1548)) { + lean_ctor_release(x_1548, 0); + lean_ctor_release(x_1548, 1); + x_1550 = x_1548; +} else { + lean_dec_ref(x_1548); + x_1550 = lean_box(0); +} +if (lean_is_scalar(x_1550)) { + x_1551 = lean_alloc_ctor(0, 2, 0); +} else { + x_1551 = x_1550; +} +lean_ctor_set(x_1551, 0, x_1538); +lean_ctor_set(x_1551, 1, x_1549); +x_826 = x_1551; +goto block_1511; +} +else +{ +lean_object* x_1552; +x_1552 = lean_ctor_get(x_1537, 0); +lean_inc(x_1552); +lean_dec(x_1537); +if (lean_obj_tag(x_1552) == 0) +{ +lean_object* x_1553; lean_object* x_1554; lean_object* x_1555; lean_object* x_1556; lean_object* x_1557; +x_1553 = lean_ctor_get(x_1552, 0); +lean_inc(x_1553); +x_1554 = lean_ctor_get(x_1552, 1); +lean_inc(x_1554); +lean_dec(x_1552); +x_1555 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_1555, 0, x_1554); +x_1556 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_1556, 0, x_1555); +lean_inc(x_812); +x_1557 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1553, x_1556, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_1527); +lean_dec(x_1553); +x_826 = x_1557; +goto block_1511; +} +else +{ +lean_object* x_1558; +x_1558 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1527); +x_826 = x_1558; +goto block_1511; +} +} +} +else +{ +lean_object* x_1559; +lean_dec(x_1532); +x_1559 = lean_ctor_get(x_1534, 0); +lean_inc(x_1559); +lean_dec(x_1534); +if (lean_obj_tag(x_1559) == 0) +{ +lean_object* x_1560; lean_object* x_1561; lean_object* x_1562; lean_object* x_1563; lean_object* x_1564; +x_1560 = lean_ctor_get(x_1559, 0); +lean_inc(x_1560); +x_1561 = lean_ctor_get(x_1559, 1); +lean_inc(x_1561); +lean_dec(x_1559); +x_1562 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_1562, 0, x_1561); +x_1563 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_1563, 0, x_1562); +lean_inc(x_812); +x_1564 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1560, x_1563, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_1527); +lean_dec(x_1560); +x_826 = x_1564; +goto block_1511; +} +else +{ +lean_object* x_1565; +x_1565 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1527); +x_826 = x_1565; +goto block_1511; +} +} +block_1511: +{ +if (lean_obj_tag(x_826) == 0) +{ +lean_object* x_827; lean_object* x_828; lean_object* x_829; uint8_t x_830; +x_827 = lean_ctor_get(x_826, 0); +lean_inc(x_827); +x_828 = lean_ctor_get(x_826, 1); +lean_inc(x_828); +lean_dec(x_826); +x_829 = lean_ctor_get(x_819, 0); +lean_inc(x_829); +lean_dec(x_819); +x_830 = l_Lean_Elab_Term_Do_hasExitPointPred_loop___at_Lean_Elab_Term_Do_hasReturn___spec__1(x_829); +lean_dec(x_829); +if (x_830 == 0) +{ +lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; lean_object* x_840; lean_object* x_841; lean_object* x_842; lean_object* x_843; lean_object* x_844; lean_object* x_845; lean_object* x_846; lean_object* x_1087; lean_object* x_1088; lean_object* x_1089; lean_object* x_1090; lean_object* x_1091; lean_object* x_1092; lean_object* x_1093; lean_object* x_1094; lean_object* x_1095; lean_object* x_1096; lean_object* x_1097; lean_object* x_1098; lean_object* x_1099; lean_object* x_1100; lean_object* x_1101; lean_object* x_1102; +x_831 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_828); +x_832 = lean_ctor_get(x_831, 0); +lean_inc(x_832); +x_833 = lean_ctor_get(x_831, 1); +lean_inc(x_833); +lean_dec(x_831); +x_834 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_833); +x_835 = lean_ctor_get(x_834, 0); +lean_inc(x_835); +x_836 = lean_ctor_get(x_834, 1); +lean_inc(x_836); +lean_dec(x_834); +x_837 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_836); +x_838 = lean_ctor_get(x_837, 0); +lean_inc(x_838); +x_839 = lean_ctor_get(x_837, 1); +lean_inc(x_839); +lean_dec(x_837); +x_840 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__7; +x_841 = l_Lean_addMacroScope(x_838, x_840, x_835); +x_842 = lean_box(0); +x_843 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__6; +x_844 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_844, 0, x_832); +lean_ctor_set(x_844, 1, x_843); +lean_ctor_set(x_844, 2, x_841); +lean_ctor_set(x_844, 3, x_842); +x_1087 = lean_st_ref_get(x_9, x_839); +x_1088 = lean_ctor_get(x_1087, 0); +lean_inc(x_1088); +x_1089 = lean_ctor_get(x_1087, 1); +lean_inc(x_1089); +lean_dec(x_1087); +x_1090 = lean_ctor_get(x_1088, 0); +lean_inc(x_1090); +lean_dec(x_1088); +x_1091 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_1089); +x_1092 = lean_ctor_get(x_1091, 0); +lean_inc(x_1092); +x_1093 = lean_ctor_get(x_1091, 1); +lean_inc(x_1093); +lean_dec(x_1091); +x_1094 = lean_st_ref_get(x_9, x_1093); +x_1095 = lean_ctor_get(x_1094, 0); +lean_inc(x_1095); +x_1096 = lean_ctor_get(x_1094, 1); +lean_inc(x_1096); +lean_dec(x_1094); +x_1097 = lean_ctor_get(x_1095, 1); +lean_inc(x_1097); +lean_dec(x_1095); +lean_inc(x_1090); +x_1098 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); +lean_closure_set(x_1098, 0, x_1090); +x_1099 = x_1098; +x_1100 = lean_environment_main_module(x_1090); +x_1101 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_1101, 0, x_1099); +lean_ctor_set(x_1101, 1, x_1100); +lean_ctor_set(x_1101, 2, x_1092); +lean_ctor_set(x_1101, 3, x_804); +lean_ctor_set(x_1101, 4, x_805); +lean_ctor_set(x_1101, 5, x_811); +x_1102 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_824, x_844, x_825, x_1101, x_1097); +if (lean_obj_tag(x_1102) == 0) +{ +lean_object* x_1103; lean_object* x_1104; lean_object* x_1105; lean_object* x_1106; lean_object* x_1107; lean_object* x_1108; lean_object* x_1109; lean_object* x_1110; lean_object* x_1111; lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; +x_1103 = lean_ctor_get(x_1102, 0); +lean_inc(x_1103); +x_1104 = lean_ctor_get(x_1102, 1); +lean_inc(x_1104); +lean_dec(x_1102); +x_1105 = lean_st_ref_take(x_9, x_1096); +x_1106 = lean_ctor_get(x_1105, 0); +lean_inc(x_1106); +x_1107 = lean_ctor_get(x_1105, 1); +lean_inc(x_1107); +lean_dec(x_1105); +x_1108 = lean_ctor_get(x_1106, 0); +lean_inc(x_1108); +x_1109 = lean_ctor_get(x_1106, 2); +lean_inc(x_1109); +x_1110 = lean_ctor_get(x_1106, 3); +lean_inc(x_1110); +if (lean_is_exclusive(x_1106)) { + lean_ctor_release(x_1106, 0); + lean_ctor_release(x_1106, 1); + lean_ctor_release(x_1106, 2); + lean_ctor_release(x_1106, 3); + x_1111 = x_1106; +} else { + lean_dec_ref(x_1106); + x_1111 = lean_box(0); +} +if (lean_is_scalar(x_1111)) { + x_1112 = lean_alloc_ctor(0, 4, 0); +} else { + x_1112 = x_1111; +} +lean_ctor_set(x_1112, 0, x_1108); +lean_ctor_set(x_1112, 1, x_1104); +lean_ctor_set(x_1112, 2, x_1109); +lean_ctor_set(x_1112, 3, x_1110); +x_1113 = lean_st_ref_set(x_9, x_1112, x_1107); +x_1114 = lean_ctor_get(x_1113, 1); +lean_inc(x_1114); +lean_dec(x_1113); +x_845 = x_1103; +x_846 = x_1114; +goto block_1086; +} +else +{ +lean_object* x_1115; +lean_dec(x_827); +lean_dec(x_814); +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_2); +x_1115 = lean_ctor_get(x_1102, 0); +lean_inc(x_1115); +lean_dec(x_1102); +if (lean_obj_tag(x_1115) == 0) +{ +lean_object* x_1116; lean_object* x_1117; lean_object* x_1118; lean_object* x_1119; lean_object* x_1120; lean_object* x_1121; lean_object* x_1122; lean_object* x_1123; lean_object* x_1124; +x_1116 = lean_ctor_get(x_1115, 0); +lean_inc(x_1116); +x_1117 = lean_ctor_get(x_1115, 1); +lean_inc(x_1117); +lean_dec(x_1115); +x_1118 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_1118, 0, x_1117); +x_1119 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_1119, 0, x_1118); +x_1120 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1116, x_1119, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_1096); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1116); +x_1121 = lean_ctor_get(x_1120, 0); +lean_inc(x_1121); +x_1122 = lean_ctor_get(x_1120, 1); +lean_inc(x_1122); +if (lean_is_exclusive(x_1120)) { + lean_ctor_release(x_1120, 0); + lean_ctor_release(x_1120, 1); + x_1123 = x_1120; +} else { + lean_dec_ref(x_1120); + x_1123 = lean_box(0); +} +if (lean_is_scalar(x_1123)) { + x_1124 = lean_alloc_ctor(1, 2, 0); +} else { + x_1124 = x_1123; +} +lean_ctor_set(x_1124, 0, x_1121); +lean_ctor_set(x_1124, 1, x_1122); +return x_1124; +} +else +{ +lean_object* x_1125; lean_object* x_1126; lean_object* x_1127; lean_object* x_1128; lean_object* x_1129; +lean_dec(x_812); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_1125 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1096); +x_1126 = lean_ctor_get(x_1125, 0); +lean_inc(x_1126); +x_1127 = lean_ctor_get(x_1125, 1); +lean_inc(x_1127); +if (lean_is_exclusive(x_1125)) { + lean_ctor_release(x_1125, 0); + lean_ctor_release(x_1125, 1); + x_1128 = x_1125; +} else { + lean_dec_ref(x_1125); + x_1128 = lean_box(0); +} +if (lean_is_scalar(x_1128)) { + x_1129 = lean_alloc_ctor(1, 2, 0); +} else { + x_1129 = x_1128; +} +lean_ctor_set(x_1129, 0, x_1126); +lean_ctor_set(x_1129, 1, x_1127); +return x_1129; +} +} +block_1086: +{ +lean_object* x_847; lean_object* x_848; lean_object* x_849; lean_object* x_850; lean_object* x_851; lean_object* x_852; lean_object* x_853; lean_object* x_854; lean_object* x_855; lean_object* x_856; lean_object* x_857; lean_object* x_858; lean_object* x_859; lean_object* x_860; lean_object* x_861; lean_object* x_862; lean_object* x_863; lean_object* x_864; lean_object* x_865; lean_object* x_866; lean_object* x_867; lean_object* x_868; lean_object* x_869; lean_object* x_870; lean_object* x_871; lean_object* x_872; lean_object* x_873; lean_object* x_874; lean_object* x_875; lean_object* x_876; lean_object* x_877; lean_object* x_878; lean_object* x_879; lean_object* x_880; lean_object* x_881; lean_object* x_882; lean_object* x_883; lean_object* x_884; lean_object* x_885; lean_object* x_886; lean_object* x_887; lean_object* x_888; lean_object* x_889; lean_object* x_890; lean_object* x_891; lean_object* x_892; lean_object* x_893; lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; lean_object* x_904; lean_object* x_905; lean_object* x_906; uint8_t x_907; +x_847 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_846); +x_848 = lean_ctor_get(x_847, 0); +lean_inc(x_848); +x_849 = lean_ctor_get(x_847, 1); +lean_inc(x_849); +lean_dec(x_847); +x_850 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_849); +x_851 = lean_ctor_get(x_850, 0); +lean_inc(x_851); +x_852 = lean_ctor_get(x_850, 1); +lean_inc(x_852); +lean_dec(x_850); +x_853 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_852); +x_854 = lean_ctor_get(x_853, 0); +lean_inc(x_854); +x_855 = lean_ctor_get(x_853, 1); +lean_inc(x_855); +lean_dec(x_853); +x_856 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; +lean_inc(x_851); +lean_inc(x_854); +x_857 = l_Lean_addMacroScope(x_854, x_856, x_851); +x_858 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; +x_859 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; +lean_inc(x_848); +x_860 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_860, 0, x_848); +lean_ctor_set(x_860, 1, x_858); +lean_ctor_set(x_860, 2, x_857); +lean_ctor_set(x_860, 3, x_859); +x_861 = l_Array_empty___closed__1; +x_862 = lean_array_push(x_861, x_860); +x_863 = l_prec_x28___x29___closed__3; +lean_inc(x_848); +x_864 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_864, 0, x_848); +lean_ctor_set(x_864, 1, x_863); +x_865 = lean_array_push(x_861, x_864); +x_866 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; +lean_inc(x_851); +lean_inc(x_854); +x_867 = l_Lean_addMacroScope(x_854, x_866, x_851); +x_868 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12; +lean_inc(x_848); +x_869 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_869, 0, x_848); +lean_ctor_set(x_869, 1, x_868); +lean_ctor_set(x_869, 2, x_867); +lean_ctor_set(x_869, 3, x_842); +x_870 = lean_array_push(x_865, x_869); +x_871 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; +lean_inc(x_848); +x_872 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_872, 0, x_848); +lean_ctor_set(x_872, 1, x_871); +x_873 = lean_array_push(x_870, x_872); +x_874 = lean_array_push(x_873, x_814); +x_875 = l_prec_x28___x29___closed__7; +lean_inc(x_848); +x_876 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_876, 0, x_848); +lean_ctor_set(x_876, 1, x_875); +x_877 = lean_array_push(x_874, x_876); +x_878 = l_Lean_Parser_Term_namedArgument___elambda__1___closed__2; +x_879 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_879, 0, x_878); +lean_ctor_set(x_879, 1, x_877); +x_880 = lean_array_push(x_861, x_879); +x_881 = lean_array_push(x_880, x_21); +lean_inc(x_827); +x_882 = lean_array_push(x_881, x_827); +x_883 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; +lean_inc(x_848); +x_884 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_884, 0, x_848); +lean_ctor_set(x_884, 1, x_883); +x_885 = lean_array_push(x_861, x_884); +x_886 = lean_array_push(x_861, x_19); +x_887 = l_Lean_addMacroScope(x_854, x_840, x_851); +lean_inc(x_848); +x_888 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_888, 0, x_848); +lean_ctor_set(x_888, 1, x_843); +lean_ctor_set(x_888, 2, x_887); +lean_ctor_set(x_888, 3, x_842); +x_889 = lean_array_push(x_886, x_888); +x_890 = l_Lean_nullKind___closed__2; +x_891 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_891, 0, x_890); +lean_ctor_set(x_891, 1, x_889); +x_892 = lean_array_push(x_861, x_891); +x_893 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +x_894 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_894, 0, x_848); +lean_ctor_set(x_894, 1, x_893); +x_895 = lean_array_push(x_892, x_894); +x_896 = lean_array_push(x_895, x_845); +x_897 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; +x_898 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_898, 0, x_897); +lean_ctor_set(x_898, 1, x_896); +x_899 = lean_array_push(x_885, x_898); +x_900 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; +x_901 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_901, 0, x_900); +lean_ctor_set(x_901, 1, x_899); +x_902 = lean_array_push(x_882, x_901); +x_903 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_903, 0, x_890); +lean_ctor_set(x_903, 1, x_902); +x_904 = lean_array_push(x_862, x_903); +x_905 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; +x_906 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_906, 0, x_905); +lean_ctor_set(x_906, 1, x_904); +x_907 = l_List_isEmpty___rarg(x_2); +if (x_907 == 0) +{ +lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; lean_object* x_912; lean_object* x_913; lean_object* x_914; lean_object* x_915; lean_object* x_916; lean_object* x_917; lean_object* x_918; lean_object* x_919; lean_object* x_920; lean_object* x_921; lean_object* x_922; lean_object* x_923; lean_object* x_924; lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; lean_object* x_931; lean_object* x_932; lean_object* x_933; lean_object* x_934; lean_object* x_935; lean_object* x_936; lean_object* x_937; lean_object* x_938; lean_object* x_939; lean_object* x_940; lean_object* x_941; lean_object* x_942; lean_object* x_943; lean_object* x_944; lean_object* x_945; lean_object* x_946; lean_object* x_947; lean_object* x_948; lean_object* x_949; lean_object* x_950; lean_object* x_951; lean_object* x_952; lean_object* x_953; lean_object* x_954; lean_object* x_955; lean_object* x_956; lean_object* x_957; lean_object* x_958; lean_object* x_959; lean_object* x_960; lean_object* x_961; lean_object* x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; lean_object* x_970; lean_object* x_971; lean_object* x_972; lean_object* x_973; lean_object* x_974; lean_object* x_975; +x_908 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_855); +x_909 = lean_ctor_get(x_908, 0); +lean_inc(x_909); +x_910 = lean_ctor_get(x_908, 1); +lean_inc(x_910); +lean_dec(x_908); +x_911 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_910); +x_912 = lean_ctor_get(x_911, 0); +lean_inc(x_912); +x_913 = lean_ctor_get(x_911, 1); +lean_inc(x_913); +lean_dec(x_911); +x_914 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_913); +x_915 = lean_ctor_get(x_914, 0); +lean_inc(x_915); +x_916 = lean_ctor_get(x_914, 1); +lean_inc(x_916); +lean_dec(x_914); +x_917 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_909); +x_918 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_918, 0, x_909); +lean_ctor_set(x_918, 1, x_917); +x_919 = lean_array_push(x_861, x_918); +x_920 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_909); +x_921 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_921, 0, x_909); +lean_ctor_set(x_921, 1, x_920); +x_922 = lean_array_push(x_861, x_921); +x_923 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +x_924 = lean_array_push(x_922, x_923); +x_925 = l_Lean_addMacroScope(x_915, x_840, x_912); +lean_inc(x_909); +x_926 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_926, 0, x_909); +lean_ctor_set(x_926, 1, x_843); +lean_ctor_set(x_926, 2, x_925); +lean_ctor_set(x_926, 3, x_842); +lean_inc(x_926); +x_927 = lean_array_push(x_861, x_926); +x_928 = lean_array_push(x_927, x_923); +x_929 = l_Lean_Parser_Tactic_rwRule___closed__3; +lean_inc(x_909); +x_930 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_930, 0, x_909); +lean_ctor_set(x_930, 1, x_929); +x_931 = lean_array_push(x_928, x_930); +x_932 = lean_array_push(x_861, x_906); +x_933 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; +x_934 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_934, 0, x_933); +lean_ctor_set(x_934, 1, x_932); +x_935 = lean_array_push(x_931, x_934); +x_936 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; +x_937 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_937, 0, x_936); +lean_ctor_set(x_937, 1, x_935); +x_938 = lean_array_push(x_924, x_937); +x_939 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; +x_940 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_940, 0, x_939); +lean_ctor_set(x_940, 1, x_938); +x_941 = lean_array_push(x_861, x_940); +x_942 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +lean_inc(x_909); +x_943 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_943, 0, x_909); +lean_ctor_set(x_943, 1, x_942); +x_944 = lean_array_push(x_861, x_943); +x_945 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_945, 0, x_890); +lean_ctor_set(x_945, 1, x_944); +x_946 = lean_array_push(x_941, x_945); +x_947 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; +x_948 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_948, 0, x_947); +lean_ctor_set(x_948, 1, x_946); +x_949 = lean_array_push(x_861, x_948); +x_950 = lean_array_push(x_861, x_827); +x_951 = lean_array_push(x_950, x_923); +x_952 = lean_array_push(x_951, x_923); +x_953 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_953, 0, x_909); +lean_ctor_set(x_953, 1, x_871); +x_954 = lean_array_push(x_952, x_953); +x_955 = lean_array_push(x_954, x_926); +x_956 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_957 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_957, 0, x_956); +lean_ctor_set(x_957, 1, x_955); +x_958 = lean_array_push(x_861, x_957); +x_959 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_960 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_960, 0, x_959); +lean_ctor_set(x_960, 1, x_958); +x_961 = lean_array_push(x_861, x_960); +x_962 = lean_array_push(x_961, x_923); +x_963 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_963, 0, x_947); +lean_ctor_set(x_963, 1, x_962); +x_964 = lean_array_push(x_949, x_963); +x_965 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_965, 0, x_890); +lean_ctor_set(x_965, 1, x_964); +x_966 = lean_array_push(x_861, x_965); +x_967 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_968 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_968, 0, x_967); +lean_ctor_set(x_968, 1, x_966); +x_969 = lean_array_push(x_919, x_968); +x_970 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_971 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_971, 0, x_970); +lean_ctor_set(x_971, 1, x_969); +x_972 = l_Lean_Syntax_getArg(x_971, x_11); +lean_dec(x_971); +x_973 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_972); +x_974 = l_List_append___rarg(x_973, x_2); +x_975 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_974, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_916); +return x_975; +} +else +{ +lean_object* x_976; lean_object* x_977; lean_object* x_978; lean_object* x_979; lean_object* x_980; lean_object* x_981; lean_object* x_982; lean_object* x_983; lean_object* x_984; lean_object* x_985; lean_object* x_986; lean_object* x_987; lean_object* x_988; lean_object* x_989; lean_object* x_990; lean_object* x_991; lean_object* x_992; lean_object* x_993; lean_object* x_994; lean_object* x_995; lean_object* x_996; lean_object* x_997; lean_object* x_998; lean_object* x_999; lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; lean_object* x_1007; lean_object* x_1008; lean_object* x_1009; lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; lean_object* x_1013; lean_object* x_1014; lean_object* x_1015; lean_object* x_1016; lean_object* x_1017; lean_object* x_1018; lean_object* x_1019; lean_object* x_1020; lean_object* x_1021; lean_object* x_1022; lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; lean_object* x_1027; lean_object* x_1028; lean_object* x_1029; lean_object* x_1030; lean_object* x_1031; lean_object* x_1032; lean_object* x_1033; lean_object* x_1034; lean_object* x_1035; lean_object* x_1036; lean_object* x_1037; lean_object* x_1038; lean_object* x_1039; lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; lean_object* x_1043; lean_object* x_1044; lean_object* x_1045; lean_object* x_1046; lean_object* x_1047; lean_object* x_1048; lean_object* x_1049; lean_object* x_1050; lean_object* x_1051; lean_object* x_1052; lean_object* x_1053; lean_object* x_1054; lean_object* x_1055; lean_object* x_1056; lean_object* x_1057; lean_object* x_1058; lean_object* x_1059; lean_object* x_1060; lean_object* x_1061; lean_object* x_1062; lean_object* x_1063; lean_object* x_1064; lean_object* x_1065; lean_object* x_1066; lean_object* x_1067; lean_object* x_1068; lean_object* x_1069; lean_object* x_1070; lean_object* x_1071; lean_object* x_1072; lean_object* x_1073; lean_object* x_1074; lean_object* x_1075; lean_object* x_1076; lean_object* x_1077; lean_object* x_1078; lean_object* x_1079; lean_object* x_1080; lean_object* x_1081; lean_object* x_1082; lean_object* x_1083; lean_object* x_1084; lean_object* x_1085; +lean_dec(x_2); +x_976 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_855); +x_977 = lean_ctor_get(x_976, 0); +lean_inc(x_977); +x_978 = lean_ctor_get(x_976, 1); +lean_inc(x_978); +lean_dec(x_976); +x_979 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_978); +x_980 = lean_ctor_get(x_979, 0); +lean_inc(x_980); +x_981 = lean_ctor_get(x_979, 1); +lean_inc(x_981); +lean_dec(x_979); +x_982 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_981); +x_983 = lean_ctor_get(x_982, 0); +lean_inc(x_983); +x_984 = lean_ctor_get(x_982, 1); +lean_inc(x_984); +lean_dec(x_982); +x_985 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_977); +x_986 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_986, 0, x_977); +lean_ctor_set(x_986, 1, x_985); +x_987 = lean_array_push(x_861, x_986); +x_988 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_977); +x_989 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_989, 0, x_977); +lean_ctor_set(x_989, 1, x_988); +x_990 = lean_array_push(x_861, x_989); +x_991 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +x_992 = lean_array_push(x_990, x_991); +lean_inc(x_980); +lean_inc(x_983); +x_993 = l_Lean_addMacroScope(x_983, x_840, x_980); +lean_inc(x_977); +x_994 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_994, 0, x_977); +lean_ctor_set(x_994, 1, x_843); +lean_ctor_set(x_994, 2, x_993); +lean_ctor_set(x_994, 3, x_842); +lean_inc(x_994); +x_995 = lean_array_push(x_861, x_994); +x_996 = lean_array_push(x_995, x_991); +x_997 = l_Lean_Parser_Tactic_rwRule___closed__3; +lean_inc(x_977); +x_998 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_998, 0, x_977); +lean_ctor_set(x_998, 1, x_997); +x_999 = lean_array_push(x_996, x_998); +x_1000 = lean_array_push(x_861, x_906); +x_1001 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; +x_1002 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1002, 0, x_1001); +lean_ctor_set(x_1002, 1, x_1000); +x_1003 = lean_array_push(x_999, x_1002); +x_1004 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; +x_1005 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1005, 0, x_1004); +lean_ctor_set(x_1005, 1, x_1003); +x_1006 = lean_array_push(x_992, x_1005); +x_1007 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; +x_1008 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1008, 0, x_1007); +lean_ctor_set(x_1008, 1, x_1006); +x_1009 = lean_array_push(x_861, x_1008); +x_1010 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +lean_inc(x_977); +x_1011 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1011, 0, x_977); +lean_ctor_set(x_1011, 1, x_1010); +x_1012 = lean_array_push(x_861, x_1011); +x_1013 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1013, 0, x_890); +lean_ctor_set(x_1013, 1, x_1012); +lean_inc(x_1013); +x_1014 = lean_array_push(x_1009, x_1013); +x_1015 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; +x_1016 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1016, 0, x_1015); +lean_ctor_set(x_1016, 1, x_1014); +x_1017 = lean_array_push(x_861, x_1016); +x_1018 = lean_array_push(x_861, x_827); +x_1019 = lean_array_push(x_1018, x_991); +x_1020 = lean_array_push(x_1019, x_991); +lean_inc(x_977); +x_1021 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1021, 0, x_977); +lean_ctor_set(x_1021, 1, x_871); +x_1022 = lean_array_push(x_1020, x_1021); +x_1023 = lean_array_push(x_1022, x_994); +x_1024 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_1025 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1025, 0, x_1024); +lean_ctor_set(x_1025, 1, x_1023); +x_1026 = lean_array_push(x_861, x_1025); +x_1027 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_1028 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1028, 0, x_1027); +lean_ctor_set(x_1028, 1, x_1026); +x_1029 = lean_array_push(x_861, x_1028); +x_1030 = lean_array_push(x_1029, x_1013); +x_1031 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1031, 0, x_1015); +lean_ctor_set(x_1031, 1, x_1030); +x_1032 = lean_array_push(x_1017, x_1031); +x_1033 = l_Lean_Meta_mkPure___closed__4; +lean_inc(x_980); +lean_inc(x_983); +x_1034 = l_Lean_addMacroScope(x_983, x_1033, x_980); +x_1035 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; +x_1036 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; +lean_inc(x_977); +x_1037 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1037, 0, x_977); +lean_ctor_set(x_1037, 1, x_1035); +lean_ctor_set(x_1037, 2, x_1034); +lean_ctor_set(x_1037, 3, x_1036); +x_1038 = lean_array_push(x_861, x_1037); +lean_inc(x_977); +x_1039 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1039, 0, x_977); +lean_ctor_set(x_1039, 1, x_863); +x_1040 = lean_array_push(x_861, x_1039); +x_1041 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; +lean_inc(x_977); +x_1042 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1042, 0, x_977); +lean_ctor_set(x_1042, 1, x_1041); +x_1043 = lean_array_push(x_861, x_1042); +x_1044 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; +lean_inc(x_977); +x_1045 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1045, 0, x_977); +lean_ctor_set(x_1045, 1, x_1044); +x_1046 = lean_array_push(x_861, x_1045); +x_1047 = l_Lean_strLitKind___closed__2; +x_1048 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1048, 0, x_1047); +lean_ctor_set(x_1048, 1, x_1046); +x_1049 = lean_array_push(x_1043, x_1048); +x_1050 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; +x_1051 = l_Lean_addMacroScope(x_983, x_1050, x_980); +x_1052 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; +x_1053 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; +lean_inc(x_977); +x_1054 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1054, 0, x_977); +lean_ctor_set(x_1054, 1, x_1052); +lean_ctor_set(x_1054, 2, x_1051); +lean_ctor_set(x_1054, 3, x_1053); +x_1055 = lean_array_push(x_1049, x_1054); +x_1056 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; +x_1057 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1057, 0, x_1056); +lean_ctor_set(x_1057, 1, x_1055); +x_1058 = lean_array_push(x_861, x_1057); +x_1059 = lean_array_push(x_1058, x_991); +x_1060 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1060, 0, x_890); +lean_ctor_set(x_1060, 1, x_1059); +x_1061 = lean_array_push(x_1040, x_1060); +x_1062 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1062, 0, x_977); +lean_ctor_set(x_1062, 1, x_875); +x_1063 = lean_array_push(x_1061, x_1062); +x_1064 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_1065 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1065, 0, x_1064); +lean_ctor_set(x_1065, 1, x_1063); +x_1066 = lean_array_push(x_861, x_1065); +x_1067 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1067, 0, x_890); +lean_ctor_set(x_1067, 1, x_1066); +x_1068 = lean_array_push(x_1038, x_1067); +x_1069 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1069, 0, x_905); +lean_ctor_set(x_1069, 1, x_1068); +x_1070 = lean_array_push(x_861, x_1069); +x_1071 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1071, 0, x_1001); +lean_ctor_set(x_1071, 1, x_1070); +x_1072 = lean_array_push(x_861, x_1071); +x_1073 = lean_array_push(x_1072, x_991); +x_1074 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1074, 0, x_1015); +lean_ctor_set(x_1074, 1, x_1073); +x_1075 = lean_array_push(x_1032, x_1074); +x_1076 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1076, 0, x_890); +lean_ctor_set(x_1076, 1, x_1075); +x_1077 = lean_array_push(x_861, x_1076); +x_1078 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_1079 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1079, 0, x_1078); +lean_ctor_set(x_1079, 1, x_1077); +x_1080 = lean_array_push(x_987, x_1079); +x_1081 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_1082 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1082, 0, x_1081); +lean_ctor_set(x_1082, 1, x_1080); +x_1083 = l_Lean_Syntax_getArg(x_1082, x_11); +lean_dec(x_1082); +x_1084 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_1083); +x_1085 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_1084, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_984); +return x_1085; +} +} +} +else +{ +lean_object* x_1130; lean_object* x_1131; lean_object* x_1132; lean_object* x_1133; lean_object* x_1134; lean_object* x_1135; lean_object* x_1136; lean_object* x_1137; lean_object* x_1138; lean_object* x_1139; lean_object* x_1140; lean_object* x_1141; lean_object* x_1142; lean_object* x_1143; lean_object* x_1144; lean_object* x_1145; lean_object* x_1464; lean_object* x_1465; lean_object* x_1466; lean_object* x_1467; lean_object* x_1468; lean_object* x_1469; lean_object* x_1470; lean_object* x_1471; lean_object* x_1472; lean_object* x_1473; lean_object* x_1474; lean_object* x_1475; lean_object* x_1476; lean_object* x_1477; lean_object* x_1478; lean_object* x_1479; +x_1130 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_828); +x_1131 = lean_ctor_get(x_1130, 0); +lean_inc(x_1131); +x_1132 = lean_ctor_get(x_1130, 1); +lean_inc(x_1132); +lean_dec(x_1130); +x_1133 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_1132); +x_1134 = lean_ctor_get(x_1133, 0); +lean_inc(x_1134); +x_1135 = lean_ctor_get(x_1133, 1); +lean_inc(x_1135); +lean_dec(x_1133); +x_1136 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1135); +x_1137 = lean_ctor_get(x_1136, 0); +lean_inc(x_1137); +x_1138 = lean_ctor_get(x_1136, 1); +lean_inc(x_1138); +lean_dec(x_1136); +x_1139 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__7; +x_1140 = l_Lean_addMacroScope(x_1137, x_1139, x_1134); +x_1141 = lean_box(0); +x_1142 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__6; +x_1143 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1143, 0, x_1131); +lean_ctor_set(x_1143, 1, x_1142); +lean_ctor_set(x_1143, 2, x_1140); +lean_ctor_set(x_1143, 3, x_1141); +x_1464 = lean_st_ref_get(x_9, x_1138); +x_1465 = lean_ctor_get(x_1464, 0); +lean_inc(x_1465); +x_1466 = lean_ctor_get(x_1464, 1); +lean_inc(x_1466); +lean_dec(x_1464); +x_1467 = lean_ctor_get(x_1465, 0); +lean_inc(x_1467); +lean_dec(x_1465); +x_1468 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_1466); +x_1469 = lean_ctor_get(x_1468, 0); +lean_inc(x_1469); +x_1470 = lean_ctor_get(x_1468, 1); +lean_inc(x_1470); +lean_dec(x_1468); +x_1471 = lean_st_ref_get(x_9, x_1470); +x_1472 = lean_ctor_get(x_1471, 0); +lean_inc(x_1472); +x_1473 = lean_ctor_get(x_1471, 1); +lean_inc(x_1473); +lean_dec(x_1471); +x_1474 = lean_ctor_get(x_1472, 1); +lean_inc(x_1474); +lean_dec(x_1472); +lean_inc(x_1467); +x_1475 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); +lean_closure_set(x_1475, 0, x_1467); +x_1476 = x_1475; +x_1477 = lean_environment_main_module(x_1467); +x_1478 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_1478, 0, x_1476); +lean_ctor_set(x_1478, 1, x_1477); +lean_ctor_set(x_1478, 2, x_1469); +lean_ctor_set(x_1478, 3, x_804); +lean_ctor_set(x_1478, 4, x_805); +lean_ctor_set(x_1478, 5, x_811); +x_1479 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_824, x_1143, x_825, x_1478, x_1474); +if (lean_obj_tag(x_1479) == 0) +{ +lean_object* x_1480; lean_object* x_1481; lean_object* x_1482; lean_object* x_1483; lean_object* x_1484; lean_object* x_1485; lean_object* x_1486; lean_object* x_1487; lean_object* x_1488; lean_object* x_1489; lean_object* x_1490; lean_object* x_1491; +x_1480 = lean_ctor_get(x_1479, 0); +lean_inc(x_1480); +x_1481 = lean_ctor_get(x_1479, 1); +lean_inc(x_1481); +lean_dec(x_1479); +x_1482 = lean_st_ref_take(x_9, x_1473); x_1483 = lean_ctor_get(x_1482, 0); lean_inc(x_1483); x_1484 = lean_ctor_get(x_1482, 1); @@ -55575,1636 +56587,756 @@ lean_inc(x_1484); lean_dec(x_1482); x_1485 = lean_ctor_get(x_1483, 0); lean_inc(x_1485); -lean_dec(x_1483); -x_1486 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_1484); -x_1487 = lean_ctor_get(x_1486, 0); +x_1486 = lean_ctor_get(x_1483, 2); +lean_inc(x_1486); +x_1487 = lean_ctor_get(x_1483, 3); lean_inc(x_1487); -x_1488 = lean_ctor_get(x_1486, 1); -lean_inc(x_1488); -lean_dec(x_1486); -x_1489 = lean_st_ref_get(x_9, x_1488); -x_1490 = lean_ctor_get(x_1489, 0); -lean_inc(x_1490); -x_1491 = lean_ctor_get(x_1489, 1); +if (lean_is_exclusive(x_1483)) { + lean_ctor_release(x_1483, 0); + lean_ctor_release(x_1483, 1); + lean_ctor_release(x_1483, 2); + lean_ctor_release(x_1483, 3); + x_1488 = x_1483; +} else { + lean_dec_ref(x_1483); + x_1488 = lean_box(0); +} +if (lean_is_scalar(x_1488)) { + x_1489 = lean_alloc_ctor(0, 4, 0); +} else { + x_1489 = x_1488; +} +lean_ctor_set(x_1489, 0, x_1485); +lean_ctor_set(x_1489, 1, x_1481); +lean_ctor_set(x_1489, 2, x_1486); +lean_ctor_set(x_1489, 3, x_1487); +x_1490 = lean_st_ref_set(x_9, x_1489, x_1484); +x_1491 = lean_ctor_get(x_1490, 1); lean_inc(x_1491); -lean_dec(x_1489); -x_1492 = lean_ctor_get(x_1490, 1); -lean_inc(x_1492); lean_dec(x_1490); -lean_inc(x_1485); -x_1493 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); -lean_closure_set(x_1493, 0, x_1485); -x_1494 = x_1493; -x_1495 = lean_environment_main_module(x_1485); -lean_inc(x_793); -lean_inc(x_787); -lean_inc(x_786); -x_1496 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_1496, 0, x_1494); -lean_ctor_set(x_1496, 1, x_1495); -lean_ctor_set(x_1496, 2, x_1487); -lean_ctor_set(x_1496, 3, x_786); -lean_ctor_set(x_1496, 4, x_787); -lean_ctor_set(x_1496, 5, x_793); -x_1497 = x_1481; -lean_inc(x_1496); -x_1498 = lean_apply_2(x_1497, x_1496, x_1492); -if (lean_obj_tag(x_1498) == 0) +x_1144 = x_1480; +x_1145 = x_1491; +goto block_1463; +} +else { -lean_object* x_1499; lean_object* x_1500; lean_object* x_1501; -x_1499 = lean_ctor_get(x_1498, 0); +lean_object* x_1492; +lean_dec(x_827); +lean_dec(x_814); +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_2); +x_1492 = lean_ctor_get(x_1479, 0); +lean_inc(x_1492); +lean_dec(x_1479); +if (lean_obj_tag(x_1492) == 0) +{ +lean_object* x_1493; lean_object* x_1494; lean_object* x_1495; lean_object* x_1496; lean_object* x_1497; lean_object* x_1498; lean_object* x_1499; lean_object* x_1500; lean_object* x_1501; +x_1493 = lean_ctor_get(x_1492, 0); +lean_inc(x_1493); +x_1494 = lean_ctor_get(x_1492, 1); +lean_inc(x_1494); +lean_dec(x_1492); +x_1495 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_1495, 0, x_1494); +x_1496 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_1496, 0, x_1495); +x_1497 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1493, x_1496, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_1473); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1493); +x_1498 = lean_ctor_get(x_1497, 0); +lean_inc(x_1498); +x_1499 = lean_ctor_get(x_1497, 1); lean_inc(x_1499); -x_1500 = lean_ctor_get(x_1498, 1); -lean_inc(x_1500); -lean_dec(x_1498); -x_1501 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple(x_1499, x_1496, x_1500); -if (lean_obj_tag(x_1501) == 0) +if (lean_is_exclusive(x_1497)) { + lean_ctor_release(x_1497, 0); + lean_ctor_release(x_1497, 1); + x_1500 = x_1497; +} else { + lean_dec_ref(x_1497); + x_1500 = lean_box(0); +} +if (lean_is_scalar(x_1500)) { + x_1501 = lean_alloc_ctor(1, 2, 0); +} else { + x_1501 = x_1500; +} +lean_ctor_set(x_1501, 0, x_1498); +lean_ctor_set(x_1501, 1, x_1499); +return x_1501; +} +else { -lean_object* x_1502; lean_object* x_1503; lean_object* x_1504; lean_object* x_1505; lean_object* x_1506; lean_object* x_1507; lean_object* x_1508; lean_object* x_1509; lean_object* x_1510; lean_object* x_1511; lean_object* x_1512; lean_object* x_1513; lean_object* x_1514; lean_object* x_1515; -x_1502 = lean_ctor_get(x_1501, 0); -lean_inc(x_1502); -x_1503 = lean_ctor_get(x_1501, 1); +lean_object* x_1502; lean_object* x_1503; lean_object* x_1504; lean_object* x_1505; lean_object* x_1506; +lean_dec(x_812); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_1502 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1473); +x_1503 = lean_ctor_get(x_1502, 0); lean_inc(x_1503); -lean_dec(x_1501); -x_1504 = lean_st_ref_take(x_9, x_1491); -x_1505 = lean_ctor_get(x_1504, 0); -lean_inc(x_1505); -x_1506 = lean_ctor_get(x_1504, 1); -lean_inc(x_1506); -lean_dec(x_1504); -x_1507 = lean_ctor_get(x_1505, 0); -lean_inc(x_1507); -x_1508 = lean_ctor_get(x_1505, 2); -lean_inc(x_1508); -x_1509 = lean_ctor_get(x_1505, 3); -lean_inc(x_1509); -if (lean_is_exclusive(x_1505)) { - lean_ctor_release(x_1505, 0); - lean_ctor_release(x_1505, 1); - lean_ctor_release(x_1505, 2); - lean_ctor_release(x_1505, 3); - x_1510 = x_1505; +x_1504 = lean_ctor_get(x_1502, 1); +lean_inc(x_1504); +if (lean_is_exclusive(x_1502)) { + lean_ctor_release(x_1502, 0); + lean_ctor_release(x_1502, 1); + x_1505 = x_1502; } else { - lean_dec_ref(x_1505); - x_1510 = lean_box(0); + lean_dec_ref(x_1502); + x_1505 = lean_box(0); } -if (lean_is_scalar(x_1510)) { - x_1511 = lean_alloc_ctor(0, 4, 0); +if (lean_is_scalar(x_1505)) { + x_1506 = lean_alloc_ctor(1, 2, 0); } else { - x_1511 = x_1510; + x_1506 = x_1505; } -lean_ctor_set(x_1511, 0, x_1507); -lean_ctor_set(x_1511, 1, x_1503); -lean_ctor_set(x_1511, 2, x_1508); -lean_ctor_set(x_1511, 3, x_1509); -x_1512 = lean_st_ref_set(x_9, x_1511, x_1506); -x_1513 = lean_ctor_get(x_1512, 1); -lean_inc(x_1513); -if (lean_is_exclusive(x_1512)) { - lean_ctor_release(x_1512, 0); - lean_ctor_release(x_1512, 1); - x_1514 = x_1512; -} else { - lean_dec_ref(x_1512); - x_1514 = lean_box(0); +lean_ctor_set(x_1506, 0, x_1503); +lean_ctor_set(x_1506, 1, x_1504); +return x_1506; } -if (lean_is_scalar(x_1514)) { - x_1515 = lean_alloc_ctor(0, 2, 0); -} else { - x_1515 = x_1514; } -lean_ctor_set(x_1515, 0, x_1502); -lean_ctor_set(x_1515, 1, x_1513); -x_808 = x_1515; -goto block_1475; -} -else +block_1463: { -lean_object* x_1516; -x_1516 = lean_ctor_get(x_1501, 0); -lean_inc(x_1516); -lean_dec(x_1501); -if (lean_obj_tag(x_1516) == 0) -{ -lean_object* x_1517; lean_object* x_1518; lean_object* x_1519; lean_object* x_1520; lean_object* x_1521; -x_1517 = lean_ctor_get(x_1516, 0); -lean_inc(x_1517); -x_1518 = lean_ctor_get(x_1516, 1); -lean_inc(x_1518); -lean_dec(x_1516); -x_1519 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_1519, 0, x_1518); -x_1520 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_1520, 0, x_1519); -lean_inc(x_794); -x_1521 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1517, x_1520, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_1491); -lean_dec(x_1517); -x_808 = x_1521; -goto block_1475; -} -else -{ -lean_object* x_1522; -x_1522 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1491); -x_808 = x_1522; -goto block_1475; -} -} -} -else -{ -lean_object* x_1523; -lean_dec(x_1496); -x_1523 = lean_ctor_get(x_1498, 0); -lean_inc(x_1523); -lean_dec(x_1498); -if (lean_obj_tag(x_1523) == 0) -{ -lean_object* x_1524; lean_object* x_1525; lean_object* x_1526; lean_object* x_1527; lean_object* x_1528; -x_1524 = lean_ctor_get(x_1523, 0); -lean_inc(x_1524); -x_1525 = lean_ctor_get(x_1523, 1); -lean_inc(x_1525); -lean_dec(x_1523); -x_1526 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_1526, 0, x_1525); -x_1527 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_1527, 0, x_1526); -lean_inc(x_794); -x_1528 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1524, x_1527, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_1491); -lean_dec(x_1524); -x_808 = x_1528; -goto block_1475; -} -else -{ -lean_object* x_1529; -x_1529 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1491); -x_808 = x_1529; -goto block_1475; -} -} -block_1475: -{ -if (lean_obj_tag(x_808) == 0) -{ -lean_object* x_809; lean_object* x_810; lean_object* x_811; uint8_t x_812; -x_809 = lean_ctor_get(x_808, 0); -lean_inc(x_809); -x_810 = lean_ctor_get(x_808, 1); -lean_inc(x_810); -lean_dec(x_808); -x_811 = lean_ctor_get(x_801, 0); -lean_inc(x_811); -lean_dec(x_801); -x_812 = l_Lean_Elab_Term_Do_hasExitPointPred_loop___at_Lean_Elab_Term_Do_hasReturn___spec__1(x_811); -lean_dec(x_811); -if (x_812 == 0) -{ -lean_object* x_813; lean_object* x_814; lean_object* x_815; lean_object* x_816; lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_1059; lean_object* x_1060; lean_object* x_1061; lean_object* x_1062; lean_object* x_1063; lean_object* x_1064; lean_object* x_1065; lean_object* x_1066; lean_object* x_1067; lean_object* x_1068; lean_object* x_1069; lean_object* x_1070; lean_object* x_1071; lean_object* x_1072; lean_object* x_1073; lean_object* x_1074; -x_813 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_810); -x_814 = lean_ctor_get(x_813, 0); -lean_inc(x_814); -x_815 = lean_ctor_get(x_813, 1); -lean_inc(x_815); -lean_dec(x_813); -x_816 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_815); -x_817 = lean_ctor_get(x_816, 0); -lean_inc(x_817); -x_818 = lean_ctor_get(x_816, 1); -lean_inc(x_818); -lean_dec(x_816); -x_819 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_818); -x_820 = lean_ctor_get(x_819, 0); -lean_inc(x_820); -x_821 = lean_ctor_get(x_819, 1); -lean_inc(x_821); -lean_dec(x_819); -x_822 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__7; -x_823 = l_Lean_addMacroScope(x_820, x_822, x_817); -x_824 = lean_box(0); -x_825 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__6; -x_826 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_826, 0, x_814); -lean_ctor_set(x_826, 1, x_825); -lean_ctor_set(x_826, 2, x_823); -lean_ctor_set(x_826, 3, x_824); -x_1059 = lean_st_ref_get(x_9, x_821); -x_1060 = lean_ctor_get(x_1059, 0); -lean_inc(x_1060); -x_1061 = lean_ctor_get(x_1059, 1); -lean_inc(x_1061); -lean_dec(x_1059); -x_1062 = lean_ctor_get(x_1060, 0); -lean_inc(x_1062); -lean_dec(x_1060); -x_1063 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_1061); -x_1064 = lean_ctor_get(x_1063, 0); -lean_inc(x_1064); -x_1065 = lean_ctor_get(x_1063, 1); -lean_inc(x_1065); -lean_dec(x_1063); -x_1066 = lean_st_ref_get(x_9, x_1065); -x_1067 = lean_ctor_get(x_1066, 0); -lean_inc(x_1067); -x_1068 = lean_ctor_get(x_1066, 1); -lean_inc(x_1068); -lean_dec(x_1066); -x_1069 = lean_ctor_get(x_1067, 1); -lean_inc(x_1069); -lean_dec(x_1067); -lean_inc(x_1062); -x_1070 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); -lean_closure_set(x_1070, 0, x_1062); -x_1071 = x_1070; -x_1072 = lean_environment_main_module(x_1062); -x_1073 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_1073, 0, x_1071); -lean_ctor_set(x_1073, 1, x_1072); -lean_ctor_set(x_1073, 2, x_1064); -lean_ctor_set(x_1073, 3, x_786); -lean_ctor_set(x_1073, 4, x_787); -lean_ctor_set(x_1073, 5, x_793); -x_1074 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_806, x_826, x_807, x_1073, x_1069); -if (lean_obj_tag(x_1074) == 0) -{ -lean_object* x_1075; lean_object* x_1076; lean_object* x_1077; lean_object* x_1078; lean_object* x_1079; lean_object* x_1080; lean_object* x_1081; lean_object* x_1082; lean_object* x_1083; lean_object* x_1084; lean_object* x_1085; lean_object* x_1086; -x_1075 = lean_ctor_get(x_1074, 0); -lean_inc(x_1075); -x_1076 = lean_ctor_get(x_1074, 1); -lean_inc(x_1076); -lean_dec(x_1074); -x_1077 = lean_st_ref_take(x_9, x_1068); -x_1078 = lean_ctor_get(x_1077, 0); -lean_inc(x_1078); -x_1079 = lean_ctor_get(x_1077, 1); -lean_inc(x_1079); -lean_dec(x_1077); -x_1080 = lean_ctor_get(x_1078, 0); -lean_inc(x_1080); -x_1081 = lean_ctor_get(x_1078, 2); -lean_inc(x_1081); -x_1082 = lean_ctor_get(x_1078, 3); -lean_inc(x_1082); -if (lean_is_exclusive(x_1078)) { - lean_ctor_release(x_1078, 0); - lean_ctor_release(x_1078, 1); - lean_ctor_release(x_1078, 2); - lean_ctor_release(x_1078, 3); - x_1083 = x_1078; -} else { - lean_dec_ref(x_1078); - x_1083 = lean_box(0); -} -if (lean_is_scalar(x_1083)) { - x_1084 = lean_alloc_ctor(0, 4, 0); -} else { - x_1084 = x_1083; -} -lean_ctor_set(x_1084, 0, x_1080); -lean_ctor_set(x_1084, 1, x_1076); -lean_ctor_set(x_1084, 2, x_1081); -lean_ctor_set(x_1084, 3, x_1082); -x_1085 = lean_st_ref_set(x_9, x_1084, x_1079); -x_1086 = lean_ctor_get(x_1085, 1); -lean_inc(x_1086); -lean_dec(x_1085); -x_827 = x_1075; -x_828 = x_1086; -goto block_1058; -} -else -{ -lean_object* x_1087; -lean_dec(x_809); -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_2); -x_1087 = lean_ctor_get(x_1074, 0); -lean_inc(x_1087); -lean_dec(x_1074); -if (lean_obj_tag(x_1087) == 0) -{ -lean_object* x_1088; lean_object* x_1089; lean_object* x_1090; lean_object* x_1091; lean_object* x_1092; lean_object* x_1093; lean_object* x_1094; lean_object* x_1095; lean_object* x_1096; -x_1088 = lean_ctor_get(x_1087, 0); -lean_inc(x_1088); -x_1089 = lean_ctor_get(x_1087, 1); -lean_inc(x_1089); -lean_dec(x_1087); -x_1090 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_1090, 0, x_1089); -x_1091 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_1091, 0, x_1090); -x_1092 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1088, x_1091, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_1068); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1088); -x_1093 = lean_ctor_get(x_1092, 0); -lean_inc(x_1093); -x_1094 = lean_ctor_get(x_1092, 1); -lean_inc(x_1094); -if (lean_is_exclusive(x_1092)) { - lean_ctor_release(x_1092, 0); - lean_ctor_release(x_1092, 1); - x_1095 = x_1092; -} else { - lean_dec_ref(x_1092); - x_1095 = lean_box(0); -} -if (lean_is_scalar(x_1095)) { - x_1096 = lean_alloc_ctor(1, 2, 0); -} else { - x_1096 = x_1095; -} -lean_ctor_set(x_1096, 0, x_1093); -lean_ctor_set(x_1096, 1, x_1094); -return x_1096; -} -else -{ -lean_object* x_1097; lean_object* x_1098; lean_object* x_1099; lean_object* x_1100; lean_object* x_1101; -lean_dec(x_794); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_1097 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1068); -x_1098 = lean_ctor_get(x_1097, 0); -lean_inc(x_1098); -x_1099 = lean_ctor_get(x_1097, 1); -lean_inc(x_1099); -if (lean_is_exclusive(x_1097)) { - lean_ctor_release(x_1097, 0); - lean_ctor_release(x_1097, 1); - x_1100 = x_1097; -} else { - lean_dec_ref(x_1097); - x_1100 = lean_box(0); -} -if (lean_is_scalar(x_1100)) { - x_1101 = lean_alloc_ctor(1, 2, 0); -} else { - x_1101 = x_1100; -} -lean_ctor_set(x_1101, 0, x_1098); -lean_ctor_set(x_1101, 1, x_1099); -return x_1101; -} -} -block_1058: -{ -lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; lean_object* x_840; lean_object* x_841; lean_object* x_842; lean_object* x_843; lean_object* x_844; lean_object* x_845; lean_object* x_846; lean_object* x_847; lean_object* x_848; lean_object* x_849; lean_object* x_850; lean_object* x_851; lean_object* x_852; lean_object* x_853; lean_object* x_854; lean_object* x_855; lean_object* x_856; lean_object* x_857; lean_object* x_858; lean_object* x_859; lean_object* x_860; lean_object* x_861; lean_object* x_862; lean_object* x_863; lean_object* x_864; lean_object* x_865; lean_object* x_866; lean_object* x_867; lean_object* x_868; lean_object* x_869; lean_object* x_870; lean_object* x_871; lean_object* x_872; lean_object* x_873; lean_object* x_874; lean_object* x_875; lean_object* x_876; uint8_t x_877; -x_829 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_828); -x_830 = lean_ctor_get(x_829, 0); -lean_inc(x_830); -x_831 = lean_ctor_get(x_829, 1); -lean_inc(x_831); -lean_dec(x_829); -x_832 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_831); -x_833 = lean_ctor_get(x_832, 0); -lean_inc(x_833); -x_834 = lean_ctor_get(x_832, 1); -lean_inc(x_834); -lean_dec(x_832); -x_835 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_834); -x_836 = lean_ctor_get(x_835, 0); -lean_inc(x_836); -x_837 = lean_ctor_get(x_835, 1); -lean_inc(x_837); -lean_dec(x_835); -x_838 = l_Array_empty___closed__1; -x_839 = lean_array_push(x_838, x_21); -x_840 = l_Lean_Name_toString___closed__1; -lean_inc(x_830); -x_841 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_841, 0, x_830); -lean_ctor_set(x_841, 1, x_840); -x_842 = lean_array_push(x_839, x_841); -x_843 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; -lean_inc(x_833); -lean_inc(x_836); -x_844 = l_Lean_addMacroScope(x_836, x_843, x_833); -x_845 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; -x_846 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; -lean_inc(x_830); -x_847 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_847, 0, x_830); -lean_ctor_set(x_847, 1, x_845); -lean_ctor_set(x_847, 2, x_844); -lean_ctor_set(x_847, 3, x_846); -x_848 = lean_array_push(x_842, x_847); -x_849 = l_Lean_Parser_Term_proj___elambda__1___closed__1; -x_850 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_850, 0, x_849); -lean_ctor_set(x_850, 1, x_848); -x_851 = lean_array_push(x_838, x_850); -x_852 = lean_array_push(x_838, x_809); -x_853 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; -lean_inc(x_830); -x_854 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_854, 0, x_830); -lean_ctor_set(x_854, 1, x_853); -x_855 = lean_array_push(x_838, x_854); -x_856 = lean_array_push(x_838, x_19); -x_857 = l_Lean_addMacroScope(x_836, x_822, x_833); -lean_inc(x_830); -x_858 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_858, 0, x_830); -lean_ctor_set(x_858, 1, x_825); -lean_ctor_set(x_858, 2, x_857); -lean_ctor_set(x_858, 3, x_824); -x_859 = lean_array_push(x_856, x_858); -x_860 = l_Lean_nullKind___closed__2; -x_861 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_861, 0, x_860); -lean_ctor_set(x_861, 1, x_859); -x_862 = lean_array_push(x_838, x_861); -x_863 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -x_864 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_864, 0, x_830); -lean_ctor_set(x_864, 1, x_863); -x_865 = lean_array_push(x_862, x_864); -x_866 = lean_array_push(x_865, x_827); -x_867 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; -x_868 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_868, 0, x_867); -lean_ctor_set(x_868, 1, x_866); -x_869 = lean_array_push(x_855, x_868); -x_870 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; -x_871 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_871, 0, x_870); -lean_ctor_set(x_871, 1, x_869); -lean_inc(x_852); -x_872 = lean_array_push(x_852, x_871); -x_873 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_873, 0, x_860); -lean_ctor_set(x_873, 1, x_872); -x_874 = lean_array_push(x_851, x_873); -x_875 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_876 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_876, 0, x_875); -lean_ctor_set(x_876, 1, x_874); -x_877 = l_List_isEmpty___rarg(x_2); -if (x_877 == 0) -{ -lean_object* x_878; lean_object* x_879; lean_object* x_880; lean_object* x_881; lean_object* x_882; lean_object* x_883; lean_object* x_884; lean_object* x_885; lean_object* x_886; lean_object* x_887; lean_object* x_888; lean_object* x_889; lean_object* x_890; lean_object* x_891; lean_object* x_892; lean_object* x_893; lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; lean_object* x_904; lean_object* x_905; lean_object* x_906; lean_object* x_907; lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; lean_object* x_912; lean_object* x_913; lean_object* x_914; lean_object* x_915; lean_object* x_916; lean_object* x_917; lean_object* x_918; lean_object* x_919; lean_object* x_920; lean_object* x_921; lean_object* x_922; lean_object* x_923; lean_object* x_924; lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; lean_object* x_931; lean_object* x_932; lean_object* x_933; lean_object* x_934; lean_object* x_935; lean_object* x_936; lean_object* x_937; lean_object* x_938; lean_object* x_939; lean_object* x_940; lean_object* x_941; lean_object* x_942; lean_object* x_943; lean_object* x_944; lean_object* x_945; -x_878 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_837); -x_879 = lean_ctor_get(x_878, 0); -lean_inc(x_879); -x_880 = lean_ctor_get(x_878, 1); -lean_inc(x_880); -lean_dec(x_878); -x_881 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_880); -x_882 = lean_ctor_get(x_881, 0); -lean_inc(x_882); -x_883 = lean_ctor_get(x_881, 1); -lean_inc(x_883); -lean_dec(x_881); -x_884 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_883); -x_885 = lean_ctor_get(x_884, 0); -lean_inc(x_885); -x_886 = lean_ctor_get(x_884, 1); -lean_inc(x_886); -lean_dec(x_884); -x_887 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_879); -x_888 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_888, 0, x_879); -lean_ctor_set(x_888, 1, x_887); -x_889 = lean_array_push(x_838, x_888); -x_890 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_879); -x_891 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_891, 0, x_879); -lean_ctor_set(x_891, 1, x_890); -x_892 = lean_array_push(x_838, x_891); -x_893 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; -x_894 = lean_array_push(x_892, x_893); -x_895 = l_Lean_addMacroScope(x_885, x_822, x_882); -lean_inc(x_879); -x_896 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_896, 0, x_879); -lean_ctor_set(x_896, 1, x_825); -lean_ctor_set(x_896, 2, x_895); -lean_ctor_set(x_896, 3, x_824); -lean_inc(x_896); -x_897 = lean_array_push(x_838, x_896); -x_898 = lean_array_push(x_897, x_893); -x_899 = l_Lean_Parser_Tactic_rwRule___closed__3; -lean_inc(x_879); -x_900 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_900, 0, x_879); -lean_ctor_set(x_900, 1, x_899); -x_901 = lean_array_push(x_898, x_900); -x_902 = lean_array_push(x_838, x_876); -x_903 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; -x_904 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_904, 0, x_903); -lean_ctor_set(x_904, 1, x_902); -x_905 = lean_array_push(x_901, x_904); -x_906 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; -x_907 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_907, 0, x_906); -lean_ctor_set(x_907, 1, x_905); -x_908 = lean_array_push(x_894, x_907); -x_909 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; -x_910 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_910, 0, x_909); -lean_ctor_set(x_910, 1, x_908); -x_911 = lean_array_push(x_838, x_910); -x_912 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; -lean_inc(x_879); -x_913 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_913, 0, x_879); -lean_ctor_set(x_913, 1, x_912); -x_914 = lean_array_push(x_838, x_913); -x_915 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_915, 0, x_860); -lean_ctor_set(x_915, 1, x_914); -x_916 = lean_array_push(x_911, x_915); -x_917 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_918 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_918, 0, x_917); -lean_ctor_set(x_918, 1, x_916); -x_919 = lean_array_push(x_838, x_918); -x_920 = lean_array_push(x_852, x_893); -x_921 = lean_array_push(x_920, x_893); -x_922 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -x_923 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_923, 0, x_879); -lean_ctor_set(x_923, 1, x_922); -x_924 = lean_array_push(x_921, x_923); -x_925 = lean_array_push(x_924, x_896); -x_926 = l_Lean_Parser_Term_letPatDecl___closed__2; -x_927 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_927, 0, x_926); -lean_ctor_set(x_927, 1, x_925); -x_928 = lean_array_push(x_838, x_927); -x_929 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_930 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_930, 0, x_929); -lean_ctor_set(x_930, 1, x_928); -x_931 = lean_array_push(x_838, x_930); -x_932 = lean_array_push(x_931, x_893); -x_933 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_933, 0, x_917); -lean_ctor_set(x_933, 1, x_932); -x_934 = lean_array_push(x_919, x_933); -x_935 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_935, 0, x_860); -lean_ctor_set(x_935, 1, x_934); -x_936 = lean_array_push(x_838, x_935); -x_937 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_938 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_938, 0, x_937); -lean_ctor_set(x_938, 1, x_936); -x_939 = lean_array_push(x_889, x_938); -x_940 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_941 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_941, 0, x_940); -lean_ctor_set(x_941, 1, x_939); -x_942 = l_Lean_Syntax_getArg(x_941, x_11); -lean_dec(x_941); -x_943 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_942); -x_944 = l_List_append___rarg(x_943, x_2); -x_945 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_944, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_886); -return x_945; -} -else -{ -lean_object* x_946; lean_object* x_947; lean_object* x_948; lean_object* x_949; lean_object* x_950; lean_object* x_951; lean_object* x_952; lean_object* x_953; lean_object* x_954; lean_object* x_955; lean_object* x_956; lean_object* x_957; lean_object* x_958; lean_object* x_959; lean_object* x_960; lean_object* x_961; lean_object* x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; lean_object* x_970; lean_object* x_971; lean_object* x_972; lean_object* x_973; lean_object* x_974; lean_object* x_975; lean_object* x_976; lean_object* x_977; lean_object* x_978; lean_object* x_979; lean_object* x_980; lean_object* x_981; lean_object* x_982; lean_object* x_983; lean_object* x_984; lean_object* x_985; lean_object* x_986; lean_object* x_987; lean_object* x_988; lean_object* x_989; lean_object* x_990; lean_object* x_991; lean_object* x_992; lean_object* x_993; lean_object* x_994; lean_object* x_995; lean_object* x_996; lean_object* x_997; lean_object* x_998; lean_object* x_999; lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; lean_object* x_1007; lean_object* x_1008; lean_object* x_1009; lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; lean_object* x_1013; lean_object* x_1014; lean_object* x_1015; lean_object* x_1016; lean_object* x_1017; lean_object* x_1018; lean_object* x_1019; lean_object* x_1020; lean_object* x_1021; lean_object* x_1022; lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; lean_object* x_1027; lean_object* x_1028; lean_object* x_1029; lean_object* x_1030; lean_object* x_1031; lean_object* x_1032; lean_object* x_1033; lean_object* x_1034; lean_object* x_1035; lean_object* x_1036; lean_object* x_1037; lean_object* x_1038; lean_object* x_1039; lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; lean_object* x_1043; lean_object* x_1044; lean_object* x_1045; lean_object* x_1046; lean_object* x_1047; lean_object* x_1048; lean_object* x_1049; lean_object* x_1050; lean_object* x_1051; lean_object* x_1052; lean_object* x_1053; lean_object* x_1054; lean_object* x_1055; lean_object* x_1056; lean_object* x_1057; -lean_dec(x_2); -x_946 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_837); -x_947 = lean_ctor_get(x_946, 0); -lean_inc(x_947); -x_948 = lean_ctor_get(x_946, 1); -lean_inc(x_948); -lean_dec(x_946); -x_949 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_948); -x_950 = lean_ctor_get(x_949, 0); -lean_inc(x_950); -x_951 = lean_ctor_get(x_949, 1); -lean_inc(x_951); -lean_dec(x_949); -x_952 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_951); -x_953 = lean_ctor_get(x_952, 0); -lean_inc(x_953); -x_954 = lean_ctor_get(x_952, 1); -lean_inc(x_954); -lean_dec(x_952); -x_955 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_947); -x_956 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_956, 0, x_947); -lean_ctor_set(x_956, 1, x_955); -x_957 = lean_array_push(x_838, x_956); -x_958 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_947); -x_959 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_959, 0, x_947); -lean_ctor_set(x_959, 1, x_958); -x_960 = lean_array_push(x_838, x_959); -x_961 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; -x_962 = lean_array_push(x_960, x_961); -lean_inc(x_950); -lean_inc(x_953); -x_963 = l_Lean_addMacroScope(x_953, x_822, x_950); -lean_inc(x_947); -x_964 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_964, 0, x_947); -lean_ctor_set(x_964, 1, x_825); -lean_ctor_set(x_964, 2, x_963); -lean_ctor_set(x_964, 3, x_824); -lean_inc(x_964); -x_965 = lean_array_push(x_838, x_964); -x_966 = lean_array_push(x_965, x_961); -x_967 = l_Lean_Parser_Tactic_rwRule___closed__3; -lean_inc(x_947); -x_968 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_968, 0, x_947); -lean_ctor_set(x_968, 1, x_967); -x_969 = lean_array_push(x_966, x_968); -x_970 = lean_array_push(x_838, x_876); -x_971 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; -x_972 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_972, 0, x_971); -lean_ctor_set(x_972, 1, x_970); -x_973 = lean_array_push(x_969, x_972); -x_974 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; -x_975 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_975, 0, x_974); -lean_ctor_set(x_975, 1, x_973); -x_976 = lean_array_push(x_962, x_975); -x_977 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; -x_978 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_978, 0, x_977); -lean_ctor_set(x_978, 1, x_976); -x_979 = lean_array_push(x_838, x_978); -x_980 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; -lean_inc(x_947); -x_981 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_981, 0, x_947); -lean_ctor_set(x_981, 1, x_980); -x_982 = lean_array_push(x_838, x_981); -x_983 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_983, 0, x_860); -lean_ctor_set(x_983, 1, x_982); -lean_inc(x_983); -x_984 = lean_array_push(x_979, x_983); -x_985 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_986 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_986, 0, x_985); -lean_ctor_set(x_986, 1, x_984); -x_987 = lean_array_push(x_838, x_986); -x_988 = lean_array_push(x_852, x_961); -x_989 = lean_array_push(x_988, x_961); -x_990 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_947); -x_991 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_991, 0, x_947); -lean_ctor_set(x_991, 1, x_990); -x_992 = lean_array_push(x_989, x_991); -x_993 = lean_array_push(x_992, x_964); -x_994 = l_Lean_Parser_Term_letPatDecl___closed__2; -x_995 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_995, 0, x_994); -lean_ctor_set(x_995, 1, x_993); -x_996 = lean_array_push(x_838, x_995); -x_997 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_998 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_998, 0, x_997); -lean_ctor_set(x_998, 1, x_996); -x_999 = lean_array_push(x_838, x_998); -x_1000 = lean_array_push(x_999, x_983); -x_1001 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1001, 0, x_985); -lean_ctor_set(x_1001, 1, x_1000); -x_1002 = lean_array_push(x_987, x_1001); -x_1003 = l_Lean_Meta_mkPure___closed__4; -lean_inc(x_950); -lean_inc(x_953); -x_1004 = l_Lean_addMacroScope(x_953, x_1003, x_950); -x_1005 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; -x_1006 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; -lean_inc(x_947); -x_1007 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1007, 0, x_947); -lean_ctor_set(x_1007, 1, x_1005); -lean_ctor_set(x_1007, 2, x_1004); -lean_ctor_set(x_1007, 3, x_1006); -x_1008 = lean_array_push(x_838, x_1007); -x_1009 = l_prec_x28___x29___closed__3; -lean_inc(x_947); -x_1010 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1010, 0, x_947); -lean_ctor_set(x_1010, 1, x_1009); -x_1011 = lean_array_push(x_838, x_1010); -x_1012 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; -lean_inc(x_947); -x_1013 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1013, 0, x_947); -lean_ctor_set(x_1013, 1, x_1012); -x_1014 = lean_array_push(x_838, x_1013); -x_1015 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; -lean_inc(x_947); -x_1016 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1016, 0, x_947); -lean_ctor_set(x_1016, 1, x_1015); -x_1017 = lean_array_push(x_838, x_1016); -x_1018 = l_Lean_strLitKind___closed__2; -x_1019 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1019, 0, x_1018); -lean_ctor_set(x_1019, 1, x_1017); -x_1020 = lean_array_push(x_1014, x_1019); -x_1021 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; -x_1022 = l_Lean_addMacroScope(x_953, x_1021, x_950); -x_1023 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; -x_1024 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; -lean_inc(x_947); -x_1025 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1025, 0, x_947); -lean_ctor_set(x_1025, 1, x_1023); -lean_ctor_set(x_1025, 2, x_1022); -lean_ctor_set(x_1025, 3, x_1024); -x_1026 = lean_array_push(x_1020, x_1025); -x_1027 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; -x_1028 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1028, 0, x_1027); -lean_ctor_set(x_1028, 1, x_1026); -x_1029 = lean_array_push(x_838, x_1028); -x_1030 = lean_array_push(x_1029, x_961); -x_1031 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1031, 0, x_860); -lean_ctor_set(x_1031, 1, x_1030); -x_1032 = lean_array_push(x_1011, x_1031); -x_1033 = l_prec_x28___x29___closed__7; -x_1034 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1034, 0, x_947); -lean_ctor_set(x_1034, 1, x_1033); -x_1035 = lean_array_push(x_1032, x_1034); -x_1036 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_1037 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1037, 0, x_1036); -lean_ctor_set(x_1037, 1, x_1035); -x_1038 = lean_array_push(x_838, x_1037); -x_1039 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1039, 0, x_860); -lean_ctor_set(x_1039, 1, x_1038); -x_1040 = lean_array_push(x_1008, x_1039); -x_1041 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1041, 0, x_875); -lean_ctor_set(x_1041, 1, x_1040); -x_1042 = lean_array_push(x_838, x_1041); -x_1043 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1043, 0, x_971); -lean_ctor_set(x_1043, 1, x_1042); -x_1044 = lean_array_push(x_838, x_1043); -x_1045 = lean_array_push(x_1044, x_961); -x_1046 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1046, 0, x_985); -lean_ctor_set(x_1046, 1, x_1045); -x_1047 = lean_array_push(x_1002, x_1046); -x_1048 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1048, 0, x_860); -lean_ctor_set(x_1048, 1, x_1047); -x_1049 = lean_array_push(x_838, x_1048); -x_1050 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_1051 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1051, 0, x_1050); -lean_ctor_set(x_1051, 1, x_1049); -x_1052 = lean_array_push(x_957, x_1051); -x_1053 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_1054 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1054, 0, x_1053); -lean_ctor_set(x_1054, 1, x_1052); -x_1055 = l_Lean_Syntax_getArg(x_1054, x_11); -lean_dec(x_1054); -x_1056 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_1055); -x_1057 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_1056, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_954); -return x_1057; -} -} -} -else -{ -lean_object* x_1102; lean_object* x_1103; lean_object* x_1104; lean_object* x_1105; lean_object* x_1106; lean_object* x_1107; lean_object* x_1108; lean_object* x_1109; lean_object* x_1110; lean_object* x_1111; lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; lean_object* x_1115; lean_object* x_1116; lean_object* x_1117; lean_object* x_1428; lean_object* x_1429; lean_object* x_1430; lean_object* x_1431; lean_object* x_1432; lean_object* x_1433; lean_object* x_1434; lean_object* x_1435; lean_object* x_1436; lean_object* x_1437; lean_object* x_1438; lean_object* x_1439; lean_object* x_1440; lean_object* x_1441; lean_object* x_1442; lean_object* x_1443; -x_1102 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_810); -x_1103 = lean_ctor_get(x_1102, 0); -lean_inc(x_1103); -x_1104 = lean_ctor_get(x_1102, 1); -lean_inc(x_1104); -lean_dec(x_1102); -x_1105 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_1104); -x_1106 = lean_ctor_get(x_1105, 0); -lean_inc(x_1106); -x_1107 = lean_ctor_get(x_1105, 1); -lean_inc(x_1107); -lean_dec(x_1105); -x_1108 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1107); -x_1109 = lean_ctor_get(x_1108, 0); -lean_inc(x_1109); -x_1110 = lean_ctor_get(x_1108, 1); -lean_inc(x_1110); -lean_dec(x_1108); -x_1111 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__7; -x_1112 = l_Lean_addMacroScope(x_1109, x_1111, x_1106); -x_1113 = lean_box(0); -x_1114 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__6; -x_1115 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1115, 0, x_1103); -lean_ctor_set(x_1115, 1, x_1114); -lean_ctor_set(x_1115, 2, x_1112); -lean_ctor_set(x_1115, 3, x_1113); -x_1428 = lean_st_ref_get(x_9, x_1110); -x_1429 = lean_ctor_get(x_1428, 0); -lean_inc(x_1429); -x_1430 = lean_ctor_get(x_1428, 1); -lean_inc(x_1430); -lean_dec(x_1428); -x_1431 = lean_ctor_get(x_1429, 0); -lean_inc(x_1431); -lean_dec(x_1429); -x_1432 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_1430); -x_1433 = lean_ctor_get(x_1432, 0); -lean_inc(x_1433); -x_1434 = lean_ctor_get(x_1432, 1); -lean_inc(x_1434); -lean_dec(x_1432); -x_1435 = lean_st_ref_get(x_9, x_1434); -x_1436 = lean_ctor_get(x_1435, 0); -lean_inc(x_1436); -x_1437 = lean_ctor_get(x_1435, 1); -lean_inc(x_1437); -lean_dec(x_1435); -x_1438 = lean_ctor_get(x_1436, 1); -lean_inc(x_1438); -lean_dec(x_1436); -lean_inc(x_1431); -x_1439 = lean_alloc_closure((void*)(l___private_Lean_Elab_Util_0__Lean_Elab_expandMacro_x3f___boxed), 4, 1); -lean_closure_set(x_1439, 0, x_1431); -x_1440 = x_1439; -x_1441 = lean_environment_main_module(x_1431); -x_1442 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_1442, 0, x_1440); -lean_ctor_set(x_1442, 1, x_1441); -lean_ctor_set(x_1442, 2, x_1433); -lean_ctor_set(x_1442, 3, x_786); -lean_ctor_set(x_1442, 4, x_787); -lean_ctor_set(x_1442, 5, x_793); -x_1443 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple(x_806, x_1115, x_807, x_1442, x_1438); -if (lean_obj_tag(x_1443) == 0) -{ -lean_object* x_1444; lean_object* x_1445; lean_object* x_1446; lean_object* x_1447; lean_object* x_1448; lean_object* x_1449; lean_object* x_1450; lean_object* x_1451; lean_object* x_1452; lean_object* x_1453; lean_object* x_1454; lean_object* x_1455; -x_1444 = lean_ctor_get(x_1443, 0); -lean_inc(x_1444); -x_1445 = lean_ctor_get(x_1443, 1); -lean_inc(x_1445); -lean_dec(x_1443); -x_1446 = lean_st_ref_take(x_9, x_1437); -x_1447 = lean_ctor_get(x_1446, 0); -lean_inc(x_1447); -x_1448 = lean_ctor_get(x_1446, 1); -lean_inc(x_1448); -lean_dec(x_1446); -x_1449 = lean_ctor_get(x_1447, 0); -lean_inc(x_1449); -x_1450 = lean_ctor_get(x_1447, 2); -lean_inc(x_1450); -x_1451 = lean_ctor_get(x_1447, 3); -lean_inc(x_1451); -if (lean_is_exclusive(x_1447)) { - lean_ctor_release(x_1447, 0); - lean_ctor_release(x_1447, 1); - lean_ctor_release(x_1447, 2); - lean_ctor_release(x_1447, 3); - x_1452 = x_1447; -} else { - lean_dec_ref(x_1447); - x_1452 = lean_box(0); -} -if (lean_is_scalar(x_1452)) { - x_1453 = lean_alloc_ctor(0, 4, 0); -} else { - x_1453 = x_1452; -} -lean_ctor_set(x_1453, 0, x_1449); -lean_ctor_set(x_1453, 1, x_1445); -lean_ctor_set(x_1453, 2, x_1450); -lean_ctor_set(x_1453, 3, x_1451); -x_1454 = lean_st_ref_set(x_9, x_1453, x_1448); -x_1455 = lean_ctor_get(x_1454, 1); -lean_inc(x_1455); -lean_dec(x_1454); -x_1116 = x_1444; -x_1117 = x_1455; -goto block_1427; -} -else -{ -lean_object* x_1456; -lean_dec(x_809); -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_2); -x_1456 = lean_ctor_get(x_1443, 0); -lean_inc(x_1456); -lean_dec(x_1443); -if (lean_obj_tag(x_1456) == 0) -{ -lean_object* x_1457; lean_object* x_1458; lean_object* x_1459; lean_object* x_1460; lean_object* x_1461; lean_object* x_1462; lean_object* x_1463; lean_object* x_1464; lean_object* x_1465; -x_1457 = lean_ctor_get(x_1456, 0); -lean_inc(x_1457); -x_1458 = lean_ctor_get(x_1456, 1); -lean_inc(x_1458); -lean_dec(x_1456); -x_1459 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_1459, 0, x_1458); -x_1460 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_1460, 0, x_1459); -x_1461 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_1457, x_1460, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_1437); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1457); -x_1462 = lean_ctor_get(x_1461, 0); -lean_inc(x_1462); -x_1463 = lean_ctor_get(x_1461, 1); -lean_inc(x_1463); -if (lean_is_exclusive(x_1461)) { - lean_ctor_release(x_1461, 0); - lean_ctor_release(x_1461, 1); - x_1464 = x_1461; -} else { - lean_dec_ref(x_1461); - x_1464 = lean_box(0); -} -if (lean_is_scalar(x_1464)) { - x_1465 = lean_alloc_ctor(1, 2, 0); -} else { - x_1465 = x_1464; -} -lean_ctor_set(x_1465, 0, x_1462); -lean_ctor_set(x_1465, 1, x_1463); -return x_1465; -} -else -{ -lean_object* x_1466; lean_object* x_1467; lean_object* x_1468; lean_object* x_1469; lean_object* x_1470; -lean_dec(x_794); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_1466 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__3___rarg(x_1437); -x_1467 = lean_ctor_get(x_1466, 0); -lean_inc(x_1467); -x_1468 = lean_ctor_get(x_1466, 1); -lean_inc(x_1468); -if (lean_is_exclusive(x_1466)) { - lean_ctor_release(x_1466, 0); - lean_ctor_release(x_1466, 1); - x_1469 = x_1466; -} else { - lean_dec_ref(x_1466); - x_1469 = lean_box(0); -} -if (lean_is_scalar(x_1469)) { - x_1470 = lean_alloc_ctor(1, 2, 0); -} else { - x_1470 = x_1469; -} -lean_ctor_set(x_1470, 0, x_1467); -lean_ctor_set(x_1470, 1, x_1468); -return x_1470; -} -} -block_1427: -{ -lean_object* x_1118; lean_object* x_1119; lean_object* x_1120; lean_object* x_1121; lean_object* x_1122; lean_object* x_1123; lean_object* x_1124; lean_object* x_1125; lean_object* x_1126; lean_object* x_1127; lean_object* x_1128; lean_object* x_1129; lean_object* x_1130; lean_object* x_1131; lean_object* x_1132; lean_object* x_1133; lean_object* x_1134; lean_object* x_1135; lean_object* x_1136; lean_object* x_1137; lean_object* x_1138; lean_object* x_1139; lean_object* x_1140; lean_object* x_1141; lean_object* x_1142; lean_object* x_1143; lean_object* x_1144; lean_object* x_1145; lean_object* x_1146; lean_object* x_1147; lean_object* x_1148; lean_object* x_1149; lean_object* x_1150; lean_object* x_1151; lean_object* x_1152; lean_object* x_1153; lean_object* x_1154; lean_object* x_1155; lean_object* x_1156; lean_object* x_1157; lean_object* x_1158; lean_object* x_1159; lean_object* x_1160; lean_object* x_1161; lean_object* x_1162; lean_object* x_1163; lean_object* x_1164; lean_object* x_1165; lean_object* x_1166; lean_object* x_1167; lean_object* x_1168; lean_object* x_1169; lean_object* x_1170; lean_object* x_1171; lean_object* x_1172; lean_object* x_1173; lean_object* x_1174; lean_object* x_1175; lean_object* x_1176; lean_object* x_1177; lean_object* x_1178; lean_object* x_1179; lean_object* x_1180; lean_object* x_1181; lean_object* x_1182; lean_object* x_1183; lean_object* x_1184; lean_object* x_1185; lean_object* x_1186; lean_object* x_1187; lean_object* x_1188; lean_object* x_1189; lean_object* x_1190; lean_object* x_1191; lean_object* x_1192; lean_object* x_1193; lean_object* x_1194; lean_object* x_1195; lean_object* x_1196; lean_object* x_1197; lean_object* x_1198; lean_object* x_1199; lean_object* x_1200; lean_object* x_1201; lean_object* x_1202; lean_object* x_1203; lean_object* x_1204; lean_object* x_1205; lean_object* x_1206; lean_object* x_1207; lean_object* x_1208; lean_object* x_1209; lean_object* x_1210; lean_object* x_1211; lean_object* x_1212; lean_object* x_1213; lean_object* x_1214; lean_object* x_1215; lean_object* x_1216; lean_object* x_1217; lean_object* x_1218; lean_object* x_1219; lean_object* x_1220; lean_object* x_1221; lean_object* x_1222; lean_object* x_1223; lean_object* x_1224; lean_object* x_1225; lean_object* x_1226; lean_object* x_1227; lean_object* x_1228; lean_object* x_1229; lean_object* x_1230; lean_object* x_1231; lean_object* x_1232; lean_object* x_1233; lean_object* x_1234; lean_object* x_1235; lean_object* x_1236; lean_object* x_1237; lean_object* x_1238; lean_object* x_1239; lean_object* x_1240; lean_object* x_1241; lean_object* x_1242; lean_object* x_1243; lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; lean_object* x_1247; lean_object* x_1248; lean_object* x_1249; lean_object* x_1250; lean_object* x_1251; lean_object* x_1252; lean_object* x_1253; lean_object* x_1254; lean_object* x_1255; lean_object* x_1256; lean_object* x_1257; lean_object* x_1258; lean_object* x_1259; lean_object* x_1260; lean_object* x_1261; lean_object* x_1262; lean_object* x_1263; lean_object* x_1264; lean_object* x_1265; lean_object* x_1266; lean_object* x_1267; lean_object* x_1268; lean_object* x_1269; lean_object* x_1270; lean_object* x_1271; lean_object* x_1272; lean_object* x_1273; lean_object* x_1274; lean_object* x_1275; lean_object* x_1276; lean_object* x_1277; lean_object* x_1278; lean_object* x_1279; lean_object* x_1280; lean_object* x_1281; lean_object* x_1282; lean_object* x_1283; lean_object* x_1284; lean_object* x_1285; lean_object* x_1286; lean_object* x_1287; lean_object* x_1288; lean_object* x_1289; lean_object* x_1290; lean_object* x_1291; lean_object* x_1292; lean_object* x_1293; lean_object* x_1294; lean_object* x_1295; lean_object* x_1296; lean_object* x_1297; lean_object* x_1298; lean_object* x_1299; lean_object* x_1300; lean_object* x_1301; lean_object* x_1302; lean_object* x_1303; lean_object* x_1304; lean_object* x_1305; lean_object* x_1306; lean_object* x_1307; lean_object* x_1308; lean_object* x_1309; lean_object* x_1310; lean_object* x_1311; lean_object* x_1312; lean_object* x_1313; lean_object* x_1314; lean_object* x_1315; lean_object* x_1316; lean_object* x_1317; lean_object* x_1318; lean_object* x_1319; lean_object* x_1320; lean_object* x_1321; lean_object* x_1322; lean_object* x_1323; lean_object* x_1324; lean_object* x_1325; lean_object* x_1326; lean_object* x_1327; lean_object* x_1328; lean_object* x_1329; lean_object* x_1330; lean_object* x_1331; lean_object* x_1332; lean_object* x_1333; lean_object* x_1334; lean_object* x_1335; lean_object* x_1336; lean_object* x_1337; lean_object* x_1338; lean_object* x_1339; lean_object* x_1340; lean_object* x_1341; lean_object* x_1342; lean_object* x_1343; lean_object* x_1344; lean_object* x_1345; lean_object* x_1346; lean_object* x_1347; lean_object* x_1348; lean_object* x_1349; lean_object* x_1350; lean_object* x_1351; lean_object* x_1352; lean_object* x_1353; lean_object* x_1354; lean_object* x_1355; lean_object* x_1356; lean_object* x_1357; lean_object* x_1358; lean_object* x_1359; lean_object* x_1360; lean_object* x_1361; lean_object* x_1362; lean_object* x_1363; lean_object* x_1364; lean_object* x_1365; lean_object* x_1366; lean_object* x_1367; lean_object* x_1368; lean_object* x_1369; lean_object* x_1370; lean_object* x_1371; lean_object* x_1372; lean_object* x_1373; lean_object* x_1374; lean_object* x_1375; lean_object* x_1376; lean_object* x_1377; lean_object* x_1378; lean_object* x_1379; lean_object* x_1380; lean_object* x_1381; lean_object* x_1382; lean_object* x_1383; lean_object* x_1384; lean_object* x_1385; lean_object* x_1386; lean_object* x_1387; lean_object* x_1388; lean_object* x_1389; lean_object* x_1390; lean_object* x_1391; lean_object* x_1392; lean_object* x_1393; lean_object* x_1394; lean_object* x_1395; lean_object* x_1396; lean_object* x_1397; lean_object* x_1398; lean_object* x_1399; lean_object* x_1400; lean_object* x_1401; lean_object* x_1402; lean_object* x_1403; lean_object* x_1404; lean_object* x_1405; lean_object* x_1406; lean_object* x_1407; lean_object* x_1408; lean_object* x_1409; lean_object* x_1410; lean_object* x_1411; lean_object* x_1412; lean_object* x_1413; lean_object* x_1414; lean_object* x_1415; lean_object* x_1416; lean_object* x_1417; lean_object* x_1418; lean_object* x_1419; lean_object* x_1420; lean_object* x_1421; lean_object* x_1422; lean_object* x_1423; lean_object* x_1424; lean_object* x_1425; lean_object* x_1426; -x_1118 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_1117); -x_1119 = lean_ctor_get(x_1118, 0); -lean_inc(x_1119); -x_1120 = lean_ctor_get(x_1118, 1); -lean_inc(x_1120); -lean_dec(x_1118); -x_1121 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_1120); -x_1122 = lean_ctor_get(x_1121, 0); -lean_inc(x_1122); -x_1123 = lean_ctor_get(x_1121, 1); -lean_inc(x_1123); -lean_dec(x_1121); -x_1124 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1123); -x_1125 = lean_ctor_get(x_1124, 0); -lean_inc(x_1125); -x_1126 = lean_ctor_get(x_1124, 1); -lean_inc(x_1126); -lean_dec(x_1124); -x_1127 = l_Array_empty___closed__1; -x_1128 = lean_array_push(x_1127, x_21); -x_1129 = l_Lean_Name_toString___closed__1; -lean_inc(x_1119); -x_1130 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1130, 0, x_1119); -lean_ctor_set(x_1130, 1, x_1129); -lean_inc(x_1130); -x_1131 = lean_array_push(x_1128, x_1130); -x_1132 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; -lean_inc(x_1122); -lean_inc(x_1125); -x_1133 = l_Lean_addMacroScope(x_1125, x_1132, x_1122); -x_1134 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; -x_1135 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; -lean_inc(x_1119); -x_1136 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1136, 0, x_1119); -lean_ctor_set(x_1136, 1, x_1134); -lean_ctor_set(x_1136, 2, x_1133); -lean_ctor_set(x_1136, 3, x_1135); -x_1137 = lean_array_push(x_1131, x_1136); -x_1138 = l_Lean_Parser_Term_proj___elambda__1___closed__1; -x_1139 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1139, 0, x_1138); -lean_ctor_set(x_1139, 1, x_1137); -x_1140 = lean_array_push(x_1127, x_1139); -x_1141 = l_prec_x28___x29___closed__3; -lean_inc(x_1119); -x_1142 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1142, 0, x_1119); -lean_ctor_set(x_1142, 1, x_1141); -x_1143 = lean_array_push(x_1127, x_1142); -x_1144 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__6; -lean_inc(x_1122); -lean_inc(x_1125); -x_1145 = l_Lean_addMacroScope(x_1125, x_1144, x_1122); -x_1146 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__3; -x_1147 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; -lean_inc(x_1119); -x_1148 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1148, 0, x_1119); -lean_ctor_set(x_1148, 1, x_1146); -lean_ctor_set(x_1148, 2, x_1145); -lean_ctor_set(x_1148, 3, x_1147); -x_1149 = lean_array_push(x_1127, x_1148); -x_1150 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -lean_inc(x_1122); -lean_inc(x_1125); -x_1151 = l_Lean_addMacroScope(x_1125, x_1150, x_1122); -x_1152 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; -x_1153 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; -lean_inc(x_1119); -x_1154 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1154, 0, x_1119); -lean_ctor_set(x_1154, 1, x_1152); -lean_ctor_set(x_1154, 2, x_1151); -lean_ctor_set(x_1154, 3, x_1153); -x_1155 = lean_array_push(x_1127, x_1154); -lean_inc(x_809); -x_1156 = lean_array_push(x_1155, x_809); -x_1157 = l_Lean_nullKind___closed__2; -x_1158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1158, 0, x_1157); -lean_ctor_set(x_1158, 1, x_1156); -x_1159 = lean_array_push(x_1149, x_1158); -x_1160 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_1161 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1161, 0, x_1160); -lean_ctor_set(x_1161, 1, x_1159); -x_1162 = lean_array_push(x_1127, x_1161); -x_1163 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; -x_1164 = lean_array_push(x_1162, x_1163); -x_1165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1165, 0, x_1157); -lean_ctor_set(x_1165, 1, x_1164); -x_1166 = lean_array_push(x_1143, x_1165); -x_1167 = l_prec_x28___x29___closed__7; -lean_inc(x_1119); -x_1168 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1168, 0, x_1119); +lean_object* x_1146; lean_object* x_1147; lean_object* x_1148; lean_object* x_1149; lean_object* x_1150; lean_object* x_1151; lean_object* x_1152; lean_object* x_1153; lean_object* x_1154; lean_object* x_1155; lean_object* x_1156; lean_object* x_1157; lean_object* x_1158; lean_object* x_1159; lean_object* x_1160; lean_object* x_1161; lean_object* x_1162; lean_object* x_1163; lean_object* x_1164; lean_object* x_1165; lean_object* x_1166; lean_object* x_1167; lean_object* x_1168; lean_object* x_1169; lean_object* x_1170; lean_object* x_1171; lean_object* x_1172; lean_object* x_1173; lean_object* x_1174; lean_object* x_1175; lean_object* x_1176; lean_object* x_1177; lean_object* x_1178; lean_object* x_1179; lean_object* x_1180; lean_object* x_1181; lean_object* x_1182; lean_object* x_1183; lean_object* x_1184; lean_object* x_1185; lean_object* x_1186; lean_object* x_1187; lean_object* x_1188; lean_object* x_1189; lean_object* x_1190; lean_object* x_1191; lean_object* x_1192; lean_object* x_1193; lean_object* x_1194; lean_object* x_1195; lean_object* x_1196; lean_object* x_1197; lean_object* x_1198; lean_object* x_1199; lean_object* x_1200; lean_object* x_1201; lean_object* x_1202; lean_object* x_1203; lean_object* x_1204; lean_object* x_1205; lean_object* x_1206; lean_object* x_1207; lean_object* x_1208; lean_object* x_1209; lean_object* x_1210; lean_object* x_1211; lean_object* x_1212; lean_object* x_1213; lean_object* x_1214; lean_object* x_1215; lean_object* x_1216; lean_object* x_1217; lean_object* x_1218; lean_object* x_1219; lean_object* x_1220; lean_object* x_1221; lean_object* x_1222; lean_object* x_1223; lean_object* x_1224; lean_object* x_1225; lean_object* x_1226; lean_object* x_1227; lean_object* x_1228; lean_object* x_1229; lean_object* x_1230; lean_object* x_1231; lean_object* x_1232; lean_object* x_1233; lean_object* x_1234; lean_object* x_1235; lean_object* x_1236; lean_object* x_1237; lean_object* x_1238; lean_object* x_1239; lean_object* x_1240; lean_object* x_1241; lean_object* x_1242; lean_object* x_1243; lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; lean_object* x_1247; lean_object* x_1248; lean_object* x_1249; lean_object* x_1250; lean_object* x_1251; lean_object* x_1252; lean_object* x_1253; lean_object* x_1254; lean_object* x_1255; lean_object* x_1256; lean_object* x_1257; lean_object* x_1258; lean_object* x_1259; lean_object* x_1260; lean_object* x_1261; lean_object* x_1262; lean_object* x_1263; lean_object* x_1264; lean_object* x_1265; lean_object* x_1266; lean_object* x_1267; lean_object* x_1268; lean_object* x_1269; lean_object* x_1270; lean_object* x_1271; lean_object* x_1272; lean_object* x_1273; lean_object* x_1274; lean_object* x_1275; lean_object* x_1276; lean_object* x_1277; lean_object* x_1278; lean_object* x_1279; lean_object* x_1280; lean_object* x_1281; lean_object* x_1282; lean_object* x_1283; lean_object* x_1284; lean_object* x_1285; lean_object* x_1286; lean_object* x_1287; lean_object* x_1288; lean_object* x_1289; lean_object* x_1290; lean_object* x_1291; lean_object* x_1292; lean_object* x_1293; lean_object* x_1294; lean_object* x_1295; lean_object* x_1296; lean_object* x_1297; lean_object* x_1298; lean_object* x_1299; lean_object* x_1300; lean_object* x_1301; lean_object* x_1302; lean_object* x_1303; lean_object* x_1304; lean_object* x_1305; lean_object* x_1306; lean_object* x_1307; lean_object* x_1308; lean_object* x_1309; lean_object* x_1310; lean_object* x_1311; lean_object* x_1312; lean_object* x_1313; lean_object* x_1314; lean_object* x_1315; lean_object* x_1316; lean_object* x_1317; lean_object* x_1318; lean_object* x_1319; lean_object* x_1320; lean_object* x_1321; lean_object* x_1322; lean_object* x_1323; lean_object* x_1324; lean_object* x_1325; lean_object* x_1326; lean_object* x_1327; lean_object* x_1328; lean_object* x_1329; lean_object* x_1330; lean_object* x_1331; lean_object* x_1332; lean_object* x_1333; lean_object* x_1334; lean_object* x_1335; lean_object* x_1336; lean_object* x_1337; lean_object* x_1338; lean_object* x_1339; lean_object* x_1340; lean_object* x_1341; lean_object* x_1342; lean_object* x_1343; lean_object* x_1344; lean_object* x_1345; lean_object* x_1346; lean_object* x_1347; lean_object* x_1348; lean_object* x_1349; lean_object* x_1350; lean_object* x_1351; lean_object* x_1352; lean_object* x_1353; lean_object* x_1354; lean_object* x_1355; lean_object* x_1356; lean_object* x_1357; lean_object* x_1358; lean_object* x_1359; lean_object* x_1360; lean_object* x_1361; lean_object* x_1362; lean_object* x_1363; lean_object* x_1364; lean_object* x_1365; lean_object* x_1366; lean_object* x_1367; lean_object* x_1368; lean_object* x_1369; lean_object* x_1370; lean_object* x_1371; lean_object* x_1372; lean_object* x_1373; lean_object* x_1374; lean_object* x_1375; lean_object* x_1376; lean_object* x_1377; lean_object* x_1378; lean_object* x_1379; lean_object* x_1380; lean_object* x_1381; lean_object* x_1382; lean_object* x_1383; lean_object* x_1384; lean_object* x_1385; lean_object* x_1386; lean_object* x_1387; lean_object* x_1388; lean_object* x_1389; lean_object* x_1390; lean_object* x_1391; lean_object* x_1392; lean_object* x_1393; lean_object* x_1394; lean_object* x_1395; lean_object* x_1396; lean_object* x_1397; lean_object* x_1398; lean_object* x_1399; lean_object* x_1400; lean_object* x_1401; lean_object* x_1402; lean_object* x_1403; lean_object* x_1404; lean_object* x_1405; lean_object* x_1406; lean_object* x_1407; lean_object* x_1408; lean_object* x_1409; lean_object* x_1410; lean_object* x_1411; lean_object* x_1412; lean_object* x_1413; lean_object* x_1414; lean_object* x_1415; lean_object* x_1416; lean_object* x_1417; lean_object* x_1418; lean_object* x_1419; lean_object* x_1420; lean_object* x_1421; lean_object* x_1422; lean_object* x_1423; lean_object* x_1424; lean_object* x_1425; lean_object* x_1426; lean_object* x_1427; lean_object* x_1428; lean_object* x_1429; lean_object* x_1430; lean_object* x_1431; lean_object* x_1432; lean_object* x_1433; lean_object* x_1434; lean_object* x_1435; lean_object* x_1436; lean_object* x_1437; lean_object* x_1438; lean_object* x_1439; lean_object* x_1440; lean_object* x_1441; lean_object* x_1442; lean_object* x_1443; lean_object* x_1444; lean_object* x_1445; lean_object* x_1446; lean_object* x_1447; lean_object* x_1448; lean_object* x_1449; lean_object* x_1450; lean_object* x_1451; lean_object* x_1452; lean_object* x_1453; lean_object* x_1454; lean_object* x_1455; lean_object* x_1456; lean_object* x_1457; lean_object* x_1458; lean_object* x_1459; lean_object* x_1460; lean_object* x_1461; lean_object* x_1462; +x_1146 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_1145); +x_1147 = lean_ctor_get(x_1146, 0); +lean_inc(x_1147); +x_1148 = lean_ctor_get(x_1146, 1); +lean_inc(x_1148); +lean_dec(x_1146); +x_1149 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_1148); +x_1150 = lean_ctor_get(x_1149, 0); +lean_inc(x_1150); +x_1151 = lean_ctor_get(x_1149, 1); +lean_inc(x_1151); +lean_dec(x_1149); +x_1152 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1151); +x_1153 = lean_ctor_get(x_1152, 0); +lean_inc(x_1153); +x_1154 = lean_ctor_get(x_1152, 1); +lean_inc(x_1154); +lean_dec(x_1152); +x_1155 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__4; +lean_inc(x_1150); +lean_inc(x_1153); +x_1156 = l_Lean_addMacroScope(x_1153, x_1155, x_1150); +x_1157 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; +x_1158 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; +lean_inc(x_1147); +x_1159 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1159, 0, x_1147); +lean_ctor_set(x_1159, 1, x_1157); +lean_ctor_set(x_1159, 2, x_1156); +lean_ctor_set(x_1159, 3, x_1158); +x_1160 = l_Array_empty___closed__1; +x_1161 = lean_array_push(x_1160, x_1159); +x_1162 = l_prec_x28___x29___closed__3; +lean_inc(x_1147); +x_1163 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1163, 0, x_1147); +lean_ctor_set(x_1163, 1, x_1162); +x_1164 = lean_array_push(x_1160, x_1163); +x_1165 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; +lean_inc(x_1150); +lean_inc(x_1153); +x_1166 = l_Lean_addMacroScope(x_1153, x_1165, x_1150); +x_1167 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12; +lean_inc(x_1147); +x_1168 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1168, 0, x_1147); lean_ctor_set(x_1168, 1, x_1167); -x_1169 = lean_array_push(x_1166, x_1168); -x_1170 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_1171 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1171, 0, x_1170); -lean_ctor_set(x_1171, 1, x_1169); -x_1172 = lean_array_push(x_1127, x_1171); -x_1173 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; -lean_inc(x_1119); -x_1174 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1174, 0, x_1119); -lean_ctor_set(x_1174, 1, x_1173); -x_1175 = lean_array_push(x_1127, x_1174); -x_1176 = lean_array_push(x_1127, x_19); -x_1177 = l_Lean_addMacroScope(x_1125, x_1111, x_1122); -lean_inc(x_1119); -x_1178 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1178, 0, x_1119); -lean_ctor_set(x_1178, 1, x_1114); -lean_ctor_set(x_1178, 2, x_1177); -lean_ctor_set(x_1178, 3, x_1113); -lean_inc(x_1178); -x_1179 = lean_array_push(x_1176, x_1178); -x_1180 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1180, 0, x_1157); -lean_ctor_set(x_1180, 1, x_1179); -x_1181 = lean_array_push(x_1127, x_1180); -x_1182 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -lean_inc(x_1119); -x_1183 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1183, 0, x_1119); -lean_ctor_set(x_1183, 1, x_1182); -x_1184 = lean_array_push(x_1181, x_1183); -x_1185 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_1119); -x_1186 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1186, 0, x_1119); -lean_ctor_set(x_1186, 1, x_1185); -x_1187 = lean_array_push(x_1127, x_1186); -x_1188 = lean_array_push(x_1127, x_1178); -lean_inc(x_1188); -x_1189 = lean_array_push(x_1188, x_1163); -x_1190 = lean_array_push(x_1189, x_1163); -x_1191 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_1119); -x_1192 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1192, 0, x_1119); -lean_ctor_set(x_1192, 1, x_1191); -x_1193 = lean_array_push(x_1190, x_1192); -x_1194 = lean_array_push(x_1188, x_1130); -x_1195 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__5; -lean_inc(x_1119); -x_1196 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1196, 0, x_1119); -lean_ctor_set(x_1196, 1, x_1195); -x_1197 = lean_array_push(x_1127, x_1196); -x_1198 = l_Lean_fieldIdxKind___closed__2; -x_1199 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1199, 0, x_1198); -lean_ctor_set(x_1199, 1, x_1197); -x_1200 = lean_array_push(x_1194, x_1199); -x_1201 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1201, 0, x_1138); -lean_ctor_set(x_1201, 1, x_1200); -x_1202 = lean_array_push(x_1193, x_1201); -x_1203 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; -x_1204 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1204, 0, x_1203); -lean_ctor_set(x_1204, 1, x_1202); -x_1205 = lean_array_push(x_1127, x_1204); -x_1206 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; -x_1207 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1207, 0, x_1206); -lean_ctor_set(x_1207, 1, x_1205); -x_1208 = lean_array_push(x_1187, x_1207); -x_1209 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; -x_1210 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1210, 0, x_1119); -lean_ctor_set(x_1210, 1, x_1209); -x_1211 = lean_array_push(x_1127, x_1210); -x_1212 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1212, 0, x_1157); -lean_ctor_set(x_1212, 1, x_1211); -x_1213 = lean_array_push(x_1208, x_1212); -x_1214 = lean_array_push(x_1213, x_1116); -x_1215 = l_myMacro____x40_Init_Notation___hyg_14424____closed__2; -x_1216 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1216, 0, x_1215); -lean_ctor_set(x_1216, 1, x_1214); -x_1217 = lean_array_push(x_1184, x_1216); -x_1218 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; -x_1219 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1219, 0, x_1218); -lean_ctor_set(x_1219, 1, x_1217); -x_1220 = lean_array_push(x_1175, x_1219); -x_1221 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; -x_1222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1222, 0, x_1221); -lean_ctor_set(x_1222, 1, x_1220); -x_1223 = lean_array_push(x_1172, x_1222); -x_1224 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1224, 0, x_1157); -lean_ctor_set(x_1224, 1, x_1223); -x_1225 = lean_array_push(x_1140, x_1224); -x_1226 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1226, 0, x_1160); -lean_ctor_set(x_1226, 1, x_1225); -x_1227 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_794, x_9, x_1126); -x_1228 = lean_ctor_get(x_1227, 0); -lean_inc(x_1228); -x_1229 = lean_ctor_get(x_1227, 1); -lean_inc(x_1229); -lean_dec(x_1227); -x_1230 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_794, x_9, x_1229); -x_1231 = lean_ctor_get(x_1230, 0); -lean_inc(x_1231); -x_1232 = lean_ctor_get(x_1230, 1); -lean_inc(x_1232); -lean_dec(x_1230); -x_1233 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1232); -x_1234 = lean_ctor_get(x_1233, 0); -lean_inc(x_1234); -x_1235 = lean_ctor_get(x_1233, 1); -lean_inc(x_1235); -lean_dec(x_1233); -x_1236 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_1228); -x_1237 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1237, 0, x_1228); -lean_ctor_set(x_1237, 1, x_1236); -x_1238 = lean_array_push(x_1127, x_1237); -lean_inc(x_1228); -x_1239 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1239, 0, x_1228); -lean_ctor_set(x_1239, 1, x_1185); -x_1240 = lean_array_push(x_1127, x_1239); -x_1241 = lean_array_push(x_1240, x_1163); -lean_inc(x_1231); -lean_inc(x_1234); -x_1242 = l_Lean_addMacroScope(x_1234, x_1111, x_1231); -lean_inc(x_1228); -x_1243 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1243, 0, x_1228); -lean_ctor_set(x_1243, 1, x_1114); -lean_ctor_set(x_1243, 2, x_1242); -lean_ctor_set(x_1243, 3, x_1113); -x_1244 = lean_array_push(x_1127, x_1243); -lean_inc(x_1244); -x_1245 = lean_array_push(x_1244, x_1163); -x_1246 = l_Lean_Parser_Tactic_rwRule___closed__3; -lean_inc(x_1228); -x_1247 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1247, 0, x_1228); -lean_ctor_set(x_1247, 1, x_1246); -x_1248 = lean_array_push(x_1245, x_1247); -x_1249 = lean_array_push(x_1127, x_1226); -x_1250 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; -x_1251 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1251, 0, x_1250); -lean_ctor_set(x_1251, 1, x_1249); -x_1252 = lean_array_push(x_1248, x_1251); -x_1253 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; -x_1254 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1254, 0, x_1253); -lean_ctor_set(x_1254, 1, x_1252); -x_1255 = lean_array_push(x_1241, x_1254); -x_1256 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; -x_1257 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1257, 0, x_1256); -lean_ctor_set(x_1257, 1, x_1255); -x_1258 = lean_array_push(x_1127, x_1257); -lean_inc(x_1228); -x_1259 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1259, 0, x_1228); -lean_ctor_set(x_1259, 1, x_1209); -x_1260 = lean_array_push(x_1127, x_1259); -x_1261 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1261, 0, x_1157); -lean_ctor_set(x_1261, 1, x_1260); -lean_inc(x_1261); -x_1262 = lean_array_push(x_1258, x_1261); -x_1263 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_1264 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1264, 0, x_1263); -lean_ctor_set(x_1264, 1, x_1262); -x_1265 = lean_array_push(x_1127, x_1264); -x_1266 = lean_array_push(x_1127, x_809); -x_1267 = lean_array_push(x_1266, x_1163); -x_1268 = lean_array_push(x_1267, x_1163); -lean_inc(x_1228); -x_1269 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1269, 0, x_1228); -lean_ctor_set(x_1269, 1, x_1191); -x_1270 = lean_array_push(x_1268, x_1269); -lean_inc(x_1228); -x_1271 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1271, 0, x_1228); -lean_ctor_set(x_1271, 1, x_1129); -x_1272 = lean_array_push(x_1244, x_1271); -lean_inc(x_1228); +lean_ctor_set(x_1168, 2, x_1166); +lean_ctor_set(x_1168, 3, x_1141); +lean_inc(x_1164); +x_1169 = lean_array_push(x_1164, x_1168); +x_1170 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; +lean_inc(x_1147); +x_1171 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1171, 0, x_1147); +lean_ctor_set(x_1171, 1, x_1170); +lean_inc(x_1171); +x_1172 = lean_array_push(x_1169, x_1171); +x_1173 = lean_array_push(x_1172, x_814); +x_1174 = l_prec_x28___x29___closed__7; +lean_inc(x_1147); +x_1175 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1175, 0, x_1147); +lean_ctor_set(x_1175, 1, x_1174); +lean_inc(x_1175); +x_1176 = lean_array_push(x_1173, x_1175); +x_1177 = l_Lean_Parser_Term_namedArgument___elambda__1___closed__2; +x_1178 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1178, 0, x_1177); +lean_ctor_set(x_1178, 1, x_1176); +x_1179 = lean_array_push(x_1160, x_1178); +x_1180 = lean_array_push(x_1179, x_21); +x_1181 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__6; +lean_inc(x_1150); +lean_inc(x_1153); +x_1182 = l_Lean_addMacroScope(x_1153, x_1181, x_1150); +x_1183 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___lambda__1___closed__3; +x_1184 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; +lean_inc(x_1147); +x_1185 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1185, 0, x_1147); +lean_ctor_set(x_1185, 1, x_1183); +lean_ctor_set(x_1185, 2, x_1182); +lean_ctor_set(x_1185, 3, x_1184); +x_1186 = lean_array_push(x_1160, x_1185); +x_1187 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +lean_inc(x_1150); +lean_inc(x_1153); +x_1188 = l_Lean_addMacroScope(x_1153, x_1187, x_1150); +x_1189 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; +x_1190 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; +lean_inc(x_1147); +x_1191 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1191, 0, x_1147); +lean_ctor_set(x_1191, 1, x_1189); +lean_ctor_set(x_1191, 2, x_1188); +lean_ctor_set(x_1191, 3, x_1190); +x_1192 = lean_array_push(x_1160, x_1191); +lean_inc(x_827); +x_1193 = lean_array_push(x_1192, x_827); +x_1194 = l_Lean_nullKind___closed__2; +x_1195 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1195, 0, x_1194); +lean_ctor_set(x_1195, 1, x_1193); +x_1196 = lean_array_push(x_1186, x_1195); +x_1197 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; +x_1198 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1198, 0, x_1197); +lean_ctor_set(x_1198, 1, x_1196); +x_1199 = lean_array_push(x_1160, x_1198); +x_1200 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +x_1201 = lean_array_push(x_1199, x_1200); +x_1202 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1202, 0, x_1194); +lean_ctor_set(x_1202, 1, x_1201); +x_1203 = lean_array_push(x_1164, x_1202); +x_1204 = lean_array_push(x_1203, x_1175); +x_1205 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_1206 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1206, 0, x_1205); +lean_ctor_set(x_1206, 1, x_1204); +x_1207 = lean_array_push(x_1180, x_1206); +x_1208 = l_myMacro____x40_Init_Notation___hyg_12336____closed__9; +lean_inc(x_1147); +x_1209 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1209, 0, x_1147); +lean_ctor_set(x_1209, 1, x_1208); +x_1210 = lean_array_push(x_1160, x_1209); +x_1211 = lean_array_push(x_1160, x_19); +x_1212 = l_Lean_addMacroScope(x_1153, x_1139, x_1150); +lean_inc(x_1147); +x_1213 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1213, 0, x_1147); +lean_ctor_set(x_1213, 1, x_1142); +lean_ctor_set(x_1213, 2, x_1212); +lean_ctor_set(x_1213, 3, x_1141); +lean_inc(x_1213); +x_1214 = lean_array_push(x_1211, x_1213); +x_1215 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1215, 0, x_1194); +lean_ctor_set(x_1215, 1, x_1214); +x_1216 = lean_array_push(x_1160, x_1215); +x_1217 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +lean_inc(x_1147); +x_1218 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1218, 0, x_1147); +lean_ctor_set(x_1218, 1, x_1217); +x_1219 = lean_array_push(x_1216, x_1218); +x_1220 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_1147); +x_1221 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1221, 0, x_1147); +lean_ctor_set(x_1221, 1, x_1220); +x_1222 = lean_array_push(x_1160, x_1221); +x_1223 = lean_array_push(x_1160, x_1213); +lean_inc(x_1223); +x_1224 = lean_array_push(x_1223, x_1200); +x_1225 = lean_array_push(x_1224, x_1200); +x_1226 = lean_array_push(x_1225, x_1171); +x_1227 = l_Lean_Name_toString___closed__1; +lean_inc(x_1147); +x_1228 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1228, 0, x_1147); +lean_ctor_set(x_1228, 1, x_1227); +x_1229 = lean_array_push(x_1223, x_1228); +x_1230 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__5; +lean_inc(x_1147); +x_1231 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1231, 0, x_1147); +lean_ctor_set(x_1231, 1, x_1230); +x_1232 = lean_array_push(x_1160, x_1231); +x_1233 = l_Lean_fieldIdxKind___closed__2; +x_1234 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1234, 0, x_1233); +lean_ctor_set(x_1234, 1, x_1232); +x_1235 = lean_array_push(x_1229, x_1234); +x_1236 = l_Lean_Parser_Term_proj___elambda__1___closed__1; +x_1237 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1237, 0, x_1236); +lean_ctor_set(x_1237, 1, x_1235); +x_1238 = lean_array_push(x_1226, x_1237); +x_1239 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; +x_1240 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1240, 0, x_1239); +lean_ctor_set(x_1240, 1, x_1238); +x_1241 = lean_array_push(x_1160, x_1240); +x_1242 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; +x_1243 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1243, 0, x_1242); +lean_ctor_set(x_1243, 1, x_1241); +x_1244 = lean_array_push(x_1222, x_1243); +x_1245 = l_myMacro____x40_Init_Notation___hyg_14424____closed__12; +x_1246 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1246, 0, x_1147); +lean_ctor_set(x_1246, 1, x_1245); +x_1247 = lean_array_push(x_1160, x_1246); +x_1248 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1248, 0, x_1194); +lean_ctor_set(x_1248, 1, x_1247); +x_1249 = lean_array_push(x_1244, x_1248); +x_1250 = lean_array_push(x_1249, x_1144); +x_1251 = l_myMacro____x40_Init_Notation___hyg_14424____closed__2; +x_1252 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1252, 0, x_1251); +lean_ctor_set(x_1252, 1, x_1250); +x_1253 = lean_array_push(x_1219, x_1252); +x_1254 = l_myMacro____x40_Init_Notation___hyg_12336____closed__12; +x_1255 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1255, 0, x_1254); +lean_ctor_set(x_1255, 1, x_1253); +x_1256 = lean_array_push(x_1210, x_1255); +x_1257 = l_myMacro____x40_Init_Notation___hyg_12336____closed__10; +x_1258 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1258, 0, x_1257); +lean_ctor_set(x_1258, 1, x_1256); +x_1259 = lean_array_push(x_1207, x_1258); +x_1260 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1260, 0, x_1194); +lean_ctor_set(x_1260, 1, x_1259); +x_1261 = lean_array_push(x_1161, x_1260); +x_1262 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1262, 0, x_1197); +lean_ctor_set(x_1262, 1, x_1261); +x_1263 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_812, x_9, x_1154); +x_1264 = lean_ctor_get(x_1263, 0); +lean_inc(x_1264); +x_1265 = lean_ctor_get(x_1263, 1); +lean_inc(x_1265); +lean_dec(x_1263); +x_1266 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_812, x_9, x_1265); +x_1267 = lean_ctor_get(x_1266, 0); +lean_inc(x_1267); +x_1268 = lean_ctor_get(x_1266, 1); +lean_inc(x_1268); +lean_dec(x_1266); +x_1269 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1268); +x_1270 = lean_ctor_get(x_1269, 0); +lean_inc(x_1270); +x_1271 = lean_ctor_get(x_1269, 1); +lean_inc(x_1271); +lean_dec(x_1269); +x_1272 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_1264); x_1273 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1273, 0, x_1228); -lean_ctor_set(x_1273, 1, x_1195); -x_1274 = lean_array_push(x_1127, x_1273); -x_1275 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1275, 0, x_1198); -lean_ctor_set(x_1275, 1, x_1274); -lean_inc(x_1272); -x_1276 = lean_array_push(x_1272, x_1275); -x_1277 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1277, 0, x_1138); -lean_ctor_set(x_1277, 1, x_1276); -x_1278 = lean_array_push(x_1270, x_1277); -x_1279 = l_Lean_Parser_Term_letPatDecl___closed__2; -x_1280 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1280, 0, x_1279); -lean_ctor_set(x_1280, 1, x_1278); -x_1281 = lean_array_push(x_1127, x_1280); -x_1282 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_1283 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1283, 0, x_1282); -lean_ctor_set(x_1283, 1, x_1281); -x_1284 = lean_array_push(x_1127, x_1283); -x_1285 = lean_array_push(x_1284, x_1261); -x_1286 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1286, 0, x_1263); -lean_ctor_set(x_1286, 1, x_1285); -x_1287 = lean_array_push(x_1265, x_1286); -x_1288 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; -lean_inc(x_1228); -x_1289 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1289, 0, x_1228); -lean_ctor_set(x_1289, 1, x_1288); -x_1290 = lean_array_push(x_1127, x_1289); -x_1291 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__4; -lean_inc(x_1228); -x_1292 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1292, 0, x_1228); -lean_ctor_set(x_1292, 1, x_1291); -x_1293 = lean_array_push(x_1127, x_1292); -x_1294 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1294, 0, x_1198); -lean_ctor_set(x_1294, 1, x_1293); -x_1295 = lean_array_push(x_1272, x_1294); -x_1296 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1296, 0, x_1138); -lean_ctor_set(x_1296, 1, x_1295); -x_1297 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; -x_1298 = lean_array_push(x_1297, x_1296); -x_1299 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +lean_ctor_set(x_1273, 0, x_1264); +lean_ctor_set(x_1273, 1, x_1272); +x_1274 = lean_array_push(x_1160, x_1273); +lean_inc(x_1264); +x_1275 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1275, 0, x_1264); +lean_ctor_set(x_1275, 1, x_1220); +x_1276 = lean_array_push(x_1160, x_1275); +x_1277 = lean_array_push(x_1276, x_1200); +lean_inc(x_1267); +lean_inc(x_1270); +x_1278 = l_Lean_addMacroScope(x_1270, x_1139, x_1267); +lean_inc(x_1264); +x_1279 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1279, 0, x_1264); +lean_ctor_set(x_1279, 1, x_1142); +lean_ctor_set(x_1279, 2, x_1278); +lean_ctor_set(x_1279, 3, x_1141); +x_1280 = lean_array_push(x_1160, x_1279); +lean_inc(x_1280); +x_1281 = lean_array_push(x_1280, x_1200); +x_1282 = l_Lean_Parser_Tactic_rwRule___closed__3; +lean_inc(x_1264); +x_1283 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1283, 0, x_1264); +lean_ctor_set(x_1283, 1, x_1282); +x_1284 = lean_array_push(x_1281, x_1283); +x_1285 = lean_array_push(x_1160, x_1262); +x_1286 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__13; +x_1287 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1287, 0, x_1286); +lean_ctor_set(x_1287, 1, x_1285); +x_1288 = lean_array_push(x_1284, x_1287); +x_1289 = l_Lean_Parser_Term_doIdDecl___elambda__1___closed__2; +x_1290 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1290, 0, x_1289); +lean_ctor_set(x_1290, 1, x_1288); +x_1291 = lean_array_push(x_1277, x_1290); +x_1292 = l_Lean_Parser_Term_doLetArrow___elambda__1___closed__2; +x_1293 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1293, 0, x_1292); +lean_ctor_set(x_1293, 1, x_1291); +x_1294 = lean_array_push(x_1160, x_1293); +lean_inc(x_1264); +x_1295 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1295, 0, x_1264); +lean_ctor_set(x_1295, 1, x_1245); +x_1296 = lean_array_push(x_1160, x_1295); +x_1297 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1297, 0, x_1194); +lean_ctor_set(x_1297, 1, x_1296); +lean_inc(x_1297); +x_1298 = lean_array_push(x_1294, x_1297); +x_1299 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; x_1300 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_1300, 0, x_1299); lean_ctor_set(x_1300, 1, x_1298); -x_1301 = lean_array_push(x_1127, x_1300); -x_1302 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1302, 0, x_1157); -lean_ctor_set(x_1302, 1, x_1301); -x_1303 = lean_array_push(x_1290, x_1302); -x_1304 = lean_array_push(x_1303, x_1163); -x_1305 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; -lean_inc(x_1228); -x_1306 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1306, 0, x_1228); -lean_ctor_set(x_1306, 1, x_1305); -x_1307 = lean_array_push(x_1304, x_1306); -x_1308 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; -lean_inc(x_1228); +x_1301 = lean_array_push(x_1160, x_1300); +x_1302 = lean_array_push(x_1160, x_827); +x_1303 = lean_array_push(x_1302, x_1200); +x_1304 = lean_array_push(x_1303, x_1200); +lean_inc(x_1264); +x_1305 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1305, 0, x_1264); +lean_ctor_set(x_1305, 1, x_1170); +x_1306 = lean_array_push(x_1304, x_1305); +lean_inc(x_1264); +x_1307 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1307, 0, x_1264); +lean_ctor_set(x_1307, 1, x_1227); +x_1308 = lean_array_push(x_1280, x_1307); +lean_inc(x_1264); x_1309 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1309, 0, x_1228); -lean_ctor_set(x_1309, 1, x_1308); -x_1310 = lean_array_push(x_1127, x_1309); -lean_inc(x_1231); -lean_inc(x_1234); -x_1311 = l_Lean_addMacroScope(x_1234, x_1150, x_1231); -lean_inc(x_1228); -x_1312 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1312, 0, x_1228); -lean_ctor_set(x_1312, 1, x_1152); -lean_ctor_set(x_1312, 2, x_1311); -lean_ctor_set(x_1312, 3, x_1153); -x_1313 = lean_array_push(x_1127, x_1312); -x_1314 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1314, 0, x_1157); -lean_ctor_set(x_1314, 1, x_1313); -lean_inc(x_1310); -x_1315 = lean_array_push(x_1310, x_1314); -lean_inc(x_1228); -x_1316 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1316, 0, x_1228); -lean_ctor_set(x_1316, 1, x_1182); -lean_inc(x_1316); -x_1317 = lean_array_push(x_1315, x_1316); -x_1318 = l_Lean_Meta_mkPure___closed__4; -lean_inc(x_1231); -lean_inc(x_1234); -x_1319 = l_Lean_addMacroScope(x_1234, x_1318, x_1231); -x_1320 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; -x_1321 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; -lean_inc(x_1228); -x_1322 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1322, 0, x_1228); -lean_ctor_set(x_1322, 1, x_1320); -lean_ctor_set(x_1322, 2, x_1319); -lean_ctor_set(x_1322, 3, x_1321); -x_1323 = lean_array_push(x_1127, x_1322); -lean_inc(x_1228); -x_1324 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1324, 0, x_1228); -lean_ctor_set(x_1324, 1, x_1141); -x_1325 = lean_array_push(x_1127, x_1324); -x_1326 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; -lean_inc(x_1228); -x_1327 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1327, 0, x_1228); -lean_ctor_set(x_1327, 1, x_1326); -x_1328 = lean_array_push(x_1127, x_1327); -x_1329 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__10; -lean_inc(x_1228); -x_1330 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1330, 0, x_1228); +lean_ctor_set(x_1309, 0, x_1264); +lean_ctor_set(x_1309, 1, x_1230); +x_1310 = lean_array_push(x_1160, x_1309); +x_1311 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1311, 0, x_1233); +lean_ctor_set(x_1311, 1, x_1310); +lean_inc(x_1308); +x_1312 = lean_array_push(x_1308, x_1311); +x_1313 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1313, 0, x_1236); +lean_ctor_set(x_1313, 1, x_1312); +x_1314 = lean_array_push(x_1306, x_1313); +x_1315 = l_Lean_Parser_Term_letPatDecl___closed__2; +x_1316 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1316, 0, x_1315); +lean_ctor_set(x_1316, 1, x_1314); +x_1317 = lean_array_push(x_1160, x_1316); +x_1318 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_1319 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1319, 0, x_1318); +lean_ctor_set(x_1319, 1, x_1317); +x_1320 = lean_array_push(x_1160, x_1319); +x_1321 = lean_array_push(x_1320, x_1297); +x_1322 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1322, 0, x_1299); +lean_ctor_set(x_1322, 1, x_1321); +x_1323 = lean_array_push(x_1301, x_1322); +x_1324 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; +lean_inc(x_1264); +x_1325 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1325, 0, x_1264); +lean_ctor_set(x_1325, 1, x_1324); +x_1326 = lean_array_push(x_1160, x_1325); +x_1327 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__4; +lean_inc(x_1264); +x_1328 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1328, 0, x_1264); +lean_ctor_set(x_1328, 1, x_1327); +x_1329 = lean_array_push(x_1160, x_1328); +x_1330 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1330, 0, x_1233); lean_ctor_set(x_1330, 1, x_1329); -x_1331 = lean_array_push(x_1127, x_1330); -x_1332 = l_Lean_strLitKind___closed__2; -x_1333 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1333, 0, x_1332); -lean_ctor_set(x_1333, 1, x_1331); -x_1334 = lean_array_push(x_1328, x_1333); -x_1335 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; -lean_inc(x_1231); -lean_inc(x_1234); -x_1336 = l_Lean_addMacroScope(x_1234, x_1335, x_1231); -x_1337 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; -x_1338 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; -lean_inc(x_1228); -x_1339 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1339, 0, x_1228); -lean_ctor_set(x_1339, 1, x_1337); -lean_ctor_set(x_1339, 2, x_1336); -lean_ctor_set(x_1339, 3, x_1338); -lean_inc(x_1334); -x_1340 = lean_array_push(x_1334, x_1339); -x_1341 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; -x_1342 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1342, 0, x_1341); -lean_ctor_set(x_1342, 1, x_1340); -x_1343 = lean_array_push(x_1127, x_1342); -x_1344 = lean_array_push(x_1343, x_1163); -x_1345 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1345, 0, x_1157); +x_1331 = lean_array_push(x_1308, x_1330); +x_1332 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1332, 0, x_1236); +lean_ctor_set(x_1332, 1, x_1331); +x_1333 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; +x_1334 = lean_array_push(x_1333, x_1332); +x_1335 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +x_1336 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1336, 0, x_1335); +lean_ctor_set(x_1336, 1, x_1334); +x_1337 = lean_array_push(x_1160, x_1336); +x_1338 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1338, 0, x_1194); +lean_ctor_set(x_1338, 1, x_1337); +x_1339 = lean_array_push(x_1326, x_1338); +x_1340 = lean_array_push(x_1339, x_1200); +x_1341 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; +lean_inc(x_1264); +x_1342 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1342, 0, x_1264); +lean_ctor_set(x_1342, 1, x_1341); +x_1343 = lean_array_push(x_1340, x_1342); +x_1344 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; +lean_inc(x_1264); +x_1345 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1345, 0, x_1264); lean_ctor_set(x_1345, 1, x_1344); -x_1346 = lean_array_push(x_1325, x_1345); -lean_inc(x_1228); -x_1347 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1347, 0, x_1228); -lean_ctor_set(x_1347, 1, x_1167); -x_1348 = lean_array_push(x_1346, x_1347); -x_1349 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1349, 0, x_1170); -lean_ctor_set(x_1349, 1, x_1348); -x_1350 = lean_array_push(x_1127, x_1349); -x_1351 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1351, 0, x_1157); -lean_ctor_set(x_1351, 1, x_1350); -x_1352 = lean_array_push(x_1323, x_1351); -x_1353 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1353, 0, x_1160); -lean_ctor_set(x_1353, 1, x_1352); -x_1354 = lean_array_push(x_1127, x_1353); -x_1355 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1355, 0, x_1250); -lean_ctor_set(x_1355, 1, x_1354); -x_1356 = lean_array_push(x_1127, x_1355); -x_1357 = lean_array_push(x_1356, x_1163); -x_1358 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1358, 0, x_1263); -lean_ctor_set(x_1358, 1, x_1357); -x_1359 = lean_array_push(x_1127, x_1358); -x_1360 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1360, 0, x_1157); -lean_ctor_set(x_1360, 1, x_1359); -x_1361 = lean_array_push(x_1127, x_1360); -x_1362 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_1363 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1363, 0, x_1362); -lean_ctor_set(x_1363, 1, x_1361); -x_1364 = lean_array_push(x_1317, x_1363); -x_1365 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; -x_1366 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1366, 0, x_1365); -lean_ctor_set(x_1366, 1, x_1364); -x_1367 = lean_array_push(x_1127, x_1366); -x_1368 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; -lean_inc(x_1231); -lean_inc(x_1234); -x_1369 = l_Lean_addMacroScope(x_1234, x_1368, x_1231); -x_1370 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; -x_1371 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; -lean_inc(x_1228); -x_1372 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1372, 0, x_1228); -lean_ctor_set(x_1372, 1, x_1370); -lean_ctor_set(x_1372, 2, x_1369); -lean_ctor_set(x_1372, 3, x_1371); -x_1373 = lean_array_push(x_1127, x_1372); -x_1374 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__4; -x_1375 = l_Lean_addMacroScope(x_1234, x_1374, x_1231); -x_1376 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__3; -lean_inc(x_1228); -x_1377 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1377, 0, x_1228); -lean_ctor_set(x_1377, 1, x_1376); -lean_ctor_set(x_1377, 2, x_1375); -lean_ctor_set(x_1377, 3, x_1113); -lean_inc(x_1377); -x_1378 = lean_array_push(x_1127, x_1377); -x_1379 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1379, 0, x_1157); -lean_ctor_set(x_1379, 1, x_1378); -x_1380 = lean_array_push(x_1373, x_1379); +x_1346 = lean_array_push(x_1160, x_1345); +lean_inc(x_1267); +lean_inc(x_1270); +x_1347 = l_Lean_addMacroScope(x_1270, x_1187, x_1267); +lean_inc(x_1264); +x_1348 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1348, 0, x_1264); +lean_ctor_set(x_1348, 1, x_1189); +lean_ctor_set(x_1348, 2, x_1347); +lean_ctor_set(x_1348, 3, x_1190); +x_1349 = lean_array_push(x_1160, x_1348); +x_1350 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1350, 0, x_1194); +lean_ctor_set(x_1350, 1, x_1349); +lean_inc(x_1346); +x_1351 = lean_array_push(x_1346, x_1350); +lean_inc(x_1264); +x_1352 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1352, 0, x_1264); +lean_ctor_set(x_1352, 1, x_1217); +lean_inc(x_1352); +x_1353 = lean_array_push(x_1351, x_1352); +x_1354 = l_Lean_Meta_mkPure___closed__4; +lean_inc(x_1267); +lean_inc(x_1270); +x_1355 = l_Lean_addMacroScope(x_1270, x_1354, x_1267); +x_1356 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__3; +x_1357 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__2; +lean_inc(x_1264); +x_1358 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1358, 0, x_1264); +lean_ctor_set(x_1358, 1, x_1356); +lean_ctor_set(x_1358, 2, x_1355); +lean_ctor_set(x_1358, 3, x_1357); +x_1359 = lean_array_push(x_1160, x_1358); +lean_inc(x_1264); +x_1360 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1360, 0, x_1264); +lean_ctor_set(x_1360, 1, x_1162); +x_1361 = lean_array_push(x_1160, x_1360); +x_1362 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7___closed__1; +lean_inc(x_1264); +x_1363 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1363, 0, x_1264); +lean_ctor_set(x_1363, 1, x_1362); +x_1364 = lean_array_push(x_1160, x_1363); +x_1365 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; +lean_inc(x_1264); +x_1366 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1366, 0, x_1264); +lean_ctor_set(x_1366, 1, x_1365); +x_1367 = lean_array_push(x_1160, x_1366); +x_1368 = l_Lean_strLitKind___closed__2; +x_1369 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1369, 0, x_1368); +lean_ctor_set(x_1369, 1, x_1367); +x_1370 = lean_array_push(x_1364, x_1369); +x_1371 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__6; +lean_inc(x_1267); +lean_inc(x_1270); +x_1372 = l_Lean_addMacroScope(x_1270, x_1371, x_1267); +x_1373 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__5; +x_1374 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; +lean_inc(x_1264); +x_1375 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1375, 0, x_1264); +lean_ctor_set(x_1375, 1, x_1373); +lean_ctor_set(x_1375, 2, x_1372); +lean_ctor_set(x_1375, 3, x_1374); +lean_inc(x_1370); +x_1376 = lean_array_push(x_1370, x_1375); +x_1377 = l_Lean_Parser_Term_ensureExpectedType___elambda__1___closed__2; +x_1378 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1378, 0, x_1377); +lean_ctor_set(x_1378, 1, x_1376); +x_1379 = lean_array_push(x_1160, x_1378); +x_1380 = lean_array_push(x_1379, x_1200); x_1381 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1381, 0, x_1160); +lean_ctor_set(x_1381, 0, x_1194); lean_ctor_set(x_1381, 1, x_1380); -x_1382 = lean_array_push(x_1127, x_1381); -x_1383 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1383, 0, x_1157); -lean_ctor_set(x_1383, 1, x_1382); -x_1384 = lean_array_push(x_1310, x_1383); -x_1385 = lean_array_push(x_1384, x_1316); -x_1386 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__2; -x_1387 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1387, 0, x_1228); +x_1382 = lean_array_push(x_1361, x_1381); +lean_inc(x_1264); +x_1383 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1383, 0, x_1264); +lean_ctor_set(x_1383, 1, x_1174); +x_1384 = lean_array_push(x_1382, x_1383); +x_1385 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1385, 0, x_1205); +lean_ctor_set(x_1385, 1, x_1384); +x_1386 = lean_array_push(x_1160, x_1385); +x_1387 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1387, 0, x_1194); lean_ctor_set(x_1387, 1, x_1386); -x_1388 = lean_array_push(x_1127, x_1387); -x_1389 = lean_array_push(x_1334, x_1377); -x_1390 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1390, 0, x_1341); -lean_ctor_set(x_1390, 1, x_1389); -x_1391 = lean_array_push(x_1127, x_1390); -x_1392 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1392, 0, x_1157); -lean_ctor_set(x_1392, 1, x_1391); -x_1393 = lean_array_push(x_1388, x_1392); -x_1394 = l_Lean_Parser_Term_doReturn___elambda__1___closed__2; -x_1395 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1395, 0, x_1394); -lean_ctor_set(x_1395, 1, x_1393); -x_1396 = lean_array_push(x_1127, x_1395); -x_1397 = lean_array_push(x_1396, x_1163); -x_1398 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1398, 0, x_1263); -lean_ctor_set(x_1398, 1, x_1397); -x_1399 = lean_array_push(x_1127, x_1398); -x_1400 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1400, 0, x_1157); -lean_ctor_set(x_1400, 1, x_1399); -x_1401 = lean_array_push(x_1127, x_1400); +x_1388 = lean_array_push(x_1359, x_1387); +x_1389 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1389, 0, x_1197); +lean_ctor_set(x_1389, 1, x_1388); +x_1390 = lean_array_push(x_1160, x_1389); +x_1391 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1391, 0, x_1286); +lean_ctor_set(x_1391, 1, x_1390); +x_1392 = lean_array_push(x_1160, x_1391); +x_1393 = lean_array_push(x_1392, x_1200); +x_1394 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1394, 0, x_1299); +lean_ctor_set(x_1394, 1, x_1393); +x_1395 = lean_array_push(x_1160, x_1394); +x_1396 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1396, 0, x_1194); +lean_ctor_set(x_1396, 1, x_1395); +x_1397 = lean_array_push(x_1160, x_1396); +x_1398 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_1399 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1399, 0, x_1398); +lean_ctor_set(x_1399, 1, x_1397); +x_1400 = lean_array_push(x_1353, x_1399); +x_1401 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; x_1402 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1402, 0, x_1362); -lean_ctor_set(x_1402, 1, x_1401); -x_1403 = lean_array_push(x_1385, x_1402); -x_1404 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1404, 0, x_1365); -lean_ctor_set(x_1404, 1, x_1403); -x_1405 = lean_array_push(x_1367, x_1404); -x_1406 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1406, 0, x_1157); -lean_ctor_set(x_1406, 1, x_1405); -x_1407 = lean_array_push(x_1127, x_1406); -x_1408 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; -x_1409 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1409, 0, x_1408); -lean_ctor_set(x_1409, 1, x_1407); -x_1410 = lean_array_push(x_1307, x_1409); -x_1411 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; -x_1412 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1412, 0, x_1411); -lean_ctor_set(x_1412, 1, x_1410); -x_1413 = lean_array_push(x_1127, x_1412); -x_1414 = lean_array_push(x_1413, x_1163); +lean_ctor_set(x_1402, 0, x_1401); +lean_ctor_set(x_1402, 1, x_1400); +x_1403 = lean_array_push(x_1160, x_1402); +x_1404 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; +lean_inc(x_1267); +lean_inc(x_1270); +x_1405 = l_Lean_addMacroScope(x_1270, x_1404, x_1267); +x_1406 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; +x_1407 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; +lean_inc(x_1264); +x_1408 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1408, 0, x_1264); +lean_ctor_set(x_1408, 1, x_1406); +lean_ctor_set(x_1408, 2, x_1405); +lean_ctor_set(x_1408, 3, x_1407); +x_1409 = lean_array_push(x_1160, x_1408); +x_1410 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__4; +x_1411 = l_Lean_addMacroScope(x_1270, x_1410, x_1267); +x_1412 = l_Array_myMacro____x40_Init_Data_Array_Subarray___hyg_931____closed__3; +lean_inc(x_1264); +x_1413 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1413, 0, x_1264); +lean_ctor_set(x_1413, 1, x_1412); +lean_ctor_set(x_1413, 2, x_1411); +lean_ctor_set(x_1413, 3, x_1141); +lean_inc(x_1413); +x_1414 = lean_array_push(x_1160, x_1413); x_1415 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1415, 0, x_1263); +lean_ctor_set(x_1415, 0, x_1194); lean_ctor_set(x_1415, 1, x_1414); -x_1416 = lean_array_push(x_1287, x_1415); +x_1416 = lean_array_push(x_1409, x_1415); x_1417 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1417, 0, x_1157); +lean_ctor_set(x_1417, 0, x_1197); lean_ctor_set(x_1417, 1, x_1416); -x_1418 = lean_array_push(x_1127, x_1417); +x_1418 = lean_array_push(x_1160, x_1417); x_1419 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1419, 0, x_1362); +lean_ctor_set(x_1419, 0, x_1194); lean_ctor_set(x_1419, 1, x_1418); -x_1420 = lean_array_push(x_1238, x_1419); -x_1421 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_1422 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1422, 0, x_1421); -lean_ctor_set(x_1422, 1, x_1420); -x_1423 = l_Lean_Syntax_getArg(x_1422, x_11); -lean_dec(x_1422); -x_1424 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_1423); -x_1425 = l_List_append___rarg(x_1424, x_2); -x_1426 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_1425, x_3, x_4, x_5, x_6, x_7, x_794, x_9, x_1235); -return x_1426; +x_1420 = lean_array_push(x_1346, x_1419); +x_1421 = lean_array_push(x_1420, x_1352); +x_1422 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__2; +x_1423 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1423, 0, x_1264); +lean_ctor_set(x_1423, 1, x_1422); +x_1424 = lean_array_push(x_1160, x_1423); +x_1425 = lean_array_push(x_1370, x_1413); +x_1426 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1426, 0, x_1377); +lean_ctor_set(x_1426, 1, x_1425); +x_1427 = lean_array_push(x_1160, x_1426); +x_1428 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1428, 0, x_1194); +lean_ctor_set(x_1428, 1, x_1427); +x_1429 = lean_array_push(x_1424, x_1428); +x_1430 = l_Lean_Parser_Term_doReturn___elambda__1___closed__2; +x_1431 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1431, 0, x_1430); +lean_ctor_set(x_1431, 1, x_1429); +x_1432 = lean_array_push(x_1160, x_1431); +x_1433 = lean_array_push(x_1432, x_1200); +x_1434 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1434, 0, x_1299); +lean_ctor_set(x_1434, 1, x_1433); +x_1435 = lean_array_push(x_1160, x_1434); +x_1436 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1436, 0, x_1194); +lean_ctor_set(x_1436, 1, x_1435); +x_1437 = lean_array_push(x_1160, x_1436); +x_1438 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1438, 0, x_1398); +lean_ctor_set(x_1438, 1, x_1437); +x_1439 = lean_array_push(x_1421, x_1438); +x_1440 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1440, 0, x_1401); +lean_ctor_set(x_1440, 1, x_1439); +x_1441 = lean_array_push(x_1403, x_1440); +x_1442 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1442, 0, x_1194); +lean_ctor_set(x_1442, 1, x_1441); +x_1443 = lean_array_push(x_1160, x_1442); +x_1444 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; +x_1445 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1445, 0, x_1444); +lean_ctor_set(x_1445, 1, x_1443); +x_1446 = lean_array_push(x_1343, x_1445); +x_1447 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; +x_1448 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1448, 0, x_1447); +lean_ctor_set(x_1448, 1, x_1446); +x_1449 = lean_array_push(x_1160, x_1448); +x_1450 = lean_array_push(x_1449, x_1200); +x_1451 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1451, 0, x_1299); +lean_ctor_set(x_1451, 1, x_1450); +x_1452 = lean_array_push(x_1323, x_1451); +x_1453 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1453, 0, x_1194); +lean_ctor_set(x_1453, 1, x_1452); +x_1454 = lean_array_push(x_1160, x_1453); +x_1455 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1455, 0, x_1398); +lean_ctor_set(x_1455, 1, x_1454); +x_1456 = lean_array_push(x_1274, x_1455); +x_1457 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_1458 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1458, 0, x_1457); +lean_ctor_set(x_1458, 1, x_1456); +x_1459 = l_Lean_Syntax_getArg(x_1458, x_11); +lean_dec(x_1458); +x_1460 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_1459); +x_1461 = l_List_append___rarg(x_1460, x_2); +x_1462 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_1461, x_3, x_4, x_5, x_6, x_7, x_812, x_9, x_1271); +return x_1462; } } } else { -lean_object* x_1471; lean_object* x_1472; lean_object* x_1473; lean_object* x_1474; -lean_dec(x_807); -lean_dec(x_806); -lean_dec(x_801); -lean_dec(x_794); -lean_dec(x_793); -lean_dec(x_787); -lean_dec(x_786); +lean_object* x_1507; lean_object* x_1508; lean_object* x_1509; lean_object* x_1510; +lean_dec(x_825); +lean_dec(x_824); +lean_dec(x_819); +lean_dec(x_814); +lean_dec(x_812); +lean_dec(x_811); +lean_dec(x_805); +lean_dec(x_804); lean_dec(x_21); lean_dec(x_19); lean_dec(x_9); @@ -57214,37 +57346,38 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1471 = lean_ctor_get(x_808, 0); -lean_inc(x_1471); -x_1472 = lean_ctor_get(x_808, 1); -lean_inc(x_1472); -if (lean_is_exclusive(x_808)) { - lean_ctor_release(x_808, 0); - lean_ctor_release(x_808, 1); - x_1473 = x_808; +x_1507 = lean_ctor_get(x_826, 0); +lean_inc(x_1507); +x_1508 = lean_ctor_get(x_826, 1); +lean_inc(x_1508); +if (lean_is_exclusive(x_826)) { + lean_ctor_release(x_826, 0); + lean_ctor_release(x_826, 1); + x_1509 = x_826; } else { - lean_dec_ref(x_808); - x_1473 = lean_box(0); + lean_dec_ref(x_826); + x_1509 = lean_box(0); } -if (lean_is_scalar(x_1473)) { - x_1474 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1509)) { + x_1510 = lean_alloc_ctor(1, 2, 0); } else { - x_1474 = x_1473; + x_1510 = x_1509; } -lean_ctor_set(x_1474, 0, x_1471); -lean_ctor_set(x_1474, 1, x_1472); -return x_1474; +lean_ctor_set(x_1510, 0, x_1507); +lean_ctor_set(x_1510, 1, x_1508); +return x_1510; } } } else { -lean_object* x_1530; lean_object* x_1531; lean_object* x_1532; lean_object* x_1533; -lean_dec(x_801); -lean_dec(x_794); -lean_dec(x_793); -lean_dec(x_787); -lean_dec(x_786); +lean_object* x_1566; lean_object* x_1567; lean_object* x_1568; lean_object* x_1569; +lean_dec(x_819); +lean_dec(x_814); +lean_dec(x_812); +lean_dec(x_811); +lean_dec(x_805); +lean_dec(x_804); lean_dec(x_21); lean_dec(x_19); lean_dec(x_9); @@ -57254,35 +57387,36 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1530 = lean_ctor_get(x_803, 0); -lean_inc(x_1530); -x_1531 = lean_ctor_get(x_803, 1); -lean_inc(x_1531); -if (lean_is_exclusive(x_803)) { - lean_ctor_release(x_803, 0); - lean_ctor_release(x_803, 1); - x_1532 = x_803; +x_1566 = lean_ctor_get(x_821, 0); +lean_inc(x_1566); +x_1567 = lean_ctor_get(x_821, 1); +lean_inc(x_1567); +if (lean_is_exclusive(x_821)) { + lean_ctor_release(x_821, 0); + lean_ctor_release(x_821, 1); + x_1568 = x_821; } else { - lean_dec_ref(x_803); - x_1532 = lean_box(0); + lean_dec_ref(x_821); + x_1568 = lean_box(0); } -if (lean_is_scalar(x_1532)) { - x_1533 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1568)) { + x_1569 = lean_alloc_ctor(1, 2, 0); } else { - x_1533 = x_1532; + x_1569 = x_1568; } -lean_ctor_set(x_1533, 0, x_1530); -lean_ctor_set(x_1533, 1, x_1531); -return x_1533; +lean_ctor_set(x_1569, 0, x_1566); +lean_ctor_set(x_1569, 1, x_1567); +return x_1569; } } else { -lean_object* x_1534; lean_object* x_1535; lean_object* x_1536; lean_object* x_1537; -lean_dec(x_794); -lean_dec(x_793); -lean_dec(x_787); -lean_dec(x_786); +lean_object* x_1570; lean_object* x_1571; lean_object* x_1572; lean_object* x_1573; +lean_dec(x_814); +lean_dec(x_812); +lean_dec(x_811); +lean_dec(x_805); +lean_dec(x_804); lean_dec(x_21); lean_dec(x_19); lean_dec(x_9); @@ -57292,1031 +57426,1031 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1534 = lean_ctor_get(x_800, 0); -lean_inc(x_1534); -x_1535 = lean_ctor_get(x_800, 1); -lean_inc(x_1535); -if (lean_is_exclusive(x_800)) { - lean_ctor_release(x_800, 0); - lean_ctor_release(x_800, 1); - x_1536 = x_800; -} else { - lean_dec_ref(x_800); - x_1536 = lean_box(0); -} -if (lean_is_scalar(x_1536)) { - x_1537 = lean_alloc_ctor(1, 2, 0); -} else { - x_1537 = x_1536; -} -lean_ctor_set(x_1537, 0, x_1534); -lean_ctor_set(x_1537, 1, x_1535); -return x_1537; -} -} -} -else -{ -lean_object* x_1538; lean_object* x_1539; lean_object* x_1540; lean_object* x_1541; lean_object* x_1542; lean_object* x_1543; lean_object* x_1544; lean_object* x_1545; lean_object* x_1546; lean_object* x_1547; lean_object* x_1548; lean_object* x_1549; uint8_t x_1550; -x_1538 = l_Lean_instInhabitedSyntax; -x_1539 = lean_array_get(x_1538, x_13, x_11); -x_1540 = lean_unsigned_to_nat(0u); -x_1541 = l_Lean_Syntax_getArg(x_1539, x_1540); -x_1542 = lean_unsigned_to_nat(2u); -x_1543 = l_Lean_Syntax_getArg(x_1539, x_1542); -lean_dec(x_1539); -x_1544 = l_Array_eraseIdx___rarg(x_13, x_11); -x_1545 = lean_unsigned_to_nat(3u); -x_1546 = l_Lean_Syntax_getArg(x_1, x_1545); -x_1547 = lean_st_ref_take(x_9, x_10); -x_1548 = lean_ctor_get(x_1547, 0); -lean_inc(x_1548); -x_1549 = lean_ctor_get(x_1547, 1); -lean_inc(x_1549); -lean_dec(x_1547); -x_1550 = !lean_is_exclusive(x_1548); -if (x_1550 == 0) -{ -lean_object* x_1551; lean_object* x_1552; lean_object* x_1553; lean_object* x_1554; uint8_t x_1555; -x_1551 = lean_ctor_get(x_1548, 1); -x_1552 = lean_nat_add(x_1551, x_11); -lean_ctor_set(x_1548, 1, x_1552); -x_1553 = lean_st_ref_set(x_9, x_1548, x_1549); -x_1554 = lean_ctor_get(x_1553, 1); -lean_inc(x_1554); -lean_dec(x_1553); -x_1555 = !lean_is_exclusive(x_4); -if (x_1555 == 0) -{ -lean_object* x_1556; lean_object* x_1557; lean_object* x_1558; lean_object* x_1559; lean_object* x_1560; lean_object* x_1561; lean_object* x_1562; lean_object* x_1563; lean_object* x_1564; lean_object* x_1565; lean_object* x_1566; lean_object* x_1567; lean_object* x_1568; lean_object* x_1569; lean_object* x_1570; lean_object* x_1571; lean_object* x_1572; lean_object* x_1573; lean_object* x_1574; lean_object* x_1575; lean_object* x_1576; lean_object* x_1577; lean_object* x_1578; lean_object* x_1579; lean_object* x_1580; lean_object* x_1581; lean_object* x_1582; lean_object* x_1583; lean_object* x_1584; lean_object* x_1585; lean_object* x_1586; lean_object* x_1587; lean_object* x_1588; lean_object* x_1589; lean_object* x_1590; lean_object* x_1591; lean_object* x_1592; lean_object* x_1593; lean_object* x_1594; lean_object* x_1595; lean_object* x_1596; lean_object* x_1597; lean_object* x_1598; lean_object* x_1599; lean_object* x_1600; lean_object* x_1601; lean_object* x_1602; lean_object* x_1603; lean_object* x_1604; lean_object* x_1605; lean_object* x_1606; lean_object* x_1607; lean_object* x_1608; lean_object* x_1609; lean_object* x_1610; lean_object* x_1611; lean_object* x_1612; lean_object* x_1613; lean_object* x_1614; lean_object* x_1615; lean_object* x_1616; lean_object* x_1617; lean_object* x_1618; lean_object* x_1619; lean_object* x_1620; lean_object* x_1621; lean_object* x_1622; lean_object* x_1623; lean_object* x_1624; lean_object* x_1625; lean_object* x_1626; lean_object* x_1627; lean_object* x_1628; lean_object* x_1629; lean_object* x_1630; lean_object* x_1631; lean_object* x_1632; lean_object* x_1633; lean_object* x_1634; lean_object* x_1635; lean_object* x_1636; lean_object* x_1637; lean_object* x_1638; lean_object* x_1639; lean_object* x_1640; lean_object* x_1641; lean_object* x_1642; lean_object* x_1643; lean_object* x_1644; lean_object* x_1645; lean_object* x_1646; lean_object* x_1647; lean_object* x_1648; lean_object* x_1649; lean_object* x_1650; lean_object* x_1651; lean_object* x_1652; lean_object* x_1653; lean_object* x_1654; lean_object* x_1655; lean_object* x_1656; lean_object* x_1657; lean_object* x_1658; lean_object* x_1659; lean_object* x_1660; lean_object* x_1661; lean_object* x_1662; lean_object* x_1663; lean_object* x_1664; lean_object* x_1665; lean_object* x_1666; lean_object* x_1667; lean_object* x_1668; lean_object* x_1669; lean_object* x_1670; lean_object* x_1671; lean_object* x_1672; lean_object* x_1673; lean_object* x_1674; lean_object* x_1675; lean_object* x_1676; lean_object* x_1677; lean_object* x_1678; lean_object* x_1679; lean_object* x_1680; lean_object* x_1681; lean_object* x_1682; lean_object* x_1683; lean_object* x_1684; lean_object* x_1685; lean_object* x_1686; lean_object* x_1687; lean_object* x_1688; lean_object* x_1689; lean_object* x_1690; lean_object* x_1691; lean_object* x_1692; lean_object* x_1693; lean_object* x_1694; lean_object* x_1695; lean_object* x_1696; lean_object* x_1697; lean_object* x_1698; lean_object* x_1699; lean_object* x_1700; lean_object* x_1701; lean_object* x_1702; lean_object* x_1703; lean_object* x_1704; lean_object* x_1705; lean_object* x_1706; lean_object* x_1707; lean_object* x_1708; lean_object* x_1709; lean_object* x_1710; lean_object* x_1711; lean_object* x_1712; lean_object* x_1713; lean_object* x_1714; lean_object* x_1715; lean_object* x_1716; lean_object* x_1717; lean_object* x_1718; lean_object* x_1719; lean_object* x_1720; lean_object* x_1721; lean_object* x_1722; lean_object* x_1723; lean_object* x_1724; lean_object* x_1725; lean_object* x_1726; lean_object* x_1727; lean_object* x_1728; lean_object* x_1729; lean_object* x_1730; lean_object* x_1731; lean_object* x_1732; lean_object* x_1733; lean_object* x_1734; lean_object* x_1735; lean_object* x_1736; lean_object* x_1737; lean_object* x_1738; lean_object* x_1739; lean_object* x_1740; lean_object* x_1741; lean_object* x_1742; lean_object* x_1743; lean_object* x_1744; lean_object* x_1745; lean_object* x_1746; lean_object* x_1747; lean_object* x_1748; lean_object* x_1749; lean_object* x_1750; lean_object* x_1751; lean_object* x_1752; lean_object* x_1753; lean_object* x_1754; lean_object* x_1755; lean_object* x_1756; lean_object* x_1757; lean_object* x_1758; lean_object* x_1759; lean_object* x_1760; lean_object* x_1761; lean_object* x_1762; lean_object* x_1763; lean_object* x_1764; lean_object* x_1765; lean_object* x_1766; lean_object* x_1767; lean_object* x_1768; lean_object* x_1769; lean_object* x_1770; lean_object* x_1771; lean_object* x_1772; lean_object* x_1773; lean_object* x_1774; lean_object* x_1775; lean_object* x_1776; lean_object* x_1777; lean_object* x_1778; lean_object* x_1779; lean_object* x_1780; lean_object* x_1781; lean_object* x_1782; lean_object* x_1783; lean_object* x_1784; lean_object* x_1785; lean_object* x_1786; lean_object* x_1787; lean_object* x_1788; lean_object* x_1789; -x_1556 = lean_ctor_get(x_4, 4); -lean_dec(x_1556); -lean_ctor_set(x_4, 4, x_1551); -x_1557 = lean_ctor_get(x_8, 0); -lean_inc(x_1557); -x_1558 = lean_ctor_get(x_8, 1); -lean_inc(x_1558); -x_1559 = lean_ctor_get(x_8, 2); -lean_inc(x_1559); -x_1560 = lean_ctor_get(x_8, 3); -lean_inc(x_1560); -x_1561 = lean_ctor_get(x_8, 4); -lean_inc(x_1561); -x_1562 = lean_ctor_get(x_8, 5); -lean_inc(x_1562); -x_1563 = lean_ctor_get(x_8, 6); -lean_inc(x_1563); -x_1564 = lean_ctor_get(x_8, 7); -lean_inc(x_1564); -x_1565 = l_Lean_replaceRef(x_1543, x_1560); -lean_dec(x_1560); -x_1566 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_1566, 0, x_1557); -lean_ctor_set(x_1566, 1, x_1558); -lean_ctor_set(x_1566, 2, x_1559); -lean_ctor_set(x_1566, 3, x_1565); -lean_ctor_set(x_1566, 4, x_1561); -lean_ctor_set(x_1566, 5, x_1562); -lean_ctor_set(x_1566, 6, x_1563); -lean_ctor_set(x_1566, 7, x_1564); -x_1567 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_1566, x_9, x_1554); -x_1568 = lean_ctor_get(x_1567, 0); -lean_inc(x_1568); -x_1569 = lean_ctor_get(x_1567, 1); -lean_inc(x_1569); -lean_dec(x_1567); -x_1570 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_1566, x_9, x_1569); -lean_dec(x_1566); -x_1571 = lean_ctor_get(x_1570, 0); +x_1570 = lean_ctor_get(x_818, 0); +lean_inc(x_1570); +x_1571 = lean_ctor_get(x_818, 1); lean_inc(x_1571); -x_1572 = lean_ctor_get(x_1570, 1); -lean_inc(x_1572); -lean_dec(x_1570); -x_1573 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1572); -x_1574 = lean_ctor_get(x_1573, 0); -lean_inc(x_1574); -x_1575 = lean_ctor_get(x_1573, 1); -lean_inc(x_1575); -lean_dec(x_1573); -x_1576 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; -x_1577 = l_Lean_addMacroScope(x_1574, x_1576, x_1571); -x_1578 = lean_box(0); -x_1579 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; -x_1580 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; -x_1581 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1581, 0, x_1568); -lean_ctor_set(x_1581, 1, x_1579); -lean_ctor_set(x_1581, 2, x_1577); -lean_ctor_set(x_1581, 3, x_1580); -x_1582 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_1575); -x_1583 = lean_ctor_get(x_1582, 0); -lean_inc(x_1583); -x_1584 = lean_ctor_get(x_1582, 1); +if (lean_is_exclusive(x_818)) { + lean_ctor_release(x_818, 0); + lean_ctor_release(x_818, 1); + x_1572 = x_818; +} else { + lean_dec_ref(x_818); + x_1572 = lean_box(0); +} +if (lean_is_scalar(x_1572)) { + x_1573 = lean_alloc_ctor(1, 2, 0); +} else { + x_1573 = x_1572; +} +lean_ctor_set(x_1573, 0, x_1570); +lean_ctor_set(x_1573, 1, x_1571); +return x_1573; +} +} +} +else +{ +lean_object* x_1574; lean_object* x_1575; lean_object* x_1576; lean_object* x_1577; lean_object* x_1578; lean_object* x_1579; lean_object* x_1580; lean_object* x_1581; lean_object* x_1582; lean_object* x_1583; lean_object* x_1584; lean_object* x_1585; uint8_t x_1586; +x_1574 = l_Lean_instInhabitedSyntax; +x_1575 = lean_array_get(x_1574, x_13, x_11); +x_1576 = lean_unsigned_to_nat(0u); +x_1577 = l_Lean_Syntax_getArg(x_1575, x_1576); +x_1578 = lean_unsigned_to_nat(2u); +x_1579 = l_Lean_Syntax_getArg(x_1575, x_1578); +lean_dec(x_1575); +x_1580 = l_Array_eraseIdx___rarg(x_13, x_11); +x_1581 = lean_unsigned_to_nat(3u); +x_1582 = l_Lean_Syntax_getArg(x_1, x_1581); +x_1583 = lean_st_ref_take(x_9, x_10); +x_1584 = lean_ctor_get(x_1583, 0); lean_inc(x_1584); -lean_dec(x_1582); -x_1585 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_1584); -x_1586 = lean_ctor_get(x_1585, 0); -lean_inc(x_1586); -x_1587 = lean_ctor_get(x_1585, 1); -lean_inc(x_1587); -lean_dec(x_1585); -x_1588 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1587); -x_1589 = lean_ctor_get(x_1588, 0); -lean_inc(x_1589); -x_1590 = lean_ctor_get(x_1588, 1); +x_1585 = lean_ctor_get(x_1583, 1); +lean_inc(x_1585); +lean_dec(x_1583); +x_1586 = !lean_is_exclusive(x_1584); +if (x_1586 == 0) +{ +lean_object* x_1587; lean_object* x_1588; lean_object* x_1589; lean_object* x_1590; uint8_t x_1591; +x_1587 = lean_ctor_get(x_1584, 1); +x_1588 = lean_nat_add(x_1587, x_11); +lean_ctor_set(x_1584, 1, x_1588); +x_1589 = lean_st_ref_set(x_9, x_1584, x_1585); +x_1590 = lean_ctor_get(x_1589, 1); lean_inc(x_1590); -lean_dec(x_1588); -x_1591 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_1583); -x_1592 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1592, 0, x_1583); -lean_ctor_set(x_1592, 1, x_1591); -x_1593 = l_Array_empty___closed__1; -lean_inc(x_1592); -x_1594 = lean_array_push(x_1593, x_1592); -x_1595 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_1583); -x_1596 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1596, 0, x_1583); -lean_ctor_set(x_1596, 1, x_1595); -x_1597 = lean_array_push(x_1593, x_1596); -x_1598 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; -lean_inc(x_1583); -x_1599 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1599, 0, x_1583); -lean_ctor_set(x_1599, 1, x_1598); -x_1600 = lean_array_push(x_1593, x_1599); -x_1601 = l_Lean_nullKind___closed__2; -x_1602 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1602, 0, x_1601); -lean_ctor_set(x_1602, 1, x_1600); -x_1603 = lean_array_push(x_1597, x_1602); -x_1604 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; -lean_inc(x_1586); -lean_inc(x_1589); -x_1605 = l_Lean_addMacroScope(x_1589, x_1604, x_1586); -x_1606 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23; -lean_inc(x_1583); -x_1607 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1607, 0, x_1583); -lean_ctor_set(x_1607, 1, x_1606); -lean_ctor_set(x_1607, 2, x_1605); -lean_ctor_set(x_1607, 3, x_1578); -x_1608 = lean_array_push(x_1593, x_1607); -x_1609 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +lean_dec(x_1589); +x_1591 = !lean_is_exclusive(x_4); +if (x_1591 == 0) +{ +lean_object* x_1592; lean_object* x_1593; lean_object* x_1594; lean_object* x_1595; lean_object* x_1596; lean_object* x_1597; lean_object* x_1598; lean_object* x_1599; lean_object* x_1600; lean_object* x_1601; lean_object* x_1602; lean_object* x_1603; lean_object* x_1604; lean_object* x_1605; lean_object* x_1606; lean_object* x_1607; lean_object* x_1608; lean_object* x_1609; lean_object* x_1610; lean_object* x_1611; lean_object* x_1612; lean_object* x_1613; lean_object* x_1614; lean_object* x_1615; lean_object* x_1616; lean_object* x_1617; lean_object* x_1618; lean_object* x_1619; lean_object* x_1620; lean_object* x_1621; lean_object* x_1622; lean_object* x_1623; lean_object* x_1624; lean_object* x_1625; lean_object* x_1626; lean_object* x_1627; lean_object* x_1628; lean_object* x_1629; lean_object* x_1630; lean_object* x_1631; lean_object* x_1632; lean_object* x_1633; lean_object* x_1634; lean_object* x_1635; lean_object* x_1636; lean_object* x_1637; lean_object* x_1638; lean_object* x_1639; lean_object* x_1640; lean_object* x_1641; lean_object* x_1642; lean_object* x_1643; lean_object* x_1644; lean_object* x_1645; lean_object* x_1646; lean_object* x_1647; lean_object* x_1648; lean_object* x_1649; lean_object* x_1650; lean_object* x_1651; lean_object* x_1652; lean_object* x_1653; lean_object* x_1654; lean_object* x_1655; lean_object* x_1656; lean_object* x_1657; lean_object* x_1658; lean_object* x_1659; lean_object* x_1660; lean_object* x_1661; lean_object* x_1662; lean_object* x_1663; lean_object* x_1664; lean_object* x_1665; lean_object* x_1666; lean_object* x_1667; lean_object* x_1668; lean_object* x_1669; lean_object* x_1670; lean_object* x_1671; lean_object* x_1672; lean_object* x_1673; lean_object* x_1674; lean_object* x_1675; lean_object* x_1676; lean_object* x_1677; lean_object* x_1678; lean_object* x_1679; lean_object* x_1680; lean_object* x_1681; lean_object* x_1682; lean_object* x_1683; lean_object* x_1684; lean_object* x_1685; lean_object* x_1686; lean_object* x_1687; lean_object* x_1688; lean_object* x_1689; lean_object* x_1690; lean_object* x_1691; lean_object* x_1692; lean_object* x_1693; lean_object* x_1694; lean_object* x_1695; lean_object* x_1696; lean_object* x_1697; lean_object* x_1698; lean_object* x_1699; lean_object* x_1700; lean_object* x_1701; lean_object* x_1702; lean_object* x_1703; lean_object* x_1704; lean_object* x_1705; lean_object* x_1706; lean_object* x_1707; lean_object* x_1708; lean_object* x_1709; lean_object* x_1710; lean_object* x_1711; lean_object* x_1712; lean_object* x_1713; lean_object* x_1714; lean_object* x_1715; lean_object* x_1716; lean_object* x_1717; lean_object* x_1718; lean_object* x_1719; lean_object* x_1720; lean_object* x_1721; lean_object* x_1722; lean_object* x_1723; lean_object* x_1724; lean_object* x_1725; lean_object* x_1726; lean_object* x_1727; lean_object* x_1728; lean_object* x_1729; lean_object* x_1730; lean_object* x_1731; lean_object* x_1732; lean_object* x_1733; lean_object* x_1734; lean_object* x_1735; lean_object* x_1736; lean_object* x_1737; lean_object* x_1738; lean_object* x_1739; lean_object* x_1740; lean_object* x_1741; lean_object* x_1742; lean_object* x_1743; lean_object* x_1744; lean_object* x_1745; lean_object* x_1746; lean_object* x_1747; lean_object* x_1748; lean_object* x_1749; lean_object* x_1750; lean_object* x_1751; lean_object* x_1752; lean_object* x_1753; lean_object* x_1754; lean_object* x_1755; lean_object* x_1756; lean_object* x_1757; lean_object* x_1758; lean_object* x_1759; lean_object* x_1760; lean_object* x_1761; lean_object* x_1762; lean_object* x_1763; lean_object* x_1764; lean_object* x_1765; lean_object* x_1766; lean_object* x_1767; lean_object* x_1768; lean_object* x_1769; lean_object* x_1770; lean_object* x_1771; lean_object* x_1772; lean_object* x_1773; lean_object* x_1774; lean_object* x_1775; lean_object* x_1776; lean_object* x_1777; lean_object* x_1778; lean_object* x_1779; lean_object* x_1780; lean_object* x_1781; lean_object* x_1782; lean_object* x_1783; lean_object* x_1784; lean_object* x_1785; lean_object* x_1786; lean_object* x_1787; lean_object* x_1788; lean_object* x_1789; lean_object* x_1790; lean_object* x_1791; lean_object* x_1792; lean_object* x_1793; lean_object* x_1794; lean_object* x_1795; lean_object* x_1796; lean_object* x_1797; lean_object* x_1798; lean_object* x_1799; lean_object* x_1800; lean_object* x_1801; lean_object* x_1802; lean_object* x_1803; lean_object* x_1804; lean_object* x_1805; lean_object* x_1806; lean_object* x_1807; lean_object* x_1808; lean_object* x_1809; lean_object* x_1810; lean_object* x_1811; lean_object* x_1812; lean_object* x_1813; lean_object* x_1814; lean_object* x_1815; lean_object* x_1816; lean_object* x_1817; lean_object* x_1818; lean_object* x_1819; lean_object* x_1820; lean_object* x_1821; lean_object* x_1822; lean_object* x_1823; lean_object* x_1824; lean_object* x_1825; +x_1592 = lean_ctor_get(x_4, 4); +lean_dec(x_1592); +lean_ctor_set(x_4, 4, x_1587); +x_1593 = lean_ctor_get(x_8, 0); +lean_inc(x_1593); +x_1594 = lean_ctor_get(x_8, 1); +lean_inc(x_1594); +x_1595 = lean_ctor_get(x_8, 2); +lean_inc(x_1595); +x_1596 = lean_ctor_get(x_8, 3); +lean_inc(x_1596); +x_1597 = lean_ctor_get(x_8, 4); +lean_inc(x_1597); +x_1598 = lean_ctor_get(x_8, 5); +lean_inc(x_1598); +x_1599 = lean_ctor_get(x_8, 6); +lean_inc(x_1599); +x_1600 = lean_ctor_get(x_8, 7); +lean_inc(x_1600); +x_1601 = l_Lean_replaceRef(x_1579, x_1596); +lean_dec(x_1596); +x_1602 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_1602, 0, x_1593); +lean_ctor_set(x_1602, 1, x_1594); +lean_ctor_set(x_1602, 2, x_1595); +lean_ctor_set(x_1602, 3, x_1601); +lean_ctor_set(x_1602, 4, x_1597); +lean_ctor_set(x_1602, 5, x_1598); +lean_ctor_set(x_1602, 6, x_1599); +lean_ctor_set(x_1602, 7, x_1600); +x_1603 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_1602, x_9, x_1590); +x_1604 = lean_ctor_get(x_1603, 0); +lean_inc(x_1604); +x_1605 = lean_ctor_get(x_1603, 1); +lean_inc(x_1605); +lean_dec(x_1603); +x_1606 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_1602, x_9, x_1605); +lean_dec(x_1602); +x_1607 = lean_ctor_get(x_1606, 0); +lean_inc(x_1607); +x_1608 = lean_ctor_get(x_1606, 1); lean_inc(x_1608); -x_1610 = lean_array_push(x_1608, x_1609); -x_1611 = lean_array_push(x_1610, x_1609); -x_1612 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_1583); -x_1613 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1613, 0, x_1583); -lean_ctor_set(x_1613, 1, x_1612); -x_1614 = lean_array_push(x_1611, x_1613); -x_1615 = lean_array_push(x_1593, x_1581); -x_1616 = lean_array_push(x_1593, x_1543); -x_1617 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1617, 0, x_1601); -lean_ctor_set(x_1617, 1, x_1616); -x_1618 = lean_array_push(x_1615, x_1617); -x_1619 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_1620 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1620, 0, x_1619); -lean_ctor_set(x_1620, 1, x_1618); -lean_inc(x_1614); -x_1621 = lean_array_push(x_1614, x_1620); -x_1622 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; -x_1623 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1623, 0, x_1622); -lean_ctor_set(x_1623, 1, x_1621); -x_1624 = lean_array_push(x_1593, x_1623); -x_1625 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; -x_1626 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1626, 0, x_1625); -lean_ctor_set(x_1626, 1, x_1624); -x_1627 = lean_array_push(x_1603, x_1626); -x_1628 = l_Lean_Parser_Term_doLet___elambda__1___closed__2; -x_1629 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1629, 0, x_1628); -lean_ctor_set(x_1629, 1, x_1627); -x_1630 = lean_array_push(x_1593, x_1629); -x_1631 = lean_array_push(x_1630, x_1609); -x_1632 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_1633 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1633, 0, x_1632); -lean_ctor_set(x_1633, 1, x_1631); -x_1634 = lean_array_push(x_1593, x_1633); -x_1635 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__10; -lean_inc(x_1583); -x_1636 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1636, 0, x_1583); -lean_ctor_set(x_1636, 1, x_1635); -x_1637 = lean_array_push(x_1593, x_1636); -x_1638 = l_myMacro____x40_Init_Notation___hyg_1264____closed__7; -x_1639 = l_Lean_Syntax_SepArray_ofElems(x_1638, x_1544); -lean_dec(x_1544); -x_1640 = l_Array_appendCore___rarg(x_1593, x_1639); -lean_dec(x_1639); -x_1641 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1641, 0, x_1601); -lean_ctor_set(x_1641, 1, x_1640); -x_1642 = lean_array_push(x_1637, x_1641); -x_1643 = lean_array_push(x_1642, x_1592); -x_1644 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; -lean_inc(x_1583); -x_1645 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1645, 0, x_1583); -lean_ctor_set(x_1645, 1, x_1644); -x_1646 = lean_array_push(x_1593, x_1645); -x_1647 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; -lean_inc(x_1586); -lean_inc(x_1589); -x_1648 = l_Lean_addMacroScope(x_1589, x_1647, x_1586); -x_1649 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__27; -x_1650 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__33; -lean_inc(x_1583); -x_1651 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1651, 0, x_1583); -lean_ctor_set(x_1651, 1, x_1649); -lean_ctor_set(x_1651, 2, x_1648); -lean_ctor_set(x_1651, 3, x_1650); -x_1652 = lean_array_push(x_1593, x_1651); +lean_dec(x_1606); +x_1609 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1608); +x_1610 = lean_ctor_get(x_1609, 0); +lean_inc(x_1610); +x_1611 = lean_ctor_get(x_1609, 1); +lean_inc(x_1611); +lean_dec(x_1609); +x_1612 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__18; +x_1613 = l_Lean_addMacroScope(x_1610, x_1612, x_1607); +x_1614 = lean_box(0); +x_1615 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__17; +x_1616 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23; +x_1617 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1617, 0, x_1604); +lean_ctor_set(x_1617, 1, x_1615); +lean_ctor_set(x_1617, 2, x_1613); +lean_ctor_set(x_1617, 3, x_1616); +x_1618 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_1611); +x_1619 = lean_ctor_get(x_1618, 0); +lean_inc(x_1619); +x_1620 = lean_ctor_get(x_1618, 1); +lean_inc(x_1620); +lean_dec(x_1618); +x_1621 = l_Lean_Elab_Term_getCurrMacroScope(x_4, x_5, x_6, x_7, x_8, x_9, x_1620); +x_1622 = lean_ctor_get(x_1621, 0); +lean_inc(x_1622); +x_1623 = lean_ctor_get(x_1621, 1); +lean_inc(x_1623); +lean_dec(x_1621); +x_1624 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1623); +x_1625 = lean_ctor_get(x_1624, 0); +lean_inc(x_1625); +x_1626 = lean_ctor_get(x_1624, 1); +lean_inc(x_1626); +lean_dec(x_1624); +x_1627 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_1619); +x_1628 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1628, 0, x_1619); +lean_ctor_set(x_1628, 1, x_1627); +x_1629 = l_Array_empty___closed__1; +lean_inc(x_1628); +x_1630 = lean_array_push(x_1629, x_1628); +x_1631 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_1619); +x_1632 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1632, 0, x_1619); +lean_ctor_set(x_1632, 1, x_1631); +x_1633 = lean_array_push(x_1629, x_1632); +x_1634 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; +lean_inc(x_1619); +x_1635 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1635, 0, x_1619); +lean_ctor_set(x_1635, 1, x_1634); +x_1636 = lean_array_push(x_1629, x_1635); +x_1637 = l_Lean_nullKind___closed__2; +x_1638 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1638, 0, x_1637); +lean_ctor_set(x_1638, 1, x_1636); +x_1639 = lean_array_push(x_1633, x_1638); +x_1640 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__28; +lean_inc(x_1622); +lean_inc(x_1625); +x_1641 = l_Lean_addMacroScope(x_1625, x_1640, x_1622); +x_1642 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__27; +lean_inc(x_1619); +x_1643 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1643, 0, x_1619); +lean_ctor_set(x_1643, 1, x_1642); +lean_ctor_set(x_1643, 2, x_1641); +lean_ctor_set(x_1643, 3, x_1614); +x_1644 = lean_array_push(x_1629, x_1643); +x_1645 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +lean_inc(x_1644); +x_1646 = lean_array_push(x_1644, x_1645); +x_1647 = lean_array_push(x_1646, x_1645); +x_1648 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; +lean_inc(x_1619); +x_1649 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1649, 0, x_1619); +lean_ctor_set(x_1649, 1, x_1648); +x_1650 = lean_array_push(x_1647, x_1649); +x_1651 = lean_array_push(x_1629, x_1617); +x_1652 = lean_array_push(x_1629, x_1579); x_1653 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1653, 0, x_1601); -lean_ctor_set(x_1653, 1, x_1608); -x_1654 = lean_array_push(x_1652, x_1653); -x_1655 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1655, 0, x_1619); -lean_ctor_set(x_1655, 1, x_1654); -x_1656 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; -x_1657 = lean_array_push(x_1656, x_1655); -x_1658 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +lean_ctor_set(x_1653, 0, x_1637); +lean_ctor_set(x_1653, 1, x_1652); +x_1654 = lean_array_push(x_1651, x_1653); +x_1655 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; +x_1656 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1656, 0, x_1655); +lean_ctor_set(x_1656, 1, x_1654); +lean_inc(x_1650); +x_1657 = lean_array_push(x_1650, x_1656); +x_1658 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; x_1659 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_1659, 0, x_1658); lean_ctor_set(x_1659, 1, x_1657); -x_1660 = lean_array_push(x_1593, x_1659); -x_1661 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1661, 0, x_1601); -lean_ctor_set(x_1661, 1, x_1660); -x_1662 = lean_array_push(x_1646, x_1661); -x_1663 = lean_array_push(x_1662, x_1609); -x_1664 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; -lean_inc(x_1583); -x_1665 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1665, 0, x_1583); -lean_ctor_set(x_1665, 1, x_1664); -x_1666 = lean_array_push(x_1663, x_1665); -x_1667 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; -lean_inc(x_1583); -x_1668 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1668, 0, x_1583); -lean_ctor_set(x_1668, 1, x_1667); -x_1669 = lean_array_push(x_1593, x_1668); -x_1670 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -lean_inc(x_1586); -lean_inc(x_1589); -x_1671 = l_Lean_addMacroScope(x_1589, x_1670, x_1586); -x_1672 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; -x_1673 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; -lean_inc(x_1583); -x_1674 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1674, 0, x_1583); -lean_ctor_set(x_1674, 1, x_1672); -lean_ctor_set(x_1674, 2, x_1671); -lean_ctor_set(x_1674, 3, x_1673); -x_1675 = lean_array_push(x_1593, x_1674); -x_1676 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1676, 0, x_1601); -lean_ctor_set(x_1676, 1, x_1675); -lean_inc(x_1669); -x_1677 = lean_array_push(x_1669, x_1676); -x_1678 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -lean_inc(x_1583); -x_1679 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1679, 0, x_1583); -lean_ctor_set(x_1679, 1, x_1678); -lean_inc(x_1679); -x_1680 = lean_array_push(x_1677, x_1679); -x_1681 = l_Lean_Parser_Term_doBreak___elambda__1___closed__5; -lean_inc(x_1583); -x_1682 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1682, 0, x_1583); -lean_ctor_set(x_1682, 1, x_1681); -x_1683 = lean_array_push(x_1593, x_1682); -x_1684 = l_Lean_Parser_Term_doBreak___elambda__1___closed__2; -x_1685 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1685, 0, x_1684); -lean_ctor_set(x_1685, 1, x_1683); -x_1686 = lean_array_push(x_1593, x_1685); -x_1687 = lean_array_push(x_1686, x_1609); -x_1688 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1688, 0, x_1632); -lean_ctor_set(x_1688, 1, x_1687); -x_1689 = lean_array_push(x_1593, x_1688); -x_1690 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1690, 0, x_1601); -lean_ctor_set(x_1690, 1, x_1689); -x_1691 = lean_array_push(x_1593, x_1690); -x_1692 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_1693 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1693, 0, x_1692); -lean_ctor_set(x_1693, 1, x_1691); -x_1694 = lean_array_push(x_1680, x_1693); -x_1695 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; -x_1696 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1696, 0, x_1695); -lean_ctor_set(x_1696, 1, x_1694); -x_1697 = lean_array_push(x_1593, x_1696); -x_1698 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; -lean_inc(x_1586); -lean_inc(x_1589); -x_1699 = l_Lean_addMacroScope(x_1589, x_1698, x_1586); -x_1700 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; -x_1701 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; -lean_inc(x_1583); -x_1702 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1702, 0, x_1583); -lean_ctor_set(x_1702, 1, x_1700); -lean_ctor_set(x_1702, 2, x_1699); -lean_ctor_set(x_1702, 3, x_1701); -x_1703 = lean_array_push(x_1593, x_1702); -x_1704 = l_prec_x28___x29___closed__3; -lean_inc(x_1583); -x_1705 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1705, 0, x_1583); -lean_ctor_set(x_1705, 1, x_1704); -x_1706 = lean_array_push(x_1593, x_1705); -x_1707 = lean_array_push(x_1593, x_1541); -lean_inc(x_1583); -x_1708 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1708, 0, x_1583); -lean_ctor_set(x_1708, 1, x_1638); -x_1709 = lean_array_push(x_1593, x_1708); -x_1710 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37; -x_1711 = l_Lean_addMacroScope(x_1589, x_1710, x_1586); -x_1712 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36; -lean_inc(x_1583); -x_1713 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1713, 0, x_1583); -lean_ctor_set(x_1713, 1, x_1712); -lean_ctor_set(x_1713, 2, x_1711); -lean_ctor_set(x_1713, 3, x_1578); -lean_inc(x_1713); -x_1714 = lean_array_push(x_1593, x_1713); -x_1715 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1715, 0, x_1601); +x_1660 = lean_array_push(x_1629, x_1659); +x_1661 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; +x_1662 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1662, 0, x_1661); +lean_ctor_set(x_1662, 1, x_1660); +x_1663 = lean_array_push(x_1639, x_1662); +x_1664 = l_Lean_Parser_Term_doLet___elambda__1___closed__2; +x_1665 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1665, 0, x_1664); +lean_ctor_set(x_1665, 1, x_1663); +x_1666 = lean_array_push(x_1629, x_1665); +x_1667 = lean_array_push(x_1666, x_1645); +x_1668 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; +x_1669 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1669, 0, x_1668); +lean_ctor_set(x_1669, 1, x_1667); +x_1670 = lean_array_push(x_1629, x_1669); +x_1671 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__10; +lean_inc(x_1619); +x_1672 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1672, 0, x_1619); +lean_ctor_set(x_1672, 1, x_1671); +x_1673 = lean_array_push(x_1629, x_1672); +x_1674 = l_myMacro____x40_Init_Notation___hyg_1264____closed__7; +x_1675 = l_Lean_Syntax_SepArray_ofElems(x_1674, x_1580); +lean_dec(x_1580); +x_1676 = l_Array_appendCore___rarg(x_1629, x_1675); +lean_dec(x_1675); +x_1677 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1677, 0, x_1637); +lean_ctor_set(x_1677, 1, x_1676); +x_1678 = lean_array_push(x_1673, x_1677); +x_1679 = lean_array_push(x_1678, x_1628); +x_1680 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; +lean_inc(x_1619); +x_1681 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1681, 0, x_1619); +lean_ctor_set(x_1681, 1, x_1680); +x_1682 = lean_array_push(x_1629, x_1681); +x_1683 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__35; +lean_inc(x_1622); +lean_inc(x_1625); +x_1684 = l_Lean_addMacroScope(x_1625, x_1683, x_1622); +x_1685 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; +x_1686 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37; +lean_inc(x_1619); +x_1687 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1687, 0, x_1619); +lean_ctor_set(x_1687, 1, x_1685); +lean_ctor_set(x_1687, 2, x_1684); +lean_ctor_set(x_1687, 3, x_1686); +x_1688 = lean_array_push(x_1629, x_1687); +x_1689 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1689, 0, x_1637); +lean_ctor_set(x_1689, 1, x_1644); +x_1690 = lean_array_push(x_1688, x_1689); +x_1691 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1691, 0, x_1655); +lean_ctor_set(x_1691, 1, x_1690); +x_1692 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; +x_1693 = lean_array_push(x_1692, x_1691); +x_1694 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +x_1695 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1695, 0, x_1694); +lean_ctor_set(x_1695, 1, x_1693); +x_1696 = lean_array_push(x_1629, x_1695); +x_1697 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1697, 0, x_1637); +lean_ctor_set(x_1697, 1, x_1696); +x_1698 = lean_array_push(x_1682, x_1697); +x_1699 = lean_array_push(x_1698, x_1645); +x_1700 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; +lean_inc(x_1619); +x_1701 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1701, 0, x_1619); +lean_ctor_set(x_1701, 1, x_1700); +x_1702 = lean_array_push(x_1699, x_1701); +x_1703 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; +lean_inc(x_1619); +x_1704 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1704, 0, x_1619); +lean_ctor_set(x_1704, 1, x_1703); +x_1705 = lean_array_push(x_1629, x_1704); +x_1706 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +lean_inc(x_1622); +lean_inc(x_1625); +x_1707 = l_Lean_addMacroScope(x_1625, x_1706, x_1622); +x_1708 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; +x_1709 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; +lean_inc(x_1619); +x_1710 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1710, 0, x_1619); +lean_ctor_set(x_1710, 1, x_1708); +lean_ctor_set(x_1710, 2, x_1707); +lean_ctor_set(x_1710, 3, x_1709); +x_1711 = lean_array_push(x_1629, x_1710); +x_1712 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1712, 0, x_1637); +lean_ctor_set(x_1712, 1, x_1711); +lean_inc(x_1705); +x_1713 = lean_array_push(x_1705, x_1712); +x_1714 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +lean_inc(x_1619); +x_1715 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1715, 0, x_1619); lean_ctor_set(x_1715, 1, x_1714); -x_1716 = lean_array_push(x_1709, x_1715); -x_1717 = l_Lean_Parser_Term_tupleTail___elambda__1___closed__2; -x_1718 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1718, 0, x_1717); -lean_ctor_set(x_1718, 1, x_1716); -x_1719 = lean_array_push(x_1593, x_1718); -x_1720 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1720, 0, x_1601); -lean_ctor_set(x_1720, 1, x_1719); -x_1721 = lean_array_push(x_1707, x_1720); -x_1722 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1722, 0, x_1601); -lean_ctor_set(x_1722, 1, x_1721); -x_1723 = lean_array_push(x_1706, x_1722); -x_1724 = l_prec_x28___x29___closed__7; -x_1725 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1725, 0, x_1583); -lean_ctor_set(x_1725, 1, x_1724); -x_1726 = lean_array_push(x_1723, x_1725); -x_1727 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_1728 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1728, 0, x_1727); -lean_ctor_set(x_1728, 1, x_1726); -x_1729 = lean_array_push(x_1593, x_1728); -x_1730 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1730, 0, x_1601); -lean_ctor_set(x_1730, 1, x_1729); -x_1731 = lean_array_push(x_1703, x_1730); +lean_inc(x_1715); +x_1716 = lean_array_push(x_1713, x_1715); +x_1717 = l_Lean_Parser_Term_doBreak___elambda__1___closed__5; +lean_inc(x_1619); +x_1718 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1718, 0, x_1619); +lean_ctor_set(x_1718, 1, x_1717); +x_1719 = lean_array_push(x_1629, x_1718); +x_1720 = l_Lean_Parser_Term_doBreak___elambda__1___closed__2; +x_1721 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1721, 0, x_1720); +lean_ctor_set(x_1721, 1, x_1719); +x_1722 = lean_array_push(x_1629, x_1721); +x_1723 = lean_array_push(x_1722, x_1645); +x_1724 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1724, 0, x_1668); +lean_ctor_set(x_1724, 1, x_1723); +x_1725 = lean_array_push(x_1629, x_1724); +x_1726 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1726, 0, x_1637); +lean_ctor_set(x_1726, 1, x_1725); +x_1727 = lean_array_push(x_1629, x_1726); +x_1728 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_1729 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1729, 0, x_1728); +lean_ctor_set(x_1729, 1, x_1727); +x_1730 = lean_array_push(x_1716, x_1729); +x_1731 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; x_1732 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1732, 0, x_1619); -lean_ctor_set(x_1732, 1, x_1731); -x_1733 = lean_array_push(x_1593, x_1732); -x_1734 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1734, 0, x_1601); -lean_ctor_set(x_1734, 1, x_1733); -x_1735 = lean_array_push(x_1669, x_1734); -x_1736 = lean_array_push(x_1735, x_1679); -x_1737 = lean_array_push(x_1614, x_1713); -x_1738 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1738, 0, x_1622); -lean_ctor_set(x_1738, 1, x_1737); -x_1739 = lean_array_push(x_1593, x_1738); -x_1740 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_1741 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1741, 0, x_1740); -lean_ctor_set(x_1741, 1, x_1739); -x_1742 = lean_array_push(x_1593, x_1741); -x_1743 = lean_array_push(x_1742, x_1609); -x_1744 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1744, 0, x_1632); -lean_ctor_set(x_1744, 1, x_1743); -x_1745 = lean_array_push(x_1593, x_1744); -lean_inc(x_1594); -x_1746 = lean_array_push(x_1594, x_1546); -x_1747 = l_Lean_Parser_Term_doNested___elambda__1___closed__2; -x_1748 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1748, 0, x_1747); -lean_ctor_set(x_1748, 1, x_1746); -x_1749 = lean_array_push(x_1593, x_1748); -x_1750 = lean_array_push(x_1749, x_1609); +lean_ctor_set(x_1732, 0, x_1731); +lean_ctor_set(x_1732, 1, x_1730); +x_1733 = lean_array_push(x_1629, x_1732); +x_1734 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; +lean_inc(x_1622); +lean_inc(x_1625); +x_1735 = l_Lean_addMacroScope(x_1625, x_1734, x_1622); +x_1736 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; +x_1737 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; +lean_inc(x_1619); +x_1738 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1738, 0, x_1619); +lean_ctor_set(x_1738, 1, x_1736); +lean_ctor_set(x_1738, 2, x_1735); +lean_ctor_set(x_1738, 3, x_1737); +x_1739 = lean_array_push(x_1629, x_1738); +x_1740 = l_prec_x28___x29___closed__3; +lean_inc(x_1619); +x_1741 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1741, 0, x_1619); +lean_ctor_set(x_1741, 1, x_1740); +x_1742 = lean_array_push(x_1629, x_1741); +x_1743 = lean_array_push(x_1629, x_1577); +lean_inc(x_1619); +x_1744 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1744, 0, x_1619); +lean_ctor_set(x_1744, 1, x_1674); +x_1745 = lean_array_push(x_1629, x_1744); +x_1746 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41; +x_1747 = l_Lean_addMacroScope(x_1625, x_1746, x_1622); +x_1748 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40; +lean_inc(x_1619); +x_1749 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1749, 0, x_1619); +lean_ctor_set(x_1749, 1, x_1748); +lean_ctor_set(x_1749, 2, x_1747); +lean_ctor_set(x_1749, 3, x_1614); +lean_inc(x_1749); +x_1750 = lean_array_push(x_1629, x_1749); x_1751 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1751, 0, x_1632); +lean_ctor_set(x_1751, 0, x_1637); lean_ctor_set(x_1751, 1, x_1750); x_1752 = lean_array_push(x_1745, x_1751); -x_1753 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1753, 0, x_1601); -lean_ctor_set(x_1753, 1, x_1752); -x_1754 = lean_array_push(x_1593, x_1753); -x_1755 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1755, 0, x_1692); -lean_ctor_set(x_1755, 1, x_1754); -x_1756 = lean_array_push(x_1736, x_1755); -x_1757 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1757, 0, x_1695); -lean_ctor_set(x_1757, 1, x_1756); -x_1758 = lean_array_push(x_1697, x_1757); -x_1759 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1759, 0, x_1601); -lean_ctor_set(x_1759, 1, x_1758); -x_1760 = lean_array_push(x_1593, x_1759); -x_1761 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; -x_1762 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1762, 0, x_1761); -lean_ctor_set(x_1762, 1, x_1760); -x_1763 = lean_array_push(x_1666, x_1762); -x_1764 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; -x_1765 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1765, 0, x_1764); -lean_ctor_set(x_1765, 1, x_1763); -x_1766 = lean_array_push(x_1593, x_1765); -x_1767 = lean_array_push(x_1766, x_1609); +x_1753 = l_Lean_Parser_Term_tupleTail___elambda__1___closed__2; +x_1754 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1754, 0, x_1753); +lean_ctor_set(x_1754, 1, x_1752); +x_1755 = lean_array_push(x_1629, x_1754); +x_1756 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1756, 0, x_1637); +lean_ctor_set(x_1756, 1, x_1755); +x_1757 = lean_array_push(x_1743, x_1756); +x_1758 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1758, 0, x_1637); +lean_ctor_set(x_1758, 1, x_1757); +x_1759 = lean_array_push(x_1742, x_1758); +x_1760 = l_prec_x28___x29___closed__7; +x_1761 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1761, 0, x_1619); +lean_ctor_set(x_1761, 1, x_1760); +x_1762 = lean_array_push(x_1759, x_1761); +x_1763 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_1764 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1764, 0, x_1763); +lean_ctor_set(x_1764, 1, x_1762); +x_1765 = lean_array_push(x_1629, x_1764); +x_1766 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1766, 0, x_1637); +lean_ctor_set(x_1766, 1, x_1765); +x_1767 = lean_array_push(x_1739, x_1766); x_1768 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1768, 0, x_1632); +lean_ctor_set(x_1768, 0, x_1655); lean_ctor_set(x_1768, 1, x_1767); -x_1769 = lean_array_push(x_1593, x_1768); +x_1769 = lean_array_push(x_1629, x_1768); x_1770 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1770, 0, x_1601); +lean_ctor_set(x_1770, 0, x_1637); lean_ctor_set(x_1770, 1, x_1769); -x_1771 = lean_array_push(x_1593, x_1770); -x_1772 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1772, 0, x_1692); -lean_ctor_set(x_1772, 1, x_1771); -x_1773 = lean_array_push(x_1643, x_1772); -x_1774 = l_Lean_Parser_Term_doFor___elambda__1___closed__2; -x_1775 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1775, 0, x_1774); -lean_ctor_set(x_1775, 1, x_1773); -x_1776 = lean_array_push(x_1593, x_1775); -x_1777 = lean_array_push(x_1776, x_1609); -x_1778 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1778, 0, x_1632); -lean_ctor_set(x_1778, 1, x_1777); -x_1779 = lean_array_push(x_1634, x_1778); +x_1771 = lean_array_push(x_1705, x_1770); +x_1772 = lean_array_push(x_1771, x_1715); +x_1773 = lean_array_push(x_1650, x_1749); +x_1774 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1774, 0, x_1658); +lean_ctor_set(x_1774, 1, x_1773); +x_1775 = lean_array_push(x_1629, x_1774); +x_1776 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_1777 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1777, 0, x_1776); +lean_ctor_set(x_1777, 1, x_1775); +x_1778 = lean_array_push(x_1629, x_1777); +x_1779 = lean_array_push(x_1778, x_1645); x_1780 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1780, 0, x_1601); +lean_ctor_set(x_1780, 0, x_1668); lean_ctor_set(x_1780, 1, x_1779); -x_1781 = lean_array_push(x_1593, x_1780); -x_1782 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1782, 0, x_1692); -lean_ctor_set(x_1782, 1, x_1781); -x_1783 = lean_array_push(x_1594, x_1782); -x_1784 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_1785 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1785, 0, x_1784); -lean_ctor_set(x_1785, 1, x_1783); -x_1786 = l_Lean_Syntax_getArg(x_1785, x_11); -lean_dec(x_1785); -x_1787 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_1786); -x_1788 = l_List_append___rarg(x_1787, x_2); -x_1789 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_1788, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1590); -return x_1789; +x_1781 = lean_array_push(x_1629, x_1780); +lean_inc(x_1630); +x_1782 = lean_array_push(x_1630, x_1582); +x_1783 = l_Lean_Parser_Term_doNested___elambda__1___closed__2; +x_1784 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1784, 0, x_1783); +lean_ctor_set(x_1784, 1, x_1782); +x_1785 = lean_array_push(x_1629, x_1784); +x_1786 = lean_array_push(x_1785, x_1645); +x_1787 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1787, 0, x_1668); +lean_ctor_set(x_1787, 1, x_1786); +x_1788 = lean_array_push(x_1781, x_1787); +x_1789 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1789, 0, x_1637); +lean_ctor_set(x_1789, 1, x_1788); +x_1790 = lean_array_push(x_1629, x_1789); +x_1791 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1791, 0, x_1728); +lean_ctor_set(x_1791, 1, x_1790); +x_1792 = lean_array_push(x_1772, x_1791); +x_1793 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1793, 0, x_1731); +lean_ctor_set(x_1793, 1, x_1792); +x_1794 = lean_array_push(x_1733, x_1793); +x_1795 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1795, 0, x_1637); +lean_ctor_set(x_1795, 1, x_1794); +x_1796 = lean_array_push(x_1629, x_1795); +x_1797 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; +x_1798 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1798, 0, x_1797); +lean_ctor_set(x_1798, 1, x_1796); +x_1799 = lean_array_push(x_1702, x_1798); +x_1800 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; +x_1801 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1801, 0, x_1800); +lean_ctor_set(x_1801, 1, x_1799); +x_1802 = lean_array_push(x_1629, x_1801); +x_1803 = lean_array_push(x_1802, x_1645); +x_1804 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1804, 0, x_1668); +lean_ctor_set(x_1804, 1, x_1803); +x_1805 = lean_array_push(x_1629, x_1804); +x_1806 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1806, 0, x_1637); +lean_ctor_set(x_1806, 1, x_1805); +x_1807 = lean_array_push(x_1629, x_1806); +x_1808 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1808, 0, x_1728); +lean_ctor_set(x_1808, 1, x_1807); +x_1809 = lean_array_push(x_1679, x_1808); +x_1810 = l_Lean_Parser_Term_doFor___elambda__1___closed__2; +x_1811 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1811, 0, x_1810); +lean_ctor_set(x_1811, 1, x_1809); +x_1812 = lean_array_push(x_1629, x_1811); +x_1813 = lean_array_push(x_1812, x_1645); +x_1814 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1814, 0, x_1668); +lean_ctor_set(x_1814, 1, x_1813); +x_1815 = lean_array_push(x_1670, x_1814); +x_1816 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1816, 0, x_1637); +lean_ctor_set(x_1816, 1, x_1815); +x_1817 = lean_array_push(x_1629, x_1816); +x_1818 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1818, 0, x_1728); +lean_ctor_set(x_1818, 1, x_1817); +x_1819 = lean_array_push(x_1630, x_1818); +x_1820 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_1821 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1821, 0, x_1820); +lean_ctor_set(x_1821, 1, x_1819); +x_1822 = l_Lean_Syntax_getArg(x_1821, x_11); +lean_dec(x_1821); +x_1823 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_1822); +x_1824 = l_List_append___rarg(x_1823, x_2); +x_1825 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_1824, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1626); +return x_1825; } else { -lean_object* x_1790; lean_object* x_1791; lean_object* x_1792; lean_object* x_1793; uint8_t x_1794; uint8_t x_1795; uint8_t x_1796; lean_object* x_1797; lean_object* x_1798; lean_object* x_1799; lean_object* x_1800; lean_object* x_1801; lean_object* x_1802; lean_object* x_1803; lean_object* x_1804; lean_object* x_1805; lean_object* x_1806; lean_object* x_1807; lean_object* x_1808; lean_object* x_1809; lean_object* x_1810; lean_object* x_1811; lean_object* x_1812; lean_object* x_1813; lean_object* x_1814; lean_object* x_1815; lean_object* x_1816; lean_object* x_1817; lean_object* x_1818; lean_object* x_1819; lean_object* x_1820; lean_object* x_1821; lean_object* x_1822; lean_object* x_1823; lean_object* x_1824; lean_object* x_1825; lean_object* x_1826; lean_object* x_1827; lean_object* x_1828; lean_object* x_1829; lean_object* x_1830; lean_object* x_1831; lean_object* x_1832; lean_object* x_1833; lean_object* x_1834; lean_object* x_1835; lean_object* x_1836; lean_object* x_1837; lean_object* x_1838; lean_object* x_1839; lean_object* x_1840; lean_object* x_1841; lean_object* x_1842; lean_object* x_1843; lean_object* x_1844; lean_object* x_1845; lean_object* x_1846; lean_object* x_1847; lean_object* x_1848; lean_object* x_1849; lean_object* x_1850; lean_object* x_1851; lean_object* x_1852; lean_object* x_1853; lean_object* x_1854; lean_object* x_1855; lean_object* x_1856; lean_object* x_1857; lean_object* x_1858; lean_object* x_1859; lean_object* x_1860; lean_object* x_1861; lean_object* x_1862; lean_object* x_1863; lean_object* x_1864; lean_object* x_1865; lean_object* x_1866; lean_object* x_1867; lean_object* x_1868; lean_object* x_1869; lean_object* x_1870; lean_object* x_1871; lean_object* x_1872; lean_object* x_1873; lean_object* x_1874; lean_object* x_1875; lean_object* x_1876; lean_object* x_1877; lean_object* x_1878; lean_object* x_1879; lean_object* x_1880; lean_object* x_1881; lean_object* x_1882; lean_object* x_1883; lean_object* x_1884; lean_object* x_1885; lean_object* x_1886; lean_object* x_1887; lean_object* x_1888; lean_object* x_1889; lean_object* x_1890; lean_object* x_1891; lean_object* x_1892; lean_object* x_1893; lean_object* x_1894; lean_object* x_1895; lean_object* x_1896; lean_object* x_1897; lean_object* x_1898; lean_object* x_1899; lean_object* x_1900; lean_object* x_1901; lean_object* x_1902; lean_object* x_1903; lean_object* x_1904; lean_object* x_1905; lean_object* x_1906; lean_object* x_1907; lean_object* x_1908; lean_object* x_1909; lean_object* x_1910; lean_object* x_1911; lean_object* x_1912; lean_object* x_1913; lean_object* x_1914; lean_object* x_1915; lean_object* x_1916; lean_object* x_1917; lean_object* x_1918; lean_object* x_1919; lean_object* x_1920; lean_object* x_1921; lean_object* x_1922; lean_object* x_1923; lean_object* x_1924; lean_object* x_1925; lean_object* x_1926; lean_object* x_1927; lean_object* x_1928; lean_object* x_1929; lean_object* x_1930; lean_object* x_1931; lean_object* x_1932; lean_object* x_1933; lean_object* x_1934; lean_object* x_1935; lean_object* x_1936; lean_object* x_1937; lean_object* x_1938; lean_object* x_1939; lean_object* x_1940; lean_object* x_1941; lean_object* x_1942; lean_object* x_1943; lean_object* x_1944; lean_object* x_1945; lean_object* x_1946; lean_object* x_1947; lean_object* x_1948; lean_object* x_1949; lean_object* x_1950; lean_object* x_1951; lean_object* x_1952; lean_object* x_1953; lean_object* x_1954; lean_object* x_1955; lean_object* x_1956; lean_object* x_1957; lean_object* x_1958; lean_object* x_1959; lean_object* x_1960; lean_object* x_1961; lean_object* x_1962; lean_object* x_1963; lean_object* x_1964; lean_object* x_1965; lean_object* x_1966; lean_object* x_1967; lean_object* x_1968; lean_object* x_1969; lean_object* x_1970; lean_object* x_1971; lean_object* x_1972; lean_object* x_1973; lean_object* x_1974; lean_object* x_1975; lean_object* x_1976; lean_object* x_1977; lean_object* x_1978; lean_object* x_1979; lean_object* x_1980; lean_object* x_1981; lean_object* x_1982; lean_object* x_1983; lean_object* x_1984; lean_object* x_1985; lean_object* x_1986; lean_object* x_1987; lean_object* x_1988; lean_object* x_1989; lean_object* x_1990; lean_object* x_1991; lean_object* x_1992; lean_object* x_1993; lean_object* x_1994; lean_object* x_1995; lean_object* x_1996; lean_object* x_1997; lean_object* x_1998; lean_object* x_1999; lean_object* x_2000; lean_object* x_2001; lean_object* x_2002; lean_object* x_2003; lean_object* x_2004; lean_object* x_2005; lean_object* x_2006; lean_object* x_2007; lean_object* x_2008; lean_object* x_2009; lean_object* x_2010; lean_object* x_2011; lean_object* x_2012; lean_object* x_2013; lean_object* x_2014; lean_object* x_2015; lean_object* x_2016; lean_object* x_2017; lean_object* x_2018; lean_object* x_2019; lean_object* x_2020; lean_object* x_2021; lean_object* x_2022; lean_object* x_2023; lean_object* x_2024; lean_object* x_2025; lean_object* x_2026; lean_object* x_2027; lean_object* x_2028; lean_object* x_2029; lean_object* x_2030; lean_object* x_2031; lean_object* x_2032; lean_object* x_2033; -x_1790 = lean_ctor_get(x_4, 0); -x_1791 = lean_ctor_get(x_4, 1); -x_1792 = lean_ctor_get(x_4, 2); -x_1793 = lean_ctor_get(x_4, 3); -x_1794 = lean_ctor_get_uint8(x_4, sizeof(void*)*8); -x_1795 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); -x_1796 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); -x_1797 = lean_ctor_get(x_4, 5); -x_1798 = lean_ctor_get(x_4, 6); -x_1799 = lean_ctor_get(x_4, 7); -lean_inc(x_1799); -lean_inc(x_1798); -lean_inc(x_1797); -lean_inc(x_1793); -lean_inc(x_1792); -lean_inc(x_1791); -lean_inc(x_1790); -lean_dec(x_4); -x_1800 = lean_alloc_ctor(0, 8, 3); -lean_ctor_set(x_1800, 0, x_1790); -lean_ctor_set(x_1800, 1, x_1791); -lean_ctor_set(x_1800, 2, x_1792); -lean_ctor_set(x_1800, 3, x_1793); -lean_ctor_set(x_1800, 4, x_1551); -lean_ctor_set(x_1800, 5, x_1797); -lean_ctor_set(x_1800, 6, x_1798); -lean_ctor_set(x_1800, 7, x_1799); -lean_ctor_set_uint8(x_1800, sizeof(void*)*8, x_1794); -lean_ctor_set_uint8(x_1800, sizeof(void*)*8 + 1, x_1795); -lean_ctor_set_uint8(x_1800, sizeof(void*)*8 + 2, x_1796); -x_1801 = lean_ctor_get(x_8, 0); -lean_inc(x_1801); -x_1802 = lean_ctor_get(x_8, 1); -lean_inc(x_1802); -x_1803 = lean_ctor_get(x_8, 2); -lean_inc(x_1803); -x_1804 = lean_ctor_get(x_8, 3); -lean_inc(x_1804); -x_1805 = lean_ctor_get(x_8, 4); -lean_inc(x_1805); -x_1806 = lean_ctor_get(x_8, 5); -lean_inc(x_1806); -x_1807 = lean_ctor_get(x_8, 6); -lean_inc(x_1807); -x_1808 = lean_ctor_get(x_8, 7); -lean_inc(x_1808); -x_1809 = l_Lean_replaceRef(x_1543, x_1804); -lean_dec(x_1804); -x_1810 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_1810, 0, x_1801); -lean_ctor_set(x_1810, 1, x_1802); -lean_ctor_set(x_1810, 2, x_1803); -lean_ctor_set(x_1810, 3, x_1809); -lean_ctor_set(x_1810, 4, x_1805); -lean_ctor_set(x_1810, 5, x_1806); -lean_ctor_set(x_1810, 6, x_1807); -lean_ctor_set(x_1810, 7, x_1808); -x_1811 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_1810, x_9, x_1554); -x_1812 = lean_ctor_get(x_1811, 0); -lean_inc(x_1812); -x_1813 = lean_ctor_get(x_1811, 1); -lean_inc(x_1813); -lean_dec(x_1811); -x_1814 = l_Lean_Elab_Term_getCurrMacroScope(x_1800, x_5, x_6, x_7, x_1810, x_9, x_1813); -lean_dec(x_1810); -x_1815 = lean_ctor_get(x_1814, 0); -lean_inc(x_1815); -x_1816 = lean_ctor_get(x_1814, 1); -lean_inc(x_1816); -lean_dec(x_1814); -x_1817 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1816); -x_1818 = lean_ctor_get(x_1817, 0); -lean_inc(x_1818); -x_1819 = lean_ctor_get(x_1817, 1); -lean_inc(x_1819); -lean_dec(x_1817); -x_1820 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; -x_1821 = l_Lean_addMacroScope(x_1818, x_1820, x_1815); -x_1822 = lean_box(0); -x_1823 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; -x_1824 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; -x_1825 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1825, 0, x_1812); -lean_ctor_set(x_1825, 1, x_1823); -lean_ctor_set(x_1825, 2, x_1821); -lean_ctor_set(x_1825, 3, x_1824); -x_1826 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_1819); -x_1827 = lean_ctor_get(x_1826, 0); -lean_inc(x_1827); -x_1828 = lean_ctor_get(x_1826, 1); -lean_inc(x_1828); -lean_dec(x_1826); -x_1829 = l_Lean_Elab_Term_getCurrMacroScope(x_1800, x_5, x_6, x_7, x_8, x_9, x_1828); -x_1830 = lean_ctor_get(x_1829, 0); -lean_inc(x_1830); -x_1831 = lean_ctor_get(x_1829, 1); -lean_inc(x_1831); -lean_dec(x_1829); -x_1832 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1831); -x_1833 = lean_ctor_get(x_1832, 0); -lean_inc(x_1833); -x_1834 = lean_ctor_get(x_1832, 1); +lean_object* x_1826; lean_object* x_1827; lean_object* x_1828; lean_object* x_1829; uint8_t x_1830; uint8_t x_1831; uint8_t x_1832; lean_object* x_1833; lean_object* x_1834; lean_object* x_1835; lean_object* x_1836; lean_object* x_1837; lean_object* x_1838; lean_object* x_1839; lean_object* x_1840; lean_object* x_1841; lean_object* x_1842; lean_object* x_1843; lean_object* x_1844; lean_object* x_1845; lean_object* x_1846; lean_object* x_1847; lean_object* x_1848; lean_object* x_1849; lean_object* x_1850; lean_object* x_1851; lean_object* x_1852; lean_object* x_1853; lean_object* x_1854; lean_object* x_1855; lean_object* x_1856; lean_object* x_1857; lean_object* x_1858; lean_object* x_1859; lean_object* x_1860; lean_object* x_1861; lean_object* x_1862; lean_object* x_1863; lean_object* x_1864; lean_object* x_1865; lean_object* x_1866; lean_object* x_1867; lean_object* x_1868; lean_object* x_1869; lean_object* x_1870; lean_object* x_1871; lean_object* x_1872; lean_object* x_1873; lean_object* x_1874; lean_object* x_1875; lean_object* x_1876; lean_object* x_1877; lean_object* x_1878; lean_object* x_1879; lean_object* x_1880; lean_object* x_1881; lean_object* x_1882; lean_object* x_1883; lean_object* x_1884; lean_object* x_1885; lean_object* x_1886; lean_object* x_1887; lean_object* x_1888; lean_object* x_1889; lean_object* x_1890; lean_object* x_1891; lean_object* x_1892; lean_object* x_1893; lean_object* x_1894; lean_object* x_1895; lean_object* x_1896; lean_object* x_1897; lean_object* x_1898; lean_object* x_1899; lean_object* x_1900; lean_object* x_1901; lean_object* x_1902; lean_object* x_1903; lean_object* x_1904; lean_object* x_1905; lean_object* x_1906; lean_object* x_1907; lean_object* x_1908; lean_object* x_1909; lean_object* x_1910; lean_object* x_1911; lean_object* x_1912; lean_object* x_1913; lean_object* x_1914; lean_object* x_1915; lean_object* x_1916; lean_object* x_1917; lean_object* x_1918; lean_object* x_1919; lean_object* x_1920; lean_object* x_1921; lean_object* x_1922; lean_object* x_1923; lean_object* x_1924; lean_object* x_1925; lean_object* x_1926; lean_object* x_1927; lean_object* x_1928; lean_object* x_1929; lean_object* x_1930; lean_object* x_1931; lean_object* x_1932; lean_object* x_1933; lean_object* x_1934; lean_object* x_1935; lean_object* x_1936; lean_object* x_1937; lean_object* x_1938; lean_object* x_1939; lean_object* x_1940; lean_object* x_1941; lean_object* x_1942; lean_object* x_1943; lean_object* x_1944; lean_object* x_1945; lean_object* x_1946; lean_object* x_1947; lean_object* x_1948; lean_object* x_1949; lean_object* x_1950; lean_object* x_1951; lean_object* x_1952; lean_object* x_1953; lean_object* x_1954; lean_object* x_1955; lean_object* x_1956; lean_object* x_1957; lean_object* x_1958; lean_object* x_1959; lean_object* x_1960; lean_object* x_1961; lean_object* x_1962; lean_object* x_1963; lean_object* x_1964; lean_object* x_1965; lean_object* x_1966; lean_object* x_1967; lean_object* x_1968; lean_object* x_1969; lean_object* x_1970; lean_object* x_1971; lean_object* x_1972; lean_object* x_1973; lean_object* x_1974; lean_object* x_1975; lean_object* x_1976; lean_object* x_1977; lean_object* x_1978; lean_object* x_1979; lean_object* x_1980; lean_object* x_1981; lean_object* x_1982; lean_object* x_1983; lean_object* x_1984; lean_object* x_1985; lean_object* x_1986; lean_object* x_1987; lean_object* x_1988; lean_object* x_1989; lean_object* x_1990; lean_object* x_1991; lean_object* x_1992; lean_object* x_1993; lean_object* x_1994; lean_object* x_1995; lean_object* x_1996; lean_object* x_1997; lean_object* x_1998; lean_object* x_1999; lean_object* x_2000; lean_object* x_2001; lean_object* x_2002; lean_object* x_2003; lean_object* x_2004; lean_object* x_2005; lean_object* x_2006; lean_object* x_2007; lean_object* x_2008; lean_object* x_2009; lean_object* x_2010; lean_object* x_2011; lean_object* x_2012; lean_object* x_2013; lean_object* x_2014; lean_object* x_2015; lean_object* x_2016; lean_object* x_2017; lean_object* x_2018; lean_object* x_2019; lean_object* x_2020; lean_object* x_2021; lean_object* x_2022; lean_object* x_2023; lean_object* x_2024; lean_object* x_2025; lean_object* x_2026; lean_object* x_2027; lean_object* x_2028; lean_object* x_2029; lean_object* x_2030; lean_object* x_2031; lean_object* x_2032; lean_object* x_2033; lean_object* x_2034; lean_object* x_2035; lean_object* x_2036; lean_object* x_2037; lean_object* x_2038; lean_object* x_2039; lean_object* x_2040; lean_object* x_2041; lean_object* x_2042; lean_object* x_2043; lean_object* x_2044; lean_object* x_2045; lean_object* x_2046; lean_object* x_2047; lean_object* x_2048; lean_object* x_2049; lean_object* x_2050; lean_object* x_2051; lean_object* x_2052; lean_object* x_2053; lean_object* x_2054; lean_object* x_2055; lean_object* x_2056; lean_object* x_2057; lean_object* x_2058; lean_object* x_2059; lean_object* x_2060; lean_object* x_2061; lean_object* x_2062; lean_object* x_2063; lean_object* x_2064; lean_object* x_2065; lean_object* x_2066; lean_object* x_2067; lean_object* x_2068; lean_object* x_2069; +x_1826 = lean_ctor_get(x_4, 0); +x_1827 = lean_ctor_get(x_4, 1); +x_1828 = lean_ctor_get(x_4, 2); +x_1829 = lean_ctor_get(x_4, 3); +x_1830 = lean_ctor_get_uint8(x_4, sizeof(void*)*8); +x_1831 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); +x_1832 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); +x_1833 = lean_ctor_get(x_4, 5); +x_1834 = lean_ctor_get(x_4, 6); +x_1835 = lean_ctor_get(x_4, 7); +lean_inc(x_1835); lean_inc(x_1834); -lean_dec(x_1832); -x_1835 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_1827); -x_1836 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1836, 0, x_1827); -lean_ctor_set(x_1836, 1, x_1835); -x_1837 = l_Array_empty___closed__1; -lean_inc(x_1836); -x_1838 = lean_array_push(x_1837, x_1836); -x_1839 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_1827); -x_1840 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1840, 0, x_1827); -lean_ctor_set(x_1840, 1, x_1839); -x_1841 = lean_array_push(x_1837, x_1840); -x_1842 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; -lean_inc(x_1827); -x_1843 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1843, 0, x_1827); -lean_ctor_set(x_1843, 1, x_1842); -x_1844 = lean_array_push(x_1837, x_1843); -x_1845 = l_Lean_nullKind___closed__2; -x_1846 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1846, 0, x_1845); -lean_ctor_set(x_1846, 1, x_1844); -x_1847 = lean_array_push(x_1841, x_1846); -x_1848 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; -lean_inc(x_1830); lean_inc(x_1833); -x_1849 = l_Lean_addMacroScope(x_1833, x_1848, x_1830); -x_1850 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23; +lean_inc(x_1829); +lean_inc(x_1828); lean_inc(x_1827); -x_1851 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1851, 0, x_1827); -lean_ctor_set(x_1851, 1, x_1850); -lean_ctor_set(x_1851, 2, x_1849); -lean_ctor_set(x_1851, 3, x_1822); -x_1852 = lean_array_push(x_1837, x_1851); -x_1853 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +lean_inc(x_1826); +lean_dec(x_4); +x_1836 = lean_alloc_ctor(0, 8, 3); +lean_ctor_set(x_1836, 0, x_1826); +lean_ctor_set(x_1836, 1, x_1827); +lean_ctor_set(x_1836, 2, x_1828); +lean_ctor_set(x_1836, 3, x_1829); +lean_ctor_set(x_1836, 4, x_1587); +lean_ctor_set(x_1836, 5, x_1833); +lean_ctor_set(x_1836, 6, x_1834); +lean_ctor_set(x_1836, 7, x_1835); +lean_ctor_set_uint8(x_1836, sizeof(void*)*8, x_1830); +lean_ctor_set_uint8(x_1836, sizeof(void*)*8 + 1, x_1831); +lean_ctor_set_uint8(x_1836, sizeof(void*)*8 + 2, x_1832); +x_1837 = lean_ctor_get(x_8, 0); +lean_inc(x_1837); +x_1838 = lean_ctor_get(x_8, 1); +lean_inc(x_1838); +x_1839 = lean_ctor_get(x_8, 2); +lean_inc(x_1839); +x_1840 = lean_ctor_get(x_8, 3); +lean_inc(x_1840); +x_1841 = lean_ctor_get(x_8, 4); +lean_inc(x_1841); +x_1842 = lean_ctor_get(x_8, 5); +lean_inc(x_1842); +x_1843 = lean_ctor_get(x_8, 6); +lean_inc(x_1843); +x_1844 = lean_ctor_get(x_8, 7); +lean_inc(x_1844); +x_1845 = l_Lean_replaceRef(x_1579, x_1840); +lean_dec(x_1840); +x_1846 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_1846, 0, x_1837); +lean_ctor_set(x_1846, 1, x_1838); +lean_ctor_set(x_1846, 2, x_1839); +lean_ctor_set(x_1846, 3, x_1845); +lean_ctor_set(x_1846, 4, x_1841); +lean_ctor_set(x_1846, 5, x_1842); +lean_ctor_set(x_1846, 6, x_1843); +lean_ctor_set(x_1846, 7, x_1844); +x_1847 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_1846, x_9, x_1590); +x_1848 = lean_ctor_get(x_1847, 0); +lean_inc(x_1848); +x_1849 = lean_ctor_get(x_1847, 1); +lean_inc(x_1849); +lean_dec(x_1847); +x_1850 = l_Lean_Elab_Term_getCurrMacroScope(x_1836, x_5, x_6, x_7, x_1846, x_9, x_1849); +lean_dec(x_1846); +x_1851 = lean_ctor_get(x_1850, 0); +lean_inc(x_1851); +x_1852 = lean_ctor_get(x_1850, 1); lean_inc(x_1852); -x_1854 = lean_array_push(x_1852, x_1853); -x_1855 = lean_array_push(x_1854, x_1853); -x_1856 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_1827); -x_1857 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1857, 0, x_1827); -lean_ctor_set(x_1857, 1, x_1856); -x_1858 = lean_array_push(x_1855, x_1857); -x_1859 = lean_array_push(x_1837, x_1825); -x_1860 = lean_array_push(x_1837, x_1543); -x_1861 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1861, 0, x_1845); -lean_ctor_set(x_1861, 1, x_1860); -x_1862 = lean_array_push(x_1859, x_1861); -x_1863 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_1864 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1864, 0, x_1863); -lean_ctor_set(x_1864, 1, x_1862); -lean_inc(x_1858); -x_1865 = lean_array_push(x_1858, x_1864); -x_1866 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; -x_1867 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1867, 0, x_1866); -lean_ctor_set(x_1867, 1, x_1865); -x_1868 = lean_array_push(x_1837, x_1867); -x_1869 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; -x_1870 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1870, 0, x_1869); -lean_ctor_set(x_1870, 1, x_1868); -x_1871 = lean_array_push(x_1847, x_1870); -x_1872 = l_Lean_Parser_Term_doLet___elambda__1___closed__2; -x_1873 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1873, 0, x_1872); -lean_ctor_set(x_1873, 1, x_1871); -x_1874 = lean_array_push(x_1837, x_1873); -x_1875 = lean_array_push(x_1874, x_1853); -x_1876 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_1877 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1877, 0, x_1876); -lean_ctor_set(x_1877, 1, x_1875); -x_1878 = lean_array_push(x_1837, x_1877); -x_1879 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__10; -lean_inc(x_1827); -x_1880 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1880, 0, x_1827); -lean_ctor_set(x_1880, 1, x_1879); -x_1881 = lean_array_push(x_1837, x_1880); -x_1882 = l_myMacro____x40_Init_Notation___hyg_1264____closed__7; -x_1883 = l_Lean_Syntax_SepArray_ofElems(x_1882, x_1544); -lean_dec(x_1544); -x_1884 = l_Array_appendCore___rarg(x_1837, x_1883); -lean_dec(x_1883); -x_1885 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1885, 0, x_1845); -lean_ctor_set(x_1885, 1, x_1884); -x_1886 = lean_array_push(x_1881, x_1885); -x_1887 = lean_array_push(x_1886, x_1836); -x_1888 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; -lean_inc(x_1827); -x_1889 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1889, 0, x_1827); -lean_ctor_set(x_1889, 1, x_1888); -x_1890 = lean_array_push(x_1837, x_1889); -x_1891 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; -lean_inc(x_1830); -lean_inc(x_1833); -x_1892 = l_Lean_addMacroScope(x_1833, x_1891, x_1830); -x_1893 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__27; -x_1894 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__33; -lean_inc(x_1827); -x_1895 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1895, 0, x_1827); -lean_ctor_set(x_1895, 1, x_1893); -lean_ctor_set(x_1895, 2, x_1892); -lean_ctor_set(x_1895, 3, x_1894); -x_1896 = lean_array_push(x_1837, x_1895); +lean_dec(x_1850); +x_1853 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1852); +x_1854 = lean_ctor_get(x_1853, 0); +lean_inc(x_1854); +x_1855 = lean_ctor_get(x_1853, 1); +lean_inc(x_1855); +lean_dec(x_1853); +x_1856 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__18; +x_1857 = l_Lean_addMacroScope(x_1854, x_1856, x_1851); +x_1858 = lean_box(0); +x_1859 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__17; +x_1860 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23; +x_1861 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1861, 0, x_1848); +lean_ctor_set(x_1861, 1, x_1859); +lean_ctor_set(x_1861, 2, x_1857); +lean_ctor_set(x_1861, 3, x_1860); +x_1862 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_1855); +x_1863 = lean_ctor_get(x_1862, 0); +lean_inc(x_1863); +x_1864 = lean_ctor_get(x_1862, 1); +lean_inc(x_1864); +lean_dec(x_1862); +x_1865 = l_Lean_Elab_Term_getCurrMacroScope(x_1836, x_5, x_6, x_7, x_8, x_9, x_1864); +x_1866 = lean_ctor_get(x_1865, 0); +lean_inc(x_1866); +x_1867 = lean_ctor_get(x_1865, 1); +lean_inc(x_1867); +lean_dec(x_1865); +x_1868 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_1867); +x_1869 = lean_ctor_get(x_1868, 0); +lean_inc(x_1869); +x_1870 = lean_ctor_get(x_1868, 1); +lean_inc(x_1870); +lean_dec(x_1868); +x_1871 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_1863); +x_1872 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1872, 0, x_1863); +lean_ctor_set(x_1872, 1, x_1871); +x_1873 = l_Array_empty___closed__1; +lean_inc(x_1872); +x_1874 = lean_array_push(x_1873, x_1872); +x_1875 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_1863); +x_1876 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1876, 0, x_1863); +lean_ctor_set(x_1876, 1, x_1875); +x_1877 = lean_array_push(x_1873, x_1876); +x_1878 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; +lean_inc(x_1863); +x_1879 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1879, 0, x_1863); +lean_ctor_set(x_1879, 1, x_1878); +x_1880 = lean_array_push(x_1873, x_1879); +x_1881 = l_Lean_nullKind___closed__2; +x_1882 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1882, 0, x_1881); +lean_ctor_set(x_1882, 1, x_1880); +x_1883 = lean_array_push(x_1877, x_1882); +x_1884 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__28; +lean_inc(x_1866); +lean_inc(x_1869); +x_1885 = l_Lean_addMacroScope(x_1869, x_1884, x_1866); +x_1886 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__27; +lean_inc(x_1863); +x_1887 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1887, 0, x_1863); +lean_ctor_set(x_1887, 1, x_1886); +lean_ctor_set(x_1887, 2, x_1885); +lean_ctor_set(x_1887, 3, x_1858); +x_1888 = lean_array_push(x_1873, x_1887); +x_1889 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +lean_inc(x_1888); +x_1890 = lean_array_push(x_1888, x_1889); +x_1891 = lean_array_push(x_1890, x_1889); +x_1892 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; +lean_inc(x_1863); +x_1893 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1893, 0, x_1863); +lean_ctor_set(x_1893, 1, x_1892); +x_1894 = lean_array_push(x_1891, x_1893); +x_1895 = lean_array_push(x_1873, x_1861); +x_1896 = lean_array_push(x_1873, x_1579); x_1897 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1897, 0, x_1845); -lean_ctor_set(x_1897, 1, x_1852); -x_1898 = lean_array_push(x_1896, x_1897); -x_1899 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1899, 0, x_1863); -lean_ctor_set(x_1899, 1, x_1898); -x_1900 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; -x_1901 = lean_array_push(x_1900, x_1899); -x_1902 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +lean_ctor_set(x_1897, 0, x_1881); +lean_ctor_set(x_1897, 1, x_1896); +x_1898 = lean_array_push(x_1895, x_1897); +x_1899 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; +x_1900 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1900, 0, x_1899); +lean_ctor_set(x_1900, 1, x_1898); +lean_inc(x_1894); +x_1901 = lean_array_push(x_1894, x_1900); +x_1902 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; x_1903 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_1903, 0, x_1902); lean_ctor_set(x_1903, 1, x_1901); -x_1904 = lean_array_push(x_1837, x_1903); -x_1905 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1905, 0, x_1845); -lean_ctor_set(x_1905, 1, x_1904); -x_1906 = lean_array_push(x_1890, x_1905); -x_1907 = lean_array_push(x_1906, x_1853); -x_1908 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; -lean_inc(x_1827); -x_1909 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1909, 0, x_1827); -lean_ctor_set(x_1909, 1, x_1908); -x_1910 = lean_array_push(x_1907, x_1909); -x_1911 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; -lean_inc(x_1827); -x_1912 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1912, 0, x_1827); -lean_ctor_set(x_1912, 1, x_1911); -x_1913 = lean_array_push(x_1837, x_1912); -x_1914 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -lean_inc(x_1830); -lean_inc(x_1833); -x_1915 = l_Lean_addMacroScope(x_1833, x_1914, x_1830); -x_1916 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; -x_1917 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; -lean_inc(x_1827); -x_1918 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1918, 0, x_1827); -lean_ctor_set(x_1918, 1, x_1916); -lean_ctor_set(x_1918, 2, x_1915); -lean_ctor_set(x_1918, 3, x_1917); -x_1919 = lean_array_push(x_1837, x_1918); -x_1920 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1920, 0, x_1845); -lean_ctor_set(x_1920, 1, x_1919); -lean_inc(x_1913); -x_1921 = lean_array_push(x_1913, x_1920); -x_1922 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -lean_inc(x_1827); -x_1923 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1923, 0, x_1827); -lean_ctor_set(x_1923, 1, x_1922); -lean_inc(x_1923); -x_1924 = lean_array_push(x_1921, x_1923); -x_1925 = l_Lean_Parser_Term_doBreak___elambda__1___closed__5; -lean_inc(x_1827); -x_1926 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1926, 0, x_1827); -lean_ctor_set(x_1926, 1, x_1925); -x_1927 = lean_array_push(x_1837, x_1926); -x_1928 = l_Lean_Parser_Term_doBreak___elambda__1___closed__2; -x_1929 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1929, 0, x_1928); -lean_ctor_set(x_1929, 1, x_1927); -x_1930 = lean_array_push(x_1837, x_1929); -x_1931 = lean_array_push(x_1930, x_1853); -x_1932 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1932, 0, x_1876); -lean_ctor_set(x_1932, 1, x_1931); -x_1933 = lean_array_push(x_1837, x_1932); -x_1934 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1934, 0, x_1845); -lean_ctor_set(x_1934, 1, x_1933); -x_1935 = lean_array_push(x_1837, x_1934); -x_1936 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_1937 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1937, 0, x_1936); -lean_ctor_set(x_1937, 1, x_1935); -x_1938 = lean_array_push(x_1924, x_1937); -x_1939 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; -x_1940 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1940, 0, x_1939); -lean_ctor_set(x_1940, 1, x_1938); -x_1941 = lean_array_push(x_1837, x_1940); -x_1942 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; -lean_inc(x_1830); -lean_inc(x_1833); -x_1943 = l_Lean_addMacroScope(x_1833, x_1942, x_1830); -x_1944 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; -x_1945 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; -lean_inc(x_1827); -x_1946 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1946, 0, x_1827); -lean_ctor_set(x_1946, 1, x_1944); -lean_ctor_set(x_1946, 2, x_1943); -lean_ctor_set(x_1946, 3, x_1945); -x_1947 = lean_array_push(x_1837, x_1946); -x_1948 = l_prec_x28___x29___closed__3; -lean_inc(x_1827); -x_1949 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1949, 0, x_1827); -lean_ctor_set(x_1949, 1, x_1948); -x_1950 = lean_array_push(x_1837, x_1949); -x_1951 = lean_array_push(x_1837, x_1541); -lean_inc(x_1827); -x_1952 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1952, 0, x_1827); -lean_ctor_set(x_1952, 1, x_1882); -x_1953 = lean_array_push(x_1837, x_1952); -x_1954 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37; -x_1955 = l_Lean_addMacroScope(x_1833, x_1954, x_1830); -x_1956 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36; -lean_inc(x_1827); -x_1957 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1957, 0, x_1827); -lean_ctor_set(x_1957, 1, x_1956); -lean_ctor_set(x_1957, 2, x_1955); -lean_ctor_set(x_1957, 3, x_1822); -lean_inc(x_1957); -x_1958 = lean_array_push(x_1837, x_1957); -x_1959 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1959, 0, x_1845); +x_1904 = lean_array_push(x_1873, x_1903); +x_1905 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; +x_1906 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1906, 0, x_1905); +lean_ctor_set(x_1906, 1, x_1904); +x_1907 = lean_array_push(x_1883, x_1906); +x_1908 = l_Lean_Parser_Term_doLet___elambda__1___closed__2; +x_1909 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1909, 0, x_1908); +lean_ctor_set(x_1909, 1, x_1907); +x_1910 = lean_array_push(x_1873, x_1909); +x_1911 = lean_array_push(x_1910, x_1889); +x_1912 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; +x_1913 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1913, 0, x_1912); +lean_ctor_set(x_1913, 1, x_1911); +x_1914 = lean_array_push(x_1873, x_1913); +x_1915 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__10; +lean_inc(x_1863); +x_1916 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1916, 0, x_1863); +lean_ctor_set(x_1916, 1, x_1915); +x_1917 = lean_array_push(x_1873, x_1916); +x_1918 = l_myMacro____x40_Init_Notation___hyg_1264____closed__7; +x_1919 = l_Lean_Syntax_SepArray_ofElems(x_1918, x_1580); +lean_dec(x_1580); +x_1920 = l_Array_appendCore___rarg(x_1873, x_1919); +lean_dec(x_1919); +x_1921 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1921, 0, x_1881); +lean_ctor_set(x_1921, 1, x_1920); +x_1922 = lean_array_push(x_1917, x_1921); +x_1923 = lean_array_push(x_1922, x_1872); +x_1924 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; +lean_inc(x_1863); +x_1925 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1925, 0, x_1863); +lean_ctor_set(x_1925, 1, x_1924); +x_1926 = lean_array_push(x_1873, x_1925); +x_1927 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__35; +lean_inc(x_1866); +lean_inc(x_1869); +x_1928 = l_Lean_addMacroScope(x_1869, x_1927, x_1866); +x_1929 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; +x_1930 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37; +lean_inc(x_1863); +x_1931 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1931, 0, x_1863); +lean_ctor_set(x_1931, 1, x_1929); +lean_ctor_set(x_1931, 2, x_1928); +lean_ctor_set(x_1931, 3, x_1930); +x_1932 = lean_array_push(x_1873, x_1931); +x_1933 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1933, 0, x_1881); +lean_ctor_set(x_1933, 1, x_1888); +x_1934 = lean_array_push(x_1932, x_1933); +x_1935 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1935, 0, x_1899); +lean_ctor_set(x_1935, 1, x_1934); +x_1936 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; +x_1937 = lean_array_push(x_1936, x_1935); +x_1938 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +x_1939 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1939, 0, x_1938); +lean_ctor_set(x_1939, 1, x_1937); +x_1940 = lean_array_push(x_1873, x_1939); +x_1941 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1941, 0, x_1881); +lean_ctor_set(x_1941, 1, x_1940); +x_1942 = lean_array_push(x_1926, x_1941); +x_1943 = lean_array_push(x_1942, x_1889); +x_1944 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; +lean_inc(x_1863); +x_1945 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1945, 0, x_1863); +lean_ctor_set(x_1945, 1, x_1944); +x_1946 = lean_array_push(x_1943, x_1945); +x_1947 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; +lean_inc(x_1863); +x_1948 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1948, 0, x_1863); +lean_ctor_set(x_1948, 1, x_1947); +x_1949 = lean_array_push(x_1873, x_1948); +x_1950 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +lean_inc(x_1866); +lean_inc(x_1869); +x_1951 = l_Lean_addMacroScope(x_1869, x_1950, x_1866); +x_1952 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; +x_1953 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; +lean_inc(x_1863); +x_1954 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1954, 0, x_1863); +lean_ctor_set(x_1954, 1, x_1952); +lean_ctor_set(x_1954, 2, x_1951); +lean_ctor_set(x_1954, 3, x_1953); +x_1955 = lean_array_push(x_1873, x_1954); +x_1956 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1956, 0, x_1881); +lean_ctor_set(x_1956, 1, x_1955); +lean_inc(x_1949); +x_1957 = lean_array_push(x_1949, x_1956); +x_1958 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +lean_inc(x_1863); +x_1959 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1959, 0, x_1863); lean_ctor_set(x_1959, 1, x_1958); -x_1960 = lean_array_push(x_1953, x_1959); -x_1961 = l_Lean_Parser_Term_tupleTail___elambda__1___closed__2; -x_1962 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1962, 0, x_1961); -lean_ctor_set(x_1962, 1, x_1960); -x_1963 = lean_array_push(x_1837, x_1962); -x_1964 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1964, 0, x_1845); -lean_ctor_set(x_1964, 1, x_1963); -x_1965 = lean_array_push(x_1951, x_1964); -x_1966 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1966, 0, x_1845); -lean_ctor_set(x_1966, 1, x_1965); -x_1967 = lean_array_push(x_1950, x_1966); -x_1968 = l_prec_x28___x29___closed__7; -x_1969 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1969, 0, x_1827); -lean_ctor_set(x_1969, 1, x_1968); -x_1970 = lean_array_push(x_1967, x_1969); -x_1971 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_1972 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1972, 0, x_1971); -lean_ctor_set(x_1972, 1, x_1970); -x_1973 = lean_array_push(x_1837, x_1972); -x_1974 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1974, 0, x_1845); -lean_ctor_set(x_1974, 1, x_1973); -x_1975 = lean_array_push(x_1947, x_1974); +lean_inc(x_1959); +x_1960 = lean_array_push(x_1957, x_1959); +x_1961 = l_Lean_Parser_Term_doBreak___elambda__1___closed__5; +lean_inc(x_1863); +x_1962 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1962, 0, x_1863); +lean_ctor_set(x_1962, 1, x_1961); +x_1963 = lean_array_push(x_1873, x_1962); +x_1964 = l_Lean_Parser_Term_doBreak___elambda__1___closed__2; +x_1965 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1965, 0, x_1964); +lean_ctor_set(x_1965, 1, x_1963); +x_1966 = lean_array_push(x_1873, x_1965); +x_1967 = lean_array_push(x_1966, x_1889); +x_1968 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1968, 0, x_1912); +lean_ctor_set(x_1968, 1, x_1967); +x_1969 = lean_array_push(x_1873, x_1968); +x_1970 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1970, 0, x_1881); +lean_ctor_set(x_1970, 1, x_1969); +x_1971 = lean_array_push(x_1873, x_1970); +x_1972 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_1973 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1973, 0, x_1972); +lean_ctor_set(x_1973, 1, x_1971); +x_1974 = lean_array_push(x_1960, x_1973); +x_1975 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; x_1976 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1976, 0, x_1863); -lean_ctor_set(x_1976, 1, x_1975); -x_1977 = lean_array_push(x_1837, x_1976); -x_1978 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1978, 0, x_1845); -lean_ctor_set(x_1978, 1, x_1977); -x_1979 = lean_array_push(x_1913, x_1978); -x_1980 = lean_array_push(x_1979, x_1923); -x_1981 = lean_array_push(x_1858, x_1957); -x_1982 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1982, 0, x_1866); -lean_ctor_set(x_1982, 1, x_1981); -x_1983 = lean_array_push(x_1837, x_1982); -x_1984 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_1985 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1985, 0, x_1984); -lean_ctor_set(x_1985, 1, x_1983); -x_1986 = lean_array_push(x_1837, x_1985); -x_1987 = lean_array_push(x_1986, x_1853); -x_1988 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1988, 0, x_1876); -lean_ctor_set(x_1988, 1, x_1987); -x_1989 = lean_array_push(x_1837, x_1988); -lean_inc(x_1838); -x_1990 = lean_array_push(x_1838, x_1546); -x_1991 = l_Lean_Parser_Term_doNested___elambda__1___closed__2; -x_1992 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1992, 0, x_1991); -lean_ctor_set(x_1992, 1, x_1990); -x_1993 = lean_array_push(x_1837, x_1992); -x_1994 = lean_array_push(x_1993, x_1853); +lean_ctor_set(x_1976, 0, x_1975); +lean_ctor_set(x_1976, 1, x_1974); +x_1977 = lean_array_push(x_1873, x_1976); +x_1978 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; +lean_inc(x_1866); +lean_inc(x_1869); +x_1979 = l_Lean_addMacroScope(x_1869, x_1978, x_1866); +x_1980 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; +x_1981 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; +lean_inc(x_1863); +x_1982 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1982, 0, x_1863); +lean_ctor_set(x_1982, 1, x_1980); +lean_ctor_set(x_1982, 2, x_1979); +lean_ctor_set(x_1982, 3, x_1981); +x_1983 = lean_array_push(x_1873, x_1982); +x_1984 = l_prec_x28___x29___closed__3; +lean_inc(x_1863); +x_1985 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1985, 0, x_1863); +lean_ctor_set(x_1985, 1, x_1984); +x_1986 = lean_array_push(x_1873, x_1985); +x_1987 = lean_array_push(x_1873, x_1577); +lean_inc(x_1863); +x_1988 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1988, 0, x_1863); +lean_ctor_set(x_1988, 1, x_1918); +x_1989 = lean_array_push(x_1873, x_1988); +x_1990 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41; +x_1991 = l_Lean_addMacroScope(x_1869, x_1990, x_1866); +x_1992 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40; +lean_inc(x_1863); +x_1993 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1993, 0, x_1863); +lean_ctor_set(x_1993, 1, x_1992); +lean_ctor_set(x_1993, 2, x_1991); +lean_ctor_set(x_1993, 3, x_1858); +lean_inc(x_1993); +x_1994 = lean_array_push(x_1873, x_1993); x_1995 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1995, 0, x_1876); +lean_ctor_set(x_1995, 0, x_1881); lean_ctor_set(x_1995, 1, x_1994); x_1996 = lean_array_push(x_1989, x_1995); -x_1997 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1997, 0, x_1845); -lean_ctor_set(x_1997, 1, x_1996); -x_1998 = lean_array_push(x_1837, x_1997); -x_1999 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1999, 0, x_1936); -lean_ctor_set(x_1999, 1, x_1998); -x_2000 = lean_array_push(x_1980, x_1999); -x_2001 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2001, 0, x_1939); -lean_ctor_set(x_2001, 1, x_2000); -x_2002 = lean_array_push(x_1941, x_2001); -x_2003 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2003, 0, x_1845); -lean_ctor_set(x_2003, 1, x_2002); -x_2004 = lean_array_push(x_1837, x_2003); -x_2005 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; -x_2006 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2006, 0, x_2005); -lean_ctor_set(x_2006, 1, x_2004); -x_2007 = lean_array_push(x_1910, x_2006); -x_2008 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; -x_2009 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2009, 0, x_2008); -lean_ctor_set(x_2009, 1, x_2007); -x_2010 = lean_array_push(x_1837, x_2009); -x_2011 = lean_array_push(x_2010, x_1853); +x_1997 = l_Lean_Parser_Term_tupleTail___elambda__1___closed__2; +x_1998 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1998, 0, x_1997); +lean_ctor_set(x_1998, 1, x_1996); +x_1999 = lean_array_push(x_1873, x_1998); +x_2000 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2000, 0, x_1881); +lean_ctor_set(x_2000, 1, x_1999); +x_2001 = lean_array_push(x_1987, x_2000); +x_2002 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2002, 0, x_1881); +lean_ctor_set(x_2002, 1, x_2001); +x_2003 = lean_array_push(x_1986, x_2002); +x_2004 = l_prec_x28___x29___closed__7; +x_2005 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2005, 0, x_1863); +lean_ctor_set(x_2005, 1, x_2004); +x_2006 = lean_array_push(x_2003, x_2005); +x_2007 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_2008 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2008, 0, x_2007); +lean_ctor_set(x_2008, 1, x_2006); +x_2009 = lean_array_push(x_1873, x_2008); +x_2010 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2010, 0, x_1881); +lean_ctor_set(x_2010, 1, x_2009); +x_2011 = lean_array_push(x_1983, x_2010); x_2012 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2012, 0, x_1876); +lean_ctor_set(x_2012, 0, x_1899); lean_ctor_set(x_2012, 1, x_2011); -x_2013 = lean_array_push(x_1837, x_2012); +x_2013 = lean_array_push(x_1873, x_2012); x_2014 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2014, 0, x_1845); +lean_ctor_set(x_2014, 0, x_1881); lean_ctor_set(x_2014, 1, x_2013); -x_2015 = lean_array_push(x_1837, x_2014); -x_2016 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2016, 0, x_1936); -lean_ctor_set(x_2016, 1, x_2015); -x_2017 = lean_array_push(x_1887, x_2016); -x_2018 = l_Lean_Parser_Term_doFor___elambda__1___closed__2; -x_2019 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2019, 0, x_2018); -lean_ctor_set(x_2019, 1, x_2017); -x_2020 = lean_array_push(x_1837, x_2019); -x_2021 = lean_array_push(x_2020, x_1853); -x_2022 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2022, 0, x_1876); -lean_ctor_set(x_2022, 1, x_2021); -x_2023 = lean_array_push(x_1878, x_2022); +x_2015 = lean_array_push(x_1949, x_2014); +x_2016 = lean_array_push(x_2015, x_1959); +x_2017 = lean_array_push(x_1894, x_1993); +x_2018 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2018, 0, x_1902); +lean_ctor_set(x_2018, 1, x_2017); +x_2019 = lean_array_push(x_1873, x_2018); +x_2020 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_2021 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2021, 0, x_2020); +lean_ctor_set(x_2021, 1, x_2019); +x_2022 = lean_array_push(x_1873, x_2021); +x_2023 = lean_array_push(x_2022, x_1889); x_2024 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2024, 0, x_1845); +lean_ctor_set(x_2024, 0, x_1912); lean_ctor_set(x_2024, 1, x_2023); -x_2025 = lean_array_push(x_1837, x_2024); -x_2026 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2026, 0, x_1936); -lean_ctor_set(x_2026, 1, x_2025); -x_2027 = lean_array_push(x_1838, x_2026); -x_2028 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_2029 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2029, 0, x_2028); -lean_ctor_set(x_2029, 1, x_2027); -x_2030 = l_Lean_Syntax_getArg(x_2029, x_11); -lean_dec(x_2029); -x_2031 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_2030); -x_2032 = l_List_append___rarg(x_2031, x_2); -x_2033 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_2032, x_3, x_1800, x_5, x_6, x_7, x_8, x_9, x_1834); -return x_2033; +x_2025 = lean_array_push(x_1873, x_2024); +lean_inc(x_1874); +x_2026 = lean_array_push(x_1874, x_1582); +x_2027 = l_Lean_Parser_Term_doNested___elambda__1___closed__2; +x_2028 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2028, 0, x_2027); +lean_ctor_set(x_2028, 1, x_2026); +x_2029 = lean_array_push(x_1873, x_2028); +x_2030 = lean_array_push(x_2029, x_1889); +x_2031 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2031, 0, x_1912); +lean_ctor_set(x_2031, 1, x_2030); +x_2032 = lean_array_push(x_2025, x_2031); +x_2033 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2033, 0, x_1881); +lean_ctor_set(x_2033, 1, x_2032); +x_2034 = lean_array_push(x_1873, x_2033); +x_2035 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2035, 0, x_1972); +lean_ctor_set(x_2035, 1, x_2034); +x_2036 = lean_array_push(x_2016, x_2035); +x_2037 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2037, 0, x_1975); +lean_ctor_set(x_2037, 1, x_2036); +x_2038 = lean_array_push(x_1977, x_2037); +x_2039 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2039, 0, x_1881); +lean_ctor_set(x_2039, 1, x_2038); +x_2040 = lean_array_push(x_1873, x_2039); +x_2041 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; +x_2042 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2042, 0, x_2041); +lean_ctor_set(x_2042, 1, x_2040); +x_2043 = lean_array_push(x_1946, x_2042); +x_2044 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; +x_2045 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2045, 0, x_2044); +lean_ctor_set(x_2045, 1, x_2043); +x_2046 = lean_array_push(x_1873, x_2045); +x_2047 = lean_array_push(x_2046, x_1889); +x_2048 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2048, 0, x_1912); +lean_ctor_set(x_2048, 1, x_2047); +x_2049 = lean_array_push(x_1873, x_2048); +x_2050 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2050, 0, x_1881); +lean_ctor_set(x_2050, 1, x_2049); +x_2051 = lean_array_push(x_1873, x_2050); +x_2052 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2052, 0, x_1972); +lean_ctor_set(x_2052, 1, x_2051); +x_2053 = lean_array_push(x_1923, x_2052); +x_2054 = l_Lean_Parser_Term_doFor___elambda__1___closed__2; +x_2055 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2055, 0, x_2054); +lean_ctor_set(x_2055, 1, x_2053); +x_2056 = lean_array_push(x_1873, x_2055); +x_2057 = lean_array_push(x_2056, x_1889); +x_2058 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2058, 0, x_1912); +lean_ctor_set(x_2058, 1, x_2057); +x_2059 = lean_array_push(x_1914, x_2058); +x_2060 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2060, 0, x_1881); +lean_ctor_set(x_2060, 1, x_2059); +x_2061 = lean_array_push(x_1873, x_2060); +x_2062 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2062, 0, x_1972); +lean_ctor_set(x_2062, 1, x_2061); +x_2063 = lean_array_push(x_1874, x_2062); +x_2064 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_2065 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2065, 0, x_2064); +lean_ctor_set(x_2065, 1, x_2063); +x_2066 = l_Lean_Syntax_getArg(x_2065, x_11); +lean_dec(x_2065); +x_2067 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_2066); +x_2068 = l_List_append___rarg(x_2067, x_2); +x_2069 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_2068, x_3, x_1836, x_5, x_6, x_7, x_8, x_9, x_1870); +return x_2069; } } else { -lean_object* x_2034; lean_object* x_2035; lean_object* x_2036; lean_object* x_2037; lean_object* x_2038; lean_object* x_2039; lean_object* x_2040; lean_object* x_2041; lean_object* x_2042; lean_object* x_2043; lean_object* x_2044; lean_object* x_2045; uint8_t x_2046; uint8_t x_2047; uint8_t x_2048; lean_object* x_2049; lean_object* x_2050; lean_object* x_2051; lean_object* x_2052; lean_object* x_2053; lean_object* x_2054; lean_object* x_2055; lean_object* x_2056; lean_object* x_2057; lean_object* x_2058; lean_object* x_2059; lean_object* x_2060; lean_object* x_2061; lean_object* x_2062; lean_object* x_2063; lean_object* x_2064; lean_object* x_2065; lean_object* x_2066; lean_object* x_2067; lean_object* x_2068; lean_object* x_2069; lean_object* x_2070; lean_object* x_2071; lean_object* x_2072; lean_object* x_2073; lean_object* x_2074; lean_object* x_2075; lean_object* x_2076; lean_object* x_2077; lean_object* x_2078; lean_object* x_2079; lean_object* x_2080; lean_object* x_2081; lean_object* x_2082; lean_object* x_2083; lean_object* x_2084; lean_object* x_2085; lean_object* x_2086; lean_object* x_2087; lean_object* x_2088; lean_object* x_2089; lean_object* x_2090; lean_object* x_2091; lean_object* x_2092; lean_object* x_2093; lean_object* x_2094; lean_object* x_2095; lean_object* x_2096; lean_object* x_2097; lean_object* x_2098; lean_object* x_2099; lean_object* x_2100; lean_object* x_2101; lean_object* x_2102; lean_object* x_2103; lean_object* x_2104; lean_object* x_2105; lean_object* x_2106; lean_object* x_2107; lean_object* x_2108; lean_object* x_2109; lean_object* x_2110; lean_object* x_2111; lean_object* x_2112; lean_object* x_2113; lean_object* x_2114; lean_object* x_2115; lean_object* x_2116; lean_object* x_2117; lean_object* x_2118; lean_object* x_2119; lean_object* x_2120; lean_object* x_2121; lean_object* x_2122; lean_object* x_2123; lean_object* x_2124; lean_object* x_2125; lean_object* x_2126; lean_object* x_2127; lean_object* x_2128; lean_object* x_2129; lean_object* x_2130; lean_object* x_2131; lean_object* x_2132; lean_object* x_2133; lean_object* x_2134; lean_object* x_2135; lean_object* x_2136; lean_object* x_2137; lean_object* x_2138; lean_object* x_2139; lean_object* x_2140; lean_object* x_2141; lean_object* x_2142; lean_object* x_2143; lean_object* x_2144; lean_object* x_2145; lean_object* x_2146; lean_object* x_2147; lean_object* x_2148; lean_object* x_2149; lean_object* x_2150; lean_object* x_2151; lean_object* x_2152; lean_object* x_2153; lean_object* x_2154; lean_object* x_2155; lean_object* x_2156; lean_object* x_2157; lean_object* x_2158; lean_object* x_2159; lean_object* x_2160; lean_object* x_2161; lean_object* x_2162; lean_object* x_2163; lean_object* x_2164; lean_object* x_2165; lean_object* x_2166; lean_object* x_2167; lean_object* x_2168; lean_object* x_2169; lean_object* x_2170; lean_object* x_2171; lean_object* x_2172; lean_object* x_2173; lean_object* x_2174; lean_object* x_2175; lean_object* x_2176; lean_object* x_2177; lean_object* x_2178; lean_object* x_2179; lean_object* x_2180; lean_object* x_2181; lean_object* x_2182; lean_object* x_2183; lean_object* x_2184; lean_object* x_2185; lean_object* x_2186; lean_object* x_2187; lean_object* x_2188; lean_object* x_2189; lean_object* x_2190; lean_object* x_2191; lean_object* x_2192; lean_object* x_2193; lean_object* x_2194; lean_object* x_2195; lean_object* x_2196; lean_object* x_2197; lean_object* x_2198; lean_object* x_2199; lean_object* x_2200; lean_object* x_2201; lean_object* x_2202; lean_object* x_2203; lean_object* x_2204; lean_object* x_2205; lean_object* x_2206; lean_object* x_2207; lean_object* x_2208; lean_object* x_2209; lean_object* x_2210; lean_object* x_2211; lean_object* x_2212; lean_object* x_2213; lean_object* x_2214; lean_object* x_2215; lean_object* x_2216; lean_object* x_2217; lean_object* x_2218; lean_object* x_2219; lean_object* x_2220; lean_object* x_2221; lean_object* x_2222; lean_object* x_2223; lean_object* x_2224; lean_object* x_2225; lean_object* x_2226; lean_object* x_2227; lean_object* x_2228; lean_object* x_2229; lean_object* x_2230; lean_object* x_2231; lean_object* x_2232; lean_object* x_2233; lean_object* x_2234; lean_object* x_2235; lean_object* x_2236; lean_object* x_2237; lean_object* x_2238; lean_object* x_2239; lean_object* x_2240; lean_object* x_2241; lean_object* x_2242; lean_object* x_2243; lean_object* x_2244; lean_object* x_2245; lean_object* x_2246; lean_object* x_2247; lean_object* x_2248; lean_object* x_2249; lean_object* x_2250; lean_object* x_2251; lean_object* x_2252; lean_object* x_2253; lean_object* x_2254; lean_object* x_2255; lean_object* x_2256; lean_object* x_2257; lean_object* x_2258; lean_object* x_2259; lean_object* x_2260; lean_object* x_2261; lean_object* x_2262; lean_object* x_2263; lean_object* x_2264; lean_object* x_2265; lean_object* x_2266; lean_object* x_2267; lean_object* x_2268; lean_object* x_2269; lean_object* x_2270; lean_object* x_2271; lean_object* x_2272; lean_object* x_2273; lean_object* x_2274; lean_object* x_2275; lean_object* x_2276; lean_object* x_2277; lean_object* x_2278; lean_object* x_2279; lean_object* x_2280; lean_object* x_2281; lean_object* x_2282; lean_object* x_2283; lean_object* x_2284; lean_object* x_2285; lean_object* x_2286; -x_2034 = lean_ctor_get(x_1548, 0); -x_2035 = lean_ctor_get(x_1548, 1); -x_2036 = lean_ctor_get(x_1548, 2); -x_2037 = lean_ctor_get(x_1548, 3); -lean_inc(x_2037); -lean_inc(x_2036); -lean_inc(x_2035); -lean_inc(x_2034); -lean_dec(x_1548); -x_2038 = lean_nat_add(x_2035, x_11); -x_2039 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_2039, 0, x_2034); -lean_ctor_set(x_2039, 1, x_2038); -lean_ctor_set(x_2039, 2, x_2036); -lean_ctor_set(x_2039, 3, x_2037); -x_2040 = lean_st_ref_set(x_9, x_2039, x_1549); -x_2041 = lean_ctor_get(x_2040, 1); -lean_inc(x_2041); -lean_dec(x_2040); -x_2042 = lean_ctor_get(x_4, 0); -lean_inc(x_2042); -x_2043 = lean_ctor_get(x_4, 1); -lean_inc(x_2043); -x_2044 = lean_ctor_get(x_4, 2); -lean_inc(x_2044); -x_2045 = lean_ctor_get(x_4, 3); -lean_inc(x_2045); -x_2046 = lean_ctor_get_uint8(x_4, sizeof(void*)*8); -x_2047 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); -x_2048 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); -x_2049 = lean_ctor_get(x_4, 5); -lean_inc(x_2049); -x_2050 = lean_ctor_get(x_4, 6); -lean_inc(x_2050); -x_2051 = lean_ctor_get(x_4, 7); -lean_inc(x_2051); +lean_object* x_2070; lean_object* x_2071; lean_object* x_2072; lean_object* x_2073; lean_object* x_2074; lean_object* x_2075; lean_object* x_2076; lean_object* x_2077; lean_object* x_2078; lean_object* x_2079; lean_object* x_2080; lean_object* x_2081; uint8_t x_2082; uint8_t x_2083; uint8_t x_2084; lean_object* x_2085; lean_object* x_2086; lean_object* x_2087; lean_object* x_2088; lean_object* x_2089; lean_object* x_2090; lean_object* x_2091; lean_object* x_2092; lean_object* x_2093; lean_object* x_2094; lean_object* x_2095; lean_object* x_2096; lean_object* x_2097; lean_object* x_2098; lean_object* x_2099; lean_object* x_2100; lean_object* x_2101; lean_object* x_2102; lean_object* x_2103; lean_object* x_2104; lean_object* x_2105; lean_object* x_2106; lean_object* x_2107; lean_object* x_2108; lean_object* x_2109; lean_object* x_2110; lean_object* x_2111; lean_object* x_2112; lean_object* x_2113; lean_object* x_2114; lean_object* x_2115; lean_object* x_2116; lean_object* x_2117; lean_object* x_2118; lean_object* x_2119; lean_object* x_2120; lean_object* x_2121; lean_object* x_2122; lean_object* x_2123; lean_object* x_2124; lean_object* x_2125; lean_object* x_2126; lean_object* x_2127; lean_object* x_2128; lean_object* x_2129; lean_object* x_2130; lean_object* x_2131; lean_object* x_2132; lean_object* x_2133; lean_object* x_2134; lean_object* x_2135; lean_object* x_2136; lean_object* x_2137; lean_object* x_2138; lean_object* x_2139; lean_object* x_2140; lean_object* x_2141; lean_object* x_2142; lean_object* x_2143; lean_object* x_2144; lean_object* x_2145; lean_object* x_2146; lean_object* x_2147; lean_object* x_2148; lean_object* x_2149; lean_object* x_2150; lean_object* x_2151; lean_object* x_2152; lean_object* x_2153; lean_object* x_2154; lean_object* x_2155; lean_object* x_2156; lean_object* x_2157; lean_object* x_2158; lean_object* x_2159; lean_object* x_2160; lean_object* x_2161; lean_object* x_2162; lean_object* x_2163; lean_object* x_2164; lean_object* x_2165; lean_object* x_2166; lean_object* x_2167; lean_object* x_2168; lean_object* x_2169; lean_object* x_2170; lean_object* x_2171; lean_object* x_2172; lean_object* x_2173; lean_object* x_2174; lean_object* x_2175; lean_object* x_2176; lean_object* x_2177; lean_object* x_2178; lean_object* x_2179; lean_object* x_2180; lean_object* x_2181; lean_object* x_2182; lean_object* x_2183; lean_object* x_2184; lean_object* x_2185; lean_object* x_2186; lean_object* x_2187; lean_object* x_2188; lean_object* x_2189; lean_object* x_2190; lean_object* x_2191; lean_object* x_2192; lean_object* x_2193; lean_object* x_2194; lean_object* x_2195; lean_object* x_2196; lean_object* x_2197; lean_object* x_2198; lean_object* x_2199; lean_object* x_2200; lean_object* x_2201; lean_object* x_2202; lean_object* x_2203; lean_object* x_2204; lean_object* x_2205; lean_object* x_2206; lean_object* x_2207; lean_object* x_2208; lean_object* x_2209; lean_object* x_2210; lean_object* x_2211; lean_object* x_2212; lean_object* x_2213; lean_object* x_2214; lean_object* x_2215; lean_object* x_2216; lean_object* x_2217; lean_object* x_2218; lean_object* x_2219; lean_object* x_2220; lean_object* x_2221; lean_object* x_2222; lean_object* x_2223; lean_object* x_2224; lean_object* x_2225; lean_object* x_2226; lean_object* x_2227; lean_object* x_2228; lean_object* x_2229; lean_object* x_2230; lean_object* x_2231; lean_object* x_2232; lean_object* x_2233; lean_object* x_2234; lean_object* x_2235; lean_object* x_2236; lean_object* x_2237; lean_object* x_2238; lean_object* x_2239; lean_object* x_2240; lean_object* x_2241; lean_object* x_2242; lean_object* x_2243; lean_object* x_2244; lean_object* x_2245; lean_object* x_2246; lean_object* x_2247; lean_object* x_2248; lean_object* x_2249; lean_object* x_2250; lean_object* x_2251; lean_object* x_2252; lean_object* x_2253; lean_object* x_2254; lean_object* x_2255; lean_object* x_2256; lean_object* x_2257; lean_object* x_2258; lean_object* x_2259; lean_object* x_2260; lean_object* x_2261; lean_object* x_2262; lean_object* x_2263; lean_object* x_2264; lean_object* x_2265; lean_object* x_2266; lean_object* x_2267; lean_object* x_2268; lean_object* x_2269; lean_object* x_2270; lean_object* x_2271; lean_object* x_2272; lean_object* x_2273; lean_object* x_2274; lean_object* x_2275; lean_object* x_2276; lean_object* x_2277; lean_object* x_2278; lean_object* x_2279; lean_object* x_2280; lean_object* x_2281; lean_object* x_2282; lean_object* x_2283; lean_object* x_2284; lean_object* x_2285; lean_object* x_2286; lean_object* x_2287; lean_object* x_2288; lean_object* x_2289; lean_object* x_2290; lean_object* x_2291; lean_object* x_2292; lean_object* x_2293; lean_object* x_2294; lean_object* x_2295; lean_object* x_2296; lean_object* x_2297; lean_object* x_2298; lean_object* x_2299; lean_object* x_2300; lean_object* x_2301; lean_object* x_2302; lean_object* x_2303; lean_object* x_2304; lean_object* x_2305; lean_object* x_2306; lean_object* x_2307; lean_object* x_2308; lean_object* x_2309; lean_object* x_2310; lean_object* x_2311; lean_object* x_2312; lean_object* x_2313; lean_object* x_2314; lean_object* x_2315; lean_object* x_2316; lean_object* x_2317; lean_object* x_2318; lean_object* x_2319; lean_object* x_2320; lean_object* x_2321; lean_object* x_2322; +x_2070 = lean_ctor_get(x_1584, 0); +x_2071 = lean_ctor_get(x_1584, 1); +x_2072 = lean_ctor_get(x_1584, 2); +x_2073 = lean_ctor_get(x_1584, 3); +lean_inc(x_2073); +lean_inc(x_2072); +lean_inc(x_2071); +lean_inc(x_2070); +lean_dec(x_1584); +x_2074 = lean_nat_add(x_2071, x_11); +x_2075 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_2075, 0, x_2070); +lean_ctor_set(x_2075, 1, x_2074); +lean_ctor_set(x_2075, 2, x_2072); +lean_ctor_set(x_2075, 3, x_2073); +x_2076 = lean_st_ref_set(x_9, x_2075, x_1585); +x_2077 = lean_ctor_get(x_2076, 1); +lean_inc(x_2077); +lean_dec(x_2076); +x_2078 = lean_ctor_get(x_4, 0); +lean_inc(x_2078); +x_2079 = lean_ctor_get(x_4, 1); +lean_inc(x_2079); +x_2080 = lean_ctor_get(x_4, 2); +lean_inc(x_2080); +x_2081 = lean_ctor_get(x_4, 3); +lean_inc(x_2081); +x_2082 = lean_ctor_get_uint8(x_4, sizeof(void*)*8); +x_2083 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); +x_2084 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); +x_2085 = lean_ctor_get(x_4, 5); +lean_inc(x_2085); +x_2086 = lean_ctor_get(x_4, 6); +lean_inc(x_2086); +x_2087 = lean_ctor_get(x_4, 7); +lean_inc(x_2087); if (lean_is_exclusive(x_4)) { lean_ctor_release(x_4, 0); lean_ctor_release(x_4, 1); @@ -58326,472 +58460,472 @@ if (lean_is_exclusive(x_4)) { lean_ctor_release(x_4, 5); lean_ctor_release(x_4, 6); lean_ctor_release(x_4, 7); - x_2052 = x_4; + x_2088 = x_4; } else { lean_dec_ref(x_4); - x_2052 = lean_box(0); + x_2088 = lean_box(0); } -if (lean_is_scalar(x_2052)) { - x_2053 = lean_alloc_ctor(0, 8, 3); +if (lean_is_scalar(x_2088)) { + x_2089 = lean_alloc_ctor(0, 8, 3); } else { - x_2053 = x_2052; + x_2089 = x_2088; } -lean_ctor_set(x_2053, 0, x_2042); -lean_ctor_set(x_2053, 1, x_2043); -lean_ctor_set(x_2053, 2, x_2044); -lean_ctor_set(x_2053, 3, x_2045); -lean_ctor_set(x_2053, 4, x_2035); -lean_ctor_set(x_2053, 5, x_2049); -lean_ctor_set(x_2053, 6, x_2050); -lean_ctor_set(x_2053, 7, x_2051); -lean_ctor_set_uint8(x_2053, sizeof(void*)*8, x_2046); -lean_ctor_set_uint8(x_2053, sizeof(void*)*8 + 1, x_2047); -lean_ctor_set_uint8(x_2053, sizeof(void*)*8 + 2, x_2048); -x_2054 = lean_ctor_get(x_8, 0); -lean_inc(x_2054); -x_2055 = lean_ctor_get(x_8, 1); -lean_inc(x_2055); -x_2056 = lean_ctor_get(x_8, 2); -lean_inc(x_2056); -x_2057 = lean_ctor_get(x_8, 3); -lean_inc(x_2057); -x_2058 = lean_ctor_get(x_8, 4); -lean_inc(x_2058); -x_2059 = lean_ctor_get(x_8, 5); -lean_inc(x_2059); -x_2060 = lean_ctor_get(x_8, 6); -lean_inc(x_2060); -x_2061 = lean_ctor_get(x_8, 7); -lean_inc(x_2061); -x_2062 = l_Lean_replaceRef(x_1543, x_2057); -lean_dec(x_2057); -x_2063 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_2063, 0, x_2054); -lean_ctor_set(x_2063, 1, x_2055); -lean_ctor_set(x_2063, 2, x_2056); -lean_ctor_set(x_2063, 3, x_2062); -lean_ctor_set(x_2063, 4, x_2058); -lean_ctor_set(x_2063, 5, x_2059); -lean_ctor_set(x_2063, 6, x_2060); -lean_ctor_set(x_2063, 7, x_2061); -x_2064 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_2063, x_9, x_2041); -x_2065 = lean_ctor_get(x_2064, 0); -lean_inc(x_2065); -x_2066 = lean_ctor_get(x_2064, 1); -lean_inc(x_2066); -lean_dec(x_2064); -x_2067 = l_Lean_Elab_Term_getCurrMacroScope(x_2053, x_5, x_6, x_7, x_2063, x_9, x_2066); -lean_dec(x_2063); -x_2068 = lean_ctor_get(x_2067, 0); -lean_inc(x_2068); -x_2069 = lean_ctor_get(x_2067, 1); -lean_inc(x_2069); -lean_dec(x_2067); -x_2070 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_2069); -x_2071 = lean_ctor_get(x_2070, 0); -lean_inc(x_2071); -x_2072 = lean_ctor_get(x_2070, 1); -lean_inc(x_2072); -lean_dec(x_2070); -x_2073 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; -x_2074 = l_Lean_addMacroScope(x_2071, x_2073, x_2068); -x_2075 = lean_box(0); -x_2076 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; -x_2077 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; -x_2078 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_2078, 0, x_2065); -lean_ctor_set(x_2078, 1, x_2076); -lean_ctor_set(x_2078, 2, x_2074); -lean_ctor_set(x_2078, 3, x_2077); -x_2079 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_2072); -x_2080 = lean_ctor_get(x_2079, 0); -lean_inc(x_2080); -x_2081 = lean_ctor_get(x_2079, 1); -lean_inc(x_2081); -lean_dec(x_2079); -x_2082 = l_Lean_Elab_Term_getCurrMacroScope(x_2053, x_5, x_6, x_7, x_8, x_9, x_2081); -x_2083 = lean_ctor_get(x_2082, 0); -lean_inc(x_2083); -x_2084 = lean_ctor_get(x_2082, 1); -lean_inc(x_2084); -lean_dec(x_2082); -x_2085 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_2084); -x_2086 = lean_ctor_get(x_2085, 0); -lean_inc(x_2086); -x_2087 = lean_ctor_get(x_2085, 1); -lean_inc(x_2087); -lean_dec(x_2085); -x_2088 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; -lean_inc(x_2080); -x_2089 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2089, 0, x_2080); -lean_ctor_set(x_2089, 1, x_2088); -x_2090 = l_Array_empty___closed__1; -lean_inc(x_2089); -x_2091 = lean_array_push(x_2090, x_2089); -x_2092 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; -lean_inc(x_2080); -x_2093 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2093, 0, x_2080); -lean_ctor_set(x_2093, 1, x_2092); -x_2094 = lean_array_push(x_2090, x_2093); -x_2095 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; -lean_inc(x_2080); -x_2096 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2096, 0, x_2080); -lean_ctor_set(x_2096, 1, x_2095); -x_2097 = lean_array_push(x_2090, x_2096); -x_2098 = l_Lean_nullKind___closed__2; -x_2099 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2099, 0, x_2098); -lean_ctor_set(x_2099, 1, x_2097); -x_2100 = lean_array_push(x_2094, x_2099); -x_2101 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; -lean_inc(x_2083); -lean_inc(x_2086); -x_2102 = l_Lean_addMacroScope(x_2086, x_2101, x_2083); -x_2103 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23; -lean_inc(x_2080); -x_2104 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_2104, 0, x_2080); -lean_ctor_set(x_2104, 1, x_2103); -lean_ctor_set(x_2104, 2, x_2102); -lean_ctor_set(x_2104, 3, x_2075); -x_2105 = lean_array_push(x_2090, x_2104); -x_2106 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +lean_ctor_set(x_2089, 0, x_2078); +lean_ctor_set(x_2089, 1, x_2079); +lean_ctor_set(x_2089, 2, x_2080); +lean_ctor_set(x_2089, 3, x_2081); +lean_ctor_set(x_2089, 4, x_2071); +lean_ctor_set(x_2089, 5, x_2085); +lean_ctor_set(x_2089, 6, x_2086); +lean_ctor_set(x_2089, 7, x_2087); +lean_ctor_set_uint8(x_2089, sizeof(void*)*8, x_2082); +lean_ctor_set_uint8(x_2089, sizeof(void*)*8 + 1, x_2083); +lean_ctor_set_uint8(x_2089, sizeof(void*)*8 + 2, x_2084); +x_2090 = lean_ctor_get(x_8, 0); +lean_inc(x_2090); +x_2091 = lean_ctor_get(x_8, 1); +lean_inc(x_2091); +x_2092 = lean_ctor_get(x_8, 2); +lean_inc(x_2092); +x_2093 = lean_ctor_get(x_8, 3); +lean_inc(x_2093); +x_2094 = lean_ctor_get(x_8, 4); +lean_inc(x_2094); +x_2095 = lean_ctor_get(x_8, 5); +lean_inc(x_2095); +x_2096 = lean_ctor_get(x_8, 6); +lean_inc(x_2096); +x_2097 = lean_ctor_get(x_8, 7); +lean_inc(x_2097); +x_2098 = l_Lean_replaceRef(x_1579, x_2093); +lean_dec(x_2093); +x_2099 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_2099, 0, x_2090); +lean_ctor_set(x_2099, 1, x_2091); +lean_ctor_set(x_2099, 2, x_2092); +lean_ctor_set(x_2099, 3, x_2098); +lean_ctor_set(x_2099, 4, x_2094); +lean_ctor_set(x_2099, 5, x_2095); +lean_ctor_set(x_2099, 6, x_2096); +lean_ctor_set(x_2099, 7, x_2097); +x_2100 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_2099, x_9, x_2077); +x_2101 = lean_ctor_get(x_2100, 0); +lean_inc(x_2101); +x_2102 = lean_ctor_get(x_2100, 1); +lean_inc(x_2102); +lean_dec(x_2100); +x_2103 = l_Lean_Elab_Term_getCurrMacroScope(x_2089, x_5, x_6, x_7, x_2099, x_9, x_2102); +lean_dec(x_2099); +x_2104 = lean_ctor_get(x_2103, 0); +lean_inc(x_2104); +x_2105 = lean_ctor_get(x_2103, 1); lean_inc(x_2105); -x_2107 = lean_array_push(x_2105, x_2106); -x_2108 = lean_array_push(x_2107, x_2106); -x_2109 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; -lean_inc(x_2080); -x_2110 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2110, 0, x_2080); -lean_ctor_set(x_2110, 1, x_2109); -x_2111 = lean_array_push(x_2108, x_2110); -x_2112 = lean_array_push(x_2090, x_2078); -x_2113 = lean_array_push(x_2090, x_1543); -x_2114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2114, 0, x_2098); -lean_ctor_set(x_2114, 1, x_2113); -x_2115 = lean_array_push(x_2112, x_2114); -x_2116 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; -x_2117 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2117, 0, x_2116); -lean_ctor_set(x_2117, 1, x_2115); -lean_inc(x_2111); -x_2118 = lean_array_push(x_2111, x_2117); -x_2119 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; -x_2120 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2120, 0, x_2119); -lean_ctor_set(x_2120, 1, x_2118); -x_2121 = lean_array_push(x_2090, x_2120); -x_2122 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; -x_2123 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2123, 0, x_2122); -lean_ctor_set(x_2123, 1, x_2121); -x_2124 = lean_array_push(x_2100, x_2123); -x_2125 = l_Lean_Parser_Term_doLet___elambda__1___closed__2; -x_2126 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2126, 0, x_2125); -lean_ctor_set(x_2126, 1, x_2124); -x_2127 = lean_array_push(x_2090, x_2126); -x_2128 = lean_array_push(x_2127, x_2106); -x_2129 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; -x_2130 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2130, 0, x_2129); -lean_ctor_set(x_2130, 1, x_2128); -x_2131 = lean_array_push(x_2090, x_2130); -x_2132 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__10; -lean_inc(x_2080); -x_2133 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2133, 0, x_2080); -lean_ctor_set(x_2133, 1, x_2132); -x_2134 = lean_array_push(x_2090, x_2133); -x_2135 = l_myMacro____x40_Init_Notation___hyg_1264____closed__7; -x_2136 = l_Lean_Syntax_SepArray_ofElems(x_2135, x_1544); -lean_dec(x_1544); -x_2137 = l_Array_appendCore___rarg(x_2090, x_2136); -lean_dec(x_2136); -x_2138 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2138, 0, x_2098); -lean_ctor_set(x_2138, 1, x_2137); -x_2139 = lean_array_push(x_2134, x_2138); -x_2140 = lean_array_push(x_2139, x_2089); -x_2141 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; -lean_inc(x_2080); -x_2142 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2142, 0, x_2080); -lean_ctor_set(x_2142, 1, x_2141); -x_2143 = lean_array_push(x_2090, x_2142); -x_2144 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; -lean_inc(x_2083); -lean_inc(x_2086); -x_2145 = l_Lean_addMacroScope(x_2086, x_2144, x_2083); -x_2146 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__27; -x_2147 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__33; -lean_inc(x_2080); -x_2148 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_2148, 0, x_2080); -lean_ctor_set(x_2148, 1, x_2146); -lean_ctor_set(x_2148, 2, x_2145); -lean_ctor_set(x_2148, 3, x_2147); -x_2149 = lean_array_push(x_2090, x_2148); +lean_dec(x_2103); +x_2106 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_2105); +x_2107 = lean_ctor_get(x_2106, 0); +lean_inc(x_2107); +x_2108 = lean_ctor_get(x_2106, 1); +lean_inc(x_2108); +lean_dec(x_2106); +x_2109 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__18; +x_2110 = l_Lean_addMacroScope(x_2107, x_2109, x_2104); +x_2111 = lean_box(0); +x_2112 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__17; +x_2113 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__23; +x_2114 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_2114, 0, x_2101); +lean_ctor_set(x_2114, 1, x_2112); +lean_ctor_set(x_2114, 2, x_2110); +lean_ctor_set(x_2114, 3, x_2113); +x_2115 = l_Lean_MonadRef_mkInfoFromRefPos___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___rarg(x_8, x_9, x_2108); +x_2116 = lean_ctor_get(x_2115, 0); +lean_inc(x_2116); +x_2117 = lean_ctor_get(x_2115, 1); +lean_inc(x_2117); +lean_dec(x_2115); +x_2118 = l_Lean_Elab_Term_getCurrMacroScope(x_2089, x_5, x_6, x_7, x_8, x_9, x_2117); +x_2119 = lean_ctor_get(x_2118, 0); +lean_inc(x_2119); +x_2120 = lean_ctor_get(x_2118, 1); +lean_inc(x_2120); +lean_dec(x_2118); +x_2121 = l_Lean_Elab_Term_getMainModule___rarg(x_9, x_2120); +x_2122 = lean_ctor_get(x_2121, 0); +lean_inc(x_2122); +x_2123 = lean_ctor_get(x_2121, 1); +lean_inc(x_2123); +lean_dec(x_2121); +x_2124 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__1; +lean_inc(x_2116); +x_2125 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2125, 0, x_2116); +lean_ctor_set(x_2125, 1, x_2124); +x_2126 = l_Array_empty___closed__1; +lean_inc(x_2125); +x_2127 = lean_array_push(x_2126, x_2125); +x_2128 = l_myMacro____x40_Init_Notation___hyg_14424____closed__1; +lean_inc(x_2116); +x_2129 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2129, 0, x_2116); +lean_ctor_set(x_2129, 1, x_2128); +x_2130 = lean_array_push(x_2126, x_2129); +x_2131 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; +lean_inc(x_2116); +x_2132 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2132, 0, x_2116); +lean_ctor_set(x_2132, 1, x_2131); +x_2133 = lean_array_push(x_2126, x_2132); +x_2134 = l_Lean_nullKind___closed__2; +x_2135 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2135, 0, x_2134); +lean_ctor_set(x_2135, 1, x_2133); +x_2136 = lean_array_push(x_2130, x_2135); +x_2137 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__28; +lean_inc(x_2119); +lean_inc(x_2122); +x_2138 = l_Lean_addMacroScope(x_2122, x_2137, x_2119); +x_2139 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__27; +lean_inc(x_2116); +x_2140 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_2140, 0, x_2116); +lean_ctor_set(x_2140, 1, x_2139); +lean_ctor_set(x_2140, 2, x_2138); +lean_ctor_set(x_2140, 3, x_2111); +x_2141 = lean_array_push(x_2126, x_2140); +x_2142 = l_myMacro____x40_Init_Notation___hyg_1398____closed__8; +lean_inc(x_2141); +x_2143 = lean_array_push(x_2141, x_2142); +x_2144 = lean_array_push(x_2143, x_2142); +x_2145 = l_myMacro____x40_Init_Notation___hyg_14424____closed__11; +lean_inc(x_2116); +x_2146 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2146, 0, x_2116); +lean_ctor_set(x_2146, 1, x_2145); +x_2147 = lean_array_push(x_2144, x_2146); +x_2148 = lean_array_push(x_2126, x_2114); +x_2149 = lean_array_push(x_2126, x_1579); x_2150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2150, 0, x_2098); -lean_ctor_set(x_2150, 1, x_2105); -x_2151 = lean_array_push(x_2149, x_2150); -x_2152 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2152, 0, x_2116); -lean_ctor_set(x_2152, 1, x_2151); -x_2153 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; -x_2154 = lean_array_push(x_2153, x_2152); -x_2155 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +lean_ctor_set(x_2150, 0, x_2134); +lean_ctor_set(x_2150, 1, x_2149); +x_2151 = lean_array_push(x_2148, x_2150); +x_2152 = l_myMacro____x40_Init_Notation___hyg_2191____closed__4; +x_2153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2153, 0, x_2152); +lean_ctor_set(x_2153, 1, x_2151); +lean_inc(x_2147); +x_2154 = lean_array_push(x_2147, x_2153); +x_2155 = l_myMacro____x40_Init_Notation___hyg_14424____closed__6; x_2156 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_2156, 0, x_2155); lean_ctor_set(x_2156, 1, x_2154); -x_2157 = lean_array_push(x_2090, x_2156); -x_2158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2158, 0, x_2098); -lean_ctor_set(x_2158, 1, x_2157); -x_2159 = lean_array_push(x_2143, x_2158); -x_2160 = lean_array_push(x_2159, x_2106); -x_2161 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; -lean_inc(x_2080); -x_2162 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2162, 0, x_2080); -lean_ctor_set(x_2162, 1, x_2161); -x_2163 = lean_array_push(x_2160, x_2162); -x_2164 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; -lean_inc(x_2080); -x_2165 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2165, 0, x_2080); -lean_ctor_set(x_2165, 1, x_2164); -x_2166 = lean_array_push(x_2090, x_2165); -x_2167 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -lean_inc(x_2083); -lean_inc(x_2086); -x_2168 = l_Lean_addMacroScope(x_2086, x_2167, x_2083); -x_2169 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; -x_2170 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; -lean_inc(x_2080); -x_2171 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_2171, 0, x_2080); -lean_ctor_set(x_2171, 1, x_2169); -lean_ctor_set(x_2171, 2, x_2168); -lean_ctor_set(x_2171, 3, x_2170); -x_2172 = lean_array_push(x_2090, x_2171); -x_2173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2173, 0, x_2098); -lean_ctor_set(x_2173, 1, x_2172); -lean_inc(x_2166); -x_2174 = lean_array_push(x_2166, x_2173); -x_2175 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; -lean_inc(x_2080); -x_2176 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2176, 0, x_2080); -lean_ctor_set(x_2176, 1, x_2175); -lean_inc(x_2176); -x_2177 = lean_array_push(x_2174, x_2176); -x_2178 = l_Lean_Parser_Term_doBreak___elambda__1___closed__5; -lean_inc(x_2080); -x_2179 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2179, 0, x_2080); -lean_ctor_set(x_2179, 1, x_2178); -x_2180 = lean_array_push(x_2090, x_2179); -x_2181 = l_Lean_Parser_Term_doBreak___elambda__1___closed__2; -x_2182 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2182, 0, x_2181); -lean_ctor_set(x_2182, 1, x_2180); -x_2183 = lean_array_push(x_2090, x_2182); -x_2184 = lean_array_push(x_2183, x_2106); -x_2185 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2185, 0, x_2129); -lean_ctor_set(x_2185, 1, x_2184); -x_2186 = lean_array_push(x_2090, x_2185); -x_2187 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2187, 0, x_2098); -lean_ctor_set(x_2187, 1, x_2186); -x_2188 = lean_array_push(x_2090, x_2187); -x_2189 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; -x_2190 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2190, 0, x_2189); -lean_ctor_set(x_2190, 1, x_2188); -x_2191 = lean_array_push(x_2177, x_2190); -x_2192 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; -x_2193 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2193, 0, x_2192); -lean_ctor_set(x_2193, 1, x_2191); -x_2194 = lean_array_push(x_2090, x_2193); -x_2195 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; -lean_inc(x_2083); -lean_inc(x_2086); -x_2196 = l_Lean_addMacroScope(x_2086, x_2195, x_2083); -x_2197 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; -x_2198 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; -lean_inc(x_2080); -x_2199 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_2199, 0, x_2080); -lean_ctor_set(x_2199, 1, x_2197); -lean_ctor_set(x_2199, 2, x_2196); -lean_ctor_set(x_2199, 3, x_2198); -x_2200 = lean_array_push(x_2090, x_2199); -x_2201 = l_prec_x28___x29___closed__3; -lean_inc(x_2080); -x_2202 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2202, 0, x_2080); -lean_ctor_set(x_2202, 1, x_2201); -x_2203 = lean_array_push(x_2090, x_2202); -x_2204 = lean_array_push(x_2090, x_1541); -lean_inc(x_2080); -x_2205 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2205, 0, x_2080); -lean_ctor_set(x_2205, 1, x_2135); -x_2206 = lean_array_push(x_2090, x_2205); -x_2207 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37; -x_2208 = l_Lean_addMacroScope(x_2086, x_2207, x_2083); -x_2209 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36; -lean_inc(x_2080); -x_2210 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_2210, 0, x_2080); -lean_ctor_set(x_2210, 1, x_2209); -lean_ctor_set(x_2210, 2, x_2208); -lean_ctor_set(x_2210, 3, x_2075); -lean_inc(x_2210); -x_2211 = lean_array_push(x_2090, x_2210); -x_2212 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2212, 0, x_2098); +x_2157 = lean_array_push(x_2126, x_2156); +x_2158 = l_myMacro____x40_Init_Notation___hyg_14424____closed__4; +x_2159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2159, 0, x_2158); +lean_ctor_set(x_2159, 1, x_2157); +x_2160 = lean_array_push(x_2136, x_2159); +x_2161 = l_Lean_Parser_Term_doLet___elambda__1___closed__2; +x_2162 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2162, 0, x_2161); +lean_ctor_set(x_2162, 1, x_2160); +x_2163 = lean_array_push(x_2126, x_2162); +x_2164 = lean_array_push(x_2163, x_2142); +x_2165 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__11; +x_2166 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2166, 0, x_2165); +lean_ctor_set(x_2166, 1, x_2164); +x_2167 = lean_array_push(x_2126, x_2166); +x_2168 = l_Lean_Parser_Term_notFollowedByRedefinedTermToken___closed__10; +lean_inc(x_2116); +x_2169 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2169, 0, x_2116); +lean_ctor_set(x_2169, 1, x_2168); +x_2170 = lean_array_push(x_2126, x_2169); +x_2171 = l_myMacro____x40_Init_Notation___hyg_1264____closed__7; +x_2172 = l_Lean_Syntax_SepArray_ofElems(x_2171, x_1580); +lean_dec(x_1580); +x_2173 = l_Array_appendCore___rarg(x_2126, x_2172); +lean_dec(x_2172); +x_2174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2174, 0, x_2134); +lean_ctor_set(x_2174, 1, x_2173); +x_2175 = lean_array_push(x_2170, x_2174); +x_2176 = lean_array_push(x_2175, x_2125); +x_2177 = l_myMacro____x40_Init_Notation___hyg_12938____closed__1; +lean_inc(x_2116); +x_2178 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2178, 0, x_2116); +lean_ctor_set(x_2178, 1, x_2177); +x_2179 = lean_array_push(x_2126, x_2178); +x_2180 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__35; +lean_inc(x_2119); +lean_inc(x_2122); +x_2181 = l_Lean_addMacroScope(x_2122, x_2180, x_2119); +x_2182 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__31; +x_2183 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37; +lean_inc(x_2116); +x_2184 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_2184, 0, x_2116); +lean_ctor_set(x_2184, 1, x_2182); +lean_ctor_set(x_2184, 2, x_2181); +lean_ctor_set(x_2184, 3, x_2183); +x_2185 = lean_array_push(x_2126, x_2184); +x_2186 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2186, 0, x_2134); +lean_ctor_set(x_2186, 1, x_2141); +x_2187 = lean_array_push(x_2185, x_2186); +x_2188 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2188, 0, x_2152); +lean_ctor_set(x_2188, 1, x_2187); +x_2189 = l_myMacro____x40_Init_Notation___hyg_12938____closed__5; +x_2190 = lean_array_push(x_2189, x_2188); +x_2191 = l_myMacro____x40_Init_Notation___hyg_12938____closed__4; +x_2192 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2192, 0, x_2191); +lean_ctor_set(x_2192, 1, x_2190); +x_2193 = lean_array_push(x_2126, x_2192); +x_2194 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2194, 0, x_2134); +lean_ctor_set(x_2194, 1, x_2193); +x_2195 = lean_array_push(x_2179, x_2194); +x_2196 = lean_array_push(x_2195, x_2142); +x_2197 = l_myMacro____x40_Init_Notation___hyg_12938____closed__6; +lean_inc(x_2116); +x_2198 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2198, 0, x_2116); +lean_ctor_set(x_2198, 1, x_2197); +x_2199 = lean_array_push(x_2196, x_2198); +x_2200 = l_myMacro____x40_Init_Notation___hyg_12938____closed__11; +lean_inc(x_2116); +x_2201 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2201, 0, x_2116); +lean_ctor_set(x_2201, 1, x_2200); +x_2202 = lean_array_push(x_2126, x_2201); +x_2203 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +lean_inc(x_2119); +lean_inc(x_2122); +x_2204 = l_Lean_addMacroScope(x_2122, x_2203, x_2119); +x_2205 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__11; +x_2206 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__14; +lean_inc(x_2116); +x_2207 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_2207, 0, x_2116); +lean_ctor_set(x_2207, 1, x_2205); +lean_ctor_set(x_2207, 2, x_2204); +lean_ctor_set(x_2207, 3, x_2206); +x_2208 = lean_array_push(x_2126, x_2207); +x_2209 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2209, 0, x_2134); +lean_ctor_set(x_2209, 1, x_2208); +lean_inc(x_2202); +x_2210 = lean_array_push(x_2202, x_2209); +x_2211 = l_myMacro____x40_Init_Notation___hyg_12336____closed__13; +lean_inc(x_2116); +x_2212 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2212, 0, x_2116); lean_ctor_set(x_2212, 1, x_2211); -x_2213 = lean_array_push(x_2206, x_2212); -x_2214 = l_Lean_Parser_Term_tupleTail___elambda__1___closed__2; -x_2215 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2215, 0, x_2214); -lean_ctor_set(x_2215, 1, x_2213); -x_2216 = lean_array_push(x_2090, x_2215); -x_2217 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2217, 0, x_2098); -lean_ctor_set(x_2217, 1, x_2216); -x_2218 = lean_array_push(x_2204, x_2217); -x_2219 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2219, 0, x_2098); -lean_ctor_set(x_2219, 1, x_2218); -x_2220 = lean_array_push(x_2203, x_2219); -x_2221 = l_prec_x28___x29___closed__7; -x_2222 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_2222, 0, x_2080); -lean_ctor_set(x_2222, 1, x_2221); -x_2223 = lean_array_push(x_2220, x_2222); -x_2224 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; -x_2225 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2225, 0, x_2224); -lean_ctor_set(x_2225, 1, x_2223); -x_2226 = lean_array_push(x_2090, x_2225); -x_2227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2227, 0, x_2098); -lean_ctor_set(x_2227, 1, x_2226); -x_2228 = lean_array_push(x_2200, x_2227); +lean_inc(x_2212); +x_2213 = lean_array_push(x_2210, x_2212); +x_2214 = l_Lean_Parser_Term_doBreak___elambda__1___closed__5; +lean_inc(x_2116); +x_2215 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2215, 0, x_2116); +lean_ctor_set(x_2215, 1, x_2214); +x_2216 = lean_array_push(x_2126, x_2215); +x_2217 = l_Lean_Parser_Term_doBreak___elambda__1___closed__2; +x_2218 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2218, 0, x_2217); +lean_ctor_set(x_2218, 1, x_2216); +x_2219 = lean_array_push(x_2126, x_2218); +x_2220 = lean_array_push(x_2219, x_2142); +x_2221 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2221, 0, x_2165); +lean_ctor_set(x_2221, 1, x_2220); +x_2222 = lean_array_push(x_2126, x_2221); +x_2223 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2223, 0, x_2134); +lean_ctor_set(x_2223, 1, x_2222); +x_2224 = lean_array_push(x_2126, x_2223); +x_2225 = l_Lean_Option_myMacro____x40_Lean_Data_Options___hyg_826____closed__9; +x_2226 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2226, 0, x_2225); +lean_ctor_set(x_2226, 1, x_2224); +x_2227 = lean_array_push(x_2213, x_2226); +x_2228 = l_myMacro____x40_Init_Notation___hyg_12938____closed__10; x_2229 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2229, 0, x_2116); -lean_ctor_set(x_2229, 1, x_2228); -x_2230 = lean_array_push(x_2090, x_2229); -x_2231 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2231, 0, x_2098); -lean_ctor_set(x_2231, 1, x_2230); -x_2232 = lean_array_push(x_2166, x_2231); -x_2233 = lean_array_push(x_2232, x_2176); -x_2234 = lean_array_push(x_2111, x_2210); -x_2235 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2235, 0, x_2119); -lean_ctor_set(x_2235, 1, x_2234); -x_2236 = lean_array_push(x_2090, x_2235); -x_2237 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; -x_2238 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2238, 0, x_2237); -lean_ctor_set(x_2238, 1, x_2236); -x_2239 = lean_array_push(x_2090, x_2238); -x_2240 = lean_array_push(x_2239, x_2106); -x_2241 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2241, 0, x_2129); -lean_ctor_set(x_2241, 1, x_2240); -x_2242 = lean_array_push(x_2090, x_2241); -lean_inc(x_2091); -x_2243 = lean_array_push(x_2091, x_1546); -x_2244 = l_Lean_Parser_Term_doNested___elambda__1___closed__2; -x_2245 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2245, 0, x_2244); -lean_ctor_set(x_2245, 1, x_2243); -x_2246 = lean_array_push(x_2090, x_2245); -x_2247 = lean_array_push(x_2246, x_2106); +lean_ctor_set(x_2229, 0, x_2228); +lean_ctor_set(x_2229, 1, x_2227); +x_2230 = lean_array_push(x_2126, x_2229); +x_2231 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__13; +lean_inc(x_2119); +lean_inc(x_2122); +x_2232 = l_Lean_addMacroScope(x_2122, x_2231, x_2119); +x_2233 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__12; +x_2234 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__15; +lean_inc(x_2116); +x_2235 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_2235, 0, x_2116); +lean_ctor_set(x_2235, 1, x_2233); +lean_ctor_set(x_2235, 2, x_2232); +lean_ctor_set(x_2235, 3, x_2234); +x_2236 = lean_array_push(x_2126, x_2235); +x_2237 = l_prec_x28___x29___closed__3; +lean_inc(x_2116); +x_2238 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2238, 0, x_2116); +lean_ctor_set(x_2238, 1, x_2237); +x_2239 = lean_array_push(x_2126, x_2238); +x_2240 = lean_array_push(x_2126, x_1577); +lean_inc(x_2116); +x_2241 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2241, 0, x_2116); +lean_ctor_set(x_2241, 1, x_2171); +x_2242 = lean_array_push(x_2126, x_2241); +x_2243 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41; +x_2244 = l_Lean_addMacroScope(x_2122, x_2243, x_2119); +x_2245 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40; +lean_inc(x_2116); +x_2246 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_2246, 0, x_2116); +lean_ctor_set(x_2246, 1, x_2245); +lean_ctor_set(x_2246, 2, x_2244); +lean_ctor_set(x_2246, 3, x_2111); +lean_inc(x_2246); +x_2247 = lean_array_push(x_2126, x_2246); x_2248 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2248, 0, x_2129); +lean_ctor_set(x_2248, 0, x_2134); lean_ctor_set(x_2248, 1, x_2247); x_2249 = lean_array_push(x_2242, x_2248); -x_2250 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2250, 0, x_2098); -lean_ctor_set(x_2250, 1, x_2249); -x_2251 = lean_array_push(x_2090, x_2250); -x_2252 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2252, 0, x_2189); -lean_ctor_set(x_2252, 1, x_2251); -x_2253 = lean_array_push(x_2233, x_2252); -x_2254 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2254, 0, x_2192); -lean_ctor_set(x_2254, 1, x_2253); -x_2255 = lean_array_push(x_2194, x_2254); -x_2256 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2256, 0, x_2098); -lean_ctor_set(x_2256, 1, x_2255); -x_2257 = lean_array_push(x_2090, x_2256); -x_2258 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; -x_2259 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2259, 0, x_2258); -lean_ctor_set(x_2259, 1, x_2257); -x_2260 = lean_array_push(x_2163, x_2259); -x_2261 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; -x_2262 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2262, 0, x_2261); -lean_ctor_set(x_2262, 1, x_2260); -x_2263 = lean_array_push(x_2090, x_2262); -x_2264 = lean_array_push(x_2263, x_2106); +x_2250 = l_Lean_Parser_Term_tupleTail___elambda__1___closed__2; +x_2251 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2251, 0, x_2250); +lean_ctor_set(x_2251, 1, x_2249); +x_2252 = lean_array_push(x_2126, x_2251); +x_2253 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2253, 0, x_2134); +lean_ctor_set(x_2253, 1, x_2252); +x_2254 = lean_array_push(x_2240, x_2253); +x_2255 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2255, 0, x_2134); +lean_ctor_set(x_2255, 1, x_2254); +x_2256 = lean_array_push(x_2239, x_2255); +x_2257 = l_prec_x28___x29___closed__7; +x_2258 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_2258, 0, x_2116); +lean_ctor_set(x_2258, 1, x_2257); +x_2259 = lean_array_push(x_2256, x_2258); +x_2260 = l_myMacro____x40_Init_Notation___hyg_12336____closed__8; +x_2261 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2261, 0, x_2260); +lean_ctor_set(x_2261, 1, x_2259); +x_2262 = lean_array_push(x_2126, x_2261); +x_2263 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2263, 0, x_2134); +lean_ctor_set(x_2263, 1, x_2262); +x_2264 = lean_array_push(x_2236, x_2263); x_2265 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2265, 0, x_2129); +lean_ctor_set(x_2265, 0, x_2152); lean_ctor_set(x_2265, 1, x_2264); -x_2266 = lean_array_push(x_2090, x_2265); +x_2266 = lean_array_push(x_2126, x_2265); x_2267 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2267, 0, x_2098); +lean_ctor_set(x_2267, 0, x_2134); lean_ctor_set(x_2267, 1, x_2266); -x_2268 = lean_array_push(x_2090, x_2267); -x_2269 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2269, 0, x_2189); -lean_ctor_set(x_2269, 1, x_2268); -x_2270 = lean_array_push(x_2140, x_2269); -x_2271 = l_Lean_Parser_Term_doFor___elambda__1___closed__2; -x_2272 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2272, 0, x_2271); -lean_ctor_set(x_2272, 1, x_2270); -x_2273 = lean_array_push(x_2090, x_2272); -x_2274 = lean_array_push(x_2273, x_2106); -x_2275 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2275, 0, x_2129); -lean_ctor_set(x_2275, 1, x_2274); -x_2276 = lean_array_push(x_2131, x_2275); +x_2268 = lean_array_push(x_2202, x_2267); +x_2269 = lean_array_push(x_2268, x_2212); +x_2270 = lean_array_push(x_2147, x_2246); +x_2271 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2271, 0, x_2155); +lean_ctor_set(x_2271, 1, x_2270); +x_2272 = lean_array_push(x_2126, x_2271); +x_2273 = l_Lean_Parser_Term_doReassign___elambda__1___closed__2; +x_2274 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2274, 0, x_2273); +lean_ctor_set(x_2274, 1, x_2272); +x_2275 = lean_array_push(x_2126, x_2274); +x_2276 = lean_array_push(x_2275, x_2142); x_2277 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2277, 0, x_2098); +lean_ctor_set(x_2277, 0, x_2165); lean_ctor_set(x_2277, 1, x_2276); -x_2278 = lean_array_push(x_2090, x_2277); -x_2279 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2279, 0, x_2189); -lean_ctor_set(x_2279, 1, x_2278); -x_2280 = lean_array_push(x_2091, x_2279); -x_2281 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; -x_2282 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_2282, 0, x_2281); -lean_ctor_set(x_2282, 1, x_2280); -x_2283 = l_Lean_Syntax_getArg(x_2282, x_11); -lean_dec(x_2282); -x_2284 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_2283); -x_2285 = l_List_append___rarg(x_2284, x_2); -x_2286 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_2285, x_3, x_2053, x_5, x_6, x_7, x_8, x_9, x_2087); -return x_2286; +x_2278 = lean_array_push(x_2126, x_2277); +lean_inc(x_2127); +x_2279 = lean_array_push(x_2127, x_1582); +x_2280 = l_Lean_Parser_Term_doNested___elambda__1___closed__2; +x_2281 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2281, 0, x_2280); +lean_ctor_set(x_2281, 1, x_2279); +x_2282 = lean_array_push(x_2126, x_2281); +x_2283 = lean_array_push(x_2282, x_2142); +x_2284 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2284, 0, x_2165); +lean_ctor_set(x_2284, 1, x_2283); +x_2285 = lean_array_push(x_2278, x_2284); +x_2286 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2286, 0, x_2134); +lean_ctor_set(x_2286, 1, x_2285); +x_2287 = lean_array_push(x_2126, x_2286); +x_2288 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2288, 0, x_2225); +lean_ctor_set(x_2288, 1, x_2287); +x_2289 = lean_array_push(x_2269, x_2288); +x_2290 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2290, 0, x_2228); +lean_ctor_set(x_2290, 1, x_2289); +x_2291 = lean_array_push(x_2230, x_2290); +x_2292 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2292, 0, x_2134); +lean_ctor_set(x_2292, 1, x_2291); +x_2293 = lean_array_push(x_2126, x_2292); +x_2294 = l_myMacro____x40_Init_Notation___hyg_12938____closed__8; +x_2295 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2295, 0, x_2294); +lean_ctor_set(x_2295, 1, x_2293); +x_2296 = lean_array_push(x_2199, x_2295); +x_2297 = l_Lean_Parser_Term_doMatch___elambda__1___closed__2; +x_2298 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2298, 0, x_2297); +lean_ctor_set(x_2298, 1, x_2296); +x_2299 = lean_array_push(x_2126, x_2298); +x_2300 = lean_array_push(x_2299, x_2142); +x_2301 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2301, 0, x_2165); +lean_ctor_set(x_2301, 1, x_2300); +x_2302 = lean_array_push(x_2126, x_2301); +x_2303 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2303, 0, x_2134); +lean_ctor_set(x_2303, 1, x_2302); +x_2304 = lean_array_push(x_2126, x_2303); +x_2305 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2305, 0, x_2225); +lean_ctor_set(x_2305, 1, x_2304); +x_2306 = lean_array_push(x_2176, x_2305); +x_2307 = l_Lean_Parser_Term_doFor___elambda__1___closed__2; +x_2308 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2308, 0, x_2307); +lean_ctor_set(x_2308, 1, x_2306); +x_2309 = lean_array_push(x_2126, x_2308); +x_2310 = lean_array_push(x_2309, x_2142); +x_2311 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2311, 0, x_2165); +lean_ctor_set(x_2311, 1, x_2310); +x_2312 = lean_array_push(x_2167, x_2311); +x_2313 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2313, 0, x_2134); +lean_ctor_set(x_2313, 1, x_2312); +x_2314 = lean_array_push(x_2126, x_2313); +x_2315 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2315, 0, x_2225); +lean_ctor_set(x_2315, 1, x_2314); +x_2316 = lean_array_push(x_2127, x_2315); +x_2317 = l_Lean_Parser_myMacro____x40_Lean_Parser_Extra___hyg_276____closed__2; +x_2318 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2318, 0, x_2317); +lean_ctor_set(x_2318, 1, x_2316); +x_2319 = l_Lean_Syntax_getArg(x_2318, x_11); +lean_dec(x_2318); +x_2320 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_2319); +x_2321 = l_List_append___rarg(x_2320, x_2); +x_2322 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_2321, x_3, x_2089, x_5, x_6, x_7, x_8, x_9, x_2123); +return x_2322; } } } @@ -60981,7 +61115,7 @@ x_160 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_160, 0, x_159); lean_ctor_set(x_160, 1, x_158); x_161 = lean_array_push(x_130, x_160); -x_162 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; +x_162 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; lean_inc(x_120); x_163 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_163, 0, x_120); @@ -61281,7 +61415,7 @@ x_316 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_316, 0, x_315); lean_ctor_set(x_316, 1, x_314); x_317 = lean_array_push(x_286, x_316); -x_318 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; +x_318 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; lean_inc(x_276); x_319 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_319, 0, x_276); @@ -61619,7 +61753,7 @@ x_482 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_482, 0, x_481); lean_ctor_set(x_482, 1, x_480); x_483 = lean_array_push(x_452, x_482); -x_484 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__20; +x_484 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__24; lean_inc(x_442); x_485 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_485, 0, x_442); @@ -63071,47 +63205,6 @@ x_16 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_12, x_15, x_3, x_4, x_5, x_ return x_16; } } -static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string("m"); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1; -x_2 = lean_string_utf8_byte_size(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1; -x_2 = lean_unsigned_to_nat(0u); -x_3 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__2; -x_4 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_2); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} -static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1; -x_3 = lean_name_mk_string(x_1, x_2); -return x_3; -} -} lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { @@ -63141,10 +63234,10 @@ lean_ctor_set(x_19, 0, x_10); lean_ctor_set(x_19, 1, x_18); x_20 = l_Array_empty___closed__1; x_21 = lean_array_push(x_20, x_19); -x_22 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__4; +x_22 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; x_23 = l_Lean_addMacroScope(x_16, x_22, x_13); x_24 = lean_box(0); -x_25 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__3; +x_25 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__12; x_26 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_26, 0, x_10); lean_ctor_set(x_26, 1, x_25); @@ -63817,7 +63910,7 @@ x_5 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_1); return x_5; } } -lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_28003_(lean_object* x_1) { +lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_28075_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -64835,6 +64928,14 @@ l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36 = _init_l_Lean_Elab_Ter lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__36); l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37(); lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__37); +l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38(); +lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__38); +l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__39 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__39(); +lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__39); +l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40(); +lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__40); +l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41(); +lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__41); l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1(); lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___boxed__const__1); l_Lean_Elab_Term_Do_ToCodeBlock_doReassignArrowToCode___closed__1 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doReassignArrowToCode___closed__1(); @@ -64859,14 +64960,6 @@ l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___closed__1 = _init_l_Lean_Elab lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___closed__1); l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___closed__2 = _init_l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___closed__2(); lean_mark_persistent(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___closed__2); -l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1 = _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1(); -lean_mark_persistent(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__1); -l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__2 = _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__2(); -lean_mark_persistent(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__2); -l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__3 = _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__3(); -lean_mark_persistent(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__3); -l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__4 = _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__4(); -lean_mark_persistent(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkMonadAlias___closed__4); l_Lean_Elab_Term_Do_elabDo___closed__1 = _init_l_Lean_Elab_Term_Do_elabDo___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_Do_elabDo___closed__1); l___regBuiltin_Lean_Elab_Term_Do_elabDo___closed__1 = _init_l___regBuiltin_Lean_Elab_Term_Do_elabDo___closed__1(); @@ -64874,7 +64967,7 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_Do_elabDo___closed__1); res = l___regBuiltin_Lean_Elab_Term_Do_elabDo(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_28003_(lean_io_mk_world()); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_28075_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l___regBuiltin_Lean_Elab_Term_expandTermFor___closed__1 = _init_l___regBuiltin_Lean_Elab_Term_expandTermFor___closed__1();