diff --git a/stage0/src/stdlib_flags.h b/stage0/src/stdlib_flags.h index 6b964da742..79a0e58edd 100644 --- a/stage0/src/stdlib_flags.h +++ b/stage0/src/stdlib_flags.h @@ -11,7 +11,7 @@ options get_default_options() { opts = opts.update({"debug", "terminalTacticsAsSorry"}, false); // switch to `true` for ABI-breaking changes affecting meta code; // see also next option! - opts = opts.update({"interpreter", "prefer_native"}, true); + opts = opts.update({"interpreter", "prefer_native"}, false); // switch to `false` when enabling `prefer_native` should also affect use // of built-in parsers in quotations; this is usually the case, but setting // both to `true` may be necessary for handling non-builtin parsers with diff --git a/stage0/stdlib/Init/Grind.c b/stage0/stdlib/Init/Grind.c index e72933f316..89e60bf141 100644 --- a/stage0/stdlib/Init/Grind.c +++ b/stage0/stdlib/Init/Grind.c @@ -1,6 +1,6 @@ // Lean compiler output // Module: Init.Grind -// Imports: Init.Grind.Norm Init.Grind.Tactics Init.Grind.Lemmas Init.Grind.Cases Init.Grind.Propagator Init.Grind.Util Init.Grind.Offset Init.Grind.PP Init.Grind.Ring Init.Grind.Module Init.Grind.Ordered Init.Grind.Ext Init.Grind.ToInt Init.Grind.ToIntLemmas Init.Grind.Attr Init.Data.Int.OfNat +// Imports: Init.Grind.Norm Init.Grind.Tactics Init.Grind.Lemmas Init.Grind.Cases Init.Grind.Propagator Init.Grind.Util Init.Grind.Offset Init.Grind.PP Init.Grind.Ring Init.Grind.Module Init.Grind.Ordered Init.Grind.Ext Init.Grind.ToInt Init.Grind.ToIntLemmas Init.Grind.Attr Init.Data.Int.OfNat Init.Grind.AC #include #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" @@ -29,6 +29,7 @@ lean_object* initialize_Init_Grind_ToInt(uint8_t builtin, lean_object*); lean_object* initialize_Init_Grind_ToIntLemmas(uint8_t builtin, lean_object*); lean_object* initialize_Init_Grind_Attr(uint8_t builtin, lean_object*); lean_object* initialize_Init_Data_Int_OfNat(uint8_t builtin, lean_object*); +lean_object* initialize_Init_Grind_AC(uint8_t builtin, lean_object*); static bool _G_initialized = false; LEAN_EXPORT lean_object* initialize_Init_Grind(uint8_t builtin, lean_object* w) { lean_object * res; @@ -82,6 +83,9 @@ lean_dec_ref(res); res = initialize_Init_Data_Int_OfNat(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +res = initialize_Init_Grind_AC(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Init/Grind/AC.c b/stage0/stdlib/Init/Grind/AC.c new file mode 100644 index 0000000000..5a0c7064bd --- /dev/null +++ b/stage0/stdlib/Init/Grind/AC.c @@ -0,0 +1,1633 @@ +// Lean compiler output +// Module: Init.Grind.AC +// Imports: Init.Core Init.Data.Nat.Lemmas Init.Data.RArray Init.Data.Bool +#include +#if defined(__clang__) +#pragma clang diagnostic ignored "-Wunused-parameter" +#pragma clang diagnostic ignored "-Wunused-label" +#elif defined(__GNUC__) && !defined(__CLANG__) +#pragma GCC diagnostic ignored "-Wunused-parameter" +#pragma GCC diagnostic ignored "-Wunused-label" +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#ifdef __cplusplus +extern "C" { +#endif +LEAN_EXPORT lean_object* l_Lean_Grind_AC_hugeFuel; +uint8_t l_Nat_blt(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37____boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Grind_AC_instBEqExpr___closed__0; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__1_splitter___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_concat(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Expr_toSeq_x27___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Grind_AC_reprSeq___closed__0____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Expr_toSeq(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_sort_x27(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_eraseDup(lean_object*); +static lean_object* l_Lean_Grind_AC_reprSeq___closed__4____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__1_splitter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_instInhabitedSeq; +lean_object* l_Nat_reprFast(lean_object*); +static lean_object* l_Lean_Grind_AC_reprExpr___closed__0____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_instInhabitedExpr; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_combine(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_erase0_match__1_splitter___redArg(lean_object*, lean_object*, lean_object*); +lean_object* lean_nat_to_int(lean_object*); +static lean_object* l_Lean_Grind_AC_reprSeq___closed__1____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_combineFuel___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_instReprExpr; +static lean_object* l_Lean_Grind_AC_reprExpr___closed__5____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +static lean_object* l_Lean_Grind_AC_instBEqSeq___closed__0; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_erase0(lean_object*); +static lean_object* l_Lean_Grind_AC_instInhabitedExpr___closed__0; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Expr_toSeq_x27_match__1_splitter___redArg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_combineFuel(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_insert(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(lean_object*, lean_object*); +static lean_object* l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_instBEqSeq; +static lean_object* l_Lean_Grind_AC_instInhabitedSeq___closed__0; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_erase0_match__1_splitter(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Expr_toSeq_x27(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_instBEqExpr; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37____boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Grind_AC_reprExpr___closed__1____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +lean_object* l_Repr_addAppParen(lean_object*, lean_object*); +lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +static lean_object* l_Lean_Grind_AC_reprSeq___closed__3____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +static lean_object* l_Lean_Grind_AC_reprExpr___closed__7____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___redArg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Grind_AC_instReprSeq; +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_sort(lean_object*); +static lean_object* l_Lean_Grind_AC_reprExpr___closed__6____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +static lean_object* l_Lean_Grind_AC_instReprSeq___closed__0; +static lean_object* l_Lean_Grind_AC_reprSeq___closed__5____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___redArg(lean_object*, lean_object*, lean_object*); +uint8_t lean_nat_dec_le(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48_(lean_object*, lean_object*); +static lean_object* l_Lean_Grind_AC_instReprExpr___closed__0; +static lean_object* l_Lean_Grind_AC_reprSeq___closed__2____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +static lean_object* l_Lean_Grind_AC_reprExpr___closed__2____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Expr_toSeq_x27_match__1_splitter(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48_(lean_object*, lean_object*); +static lean_object* _init_l_Lean_Grind_AC_instInhabitedExpr___closed__0() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_instInhabitedExpr() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Grind_AC_instInhabitedExpr___closed__0; +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__0____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Lean.Grind.AC.Expr.var", 22, 22); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__1____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Grind_AC_reprExpr___closed__0____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__2____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(1); +x_2 = l_Lean_Grind_AC_reprExpr___closed__1____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_3 = lean_alloc_ctor(5, 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_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(2u); +x_2 = lean_nat_to_int(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(1u); +x_2 = lean_nat_to_int(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__5____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Lean.Grind.AC.Expr.op", 21, 21); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__6____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Grind_AC_reprExpr___closed__5____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprExpr___closed__7____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(1); +x_2 = l_Lean_Grind_AC_reprExpr___closed__6____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_3 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_15; uint8_t x_16; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + x_4 = x_1; +} else { + lean_dec_ref(x_1); + x_4 = lean_box(0); +} +x_15 = lean_unsigned_to_nat(1024u); +x_16 = lean_nat_dec_le(x_15, x_2); +if (x_16 == 0) +{ +lean_object* x_17; +x_17 = l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_5 = x_17; +goto block_14; +} +else +{ +lean_object* x_18; +x_18 = l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_5 = x_18; +goto block_14; +} +block_14: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_6 = l_Lean_Grind_AC_reprExpr___closed__2____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_7 = l_Nat_reprFast(x_3); +if (lean_is_scalar(x_4)) { + x_8 = lean_alloc_ctor(3, 1, 0); +} else { + x_8 = x_4; + lean_ctor_set_tag(x_8, 3); +} +lean_ctor_set(x_8, 0, x_7); +x_9 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_9, 0, x_6); +lean_ctor_set(x_9, 1, x_8); +x_10 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_10, 0, x_5); +lean_ctor_set(x_10, 1, x_9); +x_11 = 0; +x_12 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set_uint8(x_12, sizeof(void*)*1, x_11); +x_13 = l_Repr_addAppParen(x_12, x_2); +return x_13; +} +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_36; +x_19 = lean_ctor_get(x_1, 0); +lean_inc_ref(x_19); +x_20 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_20); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_21 = x_1; +} else { + lean_dec_ref(x_1); + x_21 = lean_box(0); +} +x_22 = lean_unsigned_to_nat(1024u); +x_36 = lean_nat_dec_le(x_22, x_2); +if (x_36 == 0) +{ +lean_object* x_37; +x_37 = l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_23 = x_37; +goto block_35; +} +else +{ +lean_object* x_38; +x_38 = l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_23 = x_38; +goto block_35; +} +block_35: +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; +x_24 = lean_box(1); +x_25 = l_Lean_Grind_AC_reprExpr___closed__7____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_26 = l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(x_19, x_22); +if (lean_is_scalar(x_21)) { + x_27 = lean_alloc_ctor(5, 2, 0); +} else { + x_27 = x_21; + lean_ctor_set_tag(x_27, 5); +} +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +x_28 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_24); +x_29 = l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(x_20, x_22); +x_30 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +x_31 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_31, 0, x_23); +lean_ctor_set(x_31, 1, x_30); +x_32 = 0; +x_33 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set_uint8(x_33, sizeof(void*)*1, x_32); +x_34 = l_Repr_addAppParen(x_33, x_2); +return x_34; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37____boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Grind_AC_instReprExpr___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Grind_AC_reprExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37____boxed), 2, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_instReprExpr() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Grind_AC_instReprExpr___closed__0; +return x_1; +} +} +LEAN_EXPORT uint8_t l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48_(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_3 = lean_ctor_get(x_1, 0); +x_4 = lean_ctor_get(x_2, 0); +x_5 = lean_nat_dec_eq(x_3, x_4); +return x_5; +} +else +{ +uint8_t x_6; +x_6 = 0; +return x_6; +} +} +else +{ +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_7; +x_7 = 0; +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_8 = lean_ctor_get(x_1, 0); +x_9 = lean_ctor_get(x_1, 1); +x_10 = lean_ctor_get(x_2, 0); +x_11 = lean_ctor_get(x_2, 1); +x_12 = l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48_(x_8, x_10); +if (x_12 == 0) +{ +return x_12; +} +else +{ +x_1 = x_9; +x_2 = x_11; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48____boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48_(x_1, x_2); +lean_dec_ref(x_2); +lean_dec_ref(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Grind_AC_instBEqExpr___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Grind_AC_beqExpr____x40_Init_Grind_AC_3091913453____hygCtx___hyg_48____boxed), 2, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_instBEqExpr() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Grind_AC_instBEqExpr___closed__0; +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_instInhabitedSeq___closed__0() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_instInhabitedSeq() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Grind_AC_instInhabitedSeq___closed__0; +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprSeq___closed__0____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Lean.Grind.AC.Seq.var", 21, 21); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprSeq___closed__1____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Grind_AC_reprSeq___closed__0____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprSeq___closed__2____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(1); +x_2 = l_Lean_Grind_AC_reprSeq___closed__1____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +x_3 = lean_alloc_ctor(5, 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_Grind_AC_reprSeq___closed__3____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Lean.Grind.AC.Seq.cons", 22, 22); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprSeq___closed__4____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Grind_AC_reprSeq___closed__3____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Grind_AC_reprSeq___closed__5____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(1); +x_2 = l_Lean_Grind_AC_reprSeq___closed__4____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +x_3 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_15; uint8_t x_16; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + x_4 = x_1; +} else { + lean_dec_ref(x_1); + x_4 = lean_box(0); +} +x_15 = lean_unsigned_to_nat(1024u); +x_16 = lean_nat_dec_le(x_15, x_2); +if (x_16 == 0) +{ +lean_object* x_17; +x_17 = l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_5 = x_17; +goto block_14; +} +else +{ +lean_object* x_18; +x_18 = l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_5 = x_18; +goto block_14; +} +block_14: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_6 = l_Lean_Grind_AC_reprSeq___closed__2____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +x_7 = l_Nat_reprFast(x_3); +if (lean_is_scalar(x_4)) { + x_8 = lean_alloc_ctor(3, 1, 0); +} else { + x_8 = x_4; + lean_ctor_set_tag(x_8, 3); +} +lean_ctor_set(x_8, 0, x_7); +x_9 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_9, 0, x_6); +lean_ctor_set(x_9, 1, x_8); +x_10 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_10, 0, x_5); +lean_ctor_set(x_10, 1, x_9); +x_11 = 0; +x_12 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set_uint8(x_12, sizeof(void*)*1, x_11); +x_13 = l_Repr_addAppParen(x_12, x_2); +return x_13; +} +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_37; +x_19 = lean_ctor_get(x_1, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_20); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_21 = x_1; +} else { + lean_dec_ref(x_1); + x_21 = lean_box(0); +} +x_22 = lean_unsigned_to_nat(1024u); +x_37 = lean_nat_dec_le(x_22, x_2); +if (x_37 == 0) +{ +lean_object* x_38; +x_38 = l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_23 = x_38; +goto block_36; +} +else +{ +lean_object* x_39; +x_39 = l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_; +x_23 = x_39; +goto block_36; +} +block_36: +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; +x_24 = lean_box(1); +x_25 = l_Lean_Grind_AC_reprSeq___closed__5____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_; +x_26 = l_Nat_reprFast(x_19); +x_27 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_27, 0, x_26); +if (lean_is_scalar(x_21)) { + x_28 = lean_alloc_ctor(5, 2, 0); +} else { + x_28 = x_21; + lean_ctor_set_tag(x_28, 5); +} +lean_ctor_set(x_28, 0, x_25); +lean_ctor_set(x_28, 1, x_27); +x_29 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_24); +x_30 = l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(x_20, x_22); +x_31 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_31, 0, x_29); +lean_ctor_set(x_31, 1, x_30); +x_32 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_32, 0, x_23); +lean_ctor_set(x_32, 1, x_31); +x_33 = 0; +x_34 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set_uint8(x_34, sizeof(void*)*1, x_33); +x_35 = l_Repr_addAppParen(x_34, x_2); +return x_35; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37____boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Grind_AC_instReprSeq___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Grind_AC_reprSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37____boxed), 2, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_instReprSeq() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Grind_AC_instReprSeq___closed__0; +return x_1; +} +} +LEAN_EXPORT uint8_t l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48_(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_3 = lean_ctor_get(x_1, 0); +x_4 = lean_ctor_get(x_2, 0); +x_5 = lean_nat_dec_eq(x_3, x_4); +return x_5; +} +else +{ +uint8_t x_6; +x_6 = 0; +return x_6; +} +} +else +{ +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_7; +x_7 = 0; +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_8 = lean_ctor_get(x_1, 0); +x_9 = lean_ctor_get(x_1, 1); +x_10 = lean_ctor_get(x_2, 0); +x_11 = lean_ctor_get(x_2, 1); +x_12 = lean_nat_dec_eq(x_8, x_10); +if (x_12 == 0) +{ +return x_12; +} +else +{ +x_1 = x_9; +x_2 = x_11; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48____boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48_(x_1, x_2); +lean_dec_ref(x_2); +lean_dec_ref(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Grind_AC_instBEqSeq___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48____boxed), 2, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Grind_AC_instBEqSeq() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Grind_AC_instBEqSeq___closed__0; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Expr_toSeq_x27(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +x_4 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +return x_4; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_ctor_get(x_1, 1); +x_7 = l_Lean_Grind_AC_Expr_toSeq_x27(x_6, x_2); +x_1 = x_5; +x_2 = x_7; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Expr_toSeq_x27___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Grind_AC_Expr_toSeq_x27(x_1, x_2); +lean_dec_ref(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Expr_toSeq_x27_match__1_splitter___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_4; lean_object* x_5; +lean_dec(x_3); +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_dec_ref(x_1); +x_5 = lean_apply_1(x_2, x_4); +return x_5; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +lean_dec(x_2); +x_6 = lean_ctor_get(x_1, 0); +lean_inc_ref(x_6); +x_7 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_7); +lean_dec_ref(x_1); +x_8 = lean_apply_2(x_3, x_6, x_7); +return x_8; +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Expr_toSeq_x27_match__1_splitter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l___private_Init_Grind_AC_0__Lean_Grind_AC_Expr_toSeq_x27_match__1_splitter___redArg(x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Expr_toSeq(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +uint8_t x_2; +x_2 = !lean_is_exclusive(x_1); +if (x_2 == 0) +{ +return x_1; +} +else +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +lean_dec(x_1); +x_4 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_4, 0, x_3); +return x_4; +} +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_5 = lean_ctor_get(x_1, 0); +lean_inc_ref(x_5); +x_6 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_6); +lean_dec_ref(x_1); +x_7 = l_Lean_Grind_AC_Expr_toSeq(x_6); +x_8 = l_Lean_Grind_AC_Expr_toSeq_x27(x_5, x_7); +lean_dec_ref(x_5); +return x_8; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_erase0(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +return x_1; +} +else +{ +uint8_t x_2; +x_2 = !lean_is_exclusive(x_1); +if (x_2 == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_3 = lean_ctor_get(x_1, 0); +x_4 = lean_ctor_get(x_1, 1); +x_5 = l_Lean_Grind_AC_Seq_erase0(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_eq(x_3, x_6); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; +x_8 = l_Lean_Grind_AC_instInhabitedSeq___closed__0; +x_9 = l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48_(x_5, x_8); +if (x_9 == 0) +{ +lean_ctor_set(x_1, 1, x_5); +return x_1; +} +else +{ +lean_object* x_10; +lean_dec_ref(x_5); +lean_free_object(x_1); +x_10 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_10, 0, x_3); +return x_10; +} +} +else +{ +lean_free_object(x_1); +lean_dec(x_3); +return x_5; +} +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_11 = lean_ctor_get(x_1, 0); +x_12 = lean_ctor_get(x_1, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_1); +x_13 = l_Lean_Grind_AC_Seq_erase0(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_eq(x_11, x_14); +if (x_15 == 0) +{ +lean_object* x_16; uint8_t x_17; +x_16 = l_Lean_Grind_AC_instInhabitedSeq___closed__0; +x_17 = l_Lean_Grind_AC_beqSeq____x40_Init_Grind_AC_2148618080____hygCtx___hyg_48_(x_13, x_16); +if (x_17 == 0) +{ +lean_object* x_18; +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_11); +lean_ctor_set(x_18, 1, x_13); +return x_18; +} +else +{ +lean_object* x_19; +lean_dec_ref(x_13); +x_19 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_19, 0, x_11); +return x_19; +} +} +else +{ +lean_dec(x_11); +return x_13; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_erase0_match__1_splitter___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_4; lean_object* x_5; +lean_dec(x_3); +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_dec_ref(x_1); +x_5 = lean_apply_1(x_2, x_4); +return x_5; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +lean_dec(x_2); +x_6 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_7); +lean_dec_ref(x_1); +x_8 = lean_apply_2(x_3, x_6, x_7); +return x_8; +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_erase0_match__1_splitter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_erase0_match__1_splitter___redArg(x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_insert(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +x_4 = l_Nat_blt(x_1, x_3); +if (x_4 == 0) +{ +uint8_t x_5; +lean_inc(x_3); +x_5 = !lean_is_exclusive(x_2); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +x_6 = lean_ctor_get(x_2, 0); +lean_dec(x_6); +lean_ctor_set(x_2, 0, x_1); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_3); +lean_ctor_set(x_7, 1, x_2); +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; +lean_dec(x_2); +x_8 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_8, 0, x_1); +x_9 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_9, 0, x_3); +lean_ctor_set(x_9, 1, x_8); +return x_9; +} +} +else +{ +lean_object* x_10; +x_10 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_2); +return x_10; +} +} +else +{ +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_2, 0); +x_12 = lean_ctor_get(x_2, 1); +x_13 = l_Nat_blt(x_1, x_11); +if (x_13 == 0) +{ +uint8_t x_14; +lean_inc_ref(x_12); +lean_inc(x_11); +x_14 = !lean_is_exclusive(x_2); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_2, 1); +lean_dec(x_15); +x_16 = lean_ctor_get(x_2, 0); +lean_dec(x_16); +x_17 = l_Lean_Grind_AC_Seq_insert(x_1, x_12); +lean_ctor_set(x_2, 1, x_17); +return x_2; +} +else +{ +lean_object* x_18; lean_object* x_19; +lean_dec(x_2); +x_18 = l_Lean_Grind_AC_Seq_insert(x_1, x_12); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_11); +lean_ctor_set(x_19, 1, x_18); +return x_19; +} +} +else +{ +lean_object* x_20; +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_1); +lean_ctor_set(x_20, 1, x_2); +return x_20; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_sort_x27(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +lean_dec_ref(x_1); +x_4 = l_Lean_Grind_AC_Seq_insert(x_3, x_2); +return x_4; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_6); +lean_dec_ref(x_1); +x_7 = l_Lean_Grind_AC_Seq_insert(x_5, x_2); +x_1 = x_6; +x_2 = x_7; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_sort(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +return x_1; +} +else +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +x_3 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_3); +lean_dec_ref(x_1); +x_4 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_4, 0, x_2); +x_5 = l_Lean_Grind_AC_Seq_sort_x27(x_3, x_4); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_eraseDup(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +return x_1; +} +else +{ +uint8_t x_2; +x_2 = !lean_is_exclusive(x_1); +if (x_2 == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = lean_ctor_get(x_1, 0); +x_4 = lean_ctor_get(x_1, 1); +x_5 = l_Lean_Grind_AC_Seq_eraseDup(x_4); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_nat_dec_eq(x_3, x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +lean_ctor_set(x_1, 1, x_5); +return x_1; +} +else +{ +uint8_t x_8; +lean_free_object(x_1); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +lean_ctor_set(x_5, 0, x_3); +return x_5; +} +else +{ +lean_object* x_10; +lean_dec(x_5); +x_10 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_10, 0, x_3); +return x_10; +} +} +} +else +{ +lean_object* x_11; uint8_t x_12; +x_11 = lean_ctor_get(x_5, 0); +lean_inc(x_11); +x_12 = lean_nat_dec_eq(x_3, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +lean_ctor_set(x_1, 1, x_5); +return x_1; +} +else +{ +lean_free_object(x_1); +lean_dec(x_3); +return x_5; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_1, 0); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_1); +x_15 = l_Lean_Grind_AC_Seq_eraseDup(x_14); +if (lean_obj_tag(x_15) == 0) +{ +lean_object* x_16; uint8_t x_17; +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +x_17 = lean_nat_dec_eq(x_13, x_16); +lean_dec(x_16); +if (x_17 == 0) +{ +lean_object* x_18; +x_18 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_18, 0, x_13); +lean_ctor_set(x_18, 1, x_15); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + x_19 = x_15; +} else { + lean_dec_ref(x_15); + x_19 = lean_box(0); +} +if (lean_is_scalar(x_19)) { + x_20 = lean_alloc_ctor(0, 1, 0); +} else { + x_20 = x_19; +} +lean_ctor_set(x_20, 0, x_13); +return x_20; +} +} +else +{ +lean_object* x_21; uint8_t x_22; +x_21 = lean_ctor_get(x_15, 0); +lean_inc(x_21); +x_22 = lean_nat_dec_eq(x_13, x_21); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_13); +lean_ctor_set(x_23, 1, x_15); +return x_23; +} +else +{ +lean_dec(x_13); +return x_15; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_concat(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +lean_dec_ref(x_1); +x_4 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_1); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +x_6 = lean_ctor_get(x_1, 1); +x_7 = l_Lean_Grind_AC_Seq_concat(x_6, x_2); +lean_ctor_set(x_1, 1, x_7); +return x_1; +} +else +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_1, 0); +x_9 = lean_ctor_get(x_1, 1); +lean_inc(x_9); +lean_inc(x_8); +lean_dec(x_1); +x_10 = l_Lean_Grind_AC_Seq_concat(x_9, x_2); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_8); +lean_ctor_set(x_11, 1, x_10); +return x_11; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_combineFuel(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_unsigned_to_nat(0u); +x_5 = lean_nat_dec_eq(x_1, x_4); +if (x_5 == 1) +{ +lean_object* x_6; +x_6 = l_Lean_Grind_AC_Seq_concat(x_2, x_3); +return x_6; +} +else +{ +if (lean_obj_tag(x_2) == 0) +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_2, 0); +x_8 = lean_ctor_get(x_3, 0); +x_9 = l_Nat_blt(x_7, x_8); +if (x_9 == 0) +{ +lean_object* x_10; +lean_inc(x_8); +lean_dec_ref(x_3); +x_10 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_10, 0, x_8); +lean_ctor_set(x_10, 1, x_2); +return x_10; +} +else +{ +lean_object* x_11; +lean_inc(x_7); +lean_dec_ref(x_2); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_7); +lean_ctor_set(x_11, 1, x_3); +return x_11; +} +} +else +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +lean_dec_ref(x_2); +x_13 = l_Lean_Grind_AC_Seq_insert(x_12, x_3); +return x_13; +} +} +else +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec_ref(x_3); +x_15 = l_Lean_Grind_AC_Seq_insert(x_14, x_2); +return x_15; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_16 = lean_ctor_get(x_2, 0); +x_17 = lean_ctor_get(x_2, 1); +x_18 = lean_ctor_get(x_3, 0); +x_19 = lean_ctor_get(x_3, 1); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_1, x_20); +x_22 = l_Nat_blt(x_16, x_18); +if (x_22 == 0) +{ +uint8_t x_23; +lean_inc_ref(x_19); +lean_inc(x_18); +x_23 = !lean_is_exclusive(x_3); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_3, 1); +lean_dec(x_24); +x_25 = lean_ctor_get(x_3, 0); +lean_dec(x_25); +x_26 = l_Lean_Grind_AC_Seq_combineFuel(x_21, x_2, x_19); +lean_dec(x_21); +lean_ctor_set(x_3, 1, x_26); +return x_3; +} +else +{ +lean_object* x_27; lean_object* x_28; +lean_dec(x_3); +x_27 = l_Lean_Grind_AC_Seq_combineFuel(x_21, x_2, x_19); +lean_dec(x_21); +x_28 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_28, 0, x_18); +lean_ctor_set(x_28, 1, x_27); +return x_28; +} +} +else +{ +uint8_t x_29; +lean_inc_ref(x_17); +lean_inc(x_16); +x_29 = !lean_is_exclusive(x_2); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_2, 1); +lean_dec(x_30); +x_31 = lean_ctor_get(x_2, 0); +lean_dec(x_31); +x_32 = l_Lean_Grind_AC_Seq_combineFuel(x_21, x_17, x_3); +lean_dec(x_21); +lean_ctor_set(x_2, 1, x_32); +return x_2; +} +else +{ +lean_object* x_33; lean_object* x_34; +lean_dec(x_2); +x_33 = l_Lean_Grind_AC_Seq_combineFuel(x_21, x_17, x_3); +lean_dec(x_21); +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_16); +lean_ctor_set(x_34, 1, x_33); +return x_34; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_combineFuel___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Grind_AC_Seq_combineFuel(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_unsigned_to_nat(0u); +x_5 = lean_nat_dec_eq(x_1, x_4); +if (x_5 == 1) +{ +lean_dec(x_3); +lean_inc(x_2); +return x_2; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_unsigned_to_nat(1u); +x_7 = lean_nat_sub(x_1, x_6); +x_8 = lean_apply_1(x_3, x_7); +return x_8; +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___redArg(x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___redArg(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__3_splitter(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__1_splitter___redArg(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: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_dec(x_6); +lean_dec(x_5); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; +lean_dec(x_4); +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec_ref(x_1); +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec_ref(x_2); +x_9 = lean_apply_2(x_3, x_7, x_8); +return x_9; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +lean_dec(x_3); +x_10 = lean_ctor_get(x_1, 0); +lean_inc(x_10); +lean_dec_ref(x_1); +x_11 = lean_ctor_get(x_2, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_2, 1); +lean_inc_ref(x_12); +lean_dec_ref(x_2); +x_13 = lean_apply_3(x_4, x_10, x_11, x_12); +return x_13; +} +} +else +{ +lean_dec(x_4); +lean_dec(x_3); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_dec(x_6); +x_14 = lean_ctor_get(x_1, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_15); +lean_dec_ref(x_1); +x_16 = lean_ctor_get(x_2, 0); +lean_inc(x_16); +lean_dec_ref(x_2); +x_17 = lean_apply_3(x_5, x_14, x_15, x_16); +return x_17; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_dec(x_5); +x_18 = lean_ctor_get(x_1, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_1, 1); +lean_inc_ref(x_19); +lean_dec_ref(x_1); +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_2, 1); +lean_inc_ref(x_21); +lean_dec_ref(x_2); +x_22 = lean_apply_4(x_6, x_18, x_19, x_20, x_21); +return x_22; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__1_splitter(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) { +_start: +{ +lean_object* x_8; +x_8 = l___private_Init_Grind_AC_0__Lean_Grind_AC_Seq_combineFuel_match__1_splitter___redArg(x_2, x_3, x_4, x_5, x_6, x_7); +return x_8; +} +} +static lean_object* _init_l_Lean_Grind_AC_hugeFuel() { +_start: +{ +lean_object* x_1; +x_1 = lean_unsigned_to_nat(1000000u); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Grind_AC_Seq_combine(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_unsigned_to_nat(1000000u); +x_4 = l_Lean_Grind_AC_Seq_combineFuel(x_3, x_1, x_2); +return x_4; +} +} +lean_object* initialize_Init_Core(uint8_t builtin, lean_object*); +lean_object* initialize_Init_Data_Nat_Lemmas(uint8_t builtin, lean_object*); +lean_object* initialize_Init_Data_RArray(uint8_t builtin, lean_object*); +lean_object* initialize_Init_Data_Bool(uint8_t builtin, lean_object*); +static bool _G_initialized = false; +LEAN_EXPORT lean_object* initialize_Init_Grind_AC(uint8_t builtin, lean_object* w) { +lean_object * res; +if (_G_initialized) return lean_io_result_mk_ok(lean_box(0)); +_G_initialized = true; +res = initialize_Init_Core(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +res = initialize_Init_Data_Nat_Lemmas(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +res = initialize_Init_Data_RArray(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +res = initialize_Init_Data_Bool(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +l_Lean_Grind_AC_instInhabitedExpr___closed__0 = _init_l_Lean_Grind_AC_instInhabitedExpr___closed__0(); +lean_mark_persistent(l_Lean_Grind_AC_instInhabitedExpr___closed__0); +l_Lean_Grind_AC_instInhabitedExpr = _init_l_Lean_Grind_AC_instInhabitedExpr(); +lean_mark_persistent(l_Lean_Grind_AC_instInhabitedExpr); +l_Lean_Grind_AC_reprExpr___closed__0____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__0____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__0____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__1____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__1____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__1____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__2____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__2____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__2____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__3____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__4____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__5____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__5____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__5____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__6____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__6____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__6____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprExpr___closed__7____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprExpr___closed__7____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprExpr___closed__7____x40_Init_Grind_AC_3091913453____hygCtx___hyg_37_); +l_Lean_Grind_AC_instReprExpr___closed__0 = _init_l_Lean_Grind_AC_instReprExpr___closed__0(); +lean_mark_persistent(l_Lean_Grind_AC_instReprExpr___closed__0); +l_Lean_Grind_AC_instReprExpr = _init_l_Lean_Grind_AC_instReprExpr(); +lean_mark_persistent(l_Lean_Grind_AC_instReprExpr); +l_Lean_Grind_AC_instBEqExpr___closed__0 = _init_l_Lean_Grind_AC_instBEqExpr___closed__0(); +lean_mark_persistent(l_Lean_Grind_AC_instBEqExpr___closed__0); +l_Lean_Grind_AC_instBEqExpr = _init_l_Lean_Grind_AC_instBEqExpr(); +lean_mark_persistent(l_Lean_Grind_AC_instBEqExpr); +l_Lean_Grind_AC_instInhabitedSeq___closed__0 = _init_l_Lean_Grind_AC_instInhabitedSeq___closed__0(); +lean_mark_persistent(l_Lean_Grind_AC_instInhabitedSeq___closed__0); +l_Lean_Grind_AC_instInhabitedSeq = _init_l_Lean_Grind_AC_instInhabitedSeq(); +lean_mark_persistent(l_Lean_Grind_AC_instInhabitedSeq); +l_Lean_Grind_AC_reprSeq___closed__0____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprSeq___closed__0____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprSeq___closed__0____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprSeq___closed__1____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprSeq___closed__1____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprSeq___closed__1____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprSeq___closed__2____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprSeq___closed__2____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprSeq___closed__2____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprSeq___closed__3____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprSeq___closed__3____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprSeq___closed__3____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprSeq___closed__4____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprSeq___closed__4____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprSeq___closed__4____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_); +l_Lean_Grind_AC_reprSeq___closed__5____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_ = _init_l_Lean_Grind_AC_reprSeq___closed__5____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_(); +lean_mark_persistent(l_Lean_Grind_AC_reprSeq___closed__5____x40_Init_Grind_AC_2148618080____hygCtx___hyg_37_); +l_Lean_Grind_AC_instReprSeq___closed__0 = _init_l_Lean_Grind_AC_instReprSeq___closed__0(); +lean_mark_persistent(l_Lean_Grind_AC_instReprSeq___closed__0); +l_Lean_Grind_AC_instReprSeq = _init_l_Lean_Grind_AC_instReprSeq(); +lean_mark_persistent(l_Lean_Grind_AC_instReprSeq); +l_Lean_Grind_AC_instBEqSeq___closed__0 = _init_l_Lean_Grind_AC_instBEqSeq___closed__0(); +lean_mark_persistent(l_Lean_Grind_AC_instBEqSeq___closed__0); +l_Lean_Grind_AC_instBEqSeq = _init_l_Lean_Grind_AC_instBEqSeq(); +lean_mark_persistent(l_Lean_Grind_AC_instBEqSeq); +l_Lean_Grind_AC_hugeFuel = _init_l_Lean_Grind_AC_hugeFuel(); +lean_mark_persistent(l_Lean_Grind_AC_hugeFuel); +return lean_io_result_mk_ok(lean_box(0)); +} +#ifdef __cplusplus +} +#endif diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c b/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c index 6e16e1c984..ab9ce2a9f6 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c @@ -4081,31 +4081,194 @@ return x_11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_withLetDecl___redArg(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, lean_object* x_9) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; uint8_t x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_56; lean_object* x_57; lean_object* x_92; lean_object* x_97; x_23 = l_Lean_Compiler_LCNF_instTraverseFVarLetValue; x_24 = lean_ctor_get(x_1, 0); lean_inc(x_24); -x_25 = lean_ctor_get(x_1, 3); -lean_inc(x_25); +x_25 = lean_ctor_get(x_1, 2); +lean_inc_ref(x_25); +x_26 = lean_ctor_get(x_1, 3); +lean_inc(x_26); lean_dec_ref(x_1); +x_97 = l_Lean_Compiler_LCNF_isArrowClass_x3f___redArg(x_25, x_8, x_9); +if (lean_obj_tag(x_97) == 0) +{ +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; +x_98 = lean_ctor_get(x_97, 0); +lean_inc(x_98); +x_99 = lean_ctor_get(x_97, 1); +lean_inc(x_99); +lean_dec_ref(x_97); lean_inc_ref(x_3); -lean_inc(x_25); -x_39 = l_Lean_Compiler_LCNF_Specialize_isGround___redArg(x_23, x_25, x_3, x_9); -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -x_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -lean_dec_ref(x_39); -switch (lean_obj_tag(x_25)) { +lean_inc(x_26); +x_100 = l_Lean_Compiler_LCNF_Specialize_isGround___redArg(x_23, x_26, x_3, x_99); +x_101 = lean_ctor_get(x_100, 0); +lean_inc(x_101); +x_102 = lean_unbox(x_101); +lean_dec(x_101); +if (x_102 == 0) +{ +if (lean_obj_tag(x_98) == 0) +{ +x_92 = x_100; +goto block_96; +} +else +{ +lean_object* x_103; uint8_t x_104; +lean_dec_ref(x_98); +x_103 = lean_ctor_get(x_100, 1); +lean_inc(x_103); +lean_dec_ref(x_100); +x_104 = 1; +x_56 = x_104; +x_57 = x_103; +goto block_91; +} +} +else +{ +lean_dec(x_98); +x_92 = x_100; +goto block_96; +} +} +else +{ +uint8_t x_105; +lean_dec(x_26); +lean_dec(x_24); +lean_dec(x_8); +lean_dec_ref(x_7); +lean_dec(x_6); +lean_dec_ref(x_5); +lean_dec(x_4); +lean_dec_ref(x_3); +lean_dec_ref(x_2); +x_105 = !lean_is_exclusive(x_97); +if (x_105 == 0) +{ +return x_97; +} +else +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_106 = lean_ctor_get(x_97, 0); +x_107 = lean_ctor_get(x_97, 1); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_97); +x_108 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_108, 0, x_106); +lean_ctor_set(x_108, 1, x_107); +return x_108; +} +} +block_22: +{ +lean_object* x_20; lean_object* x_21; +x_20 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_20, 0, x_16); +lean_ctor_set(x_20, 1, x_10); +lean_ctor_set(x_20, 2, x_19); +lean_ctor_set(x_20, 3, x_11); +x_21 = lean_apply_7(x_2, x_20, x_13, x_18, x_12, x_15, x_14, x_17); +return x_21; +} +block_39: +{ +if (x_36 == 0) +{ +lean_dec(x_24); +x_10 = x_37; +x_11 = x_27; +x_12 = x_30; +x_13 = x_29; +x_14 = x_31; +x_15 = x_32; +x_16 = x_33; +x_17 = x_34; +x_18 = x_35; +x_19 = x_28; +goto block_22; +} +else +{ +lean_object* x_38; +x_38 = l_Lean_FVarIdSet_insert(x_28, x_24); +x_10 = x_37; +x_11 = x_27; +x_12 = x_30; +x_13 = x_29; +x_14 = x_31; +x_15 = x_32; +x_16 = x_33; +x_17 = x_34; +x_18 = x_35; +x_19 = x_38; +goto block_22; +} +} +block_55: +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_49 = lean_ctor_get(x_42, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_42, 1); +lean_inc(x_50); +x_51 = lean_ctor_get(x_42, 2); +lean_inc(x_51); +x_52 = lean_ctor_get(x_42, 3); +lean_inc(x_52); +lean_dec_ref(x_42); +lean_inc(x_24); +x_53 = l_Lean_FVarIdSet_insert(x_49, x_24); +if (x_40 == 0) +{ +x_27 = x_52; +x_28 = x_51; +x_29 = x_43; +x_30 = x_45; +x_31 = x_47; +x_32 = x_46; +x_33 = x_53; +x_34 = x_48; +x_35 = x_44; +x_36 = x_41; +x_37 = x_50; +goto block_39; +} +else +{ +lean_object* x_54; +lean_inc(x_24); +x_54 = l_Lean_FVarIdSet_insert(x_50, x_24); +x_27 = x_52; +x_28 = x_51; +x_29 = x_43; +x_30 = x_45; +x_31 = x_47; +x_32 = x_46; +x_33 = x_53; +x_34 = x_48; +x_35 = x_44; +x_36 = x_41; +x_37 = x_54; +goto block_39; +} +} +block_91: +{ +switch (lean_obj_tag(x_26)) { case 3: { lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_25, 0); +x_58 = lean_ctor_get(x_26, 0); lean_inc(x_58); -x_59 = lean_ctor_get(x_25, 2); +x_59 = lean_ctor_get(x_26, 2); lean_inc_ref(x_59); -lean_dec_ref(x_25); -x_60 = l_Lean_Compiler_LCNF_getDecl_x3f___redArg(x_58, x_5, x_8, x_41); +lean_dec_ref(x_26); +x_60 = l_Lean_Compiler_LCNF_getDecl_x3f___redArg(x_58, x_5, x_8, x_57); if (lean_obj_tag(x_60) == 0) { lean_object* x_61; @@ -4119,15 +4282,16 @@ x_62 = lean_ctor_get(x_60, 1); lean_inc(x_62); lean_dec_ref(x_60); x_63 = 0; -x_42 = x_63; -x_43 = x_3; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_62; -goto block_57; +x_40 = x_56; +x_41 = x_63; +x_42 = x_3; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_62; +goto block_55; } else { @@ -4148,22 +4312,22 @@ lean_dec_ref(x_66); x_69 = lean_nat_dec_lt(x_67, x_68); lean_dec(x_68); lean_dec(x_67); -x_42 = x_69; -x_43 = x_3; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_65; -goto block_57; +x_40 = x_56; +x_41 = x_69; +x_42 = x_3; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_65; +goto block_55; } } else { uint8_t x_70; lean_dec_ref(x_59); -lean_dec(x_40); lean_dec(x_24); lean_dec(x_8); lean_dec_ref(x_7); @@ -4195,12 +4359,12 @@ return x_73; case 4: { lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_25, 0); +x_74 = lean_ctor_get(x_26, 0); lean_inc(x_74); -x_75 = lean_ctor_get(x_25, 1); +x_75 = lean_ctor_get(x_26, 1); lean_inc_ref(x_75); -lean_dec_ref(x_25); -x_76 = l_Lean_Compiler_LCNF_findFunDecl_x3f___redArg(x_74, x_6, x_41); +lean_dec_ref(x_26); +x_76 = l_Lean_Compiler_LCNF_findFunDecl_x3f___redArg(x_74, x_6, x_57); lean_dec(x_74); if (lean_obj_tag(x_76) == 0) { @@ -4215,15 +4379,16 @@ x_78 = lean_ctor_get(x_76, 1); lean_inc(x_78); lean_dec_ref(x_76); x_79 = 0; -x_42 = x_79; -x_43 = x_3; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_78; -goto block_57; +x_40 = x_56; +x_41 = x_79; +x_42 = x_3; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_78; +goto block_55; } else { @@ -4244,22 +4409,22 @@ lean_dec_ref(x_82); x_85 = lean_nat_dec_lt(x_83, x_84); lean_dec(x_84); lean_dec(x_83); -x_42 = x_85; -x_43 = x_3; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_81; -goto block_57; +x_40 = x_56; +x_41 = x_85; +x_42 = x_3; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_81; +goto block_55; } } else { uint8_t x_86; lean_dec_ref(x_75); -lean_dec(x_40); lean_dec(x_24); lean_dec(x_8); lean_dec_ref(x_7); @@ -4291,67 +4456,171 @@ return x_89; default: { uint8_t x_90; -lean_dec(x_25); +lean_dec(x_26); x_90 = 0; -x_42 = x_90; -x_43 = x_3; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_41; -goto block_57; +x_40 = x_56; +x_41 = x_90; +x_42 = x_3; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_57; +goto block_55; } } -block_22: -{ -lean_object* x_20; lean_object* x_21; -x_20 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_20, 0, x_10); -lean_ctor_set(x_20, 1, x_12); -lean_ctor_set(x_20, 2, x_19); -lean_ctor_set(x_20, 3, x_18); -x_21 = lean_apply_7(x_2, x_20, x_17, x_13, x_11, x_14, x_16, x_15); -return x_21; } -block_38: +block_96: { -if (x_28 == 0) +lean_object* x_93; lean_object* x_94; uint8_t x_95; +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +lean_dec_ref(x_92); +x_95 = lean_unbox(x_93); +lean_dec(x_93); +x_56 = x_95; +x_57 = x_94; +goto block_91; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_withLetDecl(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, lean_object* x_9, lean_object* x_10) { +_start: { -lean_dec(x_24); -x_10 = x_26; -x_11 = x_27; -x_12 = x_36; -x_13 = x_29; -x_14 = x_30; -x_15 = x_31; -x_16 = x_33; -x_17 = x_34; -x_18 = x_35; -x_19 = x_32; -goto block_22; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; uint8_t x_41; uint8_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_57; lean_object* x_58; lean_object* x_93; lean_object* x_98; +x_24 = l_Lean_Compiler_LCNF_instTraverseFVarLetValue; +x_25 = lean_ctor_get(x_2, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_2, 2); +lean_inc_ref(x_26); +x_27 = lean_ctor_get(x_2, 3); +lean_inc(x_27); +lean_dec_ref(x_2); +x_98 = l_Lean_Compiler_LCNF_isArrowClass_x3f___redArg(x_26, x_9, x_10); +if (lean_obj_tag(x_98) == 0) +{ +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; +x_99 = lean_ctor_get(x_98, 0); +lean_inc(x_99); +x_100 = lean_ctor_get(x_98, 1); +lean_inc(x_100); +lean_dec_ref(x_98); +lean_inc_ref(x_4); +lean_inc(x_27); +x_101 = l_Lean_Compiler_LCNF_Specialize_isGround___redArg(x_24, x_27, x_4, x_100); +x_102 = lean_ctor_get(x_101, 0); +lean_inc(x_102); +x_103 = lean_unbox(x_102); +lean_dec(x_102); +if (x_103 == 0) +{ +if (lean_obj_tag(x_99) == 0) +{ +x_93 = x_101; +goto block_97; } else { -lean_object* x_37; -x_37 = l_Lean_FVarIdSet_insert(x_32, x_24); -x_10 = x_26; -x_11 = x_27; -x_12 = x_36; -x_13 = x_29; +lean_object* x_104; uint8_t x_105; +lean_dec_ref(x_99); +x_104 = lean_ctor_get(x_101, 1); +lean_inc(x_104); +lean_dec_ref(x_101); +x_105 = 1; +x_57 = x_105; +x_58 = x_104; +goto block_92; +} +} +else +{ +lean_dec(x_99); +x_93 = x_101; +goto block_97; +} +} +else +{ +uint8_t x_106; +lean_dec(x_27); +lean_dec(x_25); +lean_dec(x_9); +lean_dec_ref(x_8); +lean_dec(x_7); +lean_dec_ref(x_6); +lean_dec(x_5); +lean_dec_ref(x_4); +lean_dec_ref(x_3); +x_106 = !lean_is_exclusive(x_98); +if (x_106 == 0) +{ +return x_98; +} +else +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_98, 0); +x_108 = lean_ctor_get(x_98, 1); +lean_inc(x_108); +lean_inc(x_107); +lean_dec(x_98); +x_109 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_109, 0, x_107); +lean_ctor_set(x_109, 1, x_108); +return x_109; +} +} +block_23: +{ +lean_object* x_21; lean_object* x_22; +x_21 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_21, 0, x_17); +lean_ctor_set(x_21, 1, x_11); +lean_ctor_set(x_21, 2, x_20); +lean_ctor_set(x_21, 3, x_12); +x_22 = lean_apply_7(x_3, x_21, x_14, x_19, x_13, x_16, x_15, x_18); +return x_22; +} +block_40: +{ +if (x_37 == 0) +{ +lean_dec(x_25); +x_11 = x_38; +x_12 = x_28; +x_13 = x_31; x_14 = x_30; -x_15 = x_31; +x_15 = x_32; x_16 = x_33; x_17 = x_34; x_18 = x_35; -x_19 = x_37; -goto block_22; +x_19 = x_36; +x_20 = x_29; +goto block_23; } -} -block_57: +else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +lean_object* x_39; +x_39 = l_Lean_FVarIdSet_insert(x_29, x_25); +x_11 = x_38; +x_12 = x_28; +x_13 = x_31; +x_14 = x_30; +x_15 = x_32; +x_16 = x_33; +x_17 = x_34; +x_18 = x_35; +x_19 = x_36; +x_20 = x_39; +goto block_23; +} +} +block_56: +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; x_50 = lean_ctor_get(x_43, 0); lean_inc(x_50); x_51 = lean_ctor_get(x_43, 1); @@ -4361,74 +4630,54 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_43, 3); lean_inc(x_53); lean_dec_ref(x_43); -lean_inc(x_24); -x_54 = l_Lean_FVarIdSet_insert(x_50, x_24); -x_55 = lean_unbox(x_40); -lean_dec(x_40); -if (x_55 == 0) +lean_inc(x_25); +x_54 = l_Lean_FVarIdSet_insert(x_50, x_25); +if (x_41 == 0) { -x_26 = x_54; -x_27 = x_46; -x_28 = x_42; -x_29 = x_45; -x_30 = x_47; -x_31 = x_49; -x_32 = x_52; -x_33 = x_48; -x_34 = x_44; -x_35 = x_53; -x_36 = x_51; -goto block_38; +x_28 = x_53; +x_29 = x_52; +x_30 = x_44; +x_31 = x_46; +x_32 = x_48; +x_33 = x_47; +x_34 = x_54; +x_35 = x_49; +x_36 = x_45; +x_37 = x_42; +x_38 = x_51; +goto block_40; } else { -lean_object* x_56; -lean_inc(x_24); -x_56 = l_Lean_FVarIdSet_insert(x_51, x_24); -x_26 = x_54; -x_27 = x_46; -x_28 = x_42; -x_29 = x_45; -x_30 = x_47; -x_31 = x_49; -x_32 = x_52; -x_33 = x_48; -x_34 = x_44; -x_35 = x_53; -x_36 = x_56; -goto block_38; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_withLetDecl(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, lean_object* x_9, lean_object* x_10) { -_start: -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_24 = l_Lean_Compiler_LCNF_instTraverseFVarLetValue; -x_25 = lean_ctor_get(x_2, 0); +lean_object* x_55; lean_inc(x_25); -x_26 = lean_ctor_get(x_2, 3); -lean_inc(x_26); -lean_dec_ref(x_2); -lean_inc_ref(x_4); -lean_inc(x_26); -x_40 = l_Lean_Compiler_LCNF_Specialize_isGround___redArg(x_24, x_26, x_4, x_10); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec_ref(x_40); -switch (lean_obj_tag(x_26)) { +x_55 = l_Lean_FVarIdSet_insert(x_51, x_25); +x_28 = x_53; +x_29 = x_52; +x_30 = x_44; +x_31 = x_46; +x_32 = x_48; +x_33 = x_47; +x_34 = x_54; +x_35 = x_49; +x_36 = x_45; +x_37 = x_42; +x_38 = x_55; +goto block_40; +} +} +block_92: +{ +switch (lean_obj_tag(x_27)) { case 3: { lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_26, 0); +x_59 = lean_ctor_get(x_27, 0); lean_inc(x_59); -x_60 = lean_ctor_get(x_26, 2); +x_60 = lean_ctor_get(x_27, 2); lean_inc_ref(x_60); -lean_dec_ref(x_26); -x_61 = l_Lean_Compiler_LCNF_getDecl_x3f___redArg(x_59, x_6, x_9, x_42); +lean_dec_ref(x_27); +x_61 = l_Lean_Compiler_LCNF_getDecl_x3f___redArg(x_59, x_6, x_9, x_58); if (lean_obj_tag(x_61) == 0) { lean_object* x_62; @@ -4442,15 +4691,16 @@ x_63 = lean_ctor_get(x_61, 1); lean_inc(x_63); lean_dec_ref(x_61); x_64 = 0; -x_43 = x_64; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_9; -x_50 = x_63; -goto block_58; +x_41 = x_57; +x_42 = x_64; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_9; +x_49 = x_63; +goto block_56; } else { @@ -4471,22 +4721,22 @@ lean_dec_ref(x_67); x_70 = lean_nat_dec_lt(x_68, x_69); lean_dec(x_69); lean_dec(x_68); -x_43 = x_70; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_9; -x_50 = x_66; -goto block_58; +x_41 = x_57; +x_42 = x_70; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_9; +x_49 = x_66; +goto block_56; } } else { uint8_t x_71; lean_dec_ref(x_60); -lean_dec(x_41); lean_dec(x_25); lean_dec(x_9); lean_dec_ref(x_8); @@ -4518,12 +4768,12 @@ return x_74; case 4: { lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_26, 0); +x_75 = lean_ctor_get(x_27, 0); lean_inc(x_75); -x_76 = lean_ctor_get(x_26, 1); +x_76 = lean_ctor_get(x_27, 1); lean_inc_ref(x_76); -lean_dec_ref(x_26); -x_77 = l_Lean_Compiler_LCNF_findFunDecl_x3f___redArg(x_75, x_7, x_42); +lean_dec_ref(x_27); +x_77 = l_Lean_Compiler_LCNF_findFunDecl_x3f___redArg(x_75, x_7, x_58); lean_dec(x_75); if (lean_obj_tag(x_77) == 0) { @@ -4538,15 +4788,16 @@ x_79 = lean_ctor_get(x_77, 1); lean_inc(x_79); lean_dec_ref(x_77); x_80 = 0; -x_43 = x_80; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_9; -x_50 = x_79; -goto block_58; +x_41 = x_57; +x_42 = x_80; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_9; +x_49 = x_79; +goto block_56; } else { @@ -4567,22 +4818,22 @@ lean_dec_ref(x_83); x_86 = lean_nat_dec_lt(x_84, x_85); lean_dec(x_85); lean_dec(x_84); -x_43 = x_86; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_9; -x_50 = x_82; -goto block_58; +x_41 = x_57; +x_42 = x_86; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_9; +x_49 = x_82; +goto block_56; } } else { uint8_t x_87; lean_dec_ref(x_76); -lean_dec(x_41); lean_dec(x_25); lean_dec(x_9); lean_dec_ref(x_8); @@ -4614,113 +4865,34 @@ return x_90; default: { uint8_t x_91; -lean_dec(x_26); +lean_dec(x_27); x_91 = 0; -x_43 = x_91; -x_44 = x_4; -x_45 = x_5; -x_46 = x_6; -x_47 = x_7; -x_48 = x_8; -x_49 = x_9; -x_50 = x_42; -goto block_58; +x_41 = x_57; +x_42 = x_91; +x_43 = x_4; +x_44 = x_5; +x_45 = x_6; +x_46 = x_7; +x_47 = x_8; +x_48 = x_9; +x_49 = x_58; +goto block_56; } } -block_23: +} +block_97: { -lean_object* x_21; lean_object* x_22; -x_21 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_21, 0, x_11); -lean_ctor_set(x_21, 1, x_13); -lean_ctor_set(x_21, 2, x_20); -lean_ctor_set(x_21, 3, x_19); -x_22 = lean_apply_7(x_3, x_21, x_18, x_14, x_12, x_15, x_17, x_16); -return x_22; -} -block_39: -{ -if (x_29 == 0) -{ -lean_dec(x_25); -x_11 = x_27; -x_12 = x_28; -x_13 = x_37; -x_14 = x_30; -x_15 = x_31; -x_16 = x_32; -x_17 = x_34; -x_18 = x_35; -x_19 = x_36; -x_20 = x_33; -goto block_23; -} -else -{ -lean_object* x_38; -x_38 = l_Lean_FVarIdSet_insert(x_33, x_25); -x_11 = x_27; -x_12 = x_28; -x_13 = x_37; -x_14 = x_30; -x_15 = x_31; -x_16 = x_32; -x_17 = x_34; -x_18 = x_35; -x_19 = x_36; -x_20 = x_38; -goto block_23; -} -} -block_58: -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; -x_51 = lean_ctor_get(x_44, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_44, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_44, 2); -lean_inc(x_53); -x_54 = lean_ctor_get(x_44, 3); -lean_inc(x_54); -lean_dec_ref(x_44); -lean_inc(x_25); -x_55 = l_Lean_FVarIdSet_insert(x_51, x_25); -x_56 = lean_unbox(x_41); -lean_dec(x_41); -if (x_56 == 0) -{ -x_27 = x_55; -x_28 = x_47; -x_29 = x_43; -x_30 = x_46; -x_31 = x_48; -x_32 = x_50; -x_33 = x_53; -x_34 = x_49; -x_35 = x_45; -x_36 = x_54; -x_37 = x_52; -goto block_39; -} -else -{ -lean_object* x_57; -lean_inc(x_25); -x_57 = l_Lean_FVarIdSet_insert(x_52, x_25); -x_27 = x_55; -x_28 = x_47; -x_29 = x_43; -x_30 = x_46; -x_31 = x_48; -x_32 = x_50; -x_33 = x_53; -x_34 = x_49; -x_35 = x_45; -x_36 = x_54; -x_37 = x_57; -goto block_39; -} +lean_object* x_94; lean_object* x_95; uint8_t x_96; +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec_ref(x_93); +x_96 = lean_unbox(x_94); +lean_dec(x_94); +x_57 = x_96; +x_58 = x_95; +goto block_92; } } } @@ -11917,7 +12089,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f(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: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; if (lean_obj_tag(x_1) == 3) { lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; @@ -12000,7 +12172,7 @@ x_78 = l_Lean_Compiler_LCNF_Specialize_shouldSpecialize(x_77, x_62, x_2, x_3, x_ x_79 = !lean_is_exclusive(x_78); if (x_79 == 0) { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; size_t 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; uint8_t x_163; +lean_object* x_80; lean_object* x_81; size_t 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; uint8_t x_163; x_80 = lean_ctor_get(x_78, 0); x_81 = lean_ctor_get(x_78, 1); x_163 = lean_unbox(x_80); @@ -12230,7 +12402,7 @@ lean_inc(x_187); lean_inc_ref(x_186); lean_inc(x_185); lean_inc_ref(x_184); -x_202 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_173, x_61, x_176, x_180, x_178, x_177, x_182, x_183, x_184, x_185, x_186, x_187, x_194); +x_202 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_173, x_61, x_179, x_180, x_176, x_177, x_182, x_183, x_184, x_185, x_186, x_187, x_194); if (lean_obj_tag(x_202) == 0) { lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; uint8_t x_208; @@ -12254,11 +12426,11 @@ lean_inc(x_209); lean_dec_ref(x_206); x_210 = lean_ctor_get(x_203, 0); lean_inc(x_210); -x_82 = x_179; -x_83 = x_196; -x_84 = x_203; -x_85 = x_210; -x_86 = x_198; +x_82 = x_198; +x_83 = x_178; +x_84 = x_196; +x_85 = x_203; +x_86 = x_210; x_87 = x_201; x_88 = x_181; x_89 = x_183; @@ -12295,11 +12467,11 @@ x_218 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_219 = lean_ctor_get(x_218, 1); lean_inc(x_219); lean_dec_ref(x_218); -x_82 = x_179; -x_83 = x_196; -x_84 = x_203; -x_85 = x_214; -x_86 = x_198; +x_82 = x_198; +x_83 = x_178; +x_84 = x_196; +x_85 = x_203; +x_86 = x_214; x_87 = x_201; x_88 = x_181; x_89 = x_183; @@ -12332,11 +12504,11 @@ x_226 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_227 = lean_ctor_get(x_226, 1); lean_inc(x_227); lean_dec_ref(x_226); -x_82 = x_179; -x_83 = x_196; -x_84 = x_203; -x_85 = x_221; -x_86 = x_198; +x_82 = x_198; +x_83 = x_178; +x_84 = x_196; +x_85 = x_203; +x_86 = x_221; x_87 = x_201; x_88 = x_181; x_89 = x_183; @@ -12391,7 +12563,7 @@ lean_dec(x_183); lean_dec_ref(x_182); lean_dec_ref(x_181); lean_dec_ref(x_180); -lean_dec_ref(x_178); +lean_dec_ref(x_179); lean_dec(x_177); lean_dec_ref(x_176); lean_dec(x_173); @@ -12418,8 +12590,8 @@ x_237 = lean_ctor_get(x_234, 1); lean_inc(x_237); lean_dec_ref(x_234); x_52 = x_196; -x_53 = x_201; -x_54 = x_232; +x_53 = x_232; +x_54 = x_201; x_55 = x_237; goto block_59; } @@ -12451,8 +12623,8 @@ x_245 = lean_ctor_get(x_244, 1); lean_inc(x_245); lean_dec_ref(x_244); x_52 = x_196; -x_53 = x_201; -x_54 = x_232; +x_53 = x_232; +x_54 = x_201; x_55 = x_245; goto block_59; } @@ -12480,8 +12652,8 @@ x_252 = lean_ctor_get(x_251, 1); lean_inc(x_252); lean_dec_ref(x_251); x_52 = x_196; -x_53 = x_201; -x_54 = x_232; +x_53 = x_232; +x_54 = x_201; x_55 = x_252; goto block_59; } @@ -12514,7 +12686,7 @@ lean_inc(x_187); lean_inc_ref(x_186); lean_inc(x_185); lean_inc_ref(x_184); -x_262 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_173, x_61, x_176, x_180, x_178, x_177, x_182, x_183, x_184, x_185, x_186, x_187, x_254); +x_262 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_173, x_61, x_179, x_180, x_176, x_177, x_182, x_183, x_184, x_185, x_186, x_187, x_254); if (lean_obj_tag(x_262) == 0) { lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; uint8_t x_268; @@ -12537,11 +12709,11 @@ lean_inc(x_269); lean_dec_ref(x_266); x_270 = lean_ctor_get(x_263, 0); lean_inc(x_270); -x_82 = x_179; -x_83 = x_256; -x_84 = x_263; -x_85 = x_270; -x_86 = x_258; +x_82 = x_258; +x_83 = x_178; +x_84 = x_256; +x_85 = x_263; +x_86 = x_270; x_87 = x_261; x_88 = x_181; x_89 = x_183; @@ -12586,11 +12758,11 @@ x_279 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_280 = lean_ctor_get(x_279, 1); lean_inc(x_280); lean_dec_ref(x_279); -x_82 = x_179; -x_83 = x_256; -x_84 = x_263; -x_85 = x_273; -x_86 = x_258; +x_82 = x_258; +x_83 = x_178; +x_84 = x_256; +x_85 = x_263; +x_86 = x_273; x_87 = x_261; x_88 = x_181; x_89 = x_183; @@ -12645,7 +12817,7 @@ lean_dec(x_183); lean_dec_ref(x_182); lean_dec_ref(x_181); lean_dec_ref(x_180); -lean_dec_ref(x_178); +lean_dec_ref(x_179); lean_dec(x_177); lean_dec_ref(x_176); lean_dec(x_173); @@ -12671,8 +12843,8 @@ x_290 = lean_ctor_get(x_287, 1); lean_inc(x_290); lean_dec_ref(x_287); x_52 = x_256; -x_53 = x_261; -x_54 = x_285; +x_53 = x_285; +x_54 = x_261; x_55 = x_290; goto block_59; } @@ -12712,8 +12884,8 @@ x_299 = lean_ctor_get(x_298, 1); lean_inc(x_299); lean_dec_ref(x_298); x_52 = x_256; -x_53 = x_261; -x_54 = x_285; +x_53 = x_285; +x_54 = x_261; x_55 = x_299; goto block_59; } @@ -12725,7 +12897,7 @@ else lean_object* x_300; lean_object* x_301; lean_dec_ref(x_181); lean_dec_ref(x_180); -lean_dec_ref(x_178); +lean_dec_ref(x_179); lean_dec(x_177); lean_dec_ref(x_176); lean_dec(x_173); @@ -12744,7 +12916,7 @@ else lean_object* x_302; lean_object* x_303; lean_dec_ref(x_181); lean_dec_ref(x_180); -lean_dec_ref(x_178); +lean_dec_ref(x_179); lean_dec(x_177); lean_dec_ref(x_176); lean_dec(x_173); @@ -12821,10 +12993,10 @@ lean_free_object(x_325); x_333 = lean_ctor_get(x_330, 1); lean_inc(x_333); lean_dec_ref(x_330); -x_176 = x_317; +x_176 = x_319; x_177 = x_329; -x_178 = x_319; -x_179 = x_320; +x_178 = x_320; +x_179 = x_317; x_180 = x_318; x_181 = x_328; x_182 = x_306; @@ -12860,10 +13032,10 @@ x_340 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_341 = lean_ctor_get(x_340, 1); lean_inc(x_341); lean_dec_ref(x_340); -x_176 = x_317; +x_176 = x_319; x_177 = x_329; -x_178 = x_319; -x_179 = x_320; +x_178 = x_320; +x_179 = x_317; x_180 = x_318; x_181 = x_328; x_182 = x_306; @@ -12895,10 +13067,10 @@ x_347 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_348 = lean_ctor_get(x_347, 1); lean_inc(x_348); lean_dec_ref(x_347); -x_176 = x_317; +x_176 = x_319; x_177 = x_329; -x_178 = x_319; -x_179 = x_320; +x_178 = x_320; +x_179 = x_317; x_180 = x_318; x_181 = x_328; x_182 = x_306; @@ -12931,10 +13103,10 @@ lean_object* x_354; x_354 = lean_ctor_get(x_351, 1); lean_inc(x_354); lean_dec_ref(x_351); -x_176 = x_317; +x_176 = x_319; x_177 = x_350; -x_178 = x_319; -x_179 = x_320; +x_178 = x_320; +x_179 = x_317; x_180 = x_318; x_181 = x_349; x_182 = x_306; @@ -12978,10 +13150,10 @@ x_362 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_363 = lean_ctor_get(x_362, 1); lean_inc(x_363); lean_dec_ref(x_362); -x_176 = x_317; +x_176 = x_319; x_177 = x_350; -x_178 = x_319; -x_179 = x_320; +x_178 = x_320; +x_179 = x_317; x_180 = x_318; x_181 = x_349; x_182 = x_306; @@ -13113,12 +13285,12 @@ return x_413; block_162: { lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = l_Lean_Compiler_LCNF_Specialize_cacheSpec___redArg(x_88, x_85, x_93, x_94); +x_95 = l_Lean_Compiler_LCNF_Specialize_cacheSpec___redArg(x_88, x_86, x_93, x_94); x_96 = lean_ctor_get(x_95, 1); lean_inc(x_96); lean_dec_ref(x_95); -lean_inc_ref(x_84); -x_97 = l_Lean_Compiler_LCNF_Decl_saveBase___redArg(x_84, x_93, x_96); +lean_inc_ref(x_85); +x_97 = l_Lean_Compiler_LCNF_Decl_saveBase___redArg(x_85, x_93, x_96); if (lean_obj_tag(x_97) == 0) { lean_object* x_98; lean_object* x_99; @@ -13129,7 +13301,7 @@ lean_inc(x_93); lean_inc_ref(x_92); lean_inc(x_91); lean_inc_ref(x_90); -x_99 = l_Lean_Compiler_LCNF_Decl_etaExpand(x_84, x_90, x_91, x_92, x_93, x_98); +x_99 = l_Lean_Compiler_LCNF_Decl_etaExpand(x_85, x_90, x_91, x_92, x_93, x_98); if (lean_obj_tag(x_99) == 0) { lean_object* x_100; lean_object* x_101; lean_object* x_102; @@ -13219,28 +13391,28 @@ lean_dec_ref(x_128); x_131 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Specialize_visitCode), 8, 0); x_132 = lean_box(1); x_133 = lean_array_get_size(x_123); -x_134 = lean_nat_dec_lt(x_82, x_133); +x_134 = lean_nat_dec_lt(x_83, x_133); if (x_134 == 0) { lean_dec(x_133); x_9 = x_132; -x_10 = x_120; -x_11 = x_126; -x_12 = x_124; -x_13 = x_89; -x_14 = x_91; -x_15 = x_130; -x_16 = x_87; -x_17 = x_93; -x_18 = x_121; -x_19 = x_90; -x_20 = x_123; -x_21 = x_131; -x_22 = x_83; -x_23 = x_125; -x_24 = x_127; -x_25 = x_129; -x_26 = x_92; +x_10 = x_123; +x_11 = x_92; +x_12 = x_125; +x_13 = x_130; +x_14 = x_87; +x_15 = x_129; +x_16 = x_90; +x_17 = x_126; +x_18 = x_127; +x_19 = x_120; +x_20 = x_131; +x_21 = x_89; +x_22 = x_91; +x_23 = x_84; +x_24 = x_121; +x_25 = x_93; +x_26 = x_124; x_27 = x_122; x_28 = x_132; goto block_51; @@ -13253,23 +13425,23 @@ if (x_135 == 0) { lean_dec(x_133); x_9 = x_132; -x_10 = x_120; -x_11 = x_126; -x_12 = x_124; -x_13 = x_89; -x_14 = x_91; -x_15 = x_130; -x_16 = x_87; -x_17 = x_93; -x_18 = x_121; -x_19 = x_90; -x_20 = x_123; -x_21 = x_131; -x_22 = x_83; -x_23 = x_125; -x_24 = x_127; -x_25 = x_129; -x_26 = x_92; +x_10 = x_123; +x_11 = x_92; +x_12 = x_125; +x_13 = x_130; +x_14 = x_87; +x_15 = x_129; +x_16 = x_90; +x_17 = x_126; +x_18 = x_127; +x_19 = x_120; +x_20 = x_131; +x_21 = x_89; +x_22 = x_91; +x_23 = x_84; +x_24 = x_121; +x_25 = x_93; +x_26 = x_124; x_27 = x_122; x_28 = x_132; goto block_51; @@ -13279,25 +13451,25 @@ else size_t x_136; lean_object* x_137; x_136 = lean_usize_of_nat(x_133); lean_dec(x_133); -x_137 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_spec__6(x_123, x_86, x_136, x_132); +x_137 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_spec__6(x_123, x_82, x_136, x_132); x_9 = x_132; -x_10 = x_120; -x_11 = x_126; -x_12 = x_124; -x_13 = x_89; -x_14 = x_91; -x_15 = x_130; -x_16 = x_87; -x_17 = x_93; -x_18 = x_121; -x_19 = x_90; -x_20 = x_123; -x_21 = x_131; -x_22 = x_83; -x_23 = x_125; -x_24 = x_127; -x_25 = x_129; -x_26 = x_92; +x_10 = x_123; +x_11 = x_92; +x_12 = x_125; +x_13 = x_130; +x_14 = x_87; +x_15 = x_129; +x_16 = x_90; +x_17 = x_126; +x_18 = x_127; +x_19 = x_120; +x_20 = x_131; +x_21 = x_89; +x_22 = x_91; +x_23 = x_84; +x_24 = x_121; +x_25 = x_93; +x_26 = x_124; x_27 = x_122; x_28 = x_137; goto block_51; @@ -13319,7 +13491,7 @@ lean_dec(x_91); lean_dec_ref(x_90); lean_dec(x_89); lean_dec_ref(x_87); -lean_dec(x_83); +lean_dec(x_84); x_138 = !lean_is_exclusive(x_128); if (x_138 == 0) { @@ -13349,7 +13521,7 @@ lean_dec(x_91); lean_dec_ref(x_90); lean_dec(x_89); lean_dec_ref(x_87); -lean_dec(x_83); +lean_dec(x_84); x_142 = !lean_is_exclusive(x_117); if (x_142 == 0) { @@ -13379,7 +13551,7 @@ lean_dec(x_91); lean_dec_ref(x_90); lean_dec(x_89); lean_dec_ref(x_87); -lean_dec(x_83); +lean_dec(x_84); lean_dec(x_80); x_146 = !lean_is_exclusive(x_109); if (x_146 == 0) @@ -13411,7 +13583,7 @@ lean_dec(x_91); lean_dec_ref(x_90); lean_dec(x_89); lean_dec_ref(x_87); -lean_dec(x_83); +lean_dec(x_84); lean_dec(x_80); lean_dec(x_65); x_150 = !lean_is_exclusive(x_102); @@ -13443,7 +13615,7 @@ lean_dec(x_91); lean_dec_ref(x_90); lean_dec(x_89); lean_dec_ref(x_87); -lean_dec(x_83); +lean_dec(x_84); lean_dec(x_80); lean_dec(x_65); x_154 = !lean_is_exclusive(x_99); @@ -13475,8 +13647,8 @@ lean_dec(x_91); lean_dec_ref(x_90); lean_dec(x_89); lean_dec_ref(x_87); -lean_dec_ref(x_84); -lean_dec(x_83); +lean_dec_ref(x_85); +lean_dec(x_84); lean_dec(x_80); lean_dec(x_65); x_158 = !lean_is_exclusive(x_97); @@ -13502,7 +13674,7 @@ return x_161; } else { -lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; size_t 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; uint8_t x_497; +lean_object* x_414; lean_object* x_415; size_t 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; uint8_t x_497; x_414 = lean_ctor_get(x_78, 0); x_415 = lean_ctor_get(x_78, 1); lean_inc(x_415); @@ -13706,7 +13878,7 @@ lean_inc(x_520); lean_inc_ref(x_519); lean_inc(x_518); lean_inc_ref(x_517); -x_535 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_506, x_61, x_509, x_513, x_511, x_510, x_515, x_516, x_517, x_518, x_519, x_520, x_526); +x_535 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_506, x_61, x_512, x_513, x_509, x_510, x_515, x_516, x_517, x_518, x_519, x_520, x_526); if (lean_obj_tag(x_535) == 0) { lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; uint8_t x_541; @@ -13730,11 +13902,11 @@ lean_inc(x_542); lean_dec_ref(x_539); x_543 = lean_ctor_get(x_536, 0); lean_inc(x_543); -x_416 = x_512; -x_417 = x_529; -x_418 = x_536; -x_419 = x_543; -x_420 = x_531; +x_416 = x_531; +x_417 = x_511; +x_418 = x_529; +x_419 = x_536; +x_420 = x_543; x_421 = x_534; x_422 = x_514; x_423 = x_516; @@ -13784,11 +13956,11 @@ x_552 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_553 = lean_ctor_get(x_552, 1); lean_inc(x_553); lean_dec_ref(x_552); -x_416 = x_512; -x_417 = x_529; -x_418 = x_536; -x_419 = x_546; -x_420 = x_531; +x_416 = x_531; +x_417 = x_511; +x_418 = x_529; +x_419 = x_536; +x_420 = x_546; x_421 = x_534; x_422 = x_514; x_423 = x_516; @@ -13844,7 +14016,7 @@ lean_dec(x_516); lean_dec_ref(x_515); lean_dec_ref(x_514); lean_dec_ref(x_513); -lean_dec_ref(x_511); +lean_dec_ref(x_512); lean_dec(x_510); lean_dec_ref(x_509); lean_dec(x_506); @@ -13871,8 +14043,8 @@ x_563 = lean_ctor_get(x_560, 1); lean_inc(x_563); lean_dec_ref(x_560); x_52 = x_529; -x_53 = x_534; -x_54 = x_558; +x_53 = x_558; +x_54 = x_534; x_55 = x_563; goto block_59; } @@ -13917,8 +14089,8 @@ x_572 = lean_ctor_get(x_571, 1); lean_inc(x_572); lean_dec_ref(x_571); x_52 = x_529; -x_53 = x_534; -x_54 = x_558; +x_53 = x_558; +x_54 = x_534; x_55 = x_572; goto block_59; } @@ -13929,7 +14101,7 @@ else lean_object* x_573; lean_object* x_574; lean_dec_ref(x_514); lean_dec_ref(x_513); -lean_dec_ref(x_511); +lean_dec_ref(x_512); lean_dec(x_510); lean_dec_ref(x_509); lean_dec(x_506); @@ -13948,7 +14120,7 @@ else lean_object* x_575; lean_object* x_576; lean_dec_ref(x_514); lean_dec_ref(x_513); -lean_dec_ref(x_511); +lean_dec_ref(x_512); lean_dec(x_510); lean_dec_ref(x_509); lean_dec(x_506); @@ -14031,10 +14203,10 @@ lean_dec(x_602); x_606 = lean_ctor_get(x_603, 1); lean_inc(x_606); lean_dec_ref(x_603); -x_509 = x_590; +x_509 = x_592; x_510 = x_601; -x_511 = x_592; -x_512 = x_593; +x_511 = x_593; +x_512 = x_590; x_513 = x_591; x_514 = x_600; x_515 = x_579; @@ -14083,10 +14255,10 @@ x_614 = l_Lean_addTrace___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_s x_615 = lean_ctor_get(x_614, 1); lean_inc(x_615); lean_dec_ref(x_614); -x_509 = x_590; +x_509 = x_592; x_510 = x_601; -x_511 = x_592; -x_512 = x_593; +x_511 = x_593; +x_512 = x_590; x_513 = x_591; x_514 = x_600; x_515 = x_579; @@ -14218,12 +14390,12 @@ return x_648; block_496: { lean_object* x_429; lean_object* x_430; lean_object* x_431; -x_429 = l_Lean_Compiler_LCNF_Specialize_cacheSpec___redArg(x_422, x_419, x_427, x_428); +x_429 = l_Lean_Compiler_LCNF_Specialize_cacheSpec___redArg(x_422, x_420, x_427, x_428); x_430 = lean_ctor_get(x_429, 1); lean_inc(x_430); lean_dec_ref(x_429); -lean_inc_ref(x_418); -x_431 = l_Lean_Compiler_LCNF_Decl_saveBase___redArg(x_418, x_427, x_430); +lean_inc_ref(x_419); +x_431 = l_Lean_Compiler_LCNF_Decl_saveBase___redArg(x_419, x_427, x_430); if (lean_obj_tag(x_431) == 0) { lean_object* x_432; lean_object* x_433; @@ -14234,7 +14406,7 @@ lean_inc(x_427); lean_inc_ref(x_426); lean_inc(x_425); lean_inc_ref(x_424); -x_433 = l_Lean_Compiler_LCNF_Decl_etaExpand(x_418, x_424, x_425, x_426, x_427, x_432); +x_433 = l_Lean_Compiler_LCNF_Decl_etaExpand(x_419, x_424, x_425, x_426, x_427, x_432); if (lean_obj_tag(x_433) == 0) { lean_object* x_434; lean_object* x_435; lean_object* x_436; @@ -14324,28 +14496,28 @@ lean_dec_ref(x_462); x_465 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Specialize_visitCode), 8, 0); x_466 = lean_box(1); x_467 = lean_array_get_size(x_457); -x_468 = lean_nat_dec_lt(x_416, x_467); +x_468 = lean_nat_dec_lt(x_417, x_467); if (x_468 == 0) { lean_dec(x_467); x_9 = x_466; -x_10 = x_454; -x_11 = x_460; -x_12 = x_458; -x_13 = x_423; -x_14 = x_425; -x_15 = x_464; -x_16 = x_421; -x_17 = x_427; -x_18 = x_455; -x_19 = x_424; -x_20 = x_457; -x_21 = x_465; -x_22 = x_417; -x_23 = x_459; -x_24 = x_461; -x_25 = x_463; -x_26 = x_426; +x_10 = x_457; +x_11 = x_426; +x_12 = x_459; +x_13 = x_464; +x_14 = x_421; +x_15 = x_463; +x_16 = x_424; +x_17 = x_460; +x_18 = x_461; +x_19 = x_454; +x_20 = x_465; +x_21 = x_423; +x_22 = x_425; +x_23 = x_418; +x_24 = x_455; +x_25 = x_427; +x_26 = x_458; x_27 = x_456; x_28 = x_466; goto block_51; @@ -14358,23 +14530,23 @@ if (x_469 == 0) { lean_dec(x_467); x_9 = x_466; -x_10 = x_454; -x_11 = x_460; -x_12 = x_458; -x_13 = x_423; -x_14 = x_425; -x_15 = x_464; -x_16 = x_421; -x_17 = x_427; -x_18 = x_455; -x_19 = x_424; -x_20 = x_457; -x_21 = x_465; -x_22 = x_417; -x_23 = x_459; -x_24 = x_461; -x_25 = x_463; -x_26 = x_426; +x_10 = x_457; +x_11 = x_426; +x_12 = x_459; +x_13 = x_464; +x_14 = x_421; +x_15 = x_463; +x_16 = x_424; +x_17 = x_460; +x_18 = x_461; +x_19 = x_454; +x_20 = x_465; +x_21 = x_423; +x_22 = x_425; +x_23 = x_418; +x_24 = x_455; +x_25 = x_427; +x_26 = x_458; x_27 = x_456; x_28 = x_466; goto block_51; @@ -14384,25 +14556,25 @@ else size_t x_470; lean_object* x_471; x_470 = lean_usize_of_nat(x_467); lean_dec(x_467); -x_471 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_spec__6(x_457, x_420, x_470, x_466); +x_471 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_spec__6(x_457, x_416, x_470, x_466); x_9 = x_466; -x_10 = x_454; -x_11 = x_460; -x_12 = x_458; -x_13 = x_423; -x_14 = x_425; -x_15 = x_464; -x_16 = x_421; -x_17 = x_427; -x_18 = x_455; -x_19 = x_424; -x_20 = x_457; -x_21 = x_465; -x_22 = x_417; -x_23 = x_459; -x_24 = x_461; -x_25 = x_463; -x_26 = x_426; +x_10 = x_457; +x_11 = x_426; +x_12 = x_459; +x_13 = x_464; +x_14 = x_421; +x_15 = x_463; +x_16 = x_424; +x_17 = x_460; +x_18 = x_461; +x_19 = x_454; +x_20 = x_465; +x_21 = x_423; +x_22 = x_425; +x_23 = x_418; +x_24 = x_455; +x_25 = x_427; +x_26 = x_458; x_27 = x_456; x_28 = x_471; goto block_51; @@ -14424,7 +14596,7 @@ lean_dec(x_425); lean_dec_ref(x_424); lean_dec(x_423); lean_dec_ref(x_421); -lean_dec(x_417); +lean_dec(x_418); x_472 = lean_ctor_get(x_462, 0); lean_inc(x_472); x_473 = lean_ctor_get(x_462, 1); @@ -14456,7 +14628,7 @@ lean_dec(x_425); lean_dec_ref(x_424); lean_dec(x_423); lean_dec_ref(x_421); -lean_dec(x_417); +lean_dec(x_418); x_476 = lean_ctor_get(x_451, 0); lean_inc(x_476); x_477 = lean_ctor_get(x_451, 1); @@ -14488,7 +14660,7 @@ lean_dec(x_425); lean_dec_ref(x_424); lean_dec(x_423); lean_dec_ref(x_421); -lean_dec(x_417); +lean_dec(x_418); lean_dec(x_414); x_480 = lean_ctor_get(x_443, 0); lean_inc(x_480); @@ -14522,7 +14694,7 @@ lean_dec(x_425); lean_dec_ref(x_424); lean_dec(x_423); lean_dec_ref(x_421); -lean_dec(x_417); +lean_dec(x_418); lean_dec(x_414); lean_dec(x_65); x_484 = lean_ctor_get(x_436, 0); @@ -14556,7 +14728,7 @@ lean_dec(x_425); lean_dec_ref(x_424); lean_dec(x_423); lean_dec_ref(x_421); -lean_dec(x_417); +lean_dec(x_418); lean_dec(x_414); lean_dec(x_65); x_488 = lean_ctor_get(x_433, 0); @@ -14590,8 +14762,8 @@ lean_dec(x_425); lean_dec_ref(x_424); lean_dec(x_423); lean_dec_ref(x_421); -lean_dec_ref(x_418); -lean_dec(x_417); +lean_dec_ref(x_419); +lean_dec(x_418); lean_dec(x_414); lean_dec(x_65); x_492 = lean_ctor_get(x_431, 0); @@ -14729,14 +14901,14 @@ return x_662; block_51: { lean_object* x_29; lean_object* x_30; -lean_inc(x_10); +lean_inc(x_19); x_29 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_25); +lean_ctor_set(x_29, 1, x_15); lean_ctor_set(x_29, 2, x_9); -lean_ctor_set(x_29, 3, x_10); -lean_inc(x_13); -x_30 = l_Lean_Compiler_LCNF_DeclValue_mapCodeM___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_spec__5(x_21, x_12, x_29, x_13, x_19, x_14, x_26, x_17, x_15); +lean_ctor_set(x_29, 3, x_19); +lean_inc(x_21); +x_30 = l_Lean_Compiler_LCNF_DeclValue_mapCodeM___at___Lean_Compiler_LCNF_Specialize_specializeApp_x3f_spec__5(x_20, x_26, x_29, x_21, x_16, x_22, x_11, x_25, x_13); if (lean_obj_tag(x_30) == 0) { lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; @@ -14745,25 +14917,25 @@ lean_inc(x_31); x_32 = lean_ctor_get(x_30, 1); lean_inc(x_32); lean_dec_ref(x_30); -x_33 = lean_st_ref_take(x_13, x_32); +x_33 = lean_st_ref_take(x_21, x_32); x_34 = lean_ctor_get(x_33, 0); lean_inc(x_34); x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec_ref(x_33); -lean_inc(x_10); +lean_inc(x_19); x_36 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_36, 0, x_10); -lean_ctor_set(x_36, 1, x_18); +lean_ctor_set(x_36, 0, x_19); +lean_ctor_set(x_36, 1, x_24); lean_ctor_set(x_36, 2, x_27); -lean_ctor_set(x_36, 3, x_20); +lean_ctor_set(x_36, 3, x_10); lean_ctor_set(x_36, 4, x_31); -lean_ctor_set(x_36, 5, x_24); -lean_ctor_set_uint8(x_36, sizeof(void*)*6, x_23); -lean_ctor_set_uint8(x_36, sizeof(void*)*6 + 1, x_11); +lean_ctor_set(x_36, 5, x_18); +lean_ctor_set_uint8(x_36, sizeof(void*)*6, x_12); +lean_ctor_set_uint8(x_36, sizeof(void*)*6 + 1, x_17); x_37 = lean_array_push(x_34, x_36); -x_38 = lean_st_ref_set(x_13, x_37, x_35); -lean_dec(x_13); +x_38 = lean_st_ref_set(x_21, x_37, x_35); +lean_dec(x_21); x_39 = !lean_is_exclusive(x_38); if (x_39 == 0) { @@ -14771,9 +14943,9 @@ lean_object* x_40; lean_object* x_41; lean_object* x_42; x_40 = lean_ctor_get(x_38, 0); lean_dec(x_40); x_41 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_41, 0, x_10); -lean_ctor_set(x_41, 1, x_22); -lean_ctor_set(x_41, 2, x_16); +lean_ctor_set(x_41, 0, x_19); +lean_ctor_set(x_41, 1, x_23); +lean_ctor_set(x_41, 2, x_14); x_42 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_38, 0, x_42); @@ -14786,9 +14958,9 @@ x_43 = lean_ctor_get(x_38, 1); lean_inc(x_43); lean_dec(x_38); x_44 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_44, 0, x_10); -lean_ctor_set(x_44, 1, x_22); -lean_ctor_set(x_44, 2, x_16); +lean_ctor_set(x_44, 0, x_19); +lean_ctor_set(x_44, 1, x_23); +lean_ctor_set(x_44, 2, x_14); x_45 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_45, 0, x_44); x_46 = lean_alloc_ctor(0, 2, 0); @@ -14802,12 +14974,12 @@ else uint8_t x_47; lean_dec_ref(x_27); lean_dec(x_24); -lean_dec(x_22); -lean_dec_ref(x_20); +lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_19); lean_dec(x_18); -lean_dec_ref(x_16); -lean_dec(x_13); -lean_dec(x_10); +lean_dec_ref(x_14); +lean_dec_ref(x_10); x_47 = !lean_is_exclusive(x_30); if (x_47 == 0) { @@ -14832,9 +15004,9 @@ block_59: { lean_object* x_56; lean_object* x_57; lean_object* x_58; x_56 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 0, x_53); lean_ctor_set(x_56, 1, x_52); -lean_ctor_set(x_56, 2, x_53); +lean_ctor_set(x_56, 2, x_54); x_57 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_57, 0, x_56); x_58 = lean_alloc_ctor(0, 2, 0); @@ -16031,83 +16203,89 @@ lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; switch (lean_obj_tag(x_1)) { case 0: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_56; lean_object* x_57; uint8_t x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; 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_130; lean_object* x_131; lean_object* x_132; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; 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_56; uint8_t x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; 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; uint8_t x_83; lean_object* x_84; 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_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_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; x_17 = lean_ctor_get(x_1, 0); x_18 = lean_ctor_get(x_1, 1); -x_130 = lean_ctor_get(x_17, 0); -x_131 = lean_ctor_get(x_17, 3); +x_157 = lean_ctor_get(x_17, 0); +x_158 = lean_ctor_get(x_17, 2); +x_159 = lean_ctor_get(x_17, 3); lean_inc(x_7); lean_inc_ref(x_6); lean_inc(x_5); lean_inc_ref(x_4); lean_inc(x_3); lean_inc_ref(x_2); -lean_inc(x_131); -x_132 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f(x_131, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_132) == 0) +lean_inc(x_159); +x_160 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f(x_159, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_160) == 0) { -lean_object* x_133; -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -if (lean_obj_tag(x_133) == 0) +lean_object* x_161; +x_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +if (lean_obj_tag(x_161) == 0) { -lean_object* x_134; -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -lean_dec_ref(x_132); -lean_inc(x_131); -lean_inc(x_130); +lean_object* x_162; +x_162 = lean_ctor_get(x_160, 1); +lean_inc(x_162); +lean_dec_ref(x_160); +lean_inc(x_159); +lean_inc_ref(x_158); +lean_inc(x_157); lean_inc_ref(x_17); -x_74 = x_17; -x_75 = x_130; -x_76 = x_131; -x_77 = x_2; -x_78 = x_3; -x_79 = x_4; -x_80 = x_5; -x_81 = x_6; -x_82 = x_7; -x_83 = x_134; -goto block_129; +x_133 = x_17; +x_134 = x_157; +x_135 = x_158; +x_136 = x_159; +x_137 = x_2; +x_138 = x_3; +x_139 = x_4; +x_140 = x_5; +x_141 = x_6; +x_142 = x_7; +x_143 = x_162; +goto block_156; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = lean_ctor_get(x_132, 1); -lean_inc(x_135); -lean_dec_ref(x_132); -x_136 = lean_ctor_get(x_133, 0); -lean_inc(x_136); -lean_dec_ref(x_133); +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_160, 1); +lean_inc(x_163); +lean_dec_ref(x_160); +x_164 = lean_ctor_get(x_161, 0); +lean_inc(x_164); +lean_dec_ref(x_161); lean_inc_ref(x_17); -x_137 = l_Lean_Compiler_LCNF_LetDecl_updateValue___redArg(x_17, x_136, x_5, x_135); -if (lean_obj_tag(x_137) == 0) +x_165 = l_Lean_Compiler_LCNF_LetDecl_updateValue___redArg(x_17, x_164, x_5, x_163); +if (lean_obj_tag(x_165) == 0) { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec_ref(x_137); -x_140 = lean_ctor_get(x_138, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_138, 3); -lean_inc(x_141); -x_74 = x_138; -x_75 = x_140; -x_76 = x_141; -x_77 = x_2; -x_78 = x_3; -x_79 = x_4; -x_80 = x_5; -x_81 = x_6; -x_82 = x_7; -x_83 = x_139; -goto block_129; +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_166 = lean_ctor_get(x_165, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_165, 1); +lean_inc(x_167); +lean_dec_ref(x_165); +x_168 = lean_ctor_get(x_166, 0); +lean_inc(x_168); +x_169 = lean_ctor_get(x_166, 2); +lean_inc_ref(x_169); +x_170 = lean_ctor_get(x_166, 3); +lean_inc(x_170); +x_133 = x_166; +x_134 = x_168; +x_135 = x_169; +x_136 = x_170; +x_137 = x_2; +x_138 = x_3; +x_139 = x_4; +x_140 = x_5; +x_141 = x_6; +x_142 = x_7; +x_143 = x_167; +goto block_156; } else { -uint8_t x_142; +uint8_t x_171; lean_dec(x_7); lean_dec_ref(x_6); lean_dec(x_5); @@ -16115,30 +16293,30 @@ lean_dec_ref(x_4); lean_dec(x_3); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_142 = !lean_is_exclusive(x_137); -if (x_142 == 0) +x_171 = !lean_is_exclusive(x_165); +if (x_171 == 0) { -return x_137; +return x_165; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_143 = lean_ctor_get(x_137, 0); -x_144 = lean_ctor_get(x_137, 1); -lean_inc(x_144); -lean_inc(x_143); -lean_dec(x_137); -x_145 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -return x_145; +lean_object* x_172; lean_object* x_173; lean_object* x_174; +x_172 = lean_ctor_get(x_165, 0); +x_173 = lean_ctor_get(x_165, 1); +lean_inc(x_173); +lean_inc(x_172); +lean_dec(x_165); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +return x_174; } } } } else { -uint8_t x_146; +uint8_t x_175; lean_dec(x_7); lean_dec_ref(x_6); lean_dec(x_5); @@ -16146,23 +16324,23 @@ lean_dec_ref(x_4); lean_dec(x_3); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_146 = !lean_is_exclusive(x_132); -if (x_146 == 0) +x_175 = !lean_is_exclusive(x_160); +if (x_175 == 0) { -return x_132; +return x_160; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_132, 0); -x_148 = lean_ctor_get(x_132, 1); -lean_inc(x_148); -lean_inc(x_147); -lean_dec(x_132); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; +lean_object* x_176; lean_object* x_177; lean_object* x_178; +x_176 = lean_ctor_get(x_160, 0); +x_177 = lean_ctor_get(x_160, 1); +lean_inc(x_177); +lean_inc(x_176); +lean_dec(x_160); +x_178 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_178, 0, x_176); +lean_ctor_set(x_178, 1, x_177); +return x_178; } } block_40: @@ -16170,11 +16348,11 @@ block_40: lean_object* x_30; lean_object* x_31; x_30 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_30, 0, x_22); -lean_ctor_set(x_30, 1, x_23); +lean_ctor_set(x_30, 1, x_20); lean_ctor_set(x_30, 2, x_29); -lean_ctor_set(x_30, 3, x_25); +lean_ctor_set(x_30, 3, x_19); lean_inc_ref(x_18); -x_31 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_18, x_30, x_24, x_26, x_21, x_20, x_27, x_19); +x_31 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_18, x_30, x_25, x_21, x_23, x_27, x_24, x_26); if (lean_obj_tag(x_31) == 0) { lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; uint8_t x_36; @@ -16189,8 +16367,8 @@ x_36 = lean_usize_dec_eq(x_34, x_35); if (x_36 == 0) { x_9 = x_32; -x_10 = x_28; -x_11 = x_33; +x_10 = x_33; +x_11 = x_28; x_12 = x_36; goto block_16; } @@ -16201,8 +16379,8 @@ x_37 = lean_ptr_addr(x_17); x_38 = lean_ptr_addr(x_28); x_39 = lean_usize_dec_eq(x_37, x_38); x_9 = x_32; -x_10 = x_28; -x_11 = x_33; +x_10 = x_33; +x_11 = x_28; x_12 = x_39; goto block_16; } @@ -16216,35 +16394,35 @@ return x_31; } block_55: { -if (x_49 == 0) +if (x_44 == 0) { lean_dec(x_41); -x_19 = x_44; -x_20 = x_43; -x_21 = x_42; -x_22 = x_46; -x_23 = x_53; -x_24 = x_48; -x_25 = x_47; -x_26 = x_50; -x_27 = x_51; +x_19 = x_42; +x_20 = x_53; +x_21 = x_43; +x_22 = x_45; +x_23 = x_46; +x_24 = x_49; +x_25 = x_48; +x_26 = x_51; +x_27 = x_50; x_28 = x_52; -x_29 = x_45; +x_29 = x_47; goto block_40; } else { lean_object* x_54; -x_54 = l_Lean_FVarIdSet_insert(x_45, x_41); -x_19 = x_44; -x_20 = x_43; -x_21 = x_42; -x_22 = x_46; -x_23 = x_53; -x_24 = x_48; -x_25 = x_47; -x_26 = x_50; -x_27 = x_51; +x_54 = l_Lean_FVarIdSet_insert(x_47, x_41); +x_19 = x_42; +x_20 = x_53; +x_21 = x_43; +x_22 = x_45; +x_23 = x_46; +x_24 = x_49; +x_25 = x_48; +x_26 = x_51; +x_27 = x_50; x_28 = x_52; x_29 = x_54; goto block_40; @@ -16264,20 +16442,20 @@ lean_inc(x_70); lean_dec_ref(x_60); lean_inc(x_56); x_71 = l_Lean_FVarIdSet_insert(x_67, x_56); -if (x_58 == 0) +if (x_57 == 0) { x_41 = x_56; -x_42 = x_63; -x_43 = x_64; -x_44 = x_66; -x_45 = x_69; -x_46 = x_71; -x_47 = x_70; +x_42 = x_70; +x_43 = x_62; +x_44 = x_59; +x_45 = x_71; +x_46 = x_63; +x_47 = x_69; x_48 = x_61; -x_49 = x_59; -x_50 = x_62; -x_51 = x_65; -x_52 = x_57; +x_49 = x_65; +x_50 = x_64; +x_51 = x_66; +x_52 = x_58; x_53 = x_68; goto block_55; } @@ -16287,461 +16465,559 @@ lean_object* x_72; lean_inc(x_56); x_72 = l_Lean_FVarIdSet_insert(x_68, x_56); x_41 = x_56; -x_42 = x_63; -x_43 = x_64; -x_44 = x_66; -x_45 = x_69; -x_46 = x_71; -x_47 = x_70; +x_42 = x_70; +x_43 = x_62; +x_44 = x_59; +x_45 = x_71; +x_46 = x_63; +x_47 = x_69; x_48 = x_61; -x_49 = x_59; -x_50 = x_62; -x_51 = x_65; -x_52 = x_57; +x_49 = x_65; +x_50 = x_64; +x_51 = x_66; +x_52 = x_58; x_53 = x_72; goto block_55; } } -block_129: +block_118: { -lean_object* x_84; -lean_inc_ref(x_77); -lean_inc(x_76); -x_84 = l_Lean_Compiler_LCNF_Specialize_isGround___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__0___redArg(x_76, x_77, x_83); -switch (lean_obj_tag(x_76)) { +switch (lean_obj_tag(x_75)) { case 3: { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_85 = lean_ctor_get(x_84, 0); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_75, 0); lean_inc(x_85); -x_86 = lean_ctor_get(x_84, 1); -lean_inc(x_86); -lean_dec_ref(x_84); -x_87 = lean_ctor_get(x_76, 0); -lean_inc(x_87); -x_88 = lean_ctor_get(x_76, 2); -lean_inc_ref(x_88); -lean_dec_ref(x_76); -x_89 = l_Lean_Compiler_LCNF_getDecl_x3f___redArg(x_87, x_79, x_82, x_86); -if (lean_obj_tag(x_89) == 0) +x_86 = lean_ctor_get(x_75, 2); +lean_inc_ref(x_86); +lean_dec_ref(x_75); +x_87 = l_Lean_Compiler_LCNF_getDecl_x3f___redArg(x_85, x_79, x_78, x_84); +if (lean_obj_tag(x_87) == 0) { -lean_object* x_90; -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -if (lean_obj_tag(x_90) == 0) +lean_object* x_88; +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +if (lean_obj_tag(x_88) == 0) { -lean_object* x_91; uint8_t x_92; uint8_t x_93; -lean_dec_ref(x_88); -x_91 = lean_ctor_get(x_89, 1); +lean_object* x_89; uint8_t x_90; +lean_dec_ref(x_86); +x_89 = lean_ctor_get(x_87, 1); +lean_inc(x_89); +lean_dec_ref(x_87); +x_90 = 0; +x_56 = x_74; +x_57 = x_83; +x_58 = x_82; +x_59 = x_90; +x_60 = x_80; +x_61 = x_76; +x_62 = x_79; +x_63 = x_81; +x_64 = x_77; +x_65 = x_78; +x_66 = x_89; +goto block_73; +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; +x_91 = lean_ctor_get(x_88, 0); lean_inc(x_91); -lean_dec_ref(x_89); -x_92 = 0; -x_93 = lean_unbox(x_85); -lean_dec(x_85); -x_56 = x_75; -x_57 = x_74; -x_58 = x_93; -x_59 = x_92; -x_60 = x_77; -x_61 = x_78; -x_62 = x_79; -x_63 = x_80; -x_64 = x_81; -x_65 = x_82; -x_66 = x_91; -goto block_73; -} -else -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; uint8_t x_100; -x_94 = lean_ctor_get(x_90, 0); -lean_inc(x_94); -lean_dec_ref(x_90); -x_95 = lean_ctor_get(x_89, 1); -lean_inc(x_95); -lean_dec_ref(x_89); -x_96 = lean_ctor_get(x_94, 3); -lean_inc_ref(x_96); +lean_dec_ref(x_88); +x_92 = lean_ctor_get(x_87, 1); +lean_inc(x_92); +lean_dec_ref(x_87); +x_93 = lean_ctor_get(x_91, 3); +lean_inc_ref(x_93); +lean_dec(x_91); +x_94 = lean_array_get_size(x_86); +lean_dec_ref(x_86); +x_95 = lean_array_get_size(x_93); +lean_dec_ref(x_93); +x_96 = lean_nat_dec_lt(x_94, x_95); +lean_dec(x_95); lean_dec(x_94); -x_97 = lean_array_get_size(x_88); -lean_dec_ref(x_88); -x_98 = lean_array_get_size(x_96); -lean_dec_ref(x_96); -x_99 = lean_nat_dec_lt(x_97, x_98); -lean_dec(x_98); -lean_dec(x_97); -x_100 = lean_unbox(x_85); -lean_dec(x_85); -x_56 = x_75; -x_57 = x_74; -x_58 = x_100; -x_59 = x_99; -x_60 = x_77; -x_61 = x_78; +x_56 = x_74; +x_57 = x_83; +x_58 = x_82; +x_59 = x_96; +x_60 = x_80; +x_61 = x_76; x_62 = x_79; -x_63 = x_80; -x_64 = x_81; -x_65 = x_82; -x_66 = x_95; +x_63 = x_81; +x_64 = x_77; +x_65 = x_78; +x_66 = x_92; goto block_73; } } else { -uint8_t x_101; -lean_dec_ref(x_88); -lean_dec(x_85); -lean_dec(x_82); -lean_dec_ref(x_81); -lean_dec(x_80); +uint8_t x_97; +lean_dec_ref(x_86); +lean_dec_ref(x_82); +lean_dec(x_81); +lean_dec_ref(x_80); lean_dec_ref(x_79); lean_dec(x_78); lean_dec_ref(x_77); -lean_dec(x_75); -lean_dec_ref(x_74); +lean_dec(x_76); +lean_dec(x_74); lean_dec_ref(x_1); -x_101 = !lean_is_exclusive(x_89); -if (x_101 == 0) +x_97 = !lean_is_exclusive(x_87); +if (x_97 == 0) { -return x_89; +return x_87; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_89, 0); -x_103 = lean_ctor_get(x_89, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_89); -x_104 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_104, 0, x_102); -lean_ctor_set(x_104, 1, x_103); -return x_104; +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_87, 0); +x_99 = lean_ctor_get(x_87, 1); +lean_inc(x_99); +lean_inc(x_98); +lean_dec(x_87); +x_100 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +return x_100; } } } case 4: { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_105 = lean_ctor_get(x_84, 0); +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_75, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_75, 1); +lean_inc_ref(x_102); +lean_dec_ref(x_75); +x_103 = l_Lean_Compiler_LCNF_findFunDecl_x3f___redArg(x_101, x_81, x_84); +lean_dec(x_101); +if (lean_obj_tag(x_103) == 0) +{ +lean_object* x_104; +x_104 = lean_ctor_get(x_103, 0); +lean_inc(x_104); +if (lean_obj_tag(x_104) == 0) +{ +lean_object* x_105; uint8_t x_106; +lean_dec_ref(x_102); +x_105 = lean_ctor_get(x_103, 1); lean_inc(x_105); -x_106 = lean_ctor_get(x_84, 1); -lean_inc(x_106); -lean_dec_ref(x_84); -x_107 = lean_ctor_get(x_76, 0); +lean_dec_ref(x_103); +x_106 = 0; +x_56 = x_74; +x_57 = x_83; +x_58 = x_82; +x_59 = x_106; +x_60 = x_80; +x_61 = x_76; +x_62 = x_79; +x_63 = x_81; +x_64 = x_77; +x_65 = x_78; +x_66 = x_105; +goto block_73; +} +else +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; +x_107 = lean_ctor_get(x_104, 0); lean_inc(x_107); -x_108 = lean_ctor_get(x_76, 1); -lean_inc_ref(x_108); -lean_dec_ref(x_76); -x_109 = l_Lean_Compiler_LCNF_findFunDecl_x3f___redArg(x_107, x_80, x_106); +lean_dec_ref(x_104); +x_108 = lean_ctor_get(x_103, 1); +lean_inc(x_108); +lean_dec_ref(x_103); +x_109 = lean_ctor_get(x_107, 2); +lean_inc_ref(x_109); lean_dec(x_107); -if (lean_obj_tag(x_109) == 0) -{ -lean_object* x_110; -x_110 = lean_ctor_get(x_109, 0); -lean_inc(x_110); -if (lean_obj_tag(x_110) == 0) -{ -lean_object* x_111; uint8_t x_112; uint8_t x_113; -lean_dec_ref(x_108); -x_111 = lean_ctor_get(x_109, 1); -lean_inc(x_111); +x_110 = lean_array_get_size(x_102); +lean_dec_ref(x_102); +x_111 = lean_array_get_size(x_109); lean_dec_ref(x_109); -x_112 = 0; -x_113 = lean_unbox(x_105); -lean_dec(x_105); -x_56 = x_75; -x_57 = x_74; -x_58 = x_113; +x_112 = lean_nat_dec_lt(x_110, x_111); +lean_dec(x_111); +lean_dec(x_110); +x_56 = x_74; +x_57 = x_83; +x_58 = x_82; x_59 = x_112; -x_60 = x_77; -x_61 = x_78; +x_60 = x_80; +x_61 = x_76; x_62 = x_79; -x_63 = x_80; -x_64 = x_81; -x_65 = x_82; -x_66 = x_111; -goto block_73; -} -else -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; uint8_t x_119; uint8_t x_120; -x_114 = lean_ctor_get(x_110, 0); -lean_inc(x_114); -lean_dec_ref(x_110); -x_115 = lean_ctor_get(x_109, 1); -lean_inc(x_115); -lean_dec_ref(x_109); -x_116 = lean_ctor_get(x_114, 2); -lean_inc_ref(x_116); -lean_dec(x_114); -x_117 = lean_array_get_size(x_108); -lean_dec_ref(x_108); -x_118 = lean_array_get_size(x_116); -lean_dec_ref(x_116); -x_119 = lean_nat_dec_lt(x_117, x_118); -lean_dec(x_118); -lean_dec(x_117); -x_120 = lean_unbox(x_105); -lean_dec(x_105); -x_56 = x_75; -x_57 = x_74; -x_58 = x_120; -x_59 = x_119; -x_60 = x_77; -x_61 = x_78; -x_62 = x_79; -x_63 = x_80; -x_64 = x_81; -x_65 = x_82; -x_66 = x_115; +x_63 = x_81; +x_64 = x_77; +x_65 = x_78; +x_66 = x_108; goto block_73; } } else { -uint8_t x_121; -lean_dec_ref(x_108); -lean_dec(x_105); -lean_dec(x_82); -lean_dec_ref(x_81); -lean_dec(x_80); +uint8_t x_113; +lean_dec_ref(x_102); +lean_dec_ref(x_82); +lean_dec(x_81); +lean_dec_ref(x_80); lean_dec_ref(x_79); lean_dec(x_78); lean_dec_ref(x_77); -lean_dec(x_75); -lean_dec_ref(x_74); +lean_dec(x_76); +lean_dec(x_74); lean_dec_ref(x_1); -x_121 = !lean_is_exclusive(x_109); -if (x_121 == 0) +x_113 = !lean_is_exclusive(x_103); +if (x_113 == 0) { -return x_109; +return x_103; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_109, 0); -x_123 = lean_ctor_get(x_109, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_109); -x_124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_124, 0, x_122); -lean_ctor_set(x_124, 1, x_123); -return x_124; +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_103, 0); +x_115 = lean_ctor_get(x_103, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_103); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } default: { -lean_object* x_125; lean_object* x_126; uint8_t x_127; uint8_t x_128; -lean_dec(x_76); -x_125 = lean_ctor_get(x_84, 0); -lean_inc(x_125); -x_126 = lean_ctor_get(x_84, 1); -lean_inc(x_126); -lean_dec_ref(x_84); -x_127 = 0; -x_128 = lean_unbox(x_125); -lean_dec(x_125); -x_56 = x_75; -x_57 = x_74; -x_58 = x_128; -x_59 = x_127; -x_60 = x_77; -x_61 = x_78; +uint8_t x_117; +lean_dec(x_75); +x_117 = 0; +x_56 = x_74; +x_57 = x_83; +x_58 = x_82; +x_59 = x_117; +x_60 = x_80; +x_61 = x_76; x_62 = x_79; -x_63 = x_80; -x_64 = x_81; -x_65 = x_82; -x_66 = x_126; +x_63 = x_81; +x_64 = x_77; +x_65 = x_78; +x_66 = x_84; goto block_73; } } } +block_132: +{ +lean_object* x_129; lean_object* x_130; uint8_t x_131; +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_ref(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_74 = x_119; +x_75 = x_120; +x_76 = x_121; +x_77 = x_122; +x_78 = x_123; +x_79 = x_124; +x_80 = x_125; +x_81 = x_127; +x_82 = x_126; +x_83 = x_131; +x_84 = x_130; +goto block_118; +} +block_156: +{ +lean_object* x_144; +x_144 = l_Lean_Compiler_LCNF_isArrowClass_x3f___redArg(x_135, x_142, x_143); +if (lean_obj_tag(x_144) == 0) +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; +x_145 = lean_ctor_get(x_144, 0); +lean_inc(x_145); +x_146 = lean_ctor_get(x_144, 1); +lean_inc(x_146); +lean_dec_ref(x_144); +lean_inc_ref(x_137); +lean_inc(x_136); +x_147 = l_Lean_Compiler_LCNF_Specialize_isGround___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__0___redArg(x_136, x_137, x_146); +x_148 = lean_ctor_get(x_147, 0); +lean_inc(x_148); +x_149 = lean_unbox(x_148); +lean_dec(x_148); +if (x_149 == 0) +{ +if (lean_obj_tag(x_145) == 0) +{ +x_119 = x_134; +x_120 = x_136; +x_121 = x_138; +x_122 = x_141; +x_123 = x_142; +x_124 = x_139; +x_125 = x_137; +x_126 = x_133; +x_127 = x_140; +x_128 = x_147; +goto block_132; +} +else +{ +lean_object* x_150; uint8_t x_151; +lean_dec_ref(x_145); +x_150 = lean_ctor_get(x_147, 1); +lean_inc(x_150); +lean_dec_ref(x_147); +x_151 = 1; +x_74 = x_134; +x_75 = x_136; +x_76 = x_138; +x_77 = x_141; +x_78 = x_142; +x_79 = x_139; +x_80 = x_137; +x_81 = x_140; +x_82 = x_133; +x_83 = x_151; +x_84 = x_150; +goto block_118; +} +} +else +{ +lean_dec(x_145); +x_119 = x_134; +x_120 = x_136; +x_121 = x_138; +x_122 = x_141; +x_123 = x_142; +x_124 = x_139; +x_125 = x_137; +x_126 = x_133; +x_127 = x_140; +x_128 = x_147; +goto block_132; +} +} +else +{ +uint8_t x_152; +lean_dec(x_142); +lean_dec_ref(x_141); +lean_dec(x_140); +lean_dec_ref(x_139); +lean_dec(x_138); +lean_dec_ref(x_137); +lean_dec(x_136); +lean_dec(x_134); +lean_dec_ref(x_133); +lean_dec_ref(x_1); +x_152 = !lean_is_exclusive(x_144); +if (x_152 == 0) +{ +return x_144; +} +else +{ +lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_153 = lean_ctor_get(x_144, 0); +x_154 = lean_ctor_get(x_144, 1); +lean_inc(x_154); +lean_inc(x_153); +lean_dec(x_144); +x_155 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_155, 0, x_153); +lean_ctor_set(x_155, 1, x_154); +return x_155; +} +} +} } case 1: { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_1, 0); -x_151 = lean_ctor_get(x_1, 1); +lean_object* x_179; lean_object* x_180; lean_object* x_181; +x_179 = lean_ctor_get(x_1, 0); +x_180 = lean_ctor_get(x_1, 1); lean_inc(x_7); lean_inc_ref(x_6); lean_inc(x_5); lean_inc_ref(x_4); lean_inc(x_3); lean_inc_ref(x_2); -lean_inc_ref(x_150); -x_152 = l_Lean_Compiler_LCNF_Specialize_visitFunDecl(x_150, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_152) == 0) +lean_inc_ref(x_179); +x_181 = l_Lean_Compiler_LCNF_Specialize_visitFunDecl(x_179, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_181) == 0) { -lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; 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; uint8_t x_175; lean_object* x_176; lean_object* x_177; -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_152, 1); -lean_inc(x_154); -if (lean_is_exclusive(x_152)) { - lean_ctor_release(x_152, 0); - lean_ctor_release(x_152, 1); - x_155 = x_152; +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; 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; uint8_t x_204; lean_object* x_205; lean_object* x_206; +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_181, 1); +lean_inc(x_183); +if (lean_is_exclusive(x_181)) { + lean_ctor_release(x_181, 0); + lean_ctor_release(x_181, 1); + x_184 = x_181; } else { - lean_dec_ref(x_152); - x_155 = lean_box(0); + lean_dec_ref(x_181); + x_184 = lean_box(0); } -x_167 = lean_ctor_get(x_153, 0); -x_168 = lean_ctor_get(x_153, 4); -x_169 = lean_ctor_get(x_2, 0); -lean_inc(x_169); -x_170 = lean_ctor_get(x_2, 1); -lean_inc(x_170); -x_171 = lean_ctor_get(x_2, 2); -lean_inc(x_171); -x_172 = lean_ctor_get(x_2, 3); -lean_inc(x_172); +x_196 = lean_ctor_get(x_182, 0); +x_197 = lean_ctor_get(x_182, 4); +x_198 = lean_ctor_get(x_2, 0); +lean_inc(x_198); +x_199 = lean_ctor_get(x_2, 1); +lean_inc(x_199); +x_200 = lean_ctor_get(x_2, 2); +lean_inc(x_200); +x_201 = lean_ctor_get(x_2, 3); +lean_inc(x_201); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); lean_ctor_release(x_2, 1); lean_ctor_release(x_2, 2); lean_ctor_release(x_2, 3); - x_173 = x_2; + x_202 = x_2; } else { lean_dec_ref(x_2); - x_173 = lean_box(0); + x_202 = lean_box(0); } -lean_inc(x_170); -lean_inc(x_169); -x_174 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Specialize_visitCode___lam__0___boxed), 3, 2); -lean_closure_set(x_174, 0, x_169); -lean_closure_set(x_174, 1, x_170); -lean_inc_ref(x_168); -x_175 = l_Lean_Compiler_LCNF_allFVar___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__5(x_174, x_168); -lean_inc(x_167); -x_176 = l_Lean_FVarIdSet_insert(x_169, x_167); -if (x_175 == 0) +lean_inc(x_199); +lean_inc(x_198); +x_203 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Specialize_visitCode___lam__0___boxed), 3, 2); +lean_closure_set(x_203, 0, x_198); +lean_closure_set(x_203, 1, x_199); +lean_inc_ref(x_197); +x_204 = l_Lean_Compiler_LCNF_allFVar___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__5(x_203, x_197); +lean_inc(x_196); +x_205 = l_Lean_FVarIdSet_insert(x_198, x_196); +if (x_204 == 0) { -x_177 = x_170; -goto block_188; +x_206 = x_199; +goto block_217; } else { -lean_object* x_189; -lean_inc(x_167); -x_189 = l_Lean_FVarIdSet_insert(x_170, x_167); -x_177 = x_189; -goto block_188; +lean_object* x_218; +lean_inc(x_196); +x_218 = l_Lean_FVarIdSet_insert(x_199, x_196); +x_206 = x_218; +goto block_217; } -block_166: +block_195: { -if (x_158 == 0) +if (x_187 == 0) { -uint8_t x_159; -x_159 = !lean_is_exclusive(x_1); -if (x_159 == 0) +uint8_t x_188; +x_188 = !lean_is_exclusive(x_1); +if (x_188 == 0) { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_1, 1); -lean_dec(x_160); -x_161 = lean_ctor_get(x_1, 0); -lean_dec(x_161); -lean_ctor_set(x_1, 1, x_157); -lean_ctor_set(x_1, 0, x_153); -if (lean_is_scalar(x_155)) { - x_162 = lean_alloc_ctor(0, 2, 0); +lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_189 = lean_ctor_get(x_1, 1); +lean_dec(x_189); +x_190 = lean_ctor_get(x_1, 0); +lean_dec(x_190); +lean_ctor_set(x_1, 1, x_185); +lean_ctor_set(x_1, 0, x_182); +if (lean_is_scalar(x_184)) { + x_191 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_155; + x_191 = x_184; } -lean_ctor_set(x_162, 0, x_1); -lean_ctor_set(x_162, 1, x_156); -return x_162; +lean_ctor_set(x_191, 0, x_1); +lean_ctor_set(x_191, 1, x_186); +return x_191; } else { -lean_object* x_163; lean_object* x_164; +lean_object* x_192; lean_object* x_193; lean_dec(x_1); -x_163 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_163, 0, x_153); -lean_ctor_set(x_163, 1, x_157); -if (lean_is_scalar(x_155)) { - x_164 = lean_alloc_ctor(0, 2, 0); +x_192 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_192, 0, x_182); +lean_ctor_set(x_192, 1, x_185); +if (lean_is_scalar(x_184)) { + x_193 = lean_alloc_ctor(0, 2, 0); } else { - x_164 = x_155; + x_193 = x_184; } -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_156); -return x_164; +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_186); +return x_193; } } else { -lean_object* x_165; -lean_dec_ref(x_157); -lean_dec(x_153); -if (lean_is_scalar(x_155)) { - x_165 = lean_alloc_ctor(0, 2, 0); +lean_object* x_194; +lean_dec_ref(x_185); +lean_dec(x_182); +if (lean_is_scalar(x_184)) { + x_194 = lean_alloc_ctor(0, 2, 0); } else { - x_165 = x_155; + x_194 = x_184; } -lean_ctor_set(x_165, 0, x_1); -lean_ctor_set(x_165, 1, x_156); -return x_165; +lean_ctor_set(x_194, 0, x_1); +lean_ctor_set(x_194, 1, x_186); +return x_194; } } -block_188: +block_217: { -lean_object* x_178; lean_object* x_179; -if (lean_is_scalar(x_173)) { - x_178 = lean_alloc_ctor(0, 4, 0); +lean_object* x_207; lean_object* x_208; +if (lean_is_scalar(x_202)) { + x_207 = lean_alloc_ctor(0, 4, 0); } else { - x_178 = x_173; + x_207 = x_202; } -lean_ctor_set(x_178, 0, x_176); -lean_ctor_set(x_178, 1, x_177); -lean_ctor_set(x_178, 2, x_171); -lean_ctor_set(x_178, 3, x_172); -lean_inc_ref(x_151); -x_179 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_151, x_178, x_3, x_4, x_5, x_6, x_7, x_154); -if (lean_obj_tag(x_179) == 0) +lean_ctor_set(x_207, 0, x_205); +lean_ctor_set(x_207, 1, x_206); +lean_ctor_set(x_207, 2, x_200); +lean_ctor_set(x_207, 3, x_201); +lean_inc_ref(x_180); +x_208 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_180, x_207, x_3, x_4, x_5, x_6, x_7, x_183); +if (lean_obj_tag(x_208) == 0) { -lean_object* x_180; lean_object* x_181; size_t x_182; size_t x_183; uint8_t x_184; -x_180 = lean_ctor_get(x_179, 0); -lean_inc(x_180); -x_181 = lean_ctor_get(x_179, 1); -lean_inc(x_181); -lean_dec_ref(x_179); -x_182 = lean_ptr_addr(x_151); -x_183 = lean_ptr_addr(x_180); -x_184 = lean_usize_dec_eq(x_182, x_183); -if (x_184 == 0) +lean_object* x_209; lean_object* x_210; size_t x_211; size_t x_212; uint8_t x_213; +x_209 = lean_ctor_get(x_208, 0); +lean_inc(x_209); +x_210 = lean_ctor_get(x_208, 1); +lean_inc(x_210); +lean_dec_ref(x_208); +x_211 = lean_ptr_addr(x_180); +x_212 = lean_ptr_addr(x_209); +x_213 = lean_usize_dec_eq(x_211, x_212); +if (x_213 == 0) { -x_156 = x_181; -x_157 = x_180; -x_158 = x_184; -goto block_166; +x_185 = x_209; +x_186 = x_210; +x_187 = x_213; +goto block_195; } else { -size_t x_185; size_t x_186; uint8_t x_187; -x_185 = lean_ptr_addr(x_150); -x_186 = lean_ptr_addr(x_153); -x_187 = lean_usize_dec_eq(x_185, x_186); -x_156 = x_181; -x_157 = x_180; -x_158 = x_187; -goto block_166; +size_t x_214; size_t x_215; uint8_t x_216; +x_214 = lean_ptr_addr(x_179); +x_215 = lean_ptr_addr(x_182); +x_216 = lean_usize_dec_eq(x_214, x_215); +x_185 = x_209; +x_186 = x_210; +x_187 = x_216; +goto block_195; } } else { -lean_dec(x_155); -lean_dec(x_153); +lean_dec(x_184); +lean_dec(x_182); lean_dec_ref(x_1); -return x_179; +return x_208; } } } else { -uint8_t x_190; +uint8_t x_219; lean_dec(x_7); lean_dec_ref(x_6); lean_dec(x_5); @@ -16749,425 +17025,284 @@ lean_dec_ref(x_4); lean_dec(x_3); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_190 = !lean_is_exclusive(x_152); -if (x_190 == 0) +x_219 = !lean_is_exclusive(x_181); +if (x_219 == 0) { -return x_152; +return x_181; } else { -lean_object* x_191; lean_object* x_192; lean_object* x_193; -x_191 = lean_ctor_get(x_152, 0); -x_192 = lean_ctor_get(x_152, 1); -lean_inc(x_192); -lean_inc(x_191); -lean_dec(x_152); -x_193 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_193, 0, x_191); -lean_ctor_set(x_193, 1, x_192); -return x_193; +lean_object* x_220; lean_object* x_221; lean_object* x_222; +x_220 = lean_ctor_get(x_181, 0); +x_221 = lean_ctor_get(x_181, 1); +lean_inc(x_221); +lean_inc(x_220); +lean_dec(x_181); +x_222 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_222, 0, x_220); +lean_ctor_set(x_222, 1, x_221); +return x_222; } } } case 2: { -lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_194 = lean_ctor_get(x_1, 0); -x_195 = lean_ctor_get(x_1, 1); +lean_object* x_223; lean_object* x_224; lean_object* x_225; +x_223 = lean_ctor_get(x_1, 0); +x_224 = lean_ctor_get(x_1, 1); lean_inc(x_7); lean_inc_ref(x_6); lean_inc(x_5); lean_inc_ref(x_4); lean_inc(x_3); lean_inc_ref(x_2); -lean_inc_ref(x_194); -x_196 = l_Lean_Compiler_LCNF_Specialize_visitFunDecl(x_194, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_196) == 0) +lean_inc_ref(x_223); +x_225 = l_Lean_Compiler_LCNF_Specialize_visitFunDecl(x_223, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_225) == 0) { -lean_object* x_197; lean_object* x_198; uint8_t x_199; -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_ref(x_196); -x_199 = !lean_is_exclusive(x_2); -if (x_199 == 0) -{ -lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; -x_200 = lean_ctor_get(x_197, 0); -x_201 = lean_ctor_get(x_2, 0); -lean_inc(x_200); -x_202 = l_Lean_FVarIdSet_insert(x_201, x_200); -lean_ctor_set(x_2, 0, x_202); -lean_inc_ref(x_195); -x_203 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_195, x_2, x_3, x_4, x_5, x_6, x_7, x_198); -if (lean_obj_tag(x_203) == 0) -{ -lean_object* x_204; lean_object* x_205; lean_object* x_206; uint8_t x_207; size_t x_216; size_t x_217; uint8_t x_218; -x_204 = lean_ctor_get(x_203, 0); -lean_inc(x_204); -x_205 = lean_ctor_get(x_203, 1); -lean_inc(x_205); -if (lean_is_exclusive(x_203)) { - lean_ctor_release(x_203, 0); - lean_ctor_release(x_203, 1); - x_206 = x_203; -} else { - lean_dec_ref(x_203); - x_206 = lean_box(0); -} -x_216 = lean_ptr_addr(x_195); -x_217 = lean_ptr_addr(x_204); -x_218 = lean_usize_dec_eq(x_216, x_217); -if (x_218 == 0) -{ -x_207 = x_218; -goto block_215; -} -else -{ -size_t x_219; size_t x_220; uint8_t x_221; -x_219 = lean_ptr_addr(x_194); -x_220 = lean_ptr_addr(x_197); -x_221 = lean_usize_dec_eq(x_219, x_220); -x_207 = x_221; -goto block_215; -} -block_215: -{ -if (x_207 == 0) -{ -uint8_t x_208; -x_208 = !lean_is_exclusive(x_1); -if (x_208 == 0) -{ -lean_object* x_209; lean_object* x_210; lean_object* x_211; -x_209 = lean_ctor_get(x_1, 1); -lean_dec(x_209); -x_210 = lean_ctor_get(x_1, 0); -lean_dec(x_210); -lean_ctor_set(x_1, 1, x_204); -lean_ctor_set(x_1, 0, x_197); -if (lean_is_scalar(x_206)) { - x_211 = lean_alloc_ctor(0, 2, 0); -} else { - x_211 = x_206; -} -lean_ctor_set(x_211, 0, x_1); -lean_ctor_set(x_211, 1, x_205); -return x_211; -} -else -{ -lean_object* x_212; lean_object* x_213; -lean_dec(x_1); -x_212 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_212, 0, x_197); -lean_ctor_set(x_212, 1, x_204); -if (lean_is_scalar(x_206)) { - x_213 = lean_alloc_ctor(0, 2, 0); -} else { - x_213 = x_206; -} -lean_ctor_set(x_213, 0, x_212); -lean_ctor_set(x_213, 1, x_205); -return x_213; -} -} -else -{ -lean_object* x_214; -lean_dec(x_204); -lean_dec(x_197); -if (lean_is_scalar(x_206)) { - x_214 = lean_alloc_ctor(0, 2, 0); -} else { - x_214 = x_206; -} -lean_ctor_set(x_214, 0, x_1); -lean_ctor_set(x_214, 1, x_205); -return x_214; -} -} -} -else -{ -lean_dec(x_197); -lean_dec_ref(x_1); -return x_203; -} -} -else -{ -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; -x_222 = lean_ctor_get(x_197, 0); -x_223 = lean_ctor_get(x_2, 0); -x_224 = lean_ctor_get(x_2, 1); -x_225 = lean_ctor_get(x_2, 2); -x_226 = lean_ctor_get(x_2, 3); +lean_object* x_226; lean_object* x_227; uint8_t x_228; +x_226 = lean_ctor_get(x_225, 0); lean_inc(x_226); -lean_inc(x_225); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_2); -lean_inc(x_222); -x_227 = l_Lean_FVarIdSet_insert(x_223, x_222); -x_228 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_228, 0, x_227); -lean_ctor_set(x_228, 1, x_224); -lean_ctor_set(x_228, 2, x_225); -lean_ctor_set(x_228, 3, x_226); -lean_inc_ref(x_195); -x_229 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_195, x_228, x_3, x_4, x_5, x_6, x_7, x_198); -if (lean_obj_tag(x_229) == 0) +x_227 = lean_ctor_get(x_225, 1); +lean_inc(x_227); +lean_dec_ref(x_225); +x_228 = !lean_is_exclusive(x_2); +if (x_228 == 0) { -lean_object* x_230; lean_object* x_231; lean_object* x_232; uint8_t x_233; size_t x_239; size_t x_240; uint8_t x_241; -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_229, 1); -lean_inc(x_231); -if (lean_is_exclusive(x_229)) { - lean_ctor_release(x_229, 0); - lean_ctor_release(x_229, 1); - x_232 = x_229; +lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; +x_229 = lean_ctor_get(x_226, 0); +x_230 = lean_ctor_get(x_2, 0); +lean_inc(x_229); +x_231 = l_Lean_FVarIdSet_insert(x_230, x_229); +lean_ctor_set(x_2, 0, x_231); +lean_inc_ref(x_224); +x_232 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_224, x_2, x_3, x_4, x_5, x_6, x_7, x_227); +if (lean_obj_tag(x_232) == 0) +{ +lean_object* x_233; lean_object* x_234; lean_object* x_235; uint8_t x_236; size_t x_245; size_t x_246; uint8_t x_247; +x_233 = lean_ctor_get(x_232, 0); +lean_inc(x_233); +x_234 = lean_ctor_get(x_232, 1); +lean_inc(x_234); +if (lean_is_exclusive(x_232)) { + lean_ctor_release(x_232, 0); + lean_ctor_release(x_232, 1); + x_235 = x_232; } else { - lean_dec_ref(x_229); - x_232 = lean_box(0); + lean_dec_ref(x_232); + x_235 = lean_box(0); } -x_239 = lean_ptr_addr(x_195); -x_240 = lean_ptr_addr(x_230); -x_241 = lean_usize_dec_eq(x_239, x_240); -if (x_241 == 0) +x_245 = lean_ptr_addr(x_224); +x_246 = lean_ptr_addr(x_233); +x_247 = lean_usize_dec_eq(x_245, x_246); +if (x_247 == 0) { -x_233 = x_241; -goto block_238; +x_236 = x_247; +goto block_244; } else { -size_t x_242; size_t x_243; uint8_t x_244; -x_242 = lean_ptr_addr(x_194); -x_243 = lean_ptr_addr(x_197); -x_244 = lean_usize_dec_eq(x_242, x_243); -x_233 = x_244; -goto block_238; +size_t x_248; size_t x_249; uint8_t x_250; +x_248 = lean_ptr_addr(x_223); +x_249 = lean_ptr_addr(x_226); +x_250 = lean_usize_dec_eq(x_248, x_249); +x_236 = x_250; +goto block_244; } -block_238: +block_244: { -if (x_233 == 0) +if (x_236 == 0) { -lean_object* x_234; lean_object* x_235; lean_object* x_236; +uint8_t x_237; +x_237 = !lean_is_exclusive(x_1); +if (x_237 == 0) +{ +lean_object* x_238; lean_object* x_239; lean_object* x_240; +x_238 = lean_ctor_get(x_1, 1); +lean_dec(x_238); +x_239 = lean_ctor_get(x_1, 0); +lean_dec(x_239); +lean_ctor_set(x_1, 1, x_233); +lean_ctor_set(x_1, 0, x_226); +if (lean_is_scalar(x_235)) { + x_240 = lean_alloc_ctor(0, 2, 0); +} else { + x_240 = x_235; +} +lean_ctor_set(x_240, 0, x_1); +lean_ctor_set(x_240, 1, x_234); +return x_240; +} +else +{ +lean_object* x_241; lean_object* x_242; +lean_dec(x_1); +x_241 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_241, 0, x_226); +lean_ctor_set(x_241, 1, x_233); +if (lean_is_scalar(x_235)) { + x_242 = lean_alloc_ctor(0, 2, 0); +} else { + x_242 = x_235; +} +lean_ctor_set(x_242, 0, x_241); +lean_ctor_set(x_242, 1, x_234); +return x_242; +} +} +else +{ +lean_object* x_243; +lean_dec(x_233); +lean_dec(x_226); +if (lean_is_scalar(x_235)) { + x_243 = lean_alloc_ctor(0, 2, 0); +} else { + x_243 = x_235; +} +lean_ctor_set(x_243, 0, x_1); +lean_ctor_set(x_243, 1, x_234); +return x_243; +} +} +} +else +{ +lean_dec(x_226); +lean_dec_ref(x_1); +return x_232; +} +} +else +{ +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; +x_251 = lean_ctor_get(x_226, 0); +x_252 = lean_ctor_get(x_2, 0); +x_253 = lean_ctor_get(x_2, 1); +x_254 = lean_ctor_get(x_2, 2); +x_255 = lean_ctor_get(x_2, 3); +lean_inc(x_255); +lean_inc(x_254); +lean_inc(x_253); +lean_inc(x_252); +lean_dec(x_2); +lean_inc(x_251); +x_256 = l_Lean_FVarIdSet_insert(x_252, x_251); +x_257 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_257, 0, x_256); +lean_ctor_set(x_257, 1, x_253); +lean_ctor_set(x_257, 2, x_254); +lean_ctor_set(x_257, 3, x_255); +lean_inc_ref(x_224); +x_258 = l_Lean_Compiler_LCNF_Specialize_visitCode(x_224, x_257, x_3, x_4, x_5, x_6, x_7, x_227); +if (lean_obj_tag(x_258) == 0) +{ +lean_object* x_259; lean_object* x_260; lean_object* x_261; uint8_t x_262; size_t x_268; size_t x_269; uint8_t x_270; +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_258, 1); +lean_inc(x_260); +if (lean_is_exclusive(x_258)) { + lean_ctor_release(x_258, 0); + lean_ctor_release(x_258, 1); + x_261 = x_258; +} else { + lean_dec_ref(x_258); + x_261 = lean_box(0); +} +x_268 = lean_ptr_addr(x_224); +x_269 = lean_ptr_addr(x_259); +x_270 = lean_usize_dec_eq(x_268, x_269); +if (x_270 == 0) +{ +x_262 = x_270; +goto block_267; +} +else +{ +size_t x_271; size_t x_272; uint8_t x_273; +x_271 = lean_ptr_addr(x_223); +x_272 = lean_ptr_addr(x_226); +x_273 = lean_usize_dec_eq(x_271, x_272); +x_262 = x_273; +goto block_267; +} +block_267: +{ +if (x_262 == 0) +{ +lean_object* x_263; lean_object* x_264; lean_object* x_265; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); lean_ctor_release(x_1, 1); - x_234 = x_1; + x_263 = x_1; } else { lean_dec_ref(x_1); - x_234 = lean_box(0); + x_263 = lean_box(0); } -if (lean_is_scalar(x_234)) { - x_235 = lean_alloc_ctor(2, 2, 0); +if (lean_is_scalar(x_263)) { + x_264 = lean_alloc_ctor(2, 2, 0); } else { - x_235 = x_234; + x_264 = x_263; } -lean_ctor_set(x_235, 0, x_197); -lean_ctor_set(x_235, 1, x_230); -if (lean_is_scalar(x_232)) { - x_236 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_264, 0, x_226); +lean_ctor_set(x_264, 1, x_259); +if (lean_is_scalar(x_261)) { + x_265 = lean_alloc_ctor(0, 2, 0); } else { - x_236 = x_232; + x_265 = x_261; } -lean_ctor_set(x_236, 0, x_235); -lean_ctor_set(x_236, 1, x_231); -return x_236; +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_260); +return x_265; } else { -lean_object* x_237; -lean_dec(x_230); -lean_dec(x_197); -if (lean_is_scalar(x_232)) { - x_237 = lean_alloc_ctor(0, 2, 0); +lean_object* x_266; +lean_dec(x_259); +lean_dec(x_226); +if (lean_is_scalar(x_261)) { + x_266 = lean_alloc_ctor(0, 2, 0); } else { - x_237 = x_232; + x_266 = x_261; } -lean_ctor_set(x_237, 0, x_1); -lean_ctor_set(x_237, 1, x_231); -return x_237; +lean_ctor_set(x_266, 0, x_1); +lean_ctor_set(x_266, 1, x_260); +return x_266; } } } else { -lean_dec(x_197); +lean_dec(x_226); lean_dec_ref(x_1); -return x_229; -} -} -} -else -{ -uint8_t x_245; -lean_dec(x_7); -lean_dec_ref(x_6); -lean_dec(x_5); -lean_dec_ref(x_4); -lean_dec(x_3); -lean_dec_ref(x_2); -lean_dec_ref(x_1); -x_245 = !lean_is_exclusive(x_196); -if (x_245 == 0) -{ -return x_196; -} -else -{ -lean_object* x_246; lean_object* x_247; lean_object* x_248; -x_246 = lean_ctor_get(x_196, 0); -x_247 = lean_ctor_get(x_196, 1); -lean_inc(x_247); -lean_inc(x_246); -lean_dec(x_196); -x_248 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_248, 0, x_246); -lean_ctor_set(x_248, 1, x_247); -return x_248; -} -} -} -case 4: -{ -lean_object* x_249; uint8_t x_250; -x_249 = lean_ctor_get(x_1, 0); -lean_inc_ref(x_249); -x_250 = !lean_is_exclusive(x_249); -if (x_250 == 0) -{ -lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; -x_251 = lean_ctor_get(x_249, 0); -x_252 = lean_ctor_get(x_249, 1); -x_253 = lean_ctor_get(x_249, 2); -x_254 = lean_ctor_get(x_249, 3); -x_255 = lean_unsigned_to_nat(0u); -lean_inc_ref(x_254); -x_256 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__13(x_255, x_254, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_256) == 0) -{ -uint8_t x_257; -x_257 = !lean_is_exclusive(x_256); -if (x_257 == 0) -{ -lean_object* x_258; size_t x_259; size_t x_260; uint8_t x_261; -x_258 = lean_ctor_get(x_256, 0); -x_259 = lean_ptr_addr(x_254); -lean_dec_ref(x_254); -x_260 = lean_ptr_addr(x_258); -x_261 = lean_usize_dec_eq(x_259, x_260); -if (x_261 == 0) -{ -uint8_t x_262; -x_262 = !lean_is_exclusive(x_1); -if (x_262 == 0) -{ -lean_object* x_263; -x_263 = lean_ctor_get(x_1, 0); -lean_dec(x_263); -lean_ctor_set(x_249, 3, x_258); -lean_ctor_set(x_256, 0, x_1); -return x_256; -} -else -{ -lean_object* x_264; -lean_dec(x_1); -lean_ctor_set(x_249, 3, x_258); -x_264 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_264, 0, x_249); -lean_ctor_set(x_256, 0, x_264); -return x_256; -} -} -else -{ -lean_dec(x_258); -lean_free_object(x_249); -lean_dec(x_253); -lean_dec_ref(x_252); -lean_dec(x_251); -lean_ctor_set(x_256, 0, x_1); -return x_256; -} -} -else -{ -lean_object* x_265; lean_object* x_266; size_t x_267; size_t x_268; uint8_t x_269; -x_265 = lean_ctor_get(x_256, 0); -x_266 = lean_ctor_get(x_256, 1); -lean_inc(x_266); -lean_inc(x_265); -lean_dec(x_256); -x_267 = lean_ptr_addr(x_254); -lean_dec_ref(x_254); -x_268 = lean_ptr_addr(x_265); -x_269 = lean_usize_dec_eq(x_267, x_268); -if (x_269 == 0) -{ -lean_object* x_270; lean_object* x_271; lean_object* x_272; -if (lean_is_exclusive(x_1)) { - lean_ctor_release(x_1, 0); - x_270 = x_1; -} else { - lean_dec_ref(x_1); - x_270 = lean_box(0); -} -lean_ctor_set(x_249, 3, x_265); -if (lean_is_scalar(x_270)) { - x_271 = lean_alloc_ctor(4, 1, 0); -} else { - x_271 = x_270; -} -lean_ctor_set(x_271, 0, x_249); -x_272 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_272, 0, x_271); -lean_ctor_set(x_272, 1, x_266); -return x_272; -} -else -{ -lean_object* x_273; -lean_dec(x_265); -lean_free_object(x_249); -lean_dec(x_253); -lean_dec_ref(x_252); -lean_dec(x_251); -x_273 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_273, 0, x_1); -lean_ctor_set(x_273, 1, x_266); -return x_273; +return x_258; } } } else { uint8_t x_274; -lean_free_object(x_249); -lean_dec_ref(x_254); -lean_dec(x_253); -lean_dec_ref(x_252); -lean_dec(x_251); +lean_dec(x_7); +lean_dec_ref(x_6); +lean_dec(x_5); +lean_dec_ref(x_4); +lean_dec(x_3); +lean_dec_ref(x_2); lean_dec_ref(x_1); -x_274 = !lean_is_exclusive(x_256); +x_274 = !lean_is_exclusive(x_225); if (x_274 == 0) { -return x_256; +return x_225; } else { lean_object* x_275; lean_object* x_276; lean_object* x_277; -x_275 = lean_ctor_get(x_256, 0); -x_276 = lean_ctor_get(x_256, 1); +x_275 = lean_ctor_get(x_225, 0); +x_276 = lean_ctor_get(x_225, 1); lean_inc(x_276); lean_inc(x_275); -lean_dec(x_256); +lean_dec(x_225); x_277 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_277, 0, x_275); lean_ctor_set(x_277, 1, x_276); @@ -17175,131 +17310,272 @@ return x_277; } } } +case 4: +{ +lean_object* x_278; uint8_t x_279; +x_278 = lean_ctor_get(x_1, 0); +lean_inc_ref(x_278); +x_279 = !lean_is_exclusive(x_278); +if (x_279 == 0) +{ +lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; +x_280 = lean_ctor_get(x_278, 0); +x_281 = lean_ctor_get(x_278, 1); +x_282 = lean_ctor_get(x_278, 2); +x_283 = lean_ctor_get(x_278, 3); +x_284 = lean_unsigned_to_nat(0u); +lean_inc_ref(x_283); +x_285 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__13(x_284, x_283, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_285) == 0) +{ +uint8_t x_286; +x_286 = !lean_is_exclusive(x_285); +if (x_286 == 0) +{ +lean_object* x_287; size_t x_288; size_t x_289; uint8_t x_290; +x_287 = lean_ctor_get(x_285, 0); +x_288 = lean_ptr_addr(x_283); +lean_dec_ref(x_283); +x_289 = lean_ptr_addr(x_287); +x_290 = lean_usize_dec_eq(x_288, x_289); +if (x_290 == 0) +{ +uint8_t x_291; +x_291 = !lean_is_exclusive(x_1); +if (x_291 == 0) +{ +lean_object* x_292; +x_292 = lean_ctor_get(x_1, 0); +lean_dec(x_292); +lean_ctor_set(x_278, 3, x_287); +lean_ctor_set(x_285, 0, x_1); +return x_285; +} else { -lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; -x_278 = lean_ctor_get(x_249, 0); -x_279 = lean_ctor_get(x_249, 1); -x_280 = lean_ctor_get(x_249, 2); -x_281 = lean_ctor_get(x_249, 3); -lean_inc(x_281); -lean_inc(x_280); -lean_inc(x_279); -lean_inc(x_278); -lean_dec(x_249); -x_282 = lean_unsigned_to_nat(0u); -lean_inc_ref(x_281); -x_283 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__13(x_282, x_281, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_283) == 0) -{ -lean_object* x_284; lean_object* x_285; lean_object* x_286; size_t x_287; size_t x_288; uint8_t x_289; -x_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_283, 1); -lean_inc(x_285); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_286 = x_283; -} else { - lean_dec_ref(x_283); - x_286 = lean_box(0); +lean_object* x_293; +lean_dec(x_1); +lean_ctor_set(x_278, 3, x_287); +x_293 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_293, 0, x_278); +lean_ctor_set(x_285, 0, x_293); +return x_285; } -x_287 = lean_ptr_addr(x_281); -lean_dec_ref(x_281); -x_288 = lean_ptr_addr(x_284); -x_289 = lean_usize_dec_eq(x_287, x_288); -if (x_289 == 0) +} +else { -lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; +lean_dec(x_287); +lean_free_object(x_278); +lean_dec(x_282); +lean_dec_ref(x_281); +lean_dec(x_280); +lean_ctor_set(x_285, 0, x_1); +return x_285; +} +} +else +{ +lean_object* x_294; lean_object* x_295; size_t x_296; size_t x_297; uint8_t x_298; +x_294 = lean_ctor_get(x_285, 0); +x_295 = lean_ctor_get(x_285, 1); +lean_inc(x_295); +lean_inc(x_294); +lean_dec(x_285); +x_296 = lean_ptr_addr(x_283); +lean_dec_ref(x_283); +x_297 = lean_ptr_addr(x_294); +x_298 = lean_usize_dec_eq(x_296, x_297); +if (x_298 == 0) +{ +lean_object* x_299; lean_object* x_300; lean_object* x_301; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_290 = x_1; + x_299 = x_1; } else { lean_dec_ref(x_1); - x_290 = lean_box(0); + x_299 = lean_box(0); } -x_291 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_291, 0, x_278); -lean_ctor_set(x_291, 1, x_279); -lean_ctor_set(x_291, 2, x_280); -lean_ctor_set(x_291, 3, x_284); -if (lean_is_scalar(x_290)) { - x_292 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_278, 3, x_294); +if (lean_is_scalar(x_299)) { + x_300 = lean_alloc_ctor(4, 1, 0); } else { - x_292 = x_290; + x_300 = x_299; } -lean_ctor_set(x_292, 0, x_291); -if (lean_is_scalar(x_286)) { - x_293 = lean_alloc_ctor(0, 2, 0); -} else { - x_293 = x_286; -} -lean_ctor_set(x_293, 0, x_292); -lean_ctor_set(x_293, 1, x_285); -return x_293; +lean_ctor_set(x_300, 0, x_278); +x_301 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_301, 0, x_300); +lean_ctor_set(x_301, 1, x_295); +return x_301; } else { -lean_object* x_294; -lean_dec(x_284); -lean_dec(x_280); -lean_dec_ref(x_279); -lean_dec(x_278); -if (lean_is_scalar(x_286)) { - x_294 = lean_alloc_ctor(0, 2, 0); -} else { - x_294 = x_286; -} -lean_ctor_set(x_294, 0, x_1); -lean_ctor_set(x_294, 1, x_285); -return x_294; -} -} -else -{ -lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; +lean_object* x_302; +lean_dec(x_294); +lean_free_object(x_278); +lean_dec(x_282); +lean_dec_ref(x_281); +lean_dec(x_280); +x_302 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_302, 0, x_1); +lean_ctor_set(x_302, 1, x_295); +return x_302; +} +} +} +else +{ +uint8_t x_303; +lean_free_object(x_278); +lean_dec_ref(x_283); +lean_dec(x_282); lean_dec_ref(x_281); lean_dec(x_280); -lean_dec_ref(x_279); -lean_dec(x_278); lean_dec_ref(x_1); -x_295 = lean_ctor_get(x_283, 0); -lean_inc(x_295); -x_296 = lean_ctor_get(x_283, 1); -lean_inc(x_296); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_297 = x_283; -} else { - lean_dec_ref(x_283); - x_297 = lean_box(0); +x_303 = !lean_is_exclusive(x_285); +if (x_303 == 0) +{ +return x_285; } -if (lean_is_scalar(x_297)) { - x_298 = lean_alloc_ctor(1, 2, 0); -} else { - x_298 = x_297; +else +{ +lean_object* x_304; lean_object* x_305; lean_object* x_306; +x_304 = lean_ctor_get(x_285, 0); +x_305 = lean_ctor_get(x_285, 1); +lean_inc(x_305); +lean_inc(x_304); +lean_dec(x_285); +x_306 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_306, 0, x_304); +lean_ctor_set(x_306, 1, x_305); +return x_306; } -lean_ctor_set(x_298, 0, x_295); -lean_ctor_set(x_298, 1, x_296); -return x_298; +} +} +else +{ +lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; +x_307 = lean_ctor_get(x_278, 0); +x_308 = lean_ctor_get(x_278, 1); +x_309 = lean_ctor_get(x_278, 2); +x_310 = lean_ctor_get(x_278, 3); +lean_inc(x_310); +lean_inc(x_309); +lean_inc(x_308); +lean_inc(x_307); +lean_dec(x_278); +x_311 = lean_unsigned_to_nat(0u); +lean_inc_ref(x_310); +x_312 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at___Lean_Compiler_LCNF_Specialize_visitCode_spec__13(x_311, x_310, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_312) == 0) +{ +lean_object* x_313; lean_object* x_314; lean_object* x_315; size_t x_316; size_t x_317; uint8_t x_318; +x_313 = lean_ctor_get(x_312, 0); +lean_inc(x_313); +x_314 = lean_ctor_get(x_312, 1); +lean_inc(x_314); +if (lean_is_exclusive(x_312)) { + lean_ctor_release(x_312, 0); + lean_ctor_release(x_312, 1); + x_315 = x_312; +} else { + lean_dec_ref(x_312); + x_315 = lean_box(0); +} +x_316 = lean_ptr_addr(x_310); +lean_dec_ref(x_310); +x_317 = lean_ptr_addr(x_313); +x_318 = lean_usize_dec_eq(x_316, x_317); +if (x_318 == 0) +{ +lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + x_319 = x_1; +} else { + lean_dec_ref(x_1); + x_319 = lean_box(0); +} +x_320 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_320, 0, x_307); +lean_ctor_set(x_320, 1, x_308); +lean_ctor_set(x_320, 2, x_309); +lean_ctor_set(x_320, 3, x_313); +if (lean_is_scalar(x_319)) { + x_321 = lean_alloc_ctor(4, 1, 0); +} else { + x_321 = x_319; +} +lean_ctor_set(x_321, 0, x_320); +if (lean_is_scalar(x_315)) { + x_322 = lean_alloc_ctor(0, 2, 0); +} else { + x_322 = x_315; +} +lean_ctor_set(x_322, 0, x_321); +lean_ctor_set(x_322, 1, x_314); +return x_322; +} +else +{ +lean_object* x_323; +lean_dec(x_313); +lean_dec(x_309); +lean_dec_ref(x_308); +lean_dec(x_307); +if (lean_is_scalar(x_315)) { + x_323 = lean_alloc_ctor(0, 2, 0); +} else { + x_323 = x_315; +} +lean_ctor_set(x_323, 0, x_1); +lean_ctor_set(x_323, 1, x_314); +return x_323; +} +} +else +{ +lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; +lean_dec_ref(x_310); +lean_dec(x_309); +lean_dec_ref(x_308); +lean_dec(x_307); +lean_dec_ref(x_1); +x_324 = lean_ctor_get(x_312, 0); +lean_inc(x_324); +x_325 = lean_ctor_get(x_312, 1); +lean_inc(x_325); +if (lean_is_exclusive(x_312)) { + lean_ctor_release(x_312, 0); + lean_ctor_release(x_312, 1); + x_326 = x_312; +} else { + lean_dec_ref(x_312); + x_326 = lean_box(0); +} +if (lean_is_scalar(x_326)) { + x_327 = lean_alloc_ctor(1, 2, 0); +} else { + x_327 = x_326; +} +lean_ctor_set(x_327, 0, x_324); +lean_ctor_set(x_327, 1, x_325); +return x_327; } } } default: { -lean_object* x_299; +lean_object* x_328; lean_dec(x_7); lean_dec_ref(x_6); lean_dec(x_5); lean_dec_ref(x_4); lean_dec(x_3); lean_dec_ref(x_2); -x_299 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_299, 0, x_1); -lean_ctor_set(x_299, 1, x_8); -return x_299; +x_328 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_328, 0, x_1); +lean_ctor_set(x_328, 1, x_8); +return x_328; } } block_16: @@ -17309,21 +17585,21 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; lean_dec_ref(x_1); x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_10); +lean_ctor_set(x_13, 0, x_11); lean_ctor_set(x_13, 1, x_9); x_14 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); +lean_ctor_set(x_14, 1, x_10); return x_14; } else { lean_object* x_15; -lean_dec_ref(x_10); +lean_dec_ref(x_11); lean_dec_ref(x_9); x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_1); -lean_ctor_set(x_15, 1, x_11); +lean_ctor_set(x_15, 1, x_10); return x_15; } } diff --git a/stage0/stdlib/Lean/Elab/Deriving/Basic.c b/stage0/stdlib/Lean/Elab/Deriving/Basic.c index aadd3bbcec..e71e23f88a 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Basic.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Basic.c @@ -14,12 +14,16 @@ extern "C" { #endif static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__7; +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_Term_processDefDeriving_spec__22___redArg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_applyDerivingHandlers_spec__11(lean_object*, size_t, size_t); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0; LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_applyDerivingHandlers_spec__10___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_isMVarApp___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Option_get___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkDefinitionValInferringUnsafe___at___Lean_Elab_Term_processDefDeriving_spec__21___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -32,13 +36,15 @@ static lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationR static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst___closed__0; LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__14; uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_hashMVarId____x40_Lean_Expr_4051099792____hygCtx___hyg_34_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_ConstantInfo_isDefinition(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at___Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_processDefDeriving___lam__5___closed__4; @@ -58,8 +64,6 @@ static lean_object* l_Lean_Elab_throwAbortTerm___at___Lean_Elab_Term_processDefD static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__15; LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__4; LEAN_EXPORT lean_object* l_Lean_logError___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -70,15 +74,17 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___Lean_Elab_applyDerivingHandler static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__9; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__5; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__0; -lean_object* l_Lean_Elab_Command_getScope___redArg(lean_object*, lean_object*); extern lean_object* l_Lean_declRangeExt; +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__10; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_Term_processDefDeriving_spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkDefinitionValInferringUnsafe___at___Lean_Elab_Term_processDefDeriving_spec__21___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_header(lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg___closed__2; +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13___redArg___lam__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentD(lean_object*); double lean_float_div(double, double); @@ -90,7 +96,8 @@ LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___at___Lean_throwError_ lean_object* l_Lean_Elab_Term_withoutErrToSorryImp___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_Term_processDefDeriving_spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__10(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_derivingHandlersRef; size_t lean_uint64_to_usize(uint64_t); @@ -99,15 +106,16 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_____private_Lean_Elab_Deriving_B static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___lam__0___closed__0; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__14____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___Lean_Elab_Term_processDefDeriving_spec__12___redArg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__13; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(uint8_t, uint8_t); static lean_object* l_Lean_Elab_Term_processDefDeriving___lam__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__0(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_findConstVal_x3f(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__3; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__7; lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -117,6 +125,7 @@ static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___c LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__10(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -127,6 +136,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at___Lean_Elab_ad extern lean_object* l_Lean_unknownIdentifierMessageTag; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__1; LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___Lean_Elab_applyDerivingHandlers_spec__3___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_isAnonymous(lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); @@ -143,6 +153,8 @@ LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___ LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__16___redArg___closed__1; lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_ofSyntax(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___Lean_Elab_Term_processDefDeriving_spec__1___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); @@ -155,15 +167,16 @@ static lean_object* l_Lean_Elab_Term_processDefDeriving___closed__0; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_Term_processDefDeriving_spec__4___redArg___closed__2; LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__19___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___Lean_Elab_Term_processDefDeriving_spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__0; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3___closed__3; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__19; +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__1; lean_object* l_Lean_Environment_find_x3f(lean_object*, lean_object*, uint8_t); uint8_t lean_float_decLt(double, double); @@ -175,14 +188,14 @@ static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkIns lean_object* l_Lean_DeclarationRange_ofStringPositions(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget_borrowed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__7; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__19____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__0; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__18; +static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__0; LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___boxed(lean_object**); lean_object* l_Lean_Elab_Command_liftCoreM___redArg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__10___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* lean_io_get_num_heartbeats(lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); @@ -194,34 +207,33 @@ extern lean_object* l_Lean_trace_profiler_useHeartbeats; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__15; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst___closed__4; lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__8; LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; lean_object* l_Lean_MessageData_note(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__9___redArg___closed__2; LEAN_EXPORT lean_object* l_List_forM___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__14___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_NameGen_mkBaseNameWithSuffix(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg___closed__5; -LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__13____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; -static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__1; static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__16___redArg___closed__0; static lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6___redArg___closed__1; LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Array_mkArray0(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_elabDeriving_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__4; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__15____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAbortTerm___at___Lean_Elab_Term_processDefDeriving_spec__2___redArg___closed__0; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__2; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg___closed__0; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx_x27___at___Lean_Elab_Term_processDefDeriving_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -236,7 +248,6 @@ lean_object* l_Lean_InternalExceptionId_getName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5___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*, lean_object*, lean_object*, lean_object*); lean_object* l_Nat_reprFast(lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__7; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__18___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4___redArg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -245,29 +256,35 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_____private_Lean_Elab_Deriving_B LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_Term_processDefDeriving_spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__5; static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__0___closed__0; LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__1___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___redArg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4___redArg(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabDeriving(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5_spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_Term_processDefDeriving_spec__22(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkDefinitionValInferringUnsafe___at___Lean_Elab_Term_processDefDeriving_spec__21___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*); LEAN_EXPORT lean_object* l_Lean_Elab_registerDerivingHandler(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__9; LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5___redArg___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*, lean_object*); lean_object* lean_local_ctx_find(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0(uint8_t, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___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*, lean_object*); static lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___lam__0___closed__0; extern lean_object* l_Lean_Elab_Command_commandElabAttribute; +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__2; lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3___closed__2; +static lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__1___redArg(lean_object*, lean_object*, lean_object*, lean_object*); uint32_t l_Lean_getMaxHeight(lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_synthesizeAppInstMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_realizeGlobalConstNoOverload(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__13___redArg___boxed(lean_object*, lean_object*); @@ -275,8 +292,8 @@ lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lea lean_object* l_Lean_mkPrivateName(lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabDeriving___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18___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_SourceInfo_fromRef(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__13(lean_object*, lean_object*, lean_object*, lean_object*); @@ -285,26 +302,25 @@ LEAN_EXPORT lean_object* l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Bas LEAN_EXPORT lean_object* l_liftExcept___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_empty(lean_object*); LEAN_EXPORT uint8_t l_Lean_Option_get___at___Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2_spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__21; static lean_object* l_Lean_Elab_registerDerivingHandler___closed__1; -static lean_object* l_Lean_Elab_elabDeriving___closed__2; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__5; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Util_Trace_0__Lean_addTraceNode___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__10_spec__10(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry___at___Lean_Elab_Term_processDefDeriving_spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_applyDerivingHandlers_spec__10___redArg___lam__0(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_processDefDeriving___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_elabDeriving___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___boxed(lean_object**); lean_object* l_Lean_MessageData_ofFormat(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0___redArg(lean_object*, lean_object*); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___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*, lean_object*); lean_object* l_Lean_MessageData_andList(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_applyDerivingHandlers___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -323,26 +339,22 @@ static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_l LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at___Lean_Elab_Term_processDefDeriving_spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__2; -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_getOptDerivingClasses___closed__0; lean_object* lean_array_to_list(lean_object*); lean_object* l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstVal___at___Lean_mkConstWithLevelParams___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__2_spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__0(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__10; LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_applyDerivingHandlers_spec__11___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); uint8_t lean_is_out_param(lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__13; @@ -352,7 +364,6 @@ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at__ LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst___closed__5; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__8____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; @@ -363,26 +374,30 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAux LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_registerDerivingHandler___closed__2; +static lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___closed__2; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3___closed__5; lean_object* l_Lean_Elab_realizeGlobalConstNoOverloadWithInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Std_DTreeMap_Internal_Impl_insert___at___Lean_NameMap_insert_spec__0___redArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic_393575330____hygCtx___hyg_2_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0___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*); +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__11(lean_object*, size_t, size_t); static double l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__4; static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__3; uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Util_Trace_0__Lean_addTraceNode___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__10_spec__10___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___lam__0___closed__0; +static lean_object* l_Lean_Elab_getOptDerivingClasses___closed__3; lean_object* l_Lean_PersistentArray_push___redArg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__2; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__4____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNode___at___Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4_spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___Lean_Elab_applyDerivingHandlers_spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__6; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__10; @@ -390,6 +405,7 @@ lean_object* l_Std_DTreeMap_Internal_Impl_Const_get_x3f___at___Lean_NameMap_find LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___lam__0___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22; static lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__0; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -402,44 +418,48 @@ extern lean_object* l_Lean_warningAsError; static lean_object* l_Lean_Elab_Term_processDefDeriving___lam__5___closed__2; extern lean_object* l_Lean_Elab_pp_macroStack; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__0; +lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -extern lean_object* l_Lean_Elab_Command_instMonadExceptOfExceptionCommandElabM; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__1; LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_applyDerivingHandlers_spec__10(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__15; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__13; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__9; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___Lean_Elab_Term_processDefDeriving_spec__1___redArg___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__3; -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_trace_profiler_threshold; LEAN_EXPORT lean_object* l_Lean_logError___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l_Lean_LocalContext_setUserName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___lam__0___closed__2; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__12(uint8_t, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___closed__5; static double l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13___redArg___lam__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13___redArg___lam__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__5; uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__19___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___lam__0___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_abortTermExceptionId; LEAN_EXPORT lean_object* l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__11____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; static lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__19___redArg___closed__2; static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at___Lean_PersistentHashMap_insertAtCollisionNode___at___Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4_spec__4_spec__4___redArg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___redArg___closed__2; lean_object* l_Lean_Core_setMessageLog___redArg(lean_object*, lean_object*, lean_object*); static double l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___closed__0; +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__21____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__4; @@ -447,28 +467,29 @@ uint8_t l_Lean_Environment_hasUnsafe(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__12____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; lean_object* l_Lean_KVMap_setBool(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg___closed__3; LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__0___redArg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__12; static lean_object* l_Lean_Elab_getOptDerivingClasses___closed__1; static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___closed__2; +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16; lean_object* lean_usize_to_nat(size_t); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__0; static lean_object* l_Lean_Elab_Term_processDefDeriving___lam__5___closed__6; +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_elabDeriving_spec__0___redArg(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6___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_Lean_MessageData_ofConstName(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at___Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0_spec__0___redArg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__11___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__18(lean_object*, size_t, size_t); extern lean_object* l_Lean_inheritedTraceOptions; lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg(size_t, size_t, lean_object*); lean_object* l_Lean_Elab_Command_getRef___redArg(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__7____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; -LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__6___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__9____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; lean_object* l_Lean_Expr_getAppNumArgs(lean_object*); @@ -477,6 +498,8 @@ static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_l extern lean_object* l_Lean_instInhabitedLocalDecl; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___Lean_Elab_Term_processDefDeriving_spec__1___redArg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_head_x21___redArg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_getClassName(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure_spec__0___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -485,7 +508,6 @@ LEAN_EXPORT lean_object* l_List_forM___at___Lean_Elab_liftMacroM___at___Lean_Ela LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__8; LEAN_EXPORT lean_object* l_liftExcept___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__13___redArg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_getOptDerivingClasses_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___redArg___closed__3; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -500,7 +522,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at LEAN_EXPORT lean_object* l_Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__2____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___Lean_mkConstWithLevelParams___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__2_spec__3(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__9(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__18___redArg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__2; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3___closed__0; @@ -509,40 +531,45 @@ static lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationR LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_elabDeriving_spec__0(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__20; lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___at___Lean_Elab_applyDerivingHandlers_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___redArg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__9___redArg___closed__0; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__2; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0(lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry___at___Lean_Elab_Term_processDefDeriving_spec__5___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__8; static lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6___redArg___closed__0; static lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_Term_processDefDeriving_spec__4___redArg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange_x3f___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__18___redArg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_Term_processDefDeriving_spec__4___redArg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_toArray___redArg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___Lean_Elab_Term_processDefDeriving_spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_registerDerivingHandler___closed__0; +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__17; static lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___redArg___closed__1; +static lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___closed__3; lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__6; uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__9___redArg___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___closed__4; lean_object* l_Lean_MapDeclarationExtension_insert___redArg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at___Lean_Elab_Term_processDefDeriving_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_EnvironmentHeader_moduleNames(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0___redArg(lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Elab_elabDeriving___closed__5; +lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_unfoldDefinition_x3f(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__10___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -555,13 +582,12 @@ LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___ LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13___redArg___lam__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0___redArg___closed__0; LEAN_EXPORT lean_object* l_Lean_Elab_applyDerivingHandlers___lam__1(lean_object*); lean_object* l_Array_toSubarray___redArg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__23____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; +uint8_t l_Lean_Syntax_isNone(lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_Term_processDefDeriving_spec__4___redArg___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNode___at___Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4_spec__4___redArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -580,12 +606,15 @@ LEAN_EXPORT lean_object* l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Bas LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__16; +lean_object* l_Lean_Elab_Command_withScope___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__19; static size_t l_Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0___redArg___closed__1; LEAN_EXPORT lean_object* l_panic___at___Lean_Elab_Term_processDefDeriving_spec__0(lean_object*); static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___closed__4; lean_object* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0___redArg___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_isPrivateName(lean_object*); +LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__19___redArg___closed__3; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__7___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkDefinitionValInferringUnsafe___at___Lean_Elab_Term_processDefDeriving_spec__21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -593,11 +622,12 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Derivin LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___redArg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentHashMap_0__Lean_PersistentHashMap_insertAux_traverse___at___Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4_spec__6___redArg(size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__2___closed__0; LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___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*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__9; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -620,28 +650,28 @@ lean_object* l_Lean_Meta_isClass_x3f(lean_object*, lean_object*, lean_object*, l static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__22____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3___closed__6; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__10; +LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__5; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___redArg(lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__4; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__15(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_x27_loop___at___Lean_Elab_applyDerivingHandlers_spec__3___redArg___closed__0; -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__19(uint8_t, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_addMessageContextFull___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure_spec__0_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Level_param___override(lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* l_mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__3; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__5(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageLog_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at___Lean_PersistentHashMap_insertAtCollisionNode___at___Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4_spec__4_spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___lam__0___closed__3; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20(uint8_t, lean_object*, size_t, size_t, lean_object*); +static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__1; lean_object* l_Lean_KVMap_findCore(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_getOptDerivingClasses_spec__0(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentHashMap_0__Lean_PersistentHashMap_insertAux_traverse___at___Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4_spec__6(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_array_size(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__17____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; static lean_object* l_Lean_addDeclarationRanges___at___Lean_Elab_addDeclarationRangesFromSyntax___at___Lean_Elab_Term_processDefDeriving_spec__18_spec__19___redArg___closed__1; @@ -653,24 +683,23 @@ lean_object* l_Lean_Elab_mkUnusedBaseName(lean_object*, lean_object*, lean_objec extern lean_object* l_Lean_trace_profiler; static lean_object* l_Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11___redArg___closed__0; lean_object* lean_io_error_to_string(lean_object*); -LEAN_EXPORT lean_object* l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5_spec__5(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_Term_processDefDeriving_spec__22___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___closed__1; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__6; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__6____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Name_mkStr1(lean_object*); size_t lean_usize_shift_left(size_t, size_t); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint32_t lean_uint32_add(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst___closed__1; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__8; static lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg___closed__6; lean_object* l_Lean_Elab_Command_runTermElabM___redArg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_elabDeriving___closed__4; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Option_get___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__13___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__14(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -678,13 +707,11 @@ static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___c LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withLogging___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4___redArg(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__5___redArg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutExporting___at___Lean_Elab_applyDerivingHandlers_spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; @@ -692,14 +719,12 @@ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at__ uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__3; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__3; lean_object* l_Lean_addAndCompile(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__10; -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__5_spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6_spec__6_spec__6_spec__6___closed__8; @@ -711,8 +736,7 @@ static lean_object* l_List_foldl___at___Lean_Elab_addMacroStack___at___Lean_thro LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__6; static lean_object* l_Lean_throwMaxRecDepthAt___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__15___redArg___closed__4; -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__18; lean_object* l_Lean_Environment_setExporting(lean_object*, uint8_t); lean_object* l_Lean_Elab_Term_SavedState_restore(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__10____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; @@ -721,12 +745,13 @@ LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Uns static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__1___closed__0; LEAN_EXPORT lean_object* l_Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__1; -static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__0; +lean_object* l_String_toSubstring_x27(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11_spec__11_spec__11___closed__1; static lean_object* l_Lean_Elab_Term_processDefDeriving___lam__5___closed__0; lean_object* l_Lean_MessageData_ofName(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_Term_processDefDeriving_spec__6_spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at___Lean_PersistentHashMap_containsAux___at___Lean_PersistentHashMap_contains___at___Lean_MVarId_isAssigned___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__0_spec__0_spec__0_spec__0___redArg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__9; @@ -736,6 +761,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDef LEAN_EXPORT lean_object* l_List_forM___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__9___redArg___closed__1; static lean_object* l_Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4___redArg___closed__0; +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2(uint8_t, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___Lean_PersistentHashMap_insert___at___Lean_MVarId_assign___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__4_spec__4_spec__4___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving___lam__1___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*, lean_object*); @@ -758,6 +784,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___Lean_Persiste static lean_object* l_Lean_Elab_applyDerivingHandlers___lam__1___closed__1; static lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__18____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; LEAN_EXPORT uint8_t l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___lam__0(uint8_t, uint8_t, lean_object*); +static lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___closed__0; uint8_t l_Lean_MessageLog_hasErrors(lean_object*); LEAN_EXPORT lean_object* l_Lean_addMessageContextFull___at___Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure_spec__0_spec__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { @@ -1718,7 +1745,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_81; uint8_t x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; uint8_t x_87; lean_object* x_88; lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; uint8_t x_115; uint8_t x_116; lean_object* x_117; lean_object* x_121; uint8_t x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; uint8_t x_126; uint8_t x_127; uint8_t x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; uint8_t x_139; uint8_t x_140; uint8_t x_142; uint8_t x_158; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; uint8_t x_115; uint8_t x_116; lean_object* x_117; lean_object* x_121; lean_object* x_122; uint8_t x_123; lean_object* x_124; lean_object* x_125; uint8_t x_126; uint8_t x_127; uint8_t x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; uint8_t x_140; uint8_t x_142; uint8_t x_158; x_133 = 2; x_158 = l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(x_3, x_133); if (x_158 == 0) @@ -1758,15 +1785,15 @@ lean_ctor_set(x_20, 1, x_25); lean_ctor_set(x_20, 0, x_24); x_28 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_28, 0, x_20); -lean_ctor_set(x_28, 1, x_10); +lean_ctor_set(x_28, 1, x_13); x_29 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_29, 0, x_12); -lean_ctor_set(x_29, 1, x_16); -lean_ctor_set(x_29, 2, x_14); -lean_ctor_set(x_29, 3, x_13); +lean_ctor_set(x_29, 1, x_10); +lean_ctor_set(x_29, 2, x_15); +lean_ctor_set(x_29, 3, x_11); lean_ctor_set(x_29, 4, x_28); -lean_ctor_set_uint8(x_29, sizeof(void*)*5, x_11); -lean_ctor_set_uint8(x_29, sizeof(void*)*5 + 1, x_15); +lean_ctor_set_uint8(x_29, sizeof(void*)*5, x_14); +lean_ctor_set_uint8(x_29, sizeof(void*)*5 + 1, x_16); lean_ctor_set_uint8(x_29, sizeof(void*)*5 + 2, x_4); x_30 = l_Lean_MessageLog_add(x_29, x_27); lean_ctor_set(x_22, 6, x_30); @@ -1820,15 +1847,15 @@ lean_ctor_set(x_20, 1, x_25); lean_ctor_set(x_20, 0, x_24); x_47 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_47, 0, x_20); -lean_ctor_set(x_47, 1, x_10); +lean_ctor_set(x_47, 1, x_13); x_48 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_48, 0, x_12); -lean_ctor_set(x_48, 1, x_16); -lean_ctor_set(x_48, 2, x_14); -lean_ctor_set(x_48, 3, x_13); +lean_ctor_set(x_48, 1, x_10); +lean_ctor_set(x_48, 2, x_15); +lean_ctor_set(x_48, 3, x_11); lean_ctor_set(x_48, 4, x_47); -lean_ctor_set_uint8(x_48, sizeof(void*)*5, x_11); -lean_ctor_set_uint8(x_48, sizeof(void*)*5 + 1, x_15); +lean_ctor_set_uint8(x_48, sizeof(void*)*5, x_14); +lean_ctor_set_uint8(x_48, sizeof(void*)*5 + 1, x_16); lean_ctor_set_uint8(x_48, sizeof(void*)*5 + 2, x_4); x_49 = l_Lean_MessageLog_add(x_48, x_44); x_50 = lean_alloc_ctor(0, 9, 0); @@ -1914,15 +1941,15 @@ lean_ctor_set(x_70, 0, x_58); lean_ctor_set(x_70, 1, x_59); x_71 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_10); +lean_ctor_set(x_71, 1, x_13); x_72 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_72, 0, x_12); -lean_ctor_set(x_72, 1, x_16); -lean_ctor_set(x_72, 2, x_14); -lean_ctor_set(x_72, 3, x_13); +lean_ctor_set(x_72, 1, x_10); +lean_ctor_set(x_72, 2, x_15); +lean_ctor_set(x_72, 3, x_11); lean_ctor_set(x_72, 4, x_71); -lean_ctor_set_uint8(x_72, sizeof(void*)*5, x_11); -lean_ctor_set_uint8(x_72, sizeof(void*)*5 + 1, x_15); +lean_ctor_set_uint8(x_72, sizeof(void*)*5, x_14); +lean_ctor_set_uint8(x_72, sizeof(void*)*5 + 1, x_16); lean_ctor_set_uint8(x_72, sizeof(void*)*5 + 2, x_4); x_73 = l_Lean_MessageLog_add(x_72, x_66); if (lean_is_scalar(x_69)) { @@ -1972,25 +1999,25 @@ if (x_91 == 0) lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; x_92 = lean_ctor_get(x_90, 0); x_93 = lean_ctor_get(x_90, 1); -lean_inc_ref(x_83); -x_94 = l_Lean_FileMap_toPosition(x_83, x_84); -lean_dec(x_84); -x_95 = l_Lean_FileMap_toPosition(x_83, x_88); +lean_inc_ref(x_82); +x_94 = l_Lean_FileMap_toPosition(x_82, x_86); +lean_dec(x_86); +x_95 = l_Lean_FileMap_toPosition(x_82, x_88); lean_dec(x_88); x_96 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_96, 0, x_95); x_97 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__6; -if (x_87 == 0) +if (x_83 == 0) { lean_free_object(x_90); lean_dec_ref(x_81); -x_10 = x_92; -x_11 = x_82; -x_12 = x_85; -x_13 = x_97; -x_14 = x_96; -x_15 = x_86; -x_16 = x_94; +x_10 = x_94; +x_11 = x_97; +x_12 = x_84; +x_13 = x_92; +x_14 = x_85; +x_15 = x_96; +x_16 = x_87; x_17 = x_7; x_18 = x_8; x_19 = x_93; @@ -2007,7 +2034,7 @@ lean_object* x_99; lean_dec_ref(x_96); lean_dec_ref(x_94); lean_dec(x_92); -lean_dec_ref(x_85); +lean_dec_ref(x_84); lean_dec_ref(x_7); x_99 = lean_box(0); lean_ctor_set(x_90, 0, x_99); @@ -2016,13 +2043,13 @@ return x_90; else { lean_free_object(x_90); -x_10 = x_92; -x_11 = x_82; -x_12 = x_85; -x_13 = x_97; -x_14 = x_96; -x_15 = x_86; -x_16 = x_94; +x_10 = x_94; +x_11 = x_97; +x_12 = x_84; +x_13 = x_92; +x_14 = x_85; +x_15 = x_96; +x_16 = x_87; x_17 = x_7; x_18 = x_8; x_19 = x_93; @@ -2038,24 +2065,24 @@ x_101 = lean_ctor_get(x_90, 1); lean_inc(x_101); lean_inc(x_100); lean_dec(x_90); -lean_inc_ref(x_83); -x_102 = l_Lean_FileMap_toPosition(x_83, x_84); -lean_dec(x_84); -x_103 = l_Lean_FileMap_toPosition(x_83, x_88); +lean_inc_ref(x_82); +x_102 = l_Lean_FileMap_toPosition(x_82, x_86); +lean_dec(x_86); +x_103 = l_Lean_FileMap_toPosition(x_82, x_88); lean_dec(x_88); x_104 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_104, 0, x_103); x_105 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__6; -if (x_87 == 0) +if (x_83 == 0) { lean_dec_ref(x_81); -x_10 = x_100; -x_11 = x_82; -x_12 = x_85; -x_13 = x_105; -x_14 = x_104; -x_15 = x_86; -x_16 = x_102; +x_10 = x_102; +x_11 = x_105; +x_12 = x_84; +x_13 = x_100; +x_14 = x_85; +x_15 = x_104; +x_16 = x_87; x_17 = x_7; x_18 = x_8; x_19 = x_101; @@ -2072,7 +2099,7 @@ lean_object* x_107; lean_object* x_108; lean_dec_ref(x_104); lean_dec_ref(x_102); lean_dec(x_100); -lean_dec_ref(x_85); +lean_dec_ref(x_84); lean_dec_ref(x_7); x_107 = lean_box(0); x_108 = lean_alloc_ctor(0, 2, 0); @@ -2082,13 +2109,13 @@ return x_108; } else { -x_10 = x_100; -x_11 = x_82; -x_12 = x_85; -x_13 = x_105; -x_14 = x_104; -x_15 = x_86; -x_16 = x_102; +x_10 = x_102; +x_11 = x_105; +x_12 = x_84; +x_13 = x_100; +x_14 = x_85; +x_15 = x_104; +x_16 = x_87; x_17 = x_7; x_18 = x_8; x_19 = x_101; @@ -2100,17 +2127,17 @@ goto block_80; block_120: { lean_object* x_118; -x_118 = l_Lean_Syntax_getTailPos_x3f(x_114, x_112); +x_118 = l_Lean_Syntax_getTailPos_x3f(x_114, x_115); lean_dec(x_114); if (lean_obj_tag(x_118) == 0) { lean_inc(x_117); x_81 = x_110; -x_82 = x_112; -x_83 = x_111; -x_84 = x_117; -x_85 = x_113; -x_86 = x_115; +x_82 = x_111; +x_83 = x_112; +x_84 = x_113; +x_85 = x_115; +x_86 = x_117; x_87 = x_116; x_88 = x_117; goto block_109; @@ -2122,11 +2149,11 @@ x_119 = lean_ctor_get(x_118, 0); lean_inc(x_119); lean_dec_ref(x_118); x_81 = x_110; -x_82 = x_112; -x_83 = x_111; -x_84 = x_117; -x_85 = x_113; -x_86 = x_115; +x_82 = x_111; +x_83 = x_112; +x_84 = x_113; +x_85 = x_115; +x_86 = x_117; x_87 = x_116; x_88 = x_119; goto block_109; @@ -2137,18 +2164,18 @@ block_132: lean_object* x_128; lean_object* x_129; x_128 = l_Lean_replaceRef(x_1, x_125); lean_dec(x_125); -x_129 = l_Lean_Syntax_getPos_x3f(x_128, x_122); +x_129 = l_Lean_Syntax_getPos_x3f(x_128, x_126); if (lean_obj_tag(x_129) == 0) { lean_object* x_130; x_130 = lean_unsigned_to_nat(0u); x_110 = x_121; -x_111 = x_123; -x_112 = x_122; +x_111 = x_122; +x_112 = x_123; x_113 = x_124; x_114 = x_128; -x_115 = x_127; -x_116 = x_126; +x_115 = x_126; +x_116 = x_127; x_117 = x_130; goto block_120; } @@ -2159,12 +2186,12 @@ x_131 = lean_ctor_get(x_129, 0); lean_inc(x_131); lean_dec_ref(x_129); x_110 = x_121; -x_111 = x_123; -x_112 = x_122; +x_111 = x_122; +x_112 = x_123; x_113 = x_124; x_114 = x_128; -x_115 = x_127; -x_116 = x_126; +x_115 = x_126; +x_116 = x_127; x_117 = x_131; goto block_120; } @@ -2173,23 +2200,23 @@ block_141: { if (x_140 == 0) { -x_121 = x_137; -x_122 = x_139; -x_123 = x_134; -x_124 = x_135; -x_125 = x_136; -x_126 = x_138; +x_121 = x_135; +x_122 = x_134; +x_123 = x_136; +x_124 = x_137; +x_125 = x_138; +x_126 = x_139; x_127 = x_3; goto block_132; } else { -x_121 = x_137; -x_122 = x_139; -x_123 = x_134; -x_124 = x_135; -x_125 = x_136; -x_126 = x_138; +x_121 = x_135; +x_122 = x_134; +x_123 = x_136; +x_124 = x_137; +x_125 = x_138; +x_126 = x_139; x_127 = x_133; goto block_132; } @@ -2217,10 +2244,10 @@ lean_inc(x_146); lean_inc_ref(x_143); lean_inc_ref(x_144); x_134 = x_144; -x_135 = x_143; -x_136 = x_146; -x_137 = x_150; -x_138 = x_147; +x_135 = x_150; +x_136 = x_147; +x_137 = x_143; +x_138 = x_146; x_139 = x_142; x_140 = x_152; goto block_141; @@ -2234,10 +2261,10 @@ lean_inc(x_146); lean_inc_ref(x_143); lean_inc_ref(x_144); x_134 = x_144; -x_135 = x_143; -x_136 = x_146; -x_137 = x_150; -x_138 = x_147; +x_135 = x_150; +x_136 = x_147; +x_137 = x_143; +x_138 = x_146; x_139 = x_142; x_140 = x_154; goto block_141; @@ -2909,7 +2936,7 @@ x_95 = l_Lean_Expr_mvarId_x21(x_94); x_96 = l_Lean_MVarId_getDecl(x_95, x_19, x_20, x_21, x_22, x_23); if (lean_obj_tag(x_96) == 0) { -lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; uint8_t 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_131; uint8_t 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_239; uint8_t 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_278; lean_object* x_279; lean_object* x_280; uint8_t 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; uint8_t x_288; lean_object* x_322; uint8_t x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; uint8_t x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_353; +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; uint8_t 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; uint8_t 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; uint8_t 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_278; lean_object* x_279; lean_object* x_280; uint8_t 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; uint8_t x_288; lean_object* x_322; uint8_t x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; uint8_t x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_353; x_97 = lean_ctor_get(x_96, 0); lean_inc(x_97); x_98 = lean_ctor_get(x_96, 1); @@ -3229,7 +3256,7 @@ return x_129; block_238: { lean_object* x_140; uint8_t x_141; -x_140 = lean_st_ref_get(x_136, x_139); +x_140 = lean_st_ref_get(x_135, x_139); x_141 = !lean_is_exclusive(x_140); if (x_141 == 0) { @@ -3244,8 +3271,8 @@ lean_dec_ref(x_144); if (x_145 == 0) { lean_object* x_146; lean_object* x_147; uint8_t x_148; -lean_dec_ref(x_134); lean_dec(x_133); +lean_dec_ref(x_132); lean_dec(x_22); lean_dec_ref(x_21); lean_dec(x_20); @@ -3257,7 +3284,7 @@ lean_dec_ref(x_11); lean_dec_ref(x_2); lean_dec(x_1); lean_inc(x_7); -x_146 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_135, x_143); +x_146 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_137, x_143); x_147 = lean_ctor_get(x_146, 0); lean_inc(x_147); x_148 = lean_unbox(x_147); @@ -3266,16 +3293,16 @@ if (x_148 == 0) { lean_object* x_149; lean_free_object(x_140); -lean_dec(x_137); -lean_dec(x_136); -lean_dec_ref(x_135); -lean_dec_ref(x_131); +lean_dec_ref(x_137); +lean_dec_ref(x_136); +lean_dec(x_135); +lean_dec(x_134); lean_dec_ref(x_8); lean_dec(x_7); x_149 = lean_ctor_get(x_146, 1); lean_inc(x_149); lean_dec_ref(x_146); -x_75 = x_132; +x_75 = x_131; x_76 = x_138; x_77 = x_149; goto block_88; @@ -3311,15 +3338,15 @@ x_160 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveF x_161 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_161, 0, x_159); lean_ctor_set(x_161, 1, x_160); -x_162 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_161, x_131, x_137, x_135, x_136, x_151); -lean_dec(x_136); -lean_dec_ref(x_135); -lean_dec(x_137); -lean_dec_ref(x_131); +x_162 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_161, x_136, x_134, x_137, x_135, x_151); +lean_dec(x_135); +lean_dec_ref(x_137); +lean_dec(x_134); +lean_dec_ref(x_136); x_163 = lean_ctor_get(x_162, 1); lean_inc(x_163); lean_dec_ref(x_162); -x_75 = x_132; +x_75 = x_131; x_76 = x_138; x_77 = x_163; goto block_88; @@ -3351,15 +3378,15 @@ x_173 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveF x_174 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_174, 0, x_172); lean_ctor_set(x_174, 1, x_173); -x_175 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_174, x_131, x_137, x_135, x_136, x_164); -lean_dec(x_136); -lean_dec_ref(x_135); -lean_dec(x_137); -lean_dec_ref(x_131); +x_175 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_174, x_136, x_134, x_137, x_135, x_164); +lean_dec(x_135); +lean_dec_ref(x_137); +lean_dec(x_134); +lean_dec_ref(x_136); x_176 = lean_ctor_get(x_175, 1); lean_inc(x_176); lean_dec_ref(x_175); -x_75 = x_132; +x_75 = x_131; x_76 = x_138; x_77 = x_176; goto block_88; @@ -3370,7 +3397,7 @@ else { lean_object* x_177; lean_object* x_178; uint8_t x_179; lean_inc(x_7); -x_177 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_135, x_143); +x_177 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_137, x_143); x_178 = lean_ctor_get(x_177, 0); lean_inc(x_178); x_179 = lean_unbox(x_178); @@ -3383,14 +3410,14 @@ lean_dec(x_52); x_180 = lean_ctor_get(x_177, 1); lean_inc(x_180); lean_dec_ref(x_177); -x_102 = x_132; +x_102 = x_131; x_103 = x_138; -x_104 = x_134; +x_104 = x_132; x_105 = x_133; -x_106 = x_131; -x_107 = x_137; -x_108 = x_135; -x_109 = x_136; +x_106 = x_136; +x_107 = x_134; +x_108 = x_137; +x_109 = x_135; x_110 = x_180; goto block_130; } @@ -3417,18 +3444,18 @@ lean_ctor_set_tag(x_140, 7); lean_ctor_set(x_140, 1, x_188); lean_ctor_set(x_140, 0, x_177); lean_inc(x_7); -x_189 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_140, x_131, x_137, x_135, x_136, x_182); +x_189 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_140, x_136, x_134, x_137, x_135, x_182); x_190 = lean_ctor_get(x_189, 1); lean_inc(x_190); lean_dec_ref(x_189); -x_102 = x_132; +x_102 = x_131; x_103 = x_138; -x_104 = x_134; +x_104 = x_132; x_105 = x_133; -x_106 = x_131; -x_107 = x_137; -x_108 = x_135; -x_109 = x_136; +x_106 = x_136; +x_107 = x_134; +x_108 = x_137; +x_109 = x_135; x_110 = x_190; goto block_130; } @@ -3451,18 +3478,18 @@ lean_ctor_set_tag(x_140, 7); lean_ctor_set(x_140, 1, x_197); lean_ctor_set(x_140, 0, x_196); lean_inc(x_7); -x_198 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_140, x_131, x_137, x_135, x_136, x_191); +x_198 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_140, x_136, x_134, x_137, x_135, x_191); x_199 = lean_ctor_get(x_198, 1); lean_inc(x_199); lean_dec_ref(x_198); -x_102 = x_132; +x_102 = x_131; x_103 = x_138; -x_104 = x_134; +x_104 = x_132; x_105 = x_133; -x_106 = x_131; -x_107 = x_137; -x_108 = x_135; -x_109 = x_136; +x_106 = x_136; +x_107 = x_134; +x_108 = x_137; +x_109 = x_135; x_110 = x_199; goto block_130; } @@ -3485,8 +3512,8 @@ lean_dec_ref(x_202); if (x_203 == 0) { lean_object* x_204; lean_object* x_205; uint8_t x_206; -lean_dec_ref(x_134); lean_dec(x_133); +lean_dec_ref(x_132); lean_dec(x_22); lean_dec_ref(x_21); lean_dec(x_20); @@ -3498,7 +3525,7 @@ lean_dec_ref(x_11); lean_dec_ref(x_2); lean_dec(x_1); lean_inc(x_7); -x_204 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_135, x_201); +x_204 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_137, x_201); x_205 = lean_ctor_get(x_204, 0); lean_inc(x_205); x_206 = lean_unbox(x_205); @@ -3506,16 +3533,16 @@ lean_dec(x_205); if (x_206 == 0) { lean_object* x_207; -lean_dec(x_137); -lean_dec(x_136); -lean_dec_ref(x_135); -lean_dec_ref(x_131); +lean_dec_ref(x_137); +lean_dec_ref(x_136); +lean_dec(x_135); +lean_dec(x_134); lean_dec_ref(x_8); lean_dec(x_7); x_207 = lean_ctor_get(x_204, 1); lean_inc(x_207); lean_dec_ref(x_204); -x_75 = x_132; +x_75 = x_131; x_76 = x_138; x_77 = x_207; goto block_88; @@ -3559,15 +3586,15 @@ x_219 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveF x_220 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_220, 0, x_218); lean_ctor_set(x_220, 1, x_219); -x_221 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_220, x_131, x_137, x_135, x_136, x_208); -lean_dec(x_136); -lean_dec_ref(x_135); -lean_dec(x_137); -lean_dec_ref(x_131); +x_221 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_220, x_136, x_134, x_137, x_135, x_208); +lean_dec(x_135); +lean_dec_ref(x_137); +lean_dec(x_134); +lean_dec_ref(x_136); x_222 = lean_ctor_get(x_221, 1); lean_inc(x_222); lean_dec_ref(x_221); -x_75 = x_132; +x_75 = x_131; x_76 = x_138; x_77 = x_222; goto block_88; @@ -3577,7 +3604,7 @@ else { lean_object* x_223; lean_object* x_224; uint8_t x_225; lean_inc(x_7); -x_223 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_135, x_201); +x_223 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_137, x_201); x_224 = lean_ctor_get(x_223, 0); lean_inc(x_224); x_225 = lean_unbox(x_224); @@ -3589,14 +3616,14 @@ lean_dec(x_52); x_226 = lean_ctor_get(x_223, 1); lean_inc(x_226); lean_dec_ref(x_223); -x_102 = x_132; +x_102 = x_131; x_103 = x_138; -x_104 = x_134; +x_104 = x_132; x_105 = x_133; -x_106 = x_131; -x_107 = x_137; -x_108 = x_135; -x_109 = x_136; +x_106 = x_136; +x_107 = x_134; +x_108 = x_137; +x_109 = x_135; x_110 = x_226; goto block_130; } @@ -3631,18 +3658,18 @@ x_235 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_235, 0, x_233); lean_ctor_set(x_235, 1, x_234); lean_inc(x_7); -x_236 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_235, x_131, x_137, x_135, x_136, x_227); +x_236 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_235, x_136, x_134, x_137, x_135, x_227); x_237 = lean_ctor_get(x_236, 1); lean_inc(x_237); lean_dec_ref(x_236); -x_102 = x_132; +x_102 = x_131; x_103 = x_138; -x_104 = x_134; +x_104 = x_132; x_105 = x_133; -x_106 = x_131; -x_107 = x_137; -x_108 = x_135; -x_109 = x_136; +x_106 = x_136; +x_107 = x_134; +x_108 = x_137; +x_109 = x_135; x_110 = x_237; goto block_130; } @@ -3680,12 +3707,12 @@ goto block_238; case 1: { uint8_t x_250; -lean_dec(x_245); -lean_dec(x_244); -lean_dec_ref(x_243); -lean_dec_ref(x_242); +lean_dec_ref(x_245); +lean_dec_ref(x_244); +lean_dec(x_243); +lean_dec(x_242); lean_dec(x_241); -lean_dec_ref(x_239); +lean_dec_ref(x_240); lean_dec(x_52); lean_dec(x_22); lean_dec_ref(x_21); @@ -3711,7 +3738,7 @@ lean_dec(x_251); x_252 = lean_ctor_get(x_247, 0); lean_inc(x_252); lean_dec_ref(x_247); -x_253 = lean_box(x_240); +x_253 = lean_box(x_239); x_254 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_254, 0, x_253); lean_ctor_set(x_254, 1, x_252); @@ -3736,7 +3763,7 @@ lean_dec(x_246); x_259 = lean_ctor_get(x_247, 0); lean_inc(x_259); lean_dec_ref(x_247); -x_260 = lean_box(x_240); +x_260 = lean_box(x_239); x_261 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_261, 0, x_260); lean_ctor_set(x_261, 1, x_259); @@ -3758,12 +3785,12 @@ return x_265; default: { 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_dec(x_245); -lean_dec(x_244); -lean_dec_ref(x_243); -lean_dec_ref(x_242); +lean_dec_ref(x_245); +lean_dec_ref(x_244); +lean_dec(x_243); +lean_dec(x_242); lean_dec(x_241); -lean_dec_ref(x_239); +lean_dec_ref(x_240); lean_dec(x_52); x_266 = lean_ctor_get(x_246, 1); lean_inc(x_266); @@ -3771,7 +3798,7 @@ lean_dec_ref(x_246); x_267 = lean_ctor_get(x_247, 0); lean_inc(x_267); lean_dec_ref(x_247); -x_268 = lean_box(x_240); +x_268 = lean_box(x_239); x_269 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_269, 0, x_268); lean_ctor_set(x_269, 1, x_267); @@ -3794,12 +3821,12 @@ goto block_29; else { uint8_t x_273; -lean_dec(x_245); -lean_dec(x_244); -lean_dec_ref(x_243); -lean_dec_ref(x_242); +lean_dec_ref(x_245); +lean_dec_ref(x_244); +lean_dec(x_243); +lean_dec(x_242); lean_dec(x_241); -lean_dec_ref(x_239); +lean_dec_ref(x_240); lean_dec_ref(x_36); lean_dec_ref(x_38); lean_dec(x_52); @@ -3846,7 +3873,7 @@ if (x_288 == 0) lean_object* x_289; lean_object* x_290; uint8_t x_291; lean_dec(x_99); lean_inc(x_7); -x_289 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_280, x_278); +x_289 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_283, x_279); x_290 = lean_ctor_get(x_289, 0); lean_inc(x_290); x_291 = lean_unbox(x_290); @@ -3858,16 +3885,16 @@ x_292 = lean_ctor_get(x_289, 1); lean_inc(x_292); lean_dec_ref(x_289); x_293 = lean_box(0); -lean_inc_ref(x_280); +lean_inc_ref(x_283); lean_inc_ref(x_2); -x_294 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_284, x_2, x_288, x_287, x_293, x_279, x_283, x_282, x_285, x_280, x_286, x_292); -x_239 = x_282; -x_240 = x_281; -x_241 = x_283; -x_242 = x_279; -x_243 = x_280; -x_244 = x_286; -x_245 = x_285; +x_294 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_287, x_2, x_288, x_286, x_293, x_285, x_280, x_278, x_284, x_283, x_282, x_292); +x_239 = x_281; +x_240 = x_285; +x_241 = x_280; +x_242 = x_284; +x_243 = x_282; +x_244 = x_278; +x_245 = x_283; x_246 = x_294; goto block_277; } @@ -3895,22 +3922,22 @@ x_303 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_303, 0, x_289); lean_ctor_set(x_303, 1, x_302); lean_inc(x_7); -x_304 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_303, x_282, x_285, x_280, x_286, x_296); +x_304 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_303, x_278, x_284, x_283, x_282, x_296); 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_ref(x_304); -lean_inc_ref(x_280); +lean_inc_ref(x_283); lean_inc_ref(x_2); -x_307 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_284, x_2, x_288, x_287, x_305, x_279, x_283, x_282, x_285, x_280, x_286, x_306); -x_239 = x_282; -x_240 = x_281; -x_241 = x_283; -x_242 = x_279; -x_243 = x_280; -x_244 = x_286; -x_245 = x_285; +x_307 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_287, x_2, x_288, x_286, x_305, x_285, x_280, x_278, x_284, x_283, x_282, x_306); +x_239 = x_281; +x_240 = x_285; +x_241 = x_280; +x_242 = x_284; +x_243 = x_282; +x_244 = x_278; +x_245 = x_283; x_246 = x_307; goto block_277; } @@ -3934,22 +3961,22 @@ x_315 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_315, 0, x_313); lean_ctor_set(x_315, 1, x_314); lean_inc(x_7); -x_316 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_315, x_282, x_285, x_280, x_286, x_308); +x_316 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_315, x_278, x_284, x_283, x_282, x_308); x_317 = lean_ctor_get(x_316, 0); lean_inc(x_317); x_318 = lean_ctor_get(x_316, 1); lean_inc(x_318); lean_dec_ref(x_316); -lean_inc_ref(x_280); +lean_inc_ref(x_283); lean_inc_ref(x_2); -x_319 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_284, x_2, x_288, x_287, x_317, x_279, x_283, x_282, x_285, x_280, x_286, x_318); -x_239 = x_282; -x_240 = x_281; -x_241 = x_283; -x_242 = x_279; -x_243 = x_280; -x_244 = x_286; -x_245 = x_285; +x_319 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_287, x_2, x_288, x_286, x_317, x_285, x_280, x_278, x_284, x_283, x_282, x_318); +x_239 = x_281; +x_240 = x_285; +x_241 = x_280; +x_242 = x_284; +x_243 = x_282; +x_244 = x_278; +x_245 = x_283; x_246 = x_319; goto block_277; } @@ -3958,13 +3985,13 @@ goto block_277; else { lean_object* x_320; -lean_dec_ref(x_287); -lean_dec(x_286); -lean_dec(x_285); -lean_dec(x_283); -lean_dec_ref(x_282); -lean_dec_ref(x_280); -lean_dec_ref(x_279); +lean_dec_ref(x_286); +lean_dec_ref(x_285); +lean_dec(x_284); +lean_dec_ref(x_283); +lean_dec(x_282); +lean_dec(x_280); +lean_dec_ref(x_278); lean_dec_ref(x_36); lean_dec_ref(x_38); lean_dec(x_52); @@ -3990,8 +4017,8 @@ if (lean_is_scalar(x_99)) { x_320 = x_99; lean_ctor_set_tag(x_320, 1); } -lean_ctor_set(x_320, 0, x_284); -lean_ctor_set(x_320, 1, x_278); +lean_ctor_set(x_320, 0, x_287); +lean_ctor_set(x_320, 1, x_279); return x_320; } } @@ -4003,31 +4030,31 @@ if (x_332 == 0) { uint8_t x_333; x_333 = l_Lean_Exception_isRuntime(x_330); -x_278 = x_331; -x_279 = x_325; -x_280 = x_326; +x_278 = x_328; +x_279 = x_331; +x_280 = x_325; x_281 = x_323; -x_282 = x_322; -x_283 = x_324; -x_284 = x_330; -x_285 = x_328; -x_286 = x_327; -x_287 = x_329; +x_282 = x_327; +x_283 = x_329; +x_284 = x_326; +x_285 = x_324; +x_286 = x_322; +x_287 = x_330; x_288 = x_333; goto block_321; } else { -x_278 = x_331; -x_279 = x_325; -x_280 = x_326; +x_278 = x_328; +x_279 = x_331; +x_280 = x_325; x_281 = x_323; -x_282 = x_322; -x_283 = x_324; -x_284 = x_330; -x_285 = x_328; -x_286 = x_327; -x_287 = x_329; +x_282 = x_327; +x_283 = x_329; +x_284 = x_326; +x_285 = x_324; +x_286 = x_322; +x_287 = x_330; x_288 = x_332; goto block_321; } @@ -4062,13 +4089,13 @@ lean_dec(x_99); x_347 = lean_ctor_get(x_346, 1); lean_inc(x_347); lean_dec_ref(x_346); -x_131 = x_339; -x_132 = x_335; +x_131 = x_335; +x_132 = x_337; x_133 = x_338; -x_134 = x_337; -x_135 = x_341; -x_136 = x_342; -x_137 = x_340; +x_134 = x_340; +x_135 = x_342; +x_136 = x_339; +x_137 = x_341; x_138 = x_336; x_139 = x_347; goto block_238; @@ -4081,14 +4108,14 @@ lean_inc(x_348); x_349 = lean_ctor_get(x_346, 1); lean_inc(x_349); lean_dec_ref(x_346); -x_322 = x_339; +x_322 = x_336; x_323 = x_335; -x_324 = x_338; -x_325 = x_337; -x_326 = x_341; +x_324 = x_337; +x_325 = x_338; +x_326 = x_340; x_327 = x_342; -x_328 = x_340; -x_329 = x_336; +x_328 = x_339; +x_329 = x_341; x_330 = x_348; x_331 = x_349; goto block_334; @@ -4102,14 +4129,14 @@ lean_inc(x_350); x_351 = lean_ctor_get(x_344, 1); lean_inc(x_351); lean_dec_ref(x_344); -x_322 = x_339; +x_322 = x_336; x_323 = x_335; -x_324 = x_338; -x_325 = x_337; -x_326 = x_341; +x_324 = x_337; +x_325 = x_338; +x_326 = x_340; x_327 = x_342; -x_328 = x_340; -x_329 = x_336; +x_328 = x_339; +x_329 = x_341; x_330 = x_350; x_331 = x_351; goto block_334; @@ -4514,7 +4541,7 @@ x_460 = l_Lean_Expr_mvarId_x21(x_459); x_461 = l_Lean_MVarId_getDecl(x_460, x_19, x_20, x_21, x_22, x_23); if (lean_obj_tag(x_461) == 0) { -lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; uint8_t x_466; uint8_t 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_496; uint8_t 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_546; uint8_t 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_578; lean_object* x_579; lean_object* x_580; uint8_t 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; uint8_t x_588; lean_object* x_610; uint8_t 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; uint8_t 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_641; +lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; uint8_t x_466; uint8_t 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; uint8_t 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; uint8_t 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_578; lean_object* x_579; lean_object* x_580; uint8_t 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; uint8_t x_588; lean_object* x_610; uint8_t 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; uint8_t 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_641; x_462 = lean_ctor_get(x_461, 0); lean_inc(x_462); x_463 = lean_ctor_get(x_461, 1); @@ -4840,7 +4867,7 @@ return x_494; block_545: { lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; uint8_t x_510; -x_505 = lean_st_ref_get(x_501, x_504); +x_505 = lean_st_ref_get(x_500, x_504); x_506 = lean_ctor_get(x_505, 0); lean_inc(x_506); x_507 = lean_ctor_get(x_505, 1); @@ -4861,8 +4888,8 @@ lean_dec_ref(x_509); if (x_510 == 0) { lean_object* x_511; lean_object* x_512; uint8_t x_513; -lean_dec_ref(x_499); lean_dec(x_498); +lean_dec_ref(x_497); lean_dec(x_22); lean_dec_ref(x_21); lean_dec(x_20); @@ -4874,7 +4901,7 @@ lean_dec_ref(x_11); lean_dec_ref(x_2); lean_dec(x_1); lean_inc(x_7); -x_511 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_500, x_507); +x_511 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_502, x_507); x_512 = lean_ctor_get(x_511, 0); lean_inc(x_512); x_513 = lean_unbox(x_512); @@ -4883,16 +4910,16 @@ if (x_513 == 0) { lean_object* x_514; lean_dec(x_508); -lean_dec(x_502); -lean_dec(x_501); -lean_dec_ref(x_500); -lean_dec_ref(x_496); +lean_dec_ref(x_502); +lean_dec_ref(x_501); +lean_dec(x_500); +lean_dec(x_499); lean_dec_ref(x_8); lean_dec(x_7); x_514 = lean_ctor_get(x_511, 1); lean_inc(x_514); lean_dec_ref(x_511); -x_440 = x_497; +x_440 = x_496; x_441 = x_503; x_442 = x_514; goto block_453; @@ -4941,15 +4968,15 @@ x_526 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveF x_527 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_527, 0, x_525); lean_ctor_set(x_527, 1, x_526); -x_528 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_527, x_496, x_502, x_500, x_501, x_515); -lean_dec(x_501); -lean_dec_ref(x_500); -lean_dec(x_502); -lean_dec_ref(x_496); +x_528 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_527, x_501, x_499, x_502, x_500, x_515); +lean_dec(x_500); +lean_dec_ref(x_502); +lean_dec(x_499); +lean_dec_ref(x_501); x_529 = lean_ctor_get(x_528, 1); lean_inc(x_529); lean_dec_ref(x_528); -x_440 = x_497; +x_440 = x_496; x_441 = x_503; x_442 = x_529; goto block_453; @@ -4959,7 +4986,7 @@ else { lean_object* x_530; lean_object* x_531; uint8_t x_532; lean_inc(x_7); -x_530 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_500, x_507); +x_530 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_502, x_507); x_531 = lean_ctor_get(x_530, 0); lean_inc(x_531); x_532 = lean_unbox(x_531); @@ -4972,14 +4999,14 @@ lean_dec(x_52); x_533 = lean_ctor_get(x_530, 1); lean_inc(x_533); lean_dec_ref(x_530); -x_467 = x_497; +x_467 = x_496; x_468 = x_503; -x_469 = x_499; +x_469 = x_497; x_470 = x_498; -x_471 = x_496; -x_472 = x_502; -x_473 = x_500; -x_474 = x_501; +x_471 = x_501; +x_472 = x_499; +x_473 = x_502; +x_474 = x_500; x_475 = x_533; goto block_495; } @@ -5019,18 +5046,18 @@ if (lean_is_scalar(x_508)) { lean_ctor_set(x_542, 0, x_540); lean_ctor_set(x_542, 1, x_541); lean_inc(x_7); -x_543 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_542, x_496, x_502, x_500, x_501, x_534); +x_543 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_542, x_501, x_499, x_502, x_500, x_534); x_544 = lean_ctor_get(x_543, 1); lean_inc(x_544); lean_dec_ref(x_543); -x_467 = x_497; +x_467 = x_496; x_468 = x_503; -x_469 = x_499; +x_469 = x_497; x_470 = x_498; -x_471 = x_496; -x_472 = x_502; -x_473 = x_500; -x_474 = x_501; +x_471 = x_501; +x_472 = x_499; +x_473 = x_502; +x_474 = x_500; x_475 = x_544; goto block_495; } @@ -5067,12 +5094,12 @@ goto block_545; case 1: { 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_dec(x_552); -lean_dec(x_551); -lean_dec_ref(x_550); -lean_dec_ref(x_549); +lean_dec_ref(x_552); +lean_dec_ref(x_551); +lean_dec(x_550); +lean_dec(x_549); lean_dec(x_548); -lean_dec_ref(x_546); +lean_dec_ref(x_547); lean_dec(x_52); lean_dec(x_22); lean_dec_ref(x_21); @@ -5102,7 +5129,7 @@ if (lean_is_exclusive(x_553)) { x_559 = lean_ctor_get(x_554, 0); lean_inc(x_559); lean_dec_ref(x_554); -x_560 = lean_box(x_547); +x_560 = lean_box(x_546); x_561 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_561, 0, x_560); lean_ctor_set(x_561, 1, x_559); @@ -5127,12 +5154,12 @@ return x_565; default: { 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_dec(x_552); -lean_dec(x_551); -lean_dec_ref(x_550); -lean_dec_ref(x_549); +lean_dec_ref(x_552); +lean_dec_ref(x_551); +lean_dec(x_550); +lean_dec(x_549); lean_dec(x_548); -lean_dec_ref(x_546); +lean_dec_ref(x_547); lean_dec(x_52); x_566 = lean_ctor_get(x_553, 1); lean_inc(x_566); @@ -5140,7 +5167,7 @@ lean_dec_ref(x_553); x_567 = lean_ctor_get(x_554, 0); lean_inc(x_567); lean_dec_ref(x_554); -x_568 = lean_box(x_547); +x_568 = lean_box(x_546); x_569 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_569, 0, x_568); lean_ctor_set(x_569, 1, x_567); @@ -5163,12 +5190,12 @@ goto block_29; else { lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; -lean_dec(x_552); -lean_dec(x_551); -lean_dec_ref(x_550); -lean_dec_ref(x_549); +lean_dec_ref(x_552); +lean_dec_ref(x_551); +lean_dec(x_550); +lean_dec(x_549); lean_dec(x_548); -lean_dec_ref(x_546); +lean_dec_ref(x_547); lean_dec_ref(x_439); lean_dec_ref(x_38); lean_dec(x_52); @@ -5217,7 +5244,7 @@ if (x_588 == 0) lean_object* x_589; lean_object* x_590; uint8_t x_591; lean_dec(x_464); lean_inc(x_7); -x_589 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_580, x_578); +x_589 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_583, x_579); x_590 = lean_ctor_get(x_589, 0); lean_inc(x_590); x_591 = lean_unbox(x_590); @@ -5229,16 +5256,16 @@ x_592 = lean_ctor_get(x_589, 1); lean_inc(x_592); lean_dec_ref(x_589); x_593 = lean_box(0); -lean_inc_ref(x_580); +lean_inc_ref(x_583); lean_inc_ref(x_2); -x_594 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_584, x_2, x_588, x_587, x_593, x_579, x_583, x_582, x_585, x_580, x_586, x_592); -x_546 = x_582; -x_547 = x_581; -x_548 = x_583; -x_549 = x_579; -x_550 = x_580; -x_551 = x_586; -x_552 = x_585; +x_594 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_587, x_2, x_588, x_586, x_593, x_585, x_580, x_578, x_584, x_583, x_582, x_592); +x_546 = x_581; +x_547 = x_585; +x_548 = x_580; +x_549 = x_584; +x_550 = x_582; +x_551 = x_578; +x_552 = x_583; x_553 = x_594; goto block_577; } @@ -5274,22 +5301,22 @@ x_603 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_603, 0, x_601); lean_ctor_set(x_603, 1, x_602); lean_inc(x_7); -x_604 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_603, x_582, x_585, x_580, x_586, x_595); +x_604 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_603, x_578, x_584, x_583, x_582, x_595); x_605 = lean_ctor_get(x_604, 0); lean_inc(x_605); x_606 = lean_ctor_get(x_604, 1); lean_inc(x_606); lean_dec_ref(x_604); -lean_inc_ref(x_580); +lean_inc_ref(x_583); lean_inc_ref(x_2); -x_607 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_584, x_2, x_588, x_587, x_605, x_579, x_583, x_582, x_585, x_580, x_586, x_606); -x_546 = x_582; -x_547 = x_581; -x_548 = x_583; -x_549 = x_579; -x_550 = x_580; -x_551 = x_586; -x_552 = x_585; +x_607 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_587, x_2, x_588, x_586, x_605, x_585, x_580, x_578, x_584, x_583, x_582, x_606); +x_546 = x_581; +x_547 = x_585; +x_548 = x_580; +x_549 = x_584; +x_550 = x_582; +x_551 = x_578; +x_552 = x_583; x_553 = x_607; goto block_577; } @@ -5297,13 +5324,13 @@ goto block_577; else { lean_object* x_608; -lean_dec_ref(x_587); -lean_dec(x_586); -lean_dec(x_585); -lean_dec(x_583); -lean_dec_ref(x_582); -lean_dec_ref(x_580); -lean_dec_ref(x_579); +lean_dec_ref(x_586); +lean_dec_ref(x_585); +lean_dec(x_584); +lean_dec_ref(x_583); +lean_dec(x_582); +lean_dec(x_580); +lean_dec_ref(x_578); lean_dec_ref(x_439); lean_dec_ref(x_38); lean_dec(x_52); @@ -5329,8 +5356,8 @@ if (lean_is_scalar(x_464)) { x_608 = x_464; lean_ctor_set_tag(x_608, 1); } -lean_ctor_set(x_608, 0, x_584); -lean_ctor_set(x_608, 1, x_578); +lean_ctor_set(x_608, 0, x_587); +lean_ctor_set(x_608, 1, x_579); return x_608; } } @@ -5342,31 +5369,31 @@ if (x_620 == 0) { uint8_t x_621; x_621 = l_Lean_Exception_isRuntime(x_618); -x_578 = x_619; -x_579 = x_613; -x_580 = x_614; +x_578 = x_616; +x_579 = x_619; +x_580 = x_613; x_581 = x_611; -x_582 = x_610; -x_583 = x_612; -x_584 = x_618; -x_585 = x_616; -x_586 = x_615; -x_587 = x_617; +x_582 = x_615; +x_583 = x_617; +x_584 = x_614; +x_585 = x_612; +x_586 = x_610; +x_587 = x_618; x_588 = x_621; goto block_609; } else { -x_578 = x_619; -x_579 = x_613; -x_580 = x_614; +x_578 = x_616; +x_579 = x_619; +x_580 = x_613; x_581 = x_611; -x_582 = x_610; -x_583 = x_612; -x_584 = x_618; -x_585 = x_616; -x_586 = x_615; -x_587 = x_617; +x_582 = x_615; +x_583 = x_617; +x_584 = x_614; +x_585 = x_612; +x_586 = x_610; +x_587 = x_618; x_588 = x_620; goto block_609; } @@ -5401,13 +5428,13 @@ lean_dec(x_464); x_635 = lean_ctor_get(x_634, 1); lean_inc(x_635); lean_dec_ref(x_634); -x_496 = x_627; -x_497 = x_623; +x_496 = x_623; +x_497 = x_625; x_498 = x_626; -x_499 = x_625; -x_500 = x_629; -x_501 = x_630; -x_502 = x_628; +x_499 = x_628; +x_500 = x_630; +x_501 = x_627; +x_502 = x_629; x_503 = x_624; x_504 = x_635; goto block_545; @@ -5420,14 +5447,14 @@ lean_inc(x_636); x_637 = lean_ctor_get(x_634, 1); lean_inc(x_637); lean_dec_ref(x_634); -x_610 = x_627; +x_610 = x_624; x_611 = x_623; -x_612 = x_626; -x_613 = x_625; -x_614 = x_629; +x_612 = x_625; +x_613 = x_626; +x_614 = x_628; x_615 = x_630; -x_616 = x_628; -x_617 = x_624; +x_616 = x_627; +x_617 = x_629; x_618 = x_636; x_619 = x_637; goto block_622; @@ -5441,14 +5468,14 @@ lean_inc(x_638); x_639 = lean_ctor_get(x_632, 1); lean_inc(x_639); lean_dec_ref(x_632); -x_610 = x_627; +x_610 = x_624; x_611 = x_623; -x_612 = x_626; -x_613 = x_625; -x_614 = x_629; +x_612 = x_625; +x_613 = x_626; +x_614 = x_628; x_615 = x_630; -x_616 = x_628; -x_617 = x_624; +x_616 = x_627; +x_617 = x_629; x_618 = x_638; x_619 = x_639; goto block_622; @@ -5881,7 +5908,7 @@ x_746 = l_Lean_Expr_mvarId_x21(x_745); x_747 = l_Lean_MVarId_getDecl(x_746, x_19, x_20, x_21, x_22, x_23); if (lean_obj_tag(x_747) == 0) { -lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; uint8_t x_752; uint8_t x_753; lean_object* x_754; 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_782; uint8_t x_783; lean_object* x_784; 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_832; uint8_t 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_864; lean_object* x_865; lean_object* x_866; uint8_t 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; uint8_t x_874; lean_object* x_896; uint8_t 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; uint8_t 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_927; +lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; uint8_t x_752; uint8_t x_753; lean_object* x_754; 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; uint8_t x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; uint8_t 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_864; lean_object* x_865; lean_object* x_866; uint8_t 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; uint8_t x_874; lean_object* x_896; uint8_t 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; uint8_t 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_927; x_748 = lean_ctor_get(x_747, 0); lean_inc(x_748); x_749 = lean_ctor_get(x_747, 1); @@ -6207,7 +6234,7 @@ return x_780; block_831: { lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; uint8_t x_796; -x_791 = lean_st_ref_get(x_787, x_790); +x_791 = lean_st_ref_get(x_786, x_790); x_792 = lean_ctor_get(x_791, 0); lean_inc(x_792); x_793 = lean_ctor_get(x_791, 1); @@ -6228,8 +6255,8 @@ lean_dec_ref(x_795); if (x_796 == 0) { lean_object* x_797; lean_object* x_798; uint8_t x_799; -lean_dec_ref(x_785); lean_dec(x_784); +lean_dec_ref(x_783); lean_dec(x_22); lean_dec_ref(x_21); lean_dec(x_20); @@ -6241,7 +6268,7 @@ lean_dec_ref(x_11); lean_dec_ref(x_2); lean_dec(x_1); lean_inc(x_7); -x_797 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_786, x_793); +x_797 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_788, x_793); x_798 = lean_ctor_get(x_797, 0); lean_inc(x_798); x_799 = lean_unbox(x_798); @@ -6250,16 +6277,16 @@ if (x_799 == 0) { lean_object* x_800; lean_dec(x_794); -lean_dec(x_788); -lean_dec(x_787); -lean_dec_ref(x_786); -lean_dec_ref(x_782); +lean_dec_ref(x_788); +lean_dec_ref(x_787); +lean_dec(x_786); +lean_dec(x_785); lean_dec_ref(x_8); lean_dec(x_7); x_800 = lean_ctor_get(x_797, 1); lean_inc(x_800); lean_dec_ref(x_797); -x_726 = x_783; +x_726 = x_782; x_727 = x_789; x_728 = x_800; goto block_739; @@ -6308,15 +6335,15 @@ x_812 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveF x_813 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_813, 0, x_811); lean_ctor_set(x_813, 1, x_812); -x_814 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_813, x_782, x_788, x_786, x_787, x_801); -lean_dec(x_787); -lean_dec_ref(x_786); -lean_dec(x_788); -lean_dec_ref(x_782); +x_814 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_813, x_787, x_785, x_788, x_786, x_801); +lean_dec(x_786); +lean_dec_ref(x_788); +lean_dec(x_785); +lean_dec_ref(x_787); x_815 = lean_ctor_get(x_814, 1); lean_inc(x_815); lean_dec_ref(x_814); -x_726 = x_783; +x_726 = x_782; x_727 = x_789; x_728 = x_815; goto block_739; @@ -6326,7 +6353,7 @@ else { lean_object* x_816; lean_object* x_817; uint8_t x_818; lean_inc(x_7); -x_816 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_786, x_793); +x_816 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_788, x_793); x_817 = lean_ctor_get(x_816, 0); lean_inc(x_817); x_818 = lean_unbox(x_817); @@ -6339,14 +6366,14 @@ lean_dec(x_52); x_819 = lean_ctor_get(x_816, 1); lean_inc(x_819); lean_dec_ref(x_816); -x_753 = x_783; +x_753 = x_782; x_754 = x_789; -x_755 = x_785; +x_755 = x_783; x_756 = x_784; -x_757 = x_782; -x_758 = x_788; -x_759 = x_786; -x_760 = x_787; +x_757 = x_787; +x_758 = x_785; +x_759 = x_788; +x_760 = x_786; x_761 = x_819; goto block_781; } @@ -6386,18 +6413,18 @@ if (lean_is_scalar(x_794)) { lean_ctor_set(x_828, 0, x_826); lean_ctor_set(x_828, 1, x_827); lean_inc(x_7); -x_829 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_828, x_782, x_788, x_786, x_787, x_820); +x_829 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_828, x_787, x_785, x_788, x_786, x_820); x_830 = lean_ctor_get(x_829, 1); lean_inc(x_830); lean_dec_ref(x_829); -x_753 = x_783; +x_753 = x_782; x_754 = x_789; -x_755 = x_785; +x_755 = x_783; x_756 = x_784; -x_757 = x_782; -x_758 = x_788; -x_759 = x_786; -x_760 = x_787; +x_757 = x_787; +x_758 = x_785; +x_759 = x_788; +x_760 = x_786; x_761 = x_830; goto block_781; } @@ -6434,12 +6461,12 @@ goto block_831; case 1: { 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_dec(x_838); -lean_dec(x_837); -lean_dec_ref(x_836); -lean_dec_ref(x_835); +lean_dec_ref(x_838); +lean_dec_ref(x_837); +lean_dec(x_836); +lean_dec(x_835); lean_dec(x_834); -lean_dec_ref(x_832); +lean_dec_ref(x_833); lean_dec(x_52); lean_dec(x_22); lean_dec_ref(x_21); @@ -6469,7 +6496,7 @@ if (lean_is_exclusive(x_839)) { x_845 = lean_ctor_get(x_840, 0); lean_inc(x_845); lean_dec_ref(x_840); -x_846 = lean_box(x_833); +x_846 = lean_box(x_832); x_847 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_847, 0, x_846); lean_ctor_set(x_847, 1, x_845); @@ -6494,12 +6521,12 @@ return x_851; default: { 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_dec(x_838); -lean_dec(x_837); -lean_dec_ref(x_836); -lean_dec_ref(x_835); +lean_dec_ref(x_838); +lean_dec_ref(x_837); +lean_dec(x_836); +lean_dec(x_835); lean_dec(x_834); -lean_dec_ref(x_832); +lean_dec_ref(x_833); lean_dec(x_52); x_852 = lean_ctor_get(x_839, 1); lean_inc(x_852); @@ -6507,7 +6534,7 @@ lean_dec_ref(x_839); x_853 = lean_ctor_get(x_840, 0); lean_inc(x_853); lean_dec_ref(x_840); -x_854 = lean_box(x_833); +x_854 = lean_box(x_832); x_855 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_855, 0, x_854); lean_ctor_set(x_855, 1, x_853); @@ -6530,12 +6557,12 @@ goto block_29; else { lean_object* x_859; lean_object* x_860; lean_object* x_861; lean_object* x_862; -lean_dec(x_838); -lean_dec(x_837); -lean_dec_ref(x_836); -lean_dec_ref(x_835); +lean_dec_ref(x_838); +lean_dec_ref(x_837); +lean_dec(x_836); +lean_dec(x_835); lean_dec(x_834); -lean_dec_ref(x_832); +lean_dec_ref(x_833); lean_dec_ref(x_725); lean_dec_ref(x_714); lean_dec(x_52); @@ -6584,7 +6611,7 @@ if (x_874 == 0) lean_object* x_875; lean_object* x_876; uint8_t x_877; lean_dec(x_750); lean_inc(x_7); -x_875 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_866, x_864); +x_875 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_869, x_865); x_876 = lean_ctor_get(x_875, 0); lean_inc(x_876); x_877 = lean_unbox(x_876); @@ -6596,16 +6623,16 @@ x_878 = lean_ctor_get(x_875, 1); lean_inc(x_878); lean_dec_ref(x_875); x_879 = lean_box(0); -lean_inc_ref(x_866); +lean_inc_ref(x_869); lean_inc_ref(x_2); -x_880 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_870, x_2, x_874, x_873, x_879, x_865, x_869, x_868, x_871, x_866, x_872, x_878); -x_832 = x_868; -x_833 = x_867; -x_834 = x_869; -x_835 = x_865; -x_836 = x_866; -x_837 = x_872; -x_838 = x_871; +x_880 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_873, x_2, x_874, x_872, x_879, x_871, x_866, x_864, x_870, x_869, x_868, x_878); +x_832 = x_867; +x_833 = x_871; +x_834 = x_866; +x_835 = x_870; +x_836 = x_868; +x_837 = x_864; +x_838 = x_869; x_839 = x_880; goto block_863; } @@ -6641,22 +6668,22 @@ x_889 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_889, 0, x_887); lean_ctor_set(x_889, 1, x_888); lean_inc(x_7); -x_890 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_889, x_868, x_871, x_866, x_872, x_881); +x_890 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_889, x_864, x_870, x_869, x_868, x_881); x_891 = lean_ctor_get(x_890, 0); lean_inc(x_891); x_892 = lean_ctor_get(x_890, 1); lean_inc(x_892); lean_dec_ref(x_890); -lean_inc_ref(x_866); +lean_inc_ref(x_869); lean_inc_ref(x_2); -x_893 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_870, x_2, x_874, x_873, x_891, x_865, x_869, x_868, x_871, x_866, x_872, x_892); -x_832 = x_868; -x_833 = x_867; -x_834 = x_869; -x_835 = x_865; -x_836 = x_866; -x_837 = x_872; -x_838 = x_871; +x_893 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_873, x_2, x_874, x_872, x_891, x_871, x_866, x_864, x_870, x_869, x_868, x_892); +x_832 = x_867; +x_833 = x_871; +x_834 = x_866; +x_835 = x_870; +x_836 = x_868; +x_837 = x_864; +x_838 = x_869; x_839 = x_893; goto block_863; } @@ -6664,13 +6691,13 @@ goto block_863; else { lean_object* x_894; -lean_dec_ref(x_873); -lean_dec(x_872); -lean_dec(x_871); -lean_dec(x_869); -lean_dec_ref(x_868); -lean_dec_ref(x_866); -lean_dec_ref(x_865); +lean_dec_ref(x_872); +lean_dec_ref(x_871); +lean_dec(x_870); +lean_dec_ref(x_869); +lean_dec(x_868); +lean_dec(x_866); +lean_dec_ref(x_864); lean_dec_ref(x_725); lean_dec_ref(x_714); lean_dec(x_52); @@ -6696,8 +6723,8 @@ if (lean_is_scalar(x_750)) { x_894 = x_750; lean_ctor_set_tag(x_894, 1); } -lean_ctor_set(x_894, 0, x_870); -lean_ctor_set(x_894, 1, x_864); +lean_ctor_set(x_894, 0, x_873); +lean_ctor_set(x_894, 1, x_865); return x_894; } } @@ -6709,31 +6736,31 @@ if (x_906 == 0) { uint8_t x_907; x_907 = l_Lean_Exception_isRuntime(x_904); -x_864 = x_905; -x_865 = x_899; -x_866 = x_900; +x_864 = x_902; +x_865 = x_905; +x_866 = x_899; x_867 = x_897; -x_868 = x_896; -x_869 = x_898; -x_870 = x_904; -x_871 = x_902; -x_872 = x_901; -x_873 = x_903; +x_868 = x_901; +x_869 = x_903; +x_870 = x_900; +x_871 = x_898; +x_872 = x_896; +x_873 = x_904; x_874 = x_907; goto block_895; } else { -x_864 = x_905; -x_865 = x_899; -x_866 = x_900; +x_864 = x_902; +x_865 = x_905; +x_866 = x_899; x_867 = x_897; -x_868 = x_896; -x_869 = x_898; -x_870 = x_904; -x_871 = x_902; -x_872 = x_901; -x_873 = x_903; +x_868 = x_901; +x_869 = x_903; +x_870 = x_900; +x_871 = x_898; +x_872 = x_896; +x_873 = x_904; x_874 = x_906; goto block_895; } @@ -6768,13 +6795,13 @@ lean_dec(x_750); x_921 = lean_ctor_get(x_920, 1); lean_inc(x_921); lean_dec_ref(x_920); -x_782 = x_913; -x_783 = x_909; +x_782 = x_909; +x_783 = x_911; x_784 = x_912; -x_785 = x_911; -x_786 = x_915; -x_787 = x_916; -x_788 = x_914; +x_785 = x_914; +x_786 = x_916; +x_787 = x_913; +x_788 = x_915; x_789 = x_910; x_790 = x_921; goto block_831; @@ -6787,14 +6814,14 @@ lean_inc(x_922); x_923 = lean_ctor_get(x_920, 1); lean_inc(x_923); lean_dec_ref(x_920); -x_896 = x_913; +x_896 = x_910; x_897 = x_909; -x_898 = x_912; -x_899 = x_911; -x_900 = x_915; +x_898 = x_911; +x_899 = x_912; +x_900 = x_914; x_901 = x_916; -x_902 = x_914; -x_903 = x_910; +x_902 = x_913; +x_903 = x_915; x_904 = x_922; x_905 = x_923; goto block_908; @@ -6808,14 +6835,14 @@ lean_inc(x_924); x_925 = lean_ctor_get(x_918, 1); lean_inc(x_925); lean_dec_ref(x_918); -x_896 = x_913; +x_896 = x_910; x_897 = x_909; -x_898 = x_912; -x_899 = x_911; -x_900 = x_915; +x_898 = x_911; +x_899 = x_912; +x_900 = x_914; x_901 = x_916; -x_902 = x_914; -x_903 = x_910; +x_902 = x_913; +x_903 = x_915; x_904 = x_924; x_905 = x_925; goto block_908; @@ -7294,7 +7321,7 @@ x_1037 = l_Lean_Expr_mvarId_x21(x_1036); x_1038 = l_Lean_MVarId_getDecl(x_1037, x_19, x_20, x_21, x_22, x_23); if (lean_obj_tag(x_1038) == 0) { -lean_object* x_1039; lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; uint8_t x_1043; uint8_t 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_1073; uint8_t 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_1123; uint8_t 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_1155; lean_object* x_1156; lean_object* x_1157; uint8_t 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; uint8_t x_1165; lean_object* x_1187; uint8_t 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; uint8_t 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_1218; +lean_object* x_1039; lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; uint8_t x_1043; uint8_t 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; uint8_t 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; uint8_t 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_1155; lean_object* x_1156; lean_object* x_1157; uint8_t 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; uint8_t x_1165; lean_object* x_1187; uint8_t 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; uint8_t 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_1218; x_1039 = lean_ctor_get(x_1038, 0); lean_inc(x_1039); x_1040 = lean_ctor_get(x_1038, 1); @@ -7620,7 +7647,7 @@ return x_1071; block_1122: { lean_object* x_1082; lean_object* x_1083; lean_object* x_1084; lean_object* x_1085; lean_object* x_1086; uint8_t x_1087; -x_1082 = lean_st_ref_get(x_1078, x_1081); +x_1082 = lean_st_ref_get(x_1077, x_1081); x_1083 = lean_ctor_get(x_1082, 0); lean_inc(x_1083); x_1084 = lean_ctor_get(x_1082, 1); @@ -7641,8 +7668,8 @@ lean_dec_ref(x_1086); if (x_1087 == 0) { lean_object* x_1088; lean_object* x_1089; uint8_t x_1090; -lean_dec_ref(x_1076); lean_dec(x_1075); +lean_dec_ref(x_1074); lean_dec(x_22); lean_dec_ref(x_21); lean_dec(x_20); @@ -7654,7 +7681,7 @@ lean_dec_ref(x_11); lean_dec_ref(x_2); lean_dec(x_1); lean_inc(x_7); -x_1088 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_1077, x_1084); +x_1088 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_1079, x_1084); x_1089 = lean_ctor_get(x_1088, 0); lean_inc(x_1089); x_1090 = lean_unbox(x_1089); @@ -7663,16 +7690,16 @@ if (x_1090 == 0) { lean_object* x_1091; lean_dec(x_1085); -lean_dec(x_1079); -lean_dec(x_1078); -lean_dec_ref(x_1077); -lean_dec_ref(x_1073); +lean_dec_ref(x_1079); +lean_dec_ref(x_1078); +lean_dec(x_1077); +lean_dec(x_1076); lean_dec_ref(x_8); lean_dec(x_7); x_1091 = lean_ctor_get(x_1088, 1); lean_inc(x_1091); lean_dec_ref(x_1088); -x_1017 = x_1074; +x_1017 = x_1073; x_1018 = x_1080; x_1019 = x_1091; goto block_1030; @@ -7721,15 +7748,15 @@ x_1103 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDerive x_1104 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_1104, 0, x_1102); lean_ctor_set(x_1104, 1, x_1103); -x_1105 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_1104, x_1073, x_1079, x_1077, x_1078, x_1092); -lean_dec(x_1078); -lean_dec_ref(x_1077); -lean_dec(x_1079); -lean_dec_ref(x_1073); +x_1105 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_1104, x_1078, x_1076, x_1079, x_1077, x_1092); +lean_dec(x_1077); +lean_dec_ref(x_1079); +lean_dec(x_1076); +lean_dec_ref(x_1078); x_1106 = lean_ctor_get(x_1105, 1); lean_inc(x_1106); lean_dec_ref(x_1105); -x_1017 = x_1074; +x_1017 = x_1073; x_1018 = x_1080; x_1019 = x_1106; goto block_1030; @@ -7739,7 +7766,7 @@ else { lean_object* x_1107; lean_object* x_1108; uint8_t x_1109; lean_inc(x_7); -x_1107 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_1077, x_1084); +x_1107 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_1079, x_1084); x_1108 = lean_ctor_get(x_1107, 0); lean_inc(x_1108); x_1109 = lean_unbox(x_1108); @@ -7752,14 +7779,14 @@ lean_dec(x_996); x_1110 = lean_ctor_get(x_1107, 1); lean_inc(x_1110); lean_dec_ref(x_1107); -x_1044 = x_1074; +x_1044 = x_1073; x_1045 = x_1080; -x_1046 = x_1076; +x_1046 = x_1074; x_1047 = x_1075; -x_1048 = x_1073; -x_1049 = x_1079; -x_1050 = x_1077; -x_1051 = x_1078; +x_1048 = x_1078; +x_1049 = x_1076; +x_1050 = x_1079; +x_1051 = x_1077; x_1052 = x_1110; goto block_1072; } @@ -7799,18 +7826,18 @@ if (lean_is_scalar(x_1085)) { lean_ctor_set(x_1119, 0, x_1117); lean_ctor_set(x_1119, 1, x_1118); lean_inc(x_7); -x_1120 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_1119, x_1073, x_1079, x_1077, x_1078, x_1111); +x_1120 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_1119, x_1078, x_1076, x_1079, x_1077, x_1111); x_1121 = lean_ctor_get(x_1120, 1); lean_inc(x_1121); lean_dec_ref(x_1120); -x_1044 = x_1074; +x_1044 = x_1073; x_1045 = x_1080; -x_1046 = x_1076; +x_1046 = x_1074; x_1047 = x_1075; -x_1048 = x_1073; -x_1049 = x_1079; -x_1050 = x_1077; -x_1051 = x_1078; +x_1048 = x_1078; +x_1049 = x_1076; +x_1050 = x_1079; +x_1051 = x_1077; x_1052 = x_1121; goto block_1072; } @@ -7847,12 +7874,12 @@ goto block_1122; case 1: { 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_dec(x_1129); -lean_dec(x_1128); -lean_dec_ref(x_1127); -lean_dec_ref(x_1126); +lean_dec_ref(x_1129); +lean_dec_ref(x_1128); +lean_dec(x_1127); +lean_dec(x_1126); lean_dec(x_1125); -lean_dec_ref(x_1123); +lean_dec_ref(x_1124); lean_dec(x_996); lean_dec(x_22); lean_dec_ref(x_21); @@ -7882,7 +7909,7 @@ if (lean_is_exclusive(x_1130)) { x_1136 = lean_ctor_get(x_1131, 0); lean_inc(x_1136); lean_dec_ref(x_1131); -x_1137 = lean_box(x_1124); +x_1137 = lean_box(x_1123); x_1138 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_1138, 0, x_1137); lean_ctor_set(x_1138, 1, x_1136); @@ -7907,12 +7934,12 @@ return x_1142; default: { 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_dec(x_1129); -lean_dec(x_1128); -lean_dec_ref(x_1127); -lean_dec_ref(x_1126); +lean_dec_ref(x_1129); +lean_dec_ref(x_1128); +lean_dec(x_1127); +lean_dec(x_1126); lean_dec(x_1125); -lean_dec_ref(x_1123); +lean_dec_ref(x_1124); lean_dec(x_996); x_1143 = lean_ctor_get(x_1130, 1); lean_inc(x_1143); @@ -7920,7 +7947,7 @@ lean_dec_ref(x_1130); x_1144 = lean_ctor_get(x_1131, 0); lean_inc(x_1144); lean_dec_ref(x_1131); -x_1145 = lean_box(x_1124); +x_1145 = lean_box(x_1123); x_1146 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_1146, 0, x_1145); lean_ctor_set(x_1146, 1, x_1144); @@ -7943,12 +7970,12 @@ goto block_29; else { lean_object* x_1150; lean_object* x_1151; lean_object* x_1152; lean_object* x_1153; -lean_dec(x_1129); -lean_dec(x_1128); -lean_dec_ref(x_1127); -lean_dec_ref(x_1126); +lean_dec_ref(x_1129); +lean_dec_ref(x_1128); +lean_dec(x_1127); +lean_dec(x_1126); lean_dec(x_1125); -lean_dec_ref(x_1123); +lean_dec_ref(x_1124); lean_dec_ref(x_1016); lean_dec_ref(x_1005); lean_dec(x_996); @@ -7997,7 +8024,7 @@ if (x_1165 == 0) lean_object* x_1166; lean_object* x_1167; uint8_t x_1168; lean_dec(x_1041); lean_inc(x_7); -x_1166 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_1157, x_1155); +x_1166 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_7, x_1160, x_1156); x_1167 = lean_ctor_get(x_1166, 0); lean_inc(x_1167); x_1168 = lean_unbox(x_1167); @@ -8009,16 +8036,16 @@ x_1169 = lean_ctor_get(x_1166, 1); lean_inc(x_1169); lean_dec_ref(x_1166); x_1170 = lean_box(0); -lean_inc_ref(x_1157); +lean_inc_ref(x_1160); lean_inc_ref(x_2); -x_1171 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_1161, x_2, x_1165, x_1164, x_1170, x_1156, x_1160, x_1159, x_1162, x_1157, x_1163, x_1169); -x_1123 = x_1159; -x_1124 = x_1158; -x_1125 = x_1160; -x_1126 = x_1156; -x_1127 = x_1157; -x_1128 = x_1163; -x_1129 = x_1162; +x_1171 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_1164, x_2, x_1165, x_1163, x_1170, x_1162, x_1157, x_1155, x_1161, x_1160, x_1159, x_1169); +x_1123 = x_1158; +x_1124 = x_1162; +x_1125 = x_1157; +x_1126 = x_1161; +x_1127 = x_1159; +x_1128 = x_1155; +x_1129 = x_1160; x_1130 = x_1171; goto block_1154; } @@ -8054,22 +8081,22 @@ x_1180 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_1180, 0, x_1178); lean_ctor_set(x_1180, 1, x_1179); lean_inc(x_7); -x_1181 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_1180, x_1159, x_1162, x_1157, x_1163, x_1172); +x_1181 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_7, x_1180, x_1155, x_1161, x_1160, x_1159, x_1172); x_1182 = lean_ctor_get(x_1181, 0); lean_inc(x_1182); x_1183 = lean_ctor_get(x_1181, 1); lean_inc(x_1183); lean_dec_ref(x_1181); -lean_inc_ref(x_1157); +lean_inc_ref(x_1160); lean_inc_ref(x_2); -x_1184 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_1161, x_2, x_1165, x_1164, x_1182, x_1156, x_1160, x_1159, x_1162, x_1157, x_1163, x_1183); -x_1123 = x_1159; -x_1124 = x_1158; -x_1125 = x_1160; -x_1126 = x_1156; -x_1127 = x_1157; -x_1128 = x_1163; -x_1129 = x_1162; +x_1184 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__8___redArg___lam__0(x_1164, x_2, x_1165, x_1163, x_1182, x_1162, x_1157, x_1155, x_1161, x_1160, x_1159, x_1183); +x_1123 = x_1158; +x_1124 = x_1162; +x_1125 = x_1157; +x_1126 = x_1161; +x_1127 = x_1159; +x_1128 = x_1155; +x_1129 = x_1160; x_1130 = x_1184; goto block_1154; } @@ -8077,13 +8104,13 @@ goto block_1154; else { lean_object* x_1185; -lean_dec_ref(x_1164); -lean_dec(x_1163); -lean_dec(x_1162); -lean_dec(x_1160); -lean_dec_ref(x_1159); -lean_dec_ref(x_1157); -lean_dec_ref(x_1156); +lean_dec_ref(x_1163); +lean_dec_ref(x_1162); +lean_dec(x_1161); +lean_dec_ref(x_1160); +lean_dec(x_1159); +lean_dec(x_1157); +lean_dec_ref(x_1155); lean_dec_ref(x_1016); lean_dec_ref(x_1005); lean_dec(x_996); @@ -8109,8 +8136,8 @@ if (lean_is_scalar(x_1041)) { x_1185 = x_1041; lean_ctor_set_tag(x_1185, 1); } -lean_ctor_set(x_1185, 0, x_1161); -lean_ctor_set(x_1185, 1, x_1155); +lean_ctor_set(x_1185, 0, x_1164); +lean_ctor_set(x_1185, 1, x_1156); return x_1185; } } @@ -8122,31 +8149,31 @@ if (x_1197 == 0) { uint8_t x_1198; x_1198 = l_Lean_Exception_isRuntime(x_1195); -x_1155 = x_1196; -x_1156 = x_1190; -x_1157 = x_1191; +x_1155 = x_1193; +x_1156 = x_1196; +x_1157 = x_1190; x_1158 = x_1188; -x_1159 = x_1187; -x_1160 = x_1189; -x_1161 = x_1195; -x_1162 = x_1193; -x_1163 = x_1192; -x_1164 = x_1194; +x_1159 = x_1192; +x_1160 = x_1194; +x_1161 = x_1191; +x_1162 = x_1189; +x_1163 = x_1187; +x_1164 = x_1195; x_1165 = x_1198; goto block_1186; } else { -x_1155 = x_1196; -x_1156 = x_1190; -x_1157 = x_1191; +x_1155 = x_1193; +x_1156 = x_1196; +x_1157 = x_1190; x_1158 = x_1188; -x_1159 = x_1187; -x_1160 = x_1189; -x_1161 = x_1195; -x_1162 = x_1193; -x_1163 = x_1192; -x_1164 = x_1194; +x_1159 = x_1192; +x_1160 = x_1194; +x_1161 = x_1191; +x_1162 = x_1189; +x_1163 = x_1187; +x_1164 = x_1195; x_1165 = x_1197; goto block_1186; } @@ -8181,13 +8208,13 @@ lean_dec(x_1041); x_1212 = lean_ctor_get(x_1211, 1); lean_inc(x_1212); lean_dec_ref(x_1211); -x_1073 = x_1204; -x_1074 = x_1200; +x_1073 = x_1200; +x_1074 = x_1202; x_1075 = x_1203; -x_1076 = x_1202; -x_1077 = x_1206; -x_1078 = x_1207; -x_1079 = x_1205; +x_1076 = x_1205; +x_1077 = x_1207; +x_1078 = x_1204; +x_1079 = x_1206; x_1080 = x_1201; x_1081 = x_1212; goto block_1122; @@ -8200,14 +8227,14 @@ lean_inc(x_1213); x_1214 = lean_ctor_get(x_1211, 1); lean_inc(x_1214); lean_dec_ref(x_1211); -x_1187 = x_1204; +x_1187 = x_1201; x_1188 = x_1200; -x_1189 = x_1203; -x_1190 = x_1202; -x_1191 = x_1206; +x_1189 = x_1202; +x_1190 = x_1203; +x_1191 = x_1205; x_1192 = x_1207; -x_1193 = x_1205; -x_1194 = x_1201; +x_1193 = x_1204; +x_1194 = x_1206; x_1195 = x_1213; x_1196 = x_1214; goto block_1199; @@ -8221,14 +8248,14 @@ lean_inc(x_1215); x_1216 = lean_ctor_get(x_1209, 1); lean_inc(x_1216); lean_dec_ref(x_1209); -x_1187 = x_1204; +x_1187 = x_1201; x_1188 = x_1200; -x_1189 = x_1203; -x_1190 = x_1202; -x_1191 = x_1206; +x_1189 = x_1202; +x_1190 = x_1203; +x_1191 = x_1205; x_1192 = x_1207; -x_1193 = x_1205; -x_1194 = x_1201; +x_1193 = x_1204; +x_1194 = x_1206; x_1195 = x_1215; x_1196 = x_1216; goto block_1199; @@ -9467,7 +9494,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; double x_18; double x_19; lean_object* x_20; lean_object* x_21; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; double x_34; double x_35; lean_object* x_36; lean_object* x_47; lean_object* x_48; double x_49; double x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_62; lean_object* x_63; lean_object* x_64; double x_65; double x_66; lean_object* x_67; uint8_t x_68; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; double x_86; double x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; double x_133; lean_object* x_134; double x_135; lean_object* x_136; double x_137; lean_object* x_141; lean_object* x_142; uint8_t x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_163; lean_object* x_164; lean_object* x_165; double x_166; double x_167; lean_object* x_168; lean_object* x_169; uint8_t x_170; uint8_t x_171; lean_object* x_210; lean_object* x_211; lean_object* x_212; double x_213; double x_214; lean_object* x_215; lean_object* x_216; uint8_t x_217; double x_218; lean_object* x_222; lean_object* x_223; uint8_t x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; uint8_t x_273; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; double x_17; uint8_t x_18; double x_19; lean_object* x_20; lean_object* x_21; lean_object* x_30; lean_object* x_31; lean_object* x_32; double x_33; lean_object* x_34; uint8_t x_35; double x_36; lean_object* x_47; lean_object* x_48; uint8_t x_49; double x_50; double x_51; lean_object* x_52; lean_object* x_53; lean_object* x_62; lean_object* x_63; uint8_t x_64; lean_object* x_65; double x_66; lean_object* x_67; double x_68; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; double x_85; lean_object* x_86; uint8_t x_87; double x_88; lean_object* x_89; uint8_t x_90; lean_object* x_129; lean_object* x_130; lean_object* x_131; double x_132; lean_object* x_133; uint8_t x_134; double x_135; lean_object* x_136; double x_137; lean_object* x_141; lean_object* x_142; uint8_t x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_163; lean_object* x_164; uint8_t x_165; lean_object* x_166; double x_167; lean_object* x_168; lean_object* x_169; double x_170; uint8_t x_171; lean_object* x_210; lean_object* x_211; uint8_t x_212; lean_object* x_213; double x_214; lean_object* x_215; lean_object* x_216; double x_217; double x_218; lean_object* x_222; lean_object* x_223; uint8_t x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; uint8_t x_273; x_13 = lean_ctor_get(x_10, 2); x_14 = lean_ctor_get(x_10, 5); lean_inc(x_1); @@ -9506,7 +9533,7 @@ goto block_272; } block_29: { -if (x_17 == 0) +if (x_18 == 0) { double x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; x_22 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___closed__0; @@ -9517,13 +9544,13 @@ lean_ctor_set_float(x_23, sizeof(void*)*2, x_22); lean_ctor_set_float(x_23, sizeof(void*)*2 + 8, x_22); lean_ctor_set_uint8(x_23, sizeof(void*)*2 + 16, x_4); x_24 = lean_box(0); -x_25 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___lam__0(x_15, x_14, x_20, x_16, x_23, x_24, x_6, x_7, x_8, x_9, x_10, x_11, x_21); +x_25 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___lam__0(x_16, x_14, x_20, x_15, x_23, x_24, x_6, x_7, x_8, x_9, x_10, x_11, x_21); lean_dec(x_11); lean_dec(x_9); lean_dec_ref(x_8); lean_dec(x_7); lean_dec_ref(x_6); -lean_dec_ref(x_16); +lean_dec_ref(x_15); return x_25; } else @@ -9533,16 +9560,16 @@ x_26 = lean_alloc_ctor(0, 2, 17); lean_ctor_set(x_26, 0, x_1); lean_ctor_set(x_26, 1, x_5); lean_ctor_set_float(x_26, sizeof(void*)*2, x_19); -lean_ctor_set_float(x_26, sizeof(void*)*2 + 8, x_18); +lean_ctor_set_float(x_26, sizeof(void*)*2 + 8, x_17); lean_ctor_set_uint8(x_26, sizeof(void*)*2 + 16, x_4); x_27 = lean_box(0); -x_28 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___lam__0(x_15, x_14, x_20, x_16, x_26, x_27, x_6, x_7, x_8, x_9, x_10, x_11, x_21); +x_28 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___lam__0(x_16, x_14, x_20, x_15, x_26, x_27, x_6, x_7, x_8, x_9, x_10, x_11, x_21); lean_dec(x_11); lean_dec(x_9); lean_dec_ref(x_8); lean_dec(x_7); lean_dec_ref(x_6); -lean_dec_ref(x_16); +lean_dec_ref(x_15); return x_28; } } @@ -9555,7 +9582,7 @@ lean_inc(x_9); lean_inc_ref(x_8); lean_inc(x_7); lean_inc_ref(x_6); -x_37 = lean_apply_8(x_2, x_36, x_6, x_7, x_8, x_9, x_10, x_11, x_32); +x_37 = lean_apply_8(x_2, x_34, x_6, x_7, x_8, x_9, x_10, x_11, x_32); if (lean_obj_tag(x_37) == 0) { if (lean_obj_tag(x_37) == 0) @@ -9569,8 +9596,8 @@ lean_dec_ref(x_37); x_15 = x_30; x_16 = x_31; x_17 = x_33; -x_18 = x_34; -x_19 = x_35; +x_18 = x_35; +x_19 = x_36; x_20 = x_38; x_21 = x_39; goto block_29; @@ -9620,8 +9647,8 @@ x_45 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_El x_15 = x_30; x_16 = x_31; x_17 = x_33; -x_18 = x_34; -x_19 = x_35; +x_18 = x_35; +x_19 = x_36; x_20 = x_45; x_21 = x_44; goto block_29; @@ -9629,7 +9656,7 @@ goto block_29; } block_61: { -if (x_51 == 0) +if (x_49 == 0) { double x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; x_54 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___closed__0; @@ -9655,7 +9682,7 @@ lean_object* x_58; lean_object* x_59; lean_object* x_60; x_58 = lean_alloc_ctor(0, 2, 17); lean_ctor_set(x_58, 0, x_1); lean_ctor_set(x_58, 1, x_5); -lean_ctor_set_float(x_58, sizeof(void*)*2, x_49); +lean_ctor_set_float(x_58, sizeof(void*)*2, x_51); lean_ctor_set_float(x_58, sizeof(void*)*2 + 8, x_50); lean_ctor_set_uint8(x_58, sizeof(void*)*2 + 16, x_4); x_59 = lean_box(0); @@ -9678,7 +9705,7 @@ lean_inc(x_9); lean_inc_ref(x_8); lean_inc(x_7); lean_inc_ref(x_6); -x_69 = lean_apply_8(x_2, x_64, x_6, x_7, x_8, x_9, x_10, x_11, x_67); +x_69 = lean_apply_8(x_2, x_67, x_6, x_7, x_8, x_9, x_10, x_11, x_65); if (lean_obj_tag(x_69) == 0) { if (lean_obj_tag(x_69) == 0) @@ -9689,9 +9716,9 @@ lean_inc(x_70); x_71 = lean_ctor_get(x_69, 1); lean_inc(x_71); lean_dec_ref(x_69); -x_47 = x_62; -x_48 = x_63; -x_49 = x_65; +x_47 = x_63; +x_48 = x_62; +x_49 = x_64; x_50 = x_66; x_51 = x_68; x_52 = x_70; @@ -9740,9 +9767,9 @@ x_76 = lean_ctor_get(x_69, 1); lean_inc(x_76); lean_dec_ref(x_69); x_77 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__1; -x_47 = x_62; -x_48 = x_63; -x_49 = x_65; +x_47 = x_63; +x_48 = x_62; +x_49 = x_64; x_50 = x_66; x_51 = x_68; x_52 = x_77; @@ -9790,7 +9817,7 @@ if (x_98 == 0) { lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; x_99 = lean_ctor_get(x_94, 0); -x_100 = l_Lean_PersistentArray_append___redArg(x_88, x_99); +x_100 = l_Lean_PersistentArray_append___redArg(x_89, x_99); lean_dec_ref(x_99); lean_ctor_set(x_94, 0, x_100); x_101 = lean_st_ref_set(x_11, x_93, x_95); @@ -9798,8 +9825,8 @@ lean_dec(x_11); x_102 = lean_ctor_get(x_101, 1); lean_inc(x_102); lean_dec_ref(x_101); -x_103 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_89, x_102); -lean_dec_ref(x_89); +x_103 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_86, x_102); +lean_dec_ref(x_86); return x_103; } else @@ -9809,7 +9836,7 @@ x_104 = lean_ctor_get_uint64(x_94, sizeof(void*)*1); x_105 = lean_ctor_get(x_94, 0); lean_inc(x_105); lean_dec(x_94); -x_106 = l_Lean_PersistentArray_append___redArg(x_88, x_105); +x_106 = l_Lean_PersistentArray_append___redArg(x_89, x_105); lean_dec_ref(x_105); x_107 = lean_alloc_ctor(0, 1, 8); lean_ctor_set(x_107, 0, x_106); @@ -9820,8 +9847,8 @@ lean_dec(x_11); x_109 = lean_ctor_get(x_108, 1); lean_inc(x_109); lean_dec_ref(x_108); -x_110 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_89, x_109); -lean_dec_ref(x_89); +x_110 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_86, x_109); +lean_dec_ref(x_86); return x_110; } } @@ -9855,7 +9882,7 @@ if (lean_is_exclusive(x_94)) { lean_dec_ref(x_94); x_121 = lean_box(0); } -x_122 = l_Lean_PersistentArray_append___redArg(x_88, x_120); +x_122 = l_Lean_PersistentArray_append___redArg(x_89, x_120); lean_dec_ref(x_120); if (lean_is_scalar(x_121)) { x_123 = lean_alloc_ctor(0, 1, 8); @@ -9879,49 +9906,49 @@ lean_dec(x_11); x_126 = lean_ctor_get(x_125, 1); lean_inc(x_126); lean_dec_ref(x_125); -x_127 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_89, x_126); -lean_dec_ref(x_89); +x_127 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_86, x_126); +lean_dec_ref(x_86); return x_127; } } else { -lean_dec_ref(x_88); +lean_dec_ref(x_89); x_30 = x_82; x_31 = x_83; x_32 = x_84; x_33 = x_85; x_34 = x_86; x_35 = x_87; -x_36 = x_89; +x_36 = x_88; goto block_46; } } else { -lean_dec_ref(x_88); +lean_dec_ref(x_89); x_30 = x_82; x_31 = x_83; x_32 = x_84; x_33 = x_85; x_34 = x_86; x_35 = x_87; -x_36 = x_89; +x_36 = x_88; goto block_46; } } block_140: { double x_138; uint8_t x_139; -x_138 = lean_float_sub(x_133, x_135); +x_138 = lean_float_sub(x_132, x_135); x_139 = lean_float_decLt(x_137, x_138); x_82 = x_129; x_83 = x_130; x_84 = x_131; x_85 = x_132; x_86 = x_133; -x_87 = x_135; -x_88 = x_134; +x_87 = x_134; +x_88 = x_135; x_89 = x_136; x_90 = x_139; goto block_128; @@ -9942,14 +9969,14 @@ x_153 = l_Lean_Option_get___at___Lean_logAt___at___Lean_logErrorAt___at___Lean_E if (x_153 == 0) { lean_inc_ref(x_145); -x_82 = x_142; -x_83 = x_145; +x_82 = x_145; +x_83 = x_142; x_84 = x_149; -x_85 = x_153; -x_86 = x_151; -x_87 = x_150; -x_88 = x_144; -x_89 = x_145; +x_85 = x_151; +x_86 = x_145; +x_87 = x_153; +x_88 = x_150; +x_89 = x_144; x_90 = x_153; goto block_128; } @@ -9964,14 +9991,14 @@ x_156 = lean_float_of_nat(x_155); x_157 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__4; x_158 = lean_float_div(x_156, x_157); lean_inc_ref(x_145); -x_129 = x_142; -x_130 = x_145; +x_129 = x_145; +x_130 = x_142; x_131 = x_149; -x_132 = x_153; -x_133 = x_151; -x_134 = x_144; +x_132 = x_151; +x_133 = x_145; +x_134 = x_153; x_135 = x_150; -x_136 = x_145; +x_136 = x_144; x_137 = x_158; goto block_140; } @@ -9982,14 +10009,14 @@ x_159 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_E x_160 = l_Lean_Option_get___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__13(x_13, x_159); x_161 = lean_float_of_nat(x_160); lean_inc_ref(x_145); -x_129 = x_142; -x_130 = x_145; +x_129 = x_145; +x_130 = x_142; x_131 = x_149; -x_132 = x_153; -x_133 = x_151; -x_134 = x_144; +x_132 = x_151; +x_133 = x_145; +x_134 = x_153; x_135 = x_150; -x_136 = x_145; +x_136 = x_144; x_137 = x_161; goto block_140; } @@ -10016,7 +10043,7 @@ lean_dec_ref(x_6); lean_dec_ref(x_5); lean_dec_ref(x_2); lean_dec(x_1); -x_173 = lean_st_ref_take(x_11, x_168); +x_173 = lean_st_ref_take(x_11, x_166); x_174 = lean_ctor_get(x_173, 0); lean_inc(x_174); x_175 = lean_ctor_get(x_174, 4); @@ -10043,8 +10070,8 @@ lean_dec(x_11); x_183 = lean_ctor_get(x_182, 1); lean_inc(x_183); lean_dec_ref(x_182); -x_184 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_165, x_183); -lean_dec_ref(x_165); +x_184 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_168, x_183); +lean_dec_ref(x_168); return x_184; } else @@ -10065,8 +10092,8 @@ lean_dec(x_11); x_190 = lean_ctor_get(x_189, 1); lean_inc(x_190); lean_dec_ref(x_189); -x_191 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_165, x_190); -lean_dec_ref(x_165); +x_191 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_168, x_190); +lean_dec_ref(x_168); return x_191; } } @@ -10124,16 +10151,16 @@ lean_dec(x_11); x_207 = lean_ctor_get(x_206, 1); lean_inc(x_207); lean_dec_ref(x_206); -x_208 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_165, x_207); -lean_dec_ref(x_165); +x_208 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__12___redArg(x_168, x_207); +lean_dec_ref(x_168); return x_208; } } else { lean_dec_ref(x_169); -x_62 = x_163; -x_63 = x_164; +x_62 = x_164; +x_63 = x_163; x_64 = x_165; x_65 = x_166; x_66 = x_167; @@ -10145,8 +10172,8 @@ goto block_78; else { lean_dec_ref(x_169); -x_62 = x_163; -x_63 = x_164; +x_62 = x_164; +x_63 = x_163; x_64 = x_165; x_65 = x_166; x_66 = x_167; @@ -10158,15 +10185,15 @@ goto block_78; block_221: { double x_219; uint8_t x_220; -x_219 = lean_float_sub(x_214, x_213); +x_219 = lean_float_sub(x_214, x_217); x_220 = lean_float_decLt(x_218, x_219); -x_163 = x_210; -x_164 = x_211; +x_163 = x_211; +x_164 = x_210; x_165 = x_212; x_166 = x_213; x_167 = x_214; -x_168 = x_215; -x_169 = x_216; +x_168 = x_216; +x_169 = x_215; x_170 = x_217; x_171 = x_220; goto block_209; @@ -10180,7 +10207,7 @@ lean_inc(x_229); x_230 = lean_ctor_get(x_228, 1); lean_inc(x_230); lean_dec_ref(x_228); -x_231 = lean_float_of_nat(x_223); +x_231 = lean_float_of_nat(x_222); x_232 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__5; x_233 = lean_float_div(x_231, x_232); x_234 = lean_float_of_nat(x_229); @@ -10191,13 +10218,13 @@ if (x_237 == 0) { lean_inc_ref(x_226); x_163 = x_226; -x_164 = x_222; -x_165 = x_226; -x_166 = x_233; +x_164 = x_223; +x_165 = x_237; +x_166 = x_230; x_167 = x_235; -x_168 = x_230; +x_168 = x_226; x_169 = x_225; -x_170 = x_237; +x_170 = x_233; x_171 = x_237; goto block_209; } @@ -10212,14 +10239,14 @@ x_240 = lean_float_of_nat(x_239); x_241 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__4; x_242 = lean_float_div(x_240, x_241); lean_inc_ref(x_226); -x_210 = x_226; -x_211 = x_222; -x_212 = x_226; -x_213 = x_233; +x_210 = x_223; +x_211 = x_226; +x_212 = x_237; +x_213 = x_230; x_214 = x_235; -x_215 = x_230; -x_216 = x_225; -x_217 = x_237; +x_215 = x_225; +x_216 = x_226; +x_217 = x_233; x_218 = x_242; goto block_221; } @@ -10230,14 +10257,14 @@ x_243 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_E x_244 = l_Lean_Option_get___at___Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9_spec__13(x_13, x_243); x_245 = lean_float_of_nat(x_244); lean_inc_ref(x_226); -x_210 = x_226; -x_211 = x_222; -x_212 = x_226; -x_213 = x_233; +x_210 = x_223; +x_211 = x_226; +x_212 = x_237; +x_213 = x_230; x_214 = x_235; -x_215 = x_230; -x_216 = x_225; -x_217 = x_237; +x_215 = x_225; +x_216 = x_226; +x_217 = x_233; x_218 = x_245; goto block_221; } @@ -10281,8 +10308,8 @@ lean_dec_ref(x_255); x_258 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_258, 0, x_256); lean_inc(x_248); -x_222 = x_248; -x_223 = x_253; +x_222 = x_253; +x_223 = x_248; x_224 = x_251; x_225 = x_248; x_226 = x_258; @@ -10300,8 +10327,8 @@ lean_dec_ref(x_255); x_261 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_261, 0, x_259); lean_inc(x_248); -x_222 = x_248; -x_223 = x_253; +x_222 = x_253; +x_223 = x_248; x_224 = x_251; x_225 = x_248; x_226 = x_261; @@ -10617,7 +10644,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go(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, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { -uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t 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; uint8_t x_59; uint8_t 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_81; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; lean_object* x_76; lean_object* x_77; lean_object* x_81; lean_inc(x_16); lean_inc_ref(x_15); lean_inc(x_14); @@ -10844,12 +10871,12 @@ lean_inc(x_123); lean_dec_ref(x_121); x_124 = lean_unbox(x_119); lean_dec(x_119); -x_18 = x_124; -x_19 = x_88; -x_20 = x_120; -x_21 = x_90; -x_22 = x_87; -x_23 = x_89; +x_18 = x_89; +x_19 = x_90; +x_20 = x_88; +x_21 = x_87; +x_22 = x_120; +x_23 = x_124; x_24 = x_123; goto block_50; } @@ -10909,12 +10936,12 @@ lean_inc(x_133); lean_dec_ref(x_131); x_134 = lean_unbox(x_119); lean_dec(x_119); -x_70 = x_134; -x_71 = x_88; -x_72 = x_120; -x_73 = x_90; -x_74 = x_87; -x_75 = x_89; +x_70 = x_89; +x_71 = x_90; +x_72 = x_88; +x_73 = x_87; +x_74 = x_120; +x_75 = x_134; x_76 = x_132; x_77 = x_133; goto block_80; @@ -10939,12 +10966,12 @@ lean_inc(x_136); lean_dec_ref(x_121); x_137 = lean_unbox(x_119); lean_dec(x_119); -x_70 = x_137; -x_71 = x_88; -x_72 = x_120; -x_73 = x_90; -x_74 = x_87; -x_75 = x_89; +x_70 = x_89; +x_71 = x_90; +x_72 = x_88; +x_73 = x_87; +x_74 = x_120; +x_75 = x_137; x_76 = x_135; x_77 = x_136; goto block_80; @@ -11156,10 +11183,10 @@ return x_189; } block_50: { -if (x_18 == 0) +if (x_23 == 0) { lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -lean_dec_ref(x_20); +lean_dec_ref(x_22); x_25 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__1; x_26 = l_Lean_indentExpr(x_2); x_27 = lean_alloc_ctor(7, 2, 0); @@ -11172,11 +11199,11 @@ lean_ctor_set(x_29, 1, x_28); x_30 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_30, 0, x_29); x_31 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__5; -x_32 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg(x_7, x_1, x_30, x_31, x_22, x_19, x_23, x_21, x_24); -lean_dec(x_21); -lean_dec_ref(x_23); +x_32 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg(x_7, x_1, x_30, x_31, x_21, x_20, x_18, x_19, x_24); lean_dec(x_19); -lean_dec_ref(x_22); +lean_dec_ref(x_18); +lean_dec(x_20); +lean_dec_ref(x_21); lean_dec_ref(x_30); return x_32; } @@ -11184,7 +11211,7 @@ else { lean_object* x_33; lean_dec_ref(x_2); -x_33 = l_Lean_Core_getMessageLog___redArg(x_21, x_24); +x_33 = l_Lean_Core_getMessageLog___redArg(x_19, x_24); if (lean_obj_tag(x_33) == 0) { lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; @@ -11193,8 +11220,8 @@ lean_inc(x_34); x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec_ref(x_33); -x_36 = l_Lean_MessageLog_append(x_20, x_34); -x_37 = l_Lean_Core_setMessageLog___redArg(x_36, x_21, x_35); +x_36 = l_Lean_MessageLog_append(x_22, x_34); +x_37 = l_Lean_Core_setMessageLog___redArg(x_36, x_19, x_35); if (lean_obj_tag(x_37) == 0) { lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; @@ -11203,20 +11230,20 @@ lean_inc(x_38); lean_dec_ref(x_37); x_39 = lean_box(0); x_40 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__8; -x_41 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg(x_7, x_1, x_39, x_40, x_22, x_19, x_23, x_21, x_38); -lean_dec(x_21); -lean_dec_ref(x_23); +x_41 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg(x_7, x_1, x_39, x_40, x_21, x_20, x_18, x_19, x_38); lean_dec(x_19); -lean_dec_ref(x_22); +lean_dec_ref(x_18); +lean_dec(x_20); +lean_dec_ref(x_21); return x_41; } else { uint8_t x_42; -lean_dec_ref(x_23); -lean_dec_ref(x_22); -lean_dec(x_21); +lean_dec_ref(x_21); +lean_dec(x_20); lean_dec(x_19); +lean_dec_ref(x_18); lean_dec(x_7); lean_dec(x_1); x_42 = !lean_is_exclusive(x_37); @@ -11242,11 +11269,11 @@ return x_45; else { uint8_t x_46; -lean_dec_ref(x_23); lean_dec_ref(x_22); -lean_dec(x_21); -lean_dec_ref(x_20); +lean_dec_ref(x_21); +lean_dec(x_20); lean_dec(x_19); +lean_dec_ref(x_18); lean_dec(x_7); lean_dec(x_1); x_46 = !lean_is_exclusive(x_33); @@ -11279,24 +11306,24 @@ x_60 = l_Lean_MessageLog_hasErrors(x_55); if (x_60 == 0) { lean_object* x_61; -lean_dec_ref(x_58); -lean_dec_ref(x_57); lean_dec_ref(x_55); -lean_dec(x_54); +lean_dec_ref(x_54); +lean_dec(x_53); lean_dec(x_52); +lean_dec_ref(x_51); lean_dec(x_7); lean_dec_ref(x_2); lean_dec(x_1); x_61 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_61, 0, x_53); -lean_ctor_set(x_61, 1, x_56); +lean_ctor_set(x_61, 0, x_57); +lean_ctor_set(x_61, 1, x_58); return x_61; } else { lean_object* x_62; -lean_dec_ref(x_53); -x_62 = l_Lean_Core_resetMessageLog___redArg(x_54, x_56); +lean_dec_ref(x_57); +x_62 = l_Lean_Core_resetMessageLog___redArg(x_53, x_58); if (lean_obj_tag(x_62) == 0) { lean_object* x_63; @@ -11304,22 +11331,22 @@ x_63 = lean_ctor_get(x_62, 1); lean_inc(x_63); lean_dec_ref(x_62); x_18 = x_51; -x_19 = x_52; -x_20 = x_55; +x_19 = x_53; +x_20 = x_52; x_21 = x_54; -x_22 = x_57; -x_23 = x_58; +x_22 = x_55; +x_23 = x_56; x_24 = x_63; goto block_50; } else { uint8_t x_64; -lean_dec_ref(x_58); -lean_dec_ref(x_57); lean_dec_ref(x_55); -lean_dec(x_54); +lean_dec_ref(x_54); +lean_dec(x_53); lean_dec(x_52); +lean_dec_ref(x_51); lean_dec(x_7); lean_dec_ref(x_2); lean_dec(x_1); @@ -11347,17 +11374,17 @@ return x_67; else { lean_object* x_68; -lean_dec_ref(x_58); -lean_dec_ref(x_57); lean_dec_ref(x_55); -lean_dec(x_54); +lean_dec_ref(x_54); +lean_dec(x_53); lean_dec(x_52); +lean_dec_ref(x_51); lean_dec(x_7); lean_dec_ref(x_2); lean_dec(x_1); x_68 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_68, 0, x_53); -lean_ctor_set(x_68, 1, x_56); +lean_ctor_set(x_68, 0, x_57); +lean_ctor_set(x_68, 1, x_58); return x_68; } } @@ -11370,26 +11397,26 @@ if (x_78 == 0) uint8_t x_79; x_79 = l_Lean_Exception_isRuntime(x_76); x_51 = x_70; -x_52 = x_71; -x_53 = x_76; +x_52 = x_72; +x_53 = x_71; x_54 = x_73; -x_55 = x_72; -x_56 = x_77; -x_57 = x_74; -x_58 = x_75; +x_55 = x_74; +x_56 = x_75; +x_57 = x_76; +x_58 = x_77; x_59 = x_79; goto block_69; } else { x_51 = x_70; -x_52 = x_71; -x_53 = x_76; +x_52 = x_72; +x_53 = x_71; x_54 = x_73; -x_55 = x_72; -x_56 = x_77; -x_57 = x_74; -x_58 = x_75; +x_55 = x_74; +x_56 = x_75; +x_57 = x_76; +x_58 = x_77; x_59 = x_78; goto block_69; } @@ -19065,29 +19092,29 @@ if (x_127 == 0) { uint8_t x_129; x_129 = 1; -x_41 = x_114; -x_42 = x_111; -x_43 = x_117; -x_44 = x_115; -x_45 = x_112; -x_46 = x_126; -x_47 = x_113; -x_48 = x_128; -x_49 = x_116; +x_41 = x_115; +x_42 = x_113; +x_43 = x_114; +x_44 = x_117; +x_45 = x_116; +x_46 = x_112; +x_47 = x_126; +x_48 = x_111; +x_49 = x_128; x_50 = x_129; goto block_90; } else { -x_41 = x_114; -x_42 = x_111; -x_43 = x_117; -x_44 = x_115; -x_45 = x_112; -x_46 = x_126; -x_47 = x_113; -x_48 = x_128; -x_49 = x_116; +x_41 = x_115; +x_42 = x_113; +x_43 = x_114; +x_44 = x_117; +x_45 = x_116; +x_46 = x_112; +x_47 = x_126; +x_48 = x_111; +x_49 = x_128; x_50 = x_40; goto block_90; } @@ -19196,9 +19223,9 @@ return x_144; block_90: { lean_object* x_51; -lean_inc(x_43); -lean_inc_ref(x_49); -x_51 = l_Lean_addAndCompile(x_48, x_50, x_49, x_43, x_46); +lean_inc(x_44); +lean_inc_ref(x_45); +x_51 = l_Lean_addAndCompile(x_49, x_50, x_45, x_44, x_47); if (lean_obj_tag(x_51) == 0) { uint8_t x_52; @@ -19210,7 +19237,7 @@ x_53 = lean_ctor_get(x_51, 1); x_54 = lean_ctor_get(x_51, 0); lean_dec(x_54); x_55 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__10; -x_56 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_55, x_49, x_53); +x_56 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_55, x_45, x_53); x_57 = lean_ctor_get(x_56, 0); lean_inc(x_57); x_58 = lean_unbox(x_57); @@ -19222,13 +19249,13 @@ lean_free_object(x_51); x_59 = lean_ctor_get(x_56, 1); lean_inc(x_59); lean_dec_ref(x_56); -x_11 = x_42; -x_12 = x_45; -x_13 = x_47; -x_14 = x_41; -x_15 = x_44; -x_16 = x_49; -x_17 = x_43; +x_11 = x_48; +x_12 = x_46; +x_13 = x_42; +x_14 = x_43; +x_15 = x_41; +x_16 = x_45; +x_17 = x_44; x_18 = x_59; goto block_26; } @@ -19243,8 +19270,8 @@ x_61 = lean_ctor_get(x_56, 1); x_62 = lean_ctor_get(x_56, 0); lean_dec(x_62); x_63 = l_Lean_Elab_Term_processDefDeriving___lam__5___closed__1; -lean_inc(x_42); -x_64 = l_Lean_MessageData_ofConstName(x_42, x_40); +lean_inc(x_48); +x_64 = l_Lean_MessageData_ofConstName(x_48, x_40); lean_ctor_set_tag(x_56, 7); lean_ctor_set(x_56, 1, x_64); lean_ctor_set(x_56, 0, x_63); @@ -19252,17 +19279,17 @@ x_65 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFa lean_ctor_set_tag(x_51, 7); lean_ctor_set(x_51, 1, x_65); lean_ctor_set(x_51, 0, x_56); -x_66 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_55, x_51, x_41, x_44, x_49, x_43, x_61); +x_66 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_55, x_51, x_43, x_41, x_45, x_44, x_61); x_67 = lean_ctor_get(x_66, 1); lean_inc(x_67); lean_dec_ref(x_66); -x_11 = x_42; -x_12 = x_45; -x_13 = x_47; -x_14 = x_41; -x_15 = x_44; -x_16 = x_49; -x_17 = x_43; +x_11 = x_48; +x_12 = x_46; +x_13 = x_42; +x_14 = x_43; +x_15 = x_41; +x_16 = x_45; +x_17 = x_44; x_18 = x_67; goto block_26; } @@ -19273,8 +19300,8 @@ x_68 = lean_ctor_get(x_56, 1); lean_inc(x_68); lean_dec(x_56); x_69 = l_Lean_Elab_Term_processDefDeriving___lam__5___closed__1; -lean_inc(x_42); -x_70 = l_Lean_MessageData_ofConstName(x_42, x_40); +lean_inc(x_48); +x_70 = l_Lean_MessageData_ofConstName(x_48, x_40); x_71 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_71, 0, x_69); lean_ctor_set(x_71, 1, x_70); @@ -19282,17 +19309,17 @@ x_72 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFa lean_ctor_set_tag(x_51, 7); lean_ctor_set(x_51, 1, x_72); lean_ctor_set(x_51, 0, x_71); -x_73 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_55, x_51, x_41, x_44, x_49, x_43, x_68); +x_73 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_55, x_51, x_43, x_41, x_45, x_44, x_68); x_74 = lean_ctor_get(x_73, 1); lean_inc(x_74); lean_dec_ref(x_73); -x_11 = x_42; -x_12 = x_45; -x_13 = x_47; -x_14 = x_41; -x_15 = x_44; -x_16 = x_49; -x_17 = x_43; +x_11 = x_48; +x_12 = x_46; +x_13 = x_42; +x_14 = x_43; +x_15 = x_41; +x_16 = x_45; +x_17 = x_44; x_18 = x_74; goto block_26; } @@ -19305,7 +19332,7 @@ x_75 = lean_ctor_get(x_51, 1); lean_inc(x_75); lean_dec(x_51); x_76 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__10; -x_77 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_76, x_49, x_75); +x_77 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__0___redArg(x_76, x_45, x_75); x_78 = lean_ctor_get(x_77, 0); lean_inc(x_78); x_79 = lean_unbox(x_78); @@ -19316,13 +19343,13 @@ lean_object* x_80; x_80 = lean_ctor_get(x_77, 1); lean_inc(x_80); lean_dec_ref(x_77); -x_11 = x_42; -x_12 = x_45; -x_13 = x_47; -x_14 = x_41; -x_15 = x_44; -x_16 = x_49; -x_17 = x_43; +x_11 = x_48; +x_12 = x_46; +x_13 = x_42; +x_14 = x_43; +x_15 = x_41; +x_16 = x_45; +x_17 = x_44; x_18 = x_80; goto block_26; } @@ -19340,8 +19367,8 @@ if (lean_is_exclusive(x_77)) { x_82 = lean_box(0); } x_83 = l_Lean_Elab_Term_processDefDeriving___lam__5___closed__1; -lean_inc(x_42); -x_84 = l_Lean_MessageData_ofConstName(x_42, x_40); +lean_inc(x_48); +x_84 = l_Lean_MessageData_ofConstName(x_48, x_40); if (lean_is_scalar(x_82)) { x_85 = lean_alloc_ctor(7, 2, 0); } else { @@ -19354,17 +19381,17 @@ x_86 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFa x_87 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_87, 0, x_85); lean_ctor_set(x_87, 1, x_86); -x_88 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_76, x_87, x_41, x_44, x_49, x_43, x_81); +x_88 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg(x_76, x_87, x_43, x_41, x_45, x_44, x_81); x_89 = lean_ctor_get(x_88, 1); lean_inc(x_89); lean_dec_ref(x_88); -x_11 = x_42; -x_12 = x_45; -x_13 = x_47; -x_14 = x_41; -x_15 = x_44; -x_16 = x_49; -x_17 = x_43; +x_11 = x_48; +x_12 = x_46; +x_13 = x_42; +x_14 = x_43; +x_15 = x_41; +x_16 = x_45; +x_17 = x_44; x_18 = x_89; goto block_26; } @@ -19372,13 +19399,13 @@ goto block_26; } else { -lean_dec_ref(x_49); -lean_dec(x_47); +lean_dec(x_48); +lean_dec_ref(x_46); lean_dec_ref(x_45); lean_dec(x_44); -lean_dec(x_43); +lean_dec_ref(x_43); lean_dec(x_42); -lean_dec_ref(x_41); +lean_dec(x_41); return x_51; } } @@ -19504,93 +19531,96 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_processDefDeriving(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, lean_object* x_9) { _start: { -lean_object* x_10; +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_1, 1); +lean_inc(x_10); +lean_dec_ref(x_1); lean_inc(x_8); lean_inc_ref(x_7); lean_inc(x_6); lean_inc_ref(x_5); -x_10 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfCore_go(x_2, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_10) == 0) +x_11 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfCore_go(x_2, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_10, 1); +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); -lean_dec_ref(x_10); -x_13 = l_Lean_Expr_getAppFn(x_11); -if (lean_obj_tag(x_13) == 4) +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +lean_dec_ref(x_11); +x_14 = l_Lean_Expr_getAppFn(x_12); +if (lean_obj_tag(x_14) == 4) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -lean_dec_ref(x_13); -lean_inc(x_14); -lean_inc(x_11); -x_15 = lean_alloc_closure((void*)(l_Lean_Elab_Term_processDefDeriving___lam__4), 12, 3); -lean_closure_set(x_15, 0, x_11); -lean_closure_set(x_15, 1, x_1); -lean_closure_set(x_15, 2, x_14); -lean_inc(x_14); -x_16 = lean_alloc_closure((void*)(l_Lean_Elab_Term_processDefDeriving___lam__5), 10, 3); -lean_closure_set(x_16, 0, x_14); -lean_closure_set(x_16, 1, x_11); +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +lean_dec_ref(x_14); +lean_inc(x_15); +lean_inc(x_12); +x_16 = lean_alloc_closure((void*)(l_Lean_Elab_Term_processDefDeriving___lam__4), 12, 3); +lean_closure_set(x_16, 0, x_12); +lean_closure_set(x_16, 1, x_10); lean_closure_set(x_16, 2, x_15); -x_17 = l_Lean_isPrivateName(x_14); -lean_dec(x_14); -x_18 = l_Lean_withoutExporting___at___Lean_Elab_Term_processDefDeriving_spec__22___redArg(x_16, x_17, x_3, x_4, x_5, x_6, x_7, x_8, x_12); -return x_18; +lean_inc(x_15); +x_17 = lean_alloc_closure((void*)(l_Lean_Elab_Term_processDefDeriving___lam__5), 10, 3); +lean_closure_set(x_17, 0, x_15); +lean_closure_set(x_17, 1, x_12); +lean_closure_set(x_17, 2, x_16); +x_18 = l_Lean_isPrivateName(x_15); +lean_dec(x_15); +x_19 = l_Lean_withoutExporting___at___Lean_Elab_Term_processDefDeriving_spec__22___redArg(x_17, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_13); +return x_19; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec_ref(x_13); -lean_dec(x_1); -x_19 = l_Lean_Elab_Term_processDefDeriving___closed__1; -x_20 = l_Lean_indentExpr(x_11); -x_21 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_21, 0, x_19); -lean_ctor_set(x_21, 1, x_20); -x_22 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__7; -x_23 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -x_24 = l_Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11___redArg(x_23, x_3, x_4, x_5, x_6, x_7, x_8, x_12); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_dec_ref(x_14); +lean_dec(x_10); +x_20 = l_Lean_Elab_Term_processDefDeriving___closed__1; +x_21 = l_Lean_indentExpr(x_12); +x_22 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +x_23 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__7; +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +x_25 = l_Lean_throwError___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_spec__11___redArg(x_24, x_3, x_4, x_5, x_6, x_7, x_8, x_13); lean_dec(x_8); lean_dec_ref(x_7); lean_dec(x_6); lean_dec_ref(x_5); lean_dec(x_4); -return x_24; +return x_25; } } else { -uint8_t x_25; +uint8_t x_26; +lean_dec(x_10); lean_dec(x_8); lean_dec_ref(x_7); lean_dec(x_6); lean_dec_ref(x_5); lean_dec(x_4); lean_dec_ref(x_3); -lean_dec(x_1); -x_25 = !lean_is_exclusive(x_10); -if (x_25 == 0) +x_26 = !lean_is_exclusive(x_11); +if (x_26 == 0) { -return x_10; +return x_11; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_10, 0); -x_27 = lean_ctor_get(x_10, 1); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_11, 0); +x_28 = lean_ctor_get(x_11, 1); +lean_inc(x_28); lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_10); -x_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -return x_28; +lean_dec(x_11); +x_29 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +return x_29; } } } @@ -21748,7 +21778,7 @@ return x_16; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; double x_13; double x_14; lean_object* x_15; lean_object* x_16; lean_object* x_25; lean_object* x_26; uint8_t x_27; double x_28; lean_object* x_29; lean_object* x_30; double x_31; lean_object* x_49; lean_object* x_50; lean_object* x_51; double x_52; uint8_t x_53; double x_54; lean_object* x_55; lean_object* x_56; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; double x_69; uint8_t x_70; double x_71; 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; double x_103; lean_object* x_104; uint8_t x_105; double x_106; uint8_t x_107; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; double x_152; lean_object* x_153; uint8_t x_154; double x_155; double x_156; lean_object* x_160; lean_object* x_161; uint8_t x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_182; lean_object* x_183; uint8_t x_184; double x_185; lean_object* x_186; lean_object* x_187; double x_188; lean_object* x_189; uint8_t x_190; lean_object* x_231; lean_object* x_232; uint8_t x_233; double x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; double x_238; double x_239; lean_object* x_243; lean_object* x_244; uint8_t x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; uint8_t x_294; +lean_object* x_9; lean_object* x_10; lean_object* x_11; double x_12; uint8_t x_13; double x_14; lean_object* x_15; lean_object* x_16; lean_object* x_25; lean_object* x_26; uint8_t x_27; double x_28; lean_object* x_29; double x_30; lean_object* x_31; lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; double x_53; double x_54; lean_object* x_55; lean_object* x_56; lean_object* x_65; lean_object* x_66; uint8_t x_67; double x_68; lean_object* x_69; lean_object* x_70; double x_71; 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; uint8_t x_101; double x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; double x_106; uint8_t x_107; lean_object* x_148; lean_object* x_149; uint8_t x_150; double x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; double x_155; double x_156; lean_object* x_160; lean_object* x_161; uint8_t x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_182; lean_object* x_183; double x_184; uint8_t x_185; double x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; uint8_t x_190; lean_object* x_231; lean_object* x_232; uint8_t x_233; double x_234; lean_object* x_235; lean_object* x_236; double x_237; lean_object* x_238; double x_239; lean_object* x_243; lean_object* x_244; uint8_t x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; uint8_t x_294; x_89 = lean_st_ref_get(x_7, x_8); x_90 = lean_ctor_get(x_89, 0); lean_inc(x_90); @@ -21799,7 +21829,7 @@ goto block_293; } block_24: { -if (x_12 == 0) +if (x_13 == 0) { double x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; x_17 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___closed__0; @@ -21810,10 +21840,10 @@ lean_ctor_set_float(x_18, sizeof(void*)*2, x_17); lean_ctor_set_float(x_18, sizeof(void*)*2 + 8, x_17); lean_ctor_set_uint8(x_18, sizeof(void*)*2 + 16, x_4); x_19 = lean_box(0); -x_20 = l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0(x_9, x_10, x_15, x_11, x_18, x_19, x_6, x_7, x_16); +x_20 = l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0(x_10, x_11, x_15, x_9, x_18, x_19, x_6, x_7, x_16); lean_dec(x_7); lean_dec_ref(x_6); -lean_dec_ref(x_11); +lean_dec_ref(x_9); return x_20; } else @@ -21823,20 +21853,20 @@ x_21 = lean_alloc_ctor(0, 2, 17); lean_ctor_set(x_21, 0, x_1); lean_ctor_set(x_21, 1, x_5); lean_ctor_set_float(x_21, sizeof(void*)*2, x_14); -lean_ctor_set_float(x_21, sizeof(void*)*2 + 8, x_13); +lean_ctor_set_float(x_21, sizeof(void*)*2 + 8, x_12); lean_ctor_set_uint8(x_21, sizeof(void*)*2 + 16, x_4); x_22 = lean_box(0); -x_23 = l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0(x_9, x_10, x_15, x_11, x_21, x_22, x_6, x_7, x_16); +x_23 = l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0(x_10, x_11, x_15, x_9, x_21, x_22, x_6, x_7, x_16); lean_dec(x_7); lean_dec_ref(x_6); -lean_dec_ref(x_11); +lean_dec_ref(x_9); return x_23; } } block_48: { lean_object* x_32; -x_32 = l_Lean_Elab_Command_getRef___redArg(x_6, x_29); +x_32 = l_Lean_Elab_Command_getRef___redArg(x_6, x_31); if (lean_obj_tag(x_32) == 0) { lean_object* x_33; lean_object* x_34; lean_object* x_35; @@ -21847,7 +21877,7 @@ lean_inc(x_34); lean_dec_ref(x_32); lean_inc(x_7); lean_inc_ref(x_6); -x_35 = lean_apply_4(x_2, x_30, x_6, x_7, x_34); +x_35 = lean_apply_4(x_2, x_29, x_6, x_7, x_34); if (lean_obj_tag(x_35) == 0) { if (lean_obj_tag(x_35) == 0) @@ -21858,12 +21888,12 @@ lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec_ref(x_35); -x_9 = x_25; -x_10 = x_33; -x_11 = x_26; -x_12 = x_27; -x_13 = x_28; -x_14 = x_31; +x_9 = x_26; +x_10 = x_25; +x_11 = x_33; +x_12 = x_28; +x_13 = x_27; +x_14 = x_30; x_15 = x_36; x_16 = x_37; goto block_24; @@ -21906,12 +21936,12 @@ x_42 = lean_ctor_get(x_35, 1); lean_inc(x_42); lean_dec_ref(x_35); x_43 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__1; -x_9 = x_25; -x_10 = x_33; -x_11 = x_26; -x_12 = x_27; -x_13 = x_28; -x_14 = x_31; +x_9 = x_26; +x_10 = x_25; +x_11 = x_33; +x_12 = x_28; +x_13 = x_27; +x_14 = x_30; x_15 = x_43; x_16 = x_42; goto block_24; @@ -21920,7 +21950,7 @@ goto block_24; else { uint8_t x_44; -lean_dec_ref(x_30); +lean_dec_ref(x_29); lean_dec_ref(x_26); lean_dec_ref(x_25); lean_dec(x_7); @@ -21950,7 +21980,7 @@ return x_47; } block_64: { -if (x_53 == 0) +if (x_52 == 0) { double x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; x_57 = l_Lean_addTrace___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__1___redArg___closed__0; @@ -21973,8 +22003,8 @@ lean_object* x_61; lean_object* x_62; lean_object* x_63; x_61 = lean_alloc_ctor(0, 2, 17); lean_ctor_set(x_61, 0, x_1); lean_ctor_set(x_61, 1, x_5); -lean_ctor_set_float(x_61, sizeof(void*)*2, x_54); -lean_ctor_set_float(x_61, sizeof(void*)*2 + 8, x_52); +lean_ctor_set_float(x_61, sizeof(void*)*2, x_53); +lean_ctor_set_float(x_61, sizeof(void*)*2 + 8, x_54); lean_ctor_set_uint8(x_61, sizeof(void*)*2 + 16, x_4); x_62 = lean_box(0); x_63 = l_Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5___redArg___lam__0(x_51, x_49, x_55, x_50, x_61, x_62, x_6, x_7, x_56); @@ -21987,7 +22017,7 @@ return x_63; block_88: { lean_object* x_72; -x_72 = l_Lean_Elab_Command_getRef___redArg(x_6, x_67); +x_72 = l_Lean_Elab_Command_getRef___redArg(x_6, x_70); if (lean_obj_tag(x_72) == 0) { lean_object* x_73; lean_object* x_74; lean_object* x_75; @@ -21998,7 +22028,7 @@ lean_inc(x_74); lean_dec_ref(x_72); lean_inc(x_7); lean_inc_ref(x_6); -x_75 = lean_apply_4(x_2, x_68, x_6, x_7, x_74); +x_75 = lean_apply_4(x_2, x_69, x_6, x_7, x_74); if (lean_obj_tag(x_75) == 0) { if (lean_obj_tag(x_75) == 0) @@ -22012,8 +22042,8 @@ lean_dec_ref(x_75); x_49 = x_73; x_50 = x_65; x_51 = x_66; -x_52 = x_69; -x_53 = x_70; +x_52 = x_67; +x_53 = x_68; x_54 = x_71; x_55 = x_76; x_56 = x_77; @@ -22060,8 +22090,8 @@ x_83 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_El x_49 = x_73; x_50 = x_65; x_51 = x_66; -x_52 = x_69; -x_53 = x_70; +x_52 = x_67; +x_53 = x_68; x_54 = x_71; x_55 = x_83; x_56 = x_82; @@ -22071,7 +22101,7 @@ goto block_64; else { uint8_t x_84; -lean_dec_ref(x_68); +lean_dec_ref(x_69); lean_dec_ref(x_66); lean_dec_ref(x_65); lean_dec(x_7); @@ -22115,7 +22145,7 @@ lean_dec_ref(x_6); lean_dec_ref(x_5); lean_dec_ref(x_2); lean_dec(x_1); -x_109 = lean_st_ref_take(x_7, x_101); +x_109 = lean_st_ref_take(x_7, x_104); x_110 = lean_ctor_get(x_109, 0); lean_inc(x_110); x_111 = lean_ctor_get(x_110, 9); @@ -22134,7 +22164,7 @@ if (x_115 == 0) { lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; x_116 = lean_ctor_get(x_111, 0); -x_117 = l_Lean_PersistentArray_append___redArg(x_104, x_116); +x_117 = l_Lean_PersistentArray_append___redArg(x_105, x_116); lean_dec_ref(x_116); lean_ctor_set(x_111, 0, x_117); x_118 = lean_st_ref_set(x_7, x_110, x_112); @@ -22142,8 +22172,8 @@ lean_dec(x_7); x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); lean_dec_ref(x_118); -x_120 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_102, x_119); -lean_dec_ref(x_102); +x_120 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_103, x_119); +lean_dec_ref(x_103); return x_120; } else @@ -22153,7 +22183,7 @@ x_121 = lean_ctor_get_uint64(x_111, sizeof(void*)*1); x_122 = lean_ctor_get(x_111, 0); lean_inc(x_122); lean_dec(x_111); -x_123 = l_Lean_PersistentArray_append___redArg(x_104, x_122); +x_123 = l_Lean_PersistentArray_append___redArg(x_105, x_122); lean_dec_ref(x_122); x_124 = lean_alloc_ctor(0, 1, 8); lean_ctor_set(x_124, 0, x_123); @@ -22164,8 +22194,8 @@ lean_dec(x_7); x_126 = lean_ctor_get(x_125, 1); lean_inc(x_126); lean_dec_ref(x_125); -x_127 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_102, x_126); -lean_dec_ref(x_102); +x_127 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_103, x_126); +lean_dec_ref(x_103); return x_127; } } @@ -22203,7 +22233,7 @@ if (lean_is_exclusive(x_111)) { lean_dec_ref(x_111); x_140 = lean_box(0); } -x_141 = l_Lean_PersistentArray_append___redArg(x_104, x_139); +x_141 = l_Lean_PersistentArray_append___redArg(x_105, x_139); lean_dec_ref(x_139); if (lean_is_scalar(x_140)) { x_142 = lean_alloc_ctor(0, 1, 8); @@ -22229,33 +22259,33 @@ lean_dec(x_7); x_145 = lean_ctor_get(x_144, 1); lean_inc(x_145); lean_dec_ref(x_144); -x_146 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_102, x_145); -lean_dec_ref(x_102); +x_146 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_103, x_145); +lean_dec_ref(x_103); return x_146; } } else { -lean_dec_ref(x_104); +lean_dec_ref(x_105); x_65 = x_99; x_66 = x_100; x_67 = x_101; x_68 = x_102; x_69 = x_103; -x_70 = x_105; +x_70 = x_104; x_71 = x_106; goto block_88; } } else { -lean_dec_ref(x_104); +lean_dec_ref(x_105); x_65 = x_99; x_66 = x_100; x_67 = x_101; x_68 = x_102; x_69 = x_103; -x_70 = x_105; +x_70 = x_104; x_71 = x_106; goto block_88; } @@ -22263,7 +22293,7 @@ goto block_88; block_159: { double x_157; uint8_t x_158; -x_157 = lean_float_sub(x_152, x_155); +x_157 = lean_float_sub(x_155, x_151); x_158 = lean_float_decLt(x_156, x_157); x_99 = x_148; x_100 = x_149; @@ -22285,7 +22315,7 @@ lean_inc(x_167); x_168 = lean_ctor_get(x_166, 1); lean_inc(x_168); lean_dec_ref(x_166); -x_169 = lean_float_of_nat(x_160); +x_169 = lean_float_of_nat(x_161); x_170 = lean_float_of_nat(x_167); x_171 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg___closed__2; x_172 = l_Lean_Option_get___at___Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2_spec__2(x_95, x_171); @@ -22294,13 +22324,13 @@ if (x_172 == 0) lean_dec(x_95); lean_inc_ref(x_164); x_99 = x_164; -x_100 = x_161; -x_101 = x_168; -x_102 = x_164; -x_103 = x_170; -x_104 = x_163; -x_105 = x_172; -x_106 = x_169; +x_100 = x_160; +x_101 = x_172; +x_102 = x_169; +x_103 = x_164; +x_104 = x_168; +x_105 = x_163; +x_106 = x_170; x_107 = x_172; goto block_147; } @@ -22317,13 +22347,13 @@ x_176 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_E x_177 = lean_float_div(x_175, x_176); lean_inc_ref(x_164); x_148 = x_164; -x_149 = x_161; -x_150 = x_168; -x_151 = x_164; -x_152 = x_170; -x_153 = x_163; -x_154 = x_172; -x_155 = x_169; +x_149 = x_160; +x_150 = x_172; +x_151 = x_169; +x_152 = x_164; +x_153 = x_168; +x_154 = x_163; +x_155 = x_170; x_156 = x_177; goto block_159; } @@ -22336,13 +22366,13 @@ lean_dec(x_95); x_180 = lean_float_of_nat(x_179); lean_inc_ref(x_164); x_148 = x_164; -x_149 = x_161; -x_150 = x_168; -x_151 = x_164; -x_152 = x_170; -x_153 = x_163; -x_154 = x_172; -x_155 = x_169; +x_149 = x_160; +x_150 = x_172; +x_151 = x_169; +x_152 = x_164; +x_153 = x_168; +x_154 = x_163; +x_155 = x_170; x_156 = x_180; goto block_159; } @@ -22364,7 +22394,7 @@ lean_dec_ref(x_6); lean_dec_ref(x_5); lean_dec_ref(x_2); lean_dec(x_1); -x_192 = lean_st_ref_take(x_7, x_187); +x_192 = lean_st_ref_take(x_7, x_189); x_193 = lean_ctor_get(x_192, 0); lean_inc(x_193); x_194 = lean_ctor_get(x_193, 9); @@ -22383,7 +22413,7 @@ if (x_198 == 0) { lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; x_199 = lean_ctor_get(x_194, 0); -x_200 = l_Lean_PersistentArray_append___redArg(x_186, x_199); +x_200 = l_Lean_PersistentArray_append___redArg(x_188, x_199); lean_dec_ref(x_199); lean_ctor_set(x_194, 0, x_200); x_201 = lean_st_ref_set(x_7, x_193, x_195); @@ -22391,8 +22421,8 @@ lean_dec(x_7); x_202 = lean_ctor_get(x_201, 1); lean_inc(x_202); lean_dec_ref(x_201); -x_203 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_189, x_202); -lean_dec_ref(x_189); +x_203 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_187, x_202); +lean_dec_ref(x_187); return x_203; } else @@ -22402,7 +22432,7 @@ x_204 = lean_ctor_get_uint64(x_194, sizeof(void*)*1); x_205 = lean_ctor_get(x_194, 0); lean_inc(x_205); lean_dec(x_194); -x_206 = l_Lean_PersistentArray_append___redArg(x_186, x_205); +x_206 = l_Lean_PersistentArray_append___redArg(x_188, x_205); lean_dec_ref(x_205); x_207 = lean_alloc_ctor(0, 1, 8); lean_ctor_set(x_207, 0, x_206); @@ -22413,8 +22443,8 @@ lean_dec(x_7); x_209 = lean_ctor_get(x_208, 1); lean_inc(x_209); lean_dec_ref(x_208); -x_210 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_189, x_209); -lean_dec_ref(x_189); +x_210 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_187, x_209); +lean_dec_ref(x_187); return x_210; } } @@ -22452,7 +22482,7 @@ if (lean_is_exclusive(x_194)) { lean_dec_ref(x_194); x_223 = lean_box(0); } -x_224 = l_Lean_PersistentArray_append___redArg(x_186, x_222); +x_224 = l_Lean_PersistentArray_append___redArg(x_188, x_222); lean_dec_ref(x_222); if (lean_is_scalar(x_223)) { x_225 = lean_alloc_ctor(0, 1, 8); @@ -22478,50 +22508,50 @@ lean_dec(x_7); x_228 = lean_ctor_get(x_227, 1); lean_inc(x_228); lean_dec_ref(x_227); -x_229 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_189, x_228); -lean_dec_ref(x_189); +x_229 = l_MonadExcept_ofExcept___at___Lean_withTraceNode___at___Lean_Elab_applyDerivingHandlers_spec__5_spec__8___redArg(x_187, x_228); +lean_dec_ref(x_187); return x_229; } } else { -lean_dec_ref(x_186); -x_25 = x_182; -x_26 = x_183; -x_27 = x_184; -x_28 = x_185; +lean_dec_ref(x_188); +x_25 = x_183; +x_26 = x_182; +x_27 = x_185; +x_28 = x_184; x_29 = x_187; -x_30 = x_189; -x_31 = x_188; +x_30 = x_186; +x_31 = x_189; goto block_48; } } else { -lean_dec_ref(x_186); -x_25 = x_182; -x_26 = x_183; -x_27 = x_184; -x_28 = x_185; +lean_dec_ref(x_188); +x_25 = x_183; +x_26 = x_182; +x_27 = x_185; +x_28 = x_184; x_29 = x_187; -x_30 = x_189; -x_31 = x_188; +x_30 = x_186; +x_31 = x_189; goto block_48; } } block_242: { double x_240; uint8_t x_241; -x_240 = lean_float_sub(x_234, x_238); +x_240 = lean_float_sub(x_234, x_237); x_241 = lean_float_decLt(x_239, x_240); -x_182 = x_231; -x_183 = x_232; -x_184 = x_233; -x_185 = x_234; -x_186 = x_235; +x_182 = x_232; +x_183 = x_231; +x_184 = x_234; +x_185 = x_233; +x_186 = x_237; x_187 = x_236; -x_188 = x_238; -x_189 = x_237; +x_188 = x_235; +x_189 = x_238; x_190 = x_241; goto block_230; } @@ -22545,14 +22575,14 @@ if (x_258 == 0) { lean_dec(x_95); lean_inc_ref(x_247); -x_182 = x_244; -x_183 = x_247; -x_184 = x_258; -x_185 = x_256; -x_186 = x_246; -x_187 = x_251; -x_188 = x_254; -x_189 = x_247; +x_182 = x_247; +x_183 = x_244; +x_184 = x_256; +x_185 = x_258; +x_186 = x_254; +x_187 = x_247; +x_188 = x_246; +x_189 = x_251; x_190 = x_258; goto block_230; } @@ -22573,9 +22603,9 @@ x_232 = x_247; x_233 = x_258; x_234 = x_256; x_235 = x_246; -x_236 = x_251; -x_237 = x_247; -x_238 = x_254; +x_236 = x_247; +x_237 = x_254; +x_238 = x_251; x_239 = x_263; goto block_242; } @@ -22592,9 +22622,9 @@ x_232 = x_247; x_233 = x_258; x_234 = x_256; x_235 = x_246; -x_236 = x_251; -x_237 = x_247; -x_238 = x_254; +x_236 = x_247; +x_237 = x_254; +x_238 = x_251; x_239 = x_266; goto block_242; } @@ -22685,8 +22715,8 @@ lean_dec_ref(x_286); x_289 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_289, 0, x_287); lean_inc(x_269); -x_160 = x_284; -x_161 = x_269; +x_160 = x_269; +x_161 = x_284; x_162 = x_272; x_163 = x_269; x_164 = x_289; @@ -22704,8 +22734,8 @@ lean_dec_ref(x_286); x_292 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_292, 0, x_290); lean_inc(x_269); -x_160 = x_284; -x_161 = x_269; +x_160 = x_269; +x_161 = x_284; x_162 = x_272; x_163 = x_269; x_164 = x_292; @@ -23953,99 +23983,1062 @@ lean_dec(x_1); return x_7; } } -static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__0() { +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_getClassName(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_1, 1); +lean_inc(x_5); +lean_dec_ref(x_1); +x_6 = lean_box(0); +x_7 = l_Lean_Elab_realizeGlobalConstNoOverloadWithInfo(x_5, x_6, x_2, x_3, x_4); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___redArg(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_liftMacroM___at___Lean_Elab_Term_processDefDeriving_spec__13_spec__16___redArg___closed__1; +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; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___redArg(x_4); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__0() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("running delta deriving handler for `", 36, 36); +x_1 = lean_mk_string_unchecked("Lean", 4, 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__0; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__2() { +static lean_object* _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("` and definition `", 18, 18); +x_1 = lean_mk_string_unchecked("Parser", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__3() { +static lean_object* _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Command", 7, 7); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("derivingClass", 13, 13); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__3; +x_2 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__2; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; +x_4 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_ofSyntax(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__4; +lean_inc(x_1); +x_12 = l_Lean_Syntax_isOfKind(x_1, x_11); +if (x_12 == 0) +{ +lean_object* x_19; +lean_dec(x_1); +x_19 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___redArg(x_4); +return x_19; +} +else +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Lean_Syntax_getArg(x_1, x_20); +x_22 = l_Lean_Syntax_isNone(x_21); +if (x_22 == 0) +{ +lean_object* x_23; uint8_t x_24; +x_23 = lean_unsigned_to_nat(3u); +lean_inc(x_21); +x_24 = l_Lean_Syntax_matchesNull(x_21, x_23); +if (x_24 == 0) +{ +lean_object* x_25; +lean_dec(x_21); +lean_dec(x_1); +x_25 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___redArg(x_4); +return x_25; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_unsigned_to_nat(1u); +x_27 = l_Lean_Syntax_getArg(x_21, x_26); +lean_dec(x_21); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); +x_13 = x_28; +x_14 = x_4; +goto block_18; +} +} +else +{ +lean_object* x_29; +lean_dec(x_21); +x_29 = lean_box(0); +x_13 = x_29; +x_14 = x_4; +goto block_18; +} +} +block_10: +{ +lean_object* x_8; lean_object* x_9; +lean_inc(x_5); +x_8 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_8, 0, x_5); +lean_ctor_set(x_8, 1, x_5); +lean_ctor_set_uint8(x_8, sizeof(void*)*2, x_7); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_6); +return x_9; +} +block_18: +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_unsigned_to_nat(1u); +x_16 = l_Lean_Syntax_getArg(x_1, x_15); +lean_dec(x_1); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_17; +x_17 = 0; +x_5 = x_16; +x_6 = x_14; +x_7 = x_17; +goto block_10; +} +else +{ +lean_dec_ref(x_13); +x_5 = x_16; +x_6 = x_14; +x_7 = x_12; +goto block_10; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_DerivingClassView_ofSyntax_spec__0(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec_ref(x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_ofSyntax___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l_Lean_Elab_DerivingClassView_ofSyntax(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec_ref(x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg(size_t x_1, size_t x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_lt(x_2, x_1); +if (x_4 == 0) +{ +lean_object* x_5; +x_5 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_5, 0, x_3); +return x_5; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_6 = lean_array_uget(x_3, x_2); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_array_uset(x_3, x_2, x_7); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_11 = lean_array_uset(x_8, x_2, x_6); +x_2 = x_10; +x_3 = x_11; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg(x_4, x_5, x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_lt(x_2, x_1); +if (x_7 == 0) +{ +lean_object* x_8; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_3); +lean_ctor_set(x_8, 1, x_6); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_array_uget(x_3, x_2); +x_10 = l_Lean_Elab_DerivingClassView_ofSyntax(x_9, x_4, x_5, x_6); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec_ref(x_10); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_array_uset(x_3, x_2, x_13); +x_15 = 1; +x_16 = lean_usize_add(x_2, x_15); +x_17 = lean_array_uset(x_14, x_2, x_11); +x_2 = x_16; +x_3 = x_17; +x_6 = x_12; +goto _start; +} +else +{ +uint8_t x_19; +lean_dec_ref(x_3); +x_19 = !lean_is_exclusive(x_10); +if (x_19 == 0) +{ +return x_10; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_10, 0); +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_10); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2(uint8_t x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; uint8_t x_11; +x_11 = lean_usize_dec_eq(x_3, x_4); +if (x_11 == 0) +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_5, 0); +x_13 = lean_unbox(x_12); +if (x_13 == 0) +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_5); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_5, 0); +lean_dec(x_15); +x_16 = lean_box(x_1); +lean_ctor_set(x_5, 0, x_16); +x_6 = x_5; +goto block_10; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_5, 1); +lean_inc(x_17); +lean_dec(x_5); +x_18 = lean_box(x_1); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +x_6 = x_19; +goto block_10; +} +} +else +{ +uint8_t x_20; +x_20 = !lean_is_exclusive(x_5); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_21 = lean_ctor_get(x_5, 1); +x_22 = lean_ctor_get(x_5, 0); +lean_dec(x_22); +x_23 = lean_array_uget(x_2, x_3); +x_24 = lean_array_push(x_21, x_23); +x_25 = lean_box(x_11); +lean_ctor_set(x_5, 1, x_24); +lean_ctor_set(x_5, 0, x_25); +x_6 = x_5; +goto block_10; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_26 = lean_ctor_get(x_5, 1); +lean_inc(x_26); +lean_dec(x_5); +x_27 = lean_array_uget(x_2, x_3); +x_28 = lean_array_push(x_26, x_27); +x_29 = lean_box(x_11); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +x_6 = x_30; +goto block_10; +} +} +} +else +{ +return x_5; +} +block_10: +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +x_5 = x_6; +goto _start; +} +} +} +static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("optDeriving", 11, 11); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_getOptDerivingClasses___closed__0; +x_2 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__2; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; +x_4 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__2; -x_2 = l_Lean_stringToMessageData(x_1); +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0(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, lean_object* x_9, lean_object* x_10) { +static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__3() { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_11 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__1; -x_12 = l_Lean_MessageData_ofSyntax(x_1); -x_13 = lean_alloc_ctor(7, 2, 0); +lean_object* x_1; +x_1 = l_Array_empty(lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; uint8_t x_6; +x_5 = l_Lean_Elab_getOptDerivingClasses___closed__1; +lean_inc(x_1); +x_6 = l_Lean_Syntax_isOfKind(x_1, x_5); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; +lean_dec(x_1); +x_7 = l_Lean_Elab_getOptDerivingClasses___closed__2; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_4); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_9 = lean_unsigned_to_nat(0u); +x_18 = l_Lean_Syntax_getArg(x_1, x_9); +lean_dec(x_1); +x_19 = lean_unsigned_to_nat(2u); +lean_inc(x_18); +x_20 = l_Lean_Syntax_matchesNull(x_18, x_19); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; +lean_dec(x_18); +x_21 = l_Lean_Elab_getOptDerivingClasses___closed__2; +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_4); +return x_22; +} +else +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_23 = lean_unsigned_to_nat(1u); +x_24 = l_Lean_Syntax_getArg(x_18, x_23); +lean_dec(x_18); +x_25 = l_Lean_Syntax_getArgs(x_24); +lean_dec(x_24); +x_26 = l_Lean_Elab_getOptDerivingClasses___closed__3; +x_27 = lean_array_get_size(x_25); +x_28 = lean_nat_dec_lt(x_9, x_27); +if (x_28 == 0) +{ +lean_dec(x_27); +lean_dec_ref(x_25); +x_10 = x_26; +goto block_17; +} +else +{ +uint8_t x_29; +x_29 = lean_nat_dec_le(x_27, x_27); +if (x_29 == 0) +{ +lean_dec(x_27); +lean_dec_ref(x_25); +x_10 = x_26; +goto block_17; +} +else +{ +lean_object* x_30; lean_object* x_31; size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; +x_30 = lean_box(x_20); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_26); +x_32 = 0; +x_33 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_34 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2(x_20, x_25, x_32, x_33, x_31); +lean_dec_ref(x_25); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec_ref(x_34); +x_10 = x_35; +goto block_17; +} +} +} +block_17: +{ +size_t x_11; size_t x_12; lean_object* x_13; lean_object* x_14; size_t x_15; lean_object* x_16; +x_11 = lean_array_size(x_10); +x_12 = 0; +x_13 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg(x_11, x_12, x_10); +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_array_size(x_14); +x_16 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1(x_15, x_12, x_14, x_2, x_3, x_4); +return x_16; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; size_t x_5; lean_object* x_6; +x_4 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_5 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_6 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg(x_4, x_5, x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec_ref(x_3); +lean_dec_ref(x_2); +lean_dec_ref(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_8 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_9 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1(x_7, x_8, x_3, x_4, x_5, x_6); +lean_dec(x_5); +lean_dec_ref(x_4); +return x_9; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; size_t x_7; size_t x_8; lean_object* x_9; +x_6 = lean_unbox(x_1); +x_7 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_8 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_9 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2(x_6, x_2, x_7, x_8, x_5); +lean_dec_ref(x_2); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; +x_5 = l_Lean_Elab_getOptDerivingClasses(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec_ref(x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; +lean_inc_ref(x_3); +x_6 = l_Lean_Elab_Command_liftCoreM___redArg(x_1, x_3, x_4, x_5); +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_ctor_get(x_6, 1); +lean_inc(x_8); +lean_dec_ref(x_6); +x_9 = l_Lean_Elab_applyDerivingHandlers(x_7, x_2, x_3, x_4, x_8); +return x_9; +} +else +{ +uint8_t x_10; +lean_dec(x_4); +lean_dec_ref(x_3); +lean_dec_ref(x_2); +x_10 = !lean_is_exclusive(x_6); +if (x_10 == 0) +{ +return x_6; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_6, 0); +x_12 = lean_ctor_get(x_6, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_6); +x_13 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_13, 0, x_11); lean_ctor_set(x_13, 1, x_12); -x_14 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__3; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -x_16 = l_Lean_MessageData_ofExpr(x_2); -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -x_18 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__5; -x_19 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_18); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_10); +return x_13; +} +} +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; +x_1 = 0; +x_2 = lean_box(0); +x_3 = l_Lean_SourceInfo_fromRef(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("UnhygienicMain", 14, 14); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__1; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Term", 4, 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("attrInstance", 12, 12); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__4; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; +x_4 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__6() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("attrKind", 8, 8); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__6; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; +x_4 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__8() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("null", 4, 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__8; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__10() { +_start: +{ +lean_object* x_1; +x_1 = l_Array_mkArray0(lean_box(0)); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__10; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__9; +x_3 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0; +x_4 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__7; +x_3 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0; +x_4 = l_Lean_Syntax_node1(x_3, x_2, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("Attr", 4, 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("simple", 6, 6); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__15() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__14; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__13; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; +x_4 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("expose", 6, 6); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__17() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16; +x_2 = l_String_toSubstring_x27(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__18() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__19() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = lean_unsigned_to_nat(1u); +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__18; +x_3 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__2; +x_4 = l_Lean_addMacroScope(x_3, x_2, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__20() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = lean_box(0); +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__19; +x_3 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__17; +x_4 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0; +x_5 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_3); +lean_ctor_set(x_5, 2, x_2); +lean_ctor_set(x_5, 3, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__21() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__20; +x_3 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__15; +x_4 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0; +x_5 = l_Lean_Syntax_node2(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__21; +x_2 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__12; +x_3 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__5; +x_4 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0; +x_5 = l_Lean_Syntax_node2(x_4, x_3, x_2, x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers___lam__1(lean_object* x_1) { +_start: +{ +uint8_t x_2; +x_2 = !lean_is_exclusive(x_1); +if (x_2 == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = lean_ctor_get(x_1, 9); +x_4 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22; +x_5 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_3); +lean_ctor_set(x_1, 9, x_5); +return x_1; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_6 = lean_ctor_get(x_1, 0); +x_7 = lean_ctor_get(x_1, 1); +x_8 = lean_ctor_get(x_1, 2); +x_9 = lean_ctor_get(x_1, 3); +x_10 = lean_ctor_get(x_1, 4); +x_11 = lean_ctor_get(x_1, 5); +x_12 = lean_ctor_get(x_1, 6); +x_13 = lean_ctor_get(x_1, 7); +x_14 = lean_ctor_get(x_1, 8); +x_15 = lean_ctor_get_uint8(x_1, sizeof(void*)*10); +x_16 = lean_ctor_get_uint8(x_1, sizeof(void*)*10 + 1); +x_17 = lean_ctor_get(x_1, 9); +lean_inc(x_17); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_dec(x_1); +x_18 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22; +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +x_20 = lean_alloc_ctor(0, 10, 2); +lean_ctor_set(x_20, 0, x_6); +lean_ctor_set(x_20, 1, x_7); +lean_ctor_set(x_20, 2, x_8); +lean_ctor_set(x_20, 3, x_9); +lean_ctor_set(x_20, 4, x_10); +lean_ctor_set(x_20, 5, x_11); +lean_ctor_set(x_20, 6, x_12); +lean_ctor_set(x_20, 7, x_13); +lean_ctor_set(x_20, 8, x_14); +lean_ctor_set(x_20, 9, x_19); +lean_ctor_set_uint8(x_20, sizeof(void*)*10, x_15); +lean_ctor_set_uint8(x_20, sizeof(void*)*10 + 1, x_16); return x_20; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler(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, lean_object* x_9) { +} +LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; -lean_inc_ref(x_2); -lean_inc(x_1); -x_10 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___boxed), 10, 2); -lean_closure_set(x_10, 0, x_1); -lean_closure_set(x_10, 1, x_2); -x_11 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__10; -x_12 = lean_alloc_closure((void*)(l_Lean_Elab_Term_processDefDeriving), 9, 2); -lean_closure_set(x_12, 0, x_1); -lean_closure_set(x_12, 1, x_2); -x_13 = 1; -x_14 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__6; -x_15 = l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___redArg(x_11, x_10, x_12, x_13, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_15; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___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, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { -_start: +lean_object* x_6; uint8_t x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +x_7 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +x_8 = l_Lean_Elab_Command_getRef___redArg(x_3, x_5); +if (lean_obj_tag(x_8) == 0) { -lean_object* x_11; -x_11 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_9); +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); lean_dec_ref(x_8); -lean_dec(x_7); -lean_dec_ref(x_6); -lean_dec(x_5); -lean_dec_ref(x_4); +x_11 = !lean_is_exclusive(x_3); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_3, 7); +lean_dec(x_12); +x_13 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_getClassName), 4, 1); +lean_closure_set(x_13, 0, x_1); +lean_inc_ref(x_2); +lean_inc_ref(x_13); +x_14 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_applyHandlers___lam__0), 5, 2); +lean_closure_set(x_14, 0, x_13); +lean_closure_set(x_14, 1, x_2); +x_15 = l_Lean_replaceRef(x_6, x_9); +lean_dec(x_9); +lean_dec(x_6); +lean_ctor_set(x_3, 7, x_15); +if (x_7 == 0) +{ +lean_object* x_16; +lean_dec_ref(x_14); +x_16 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__0(x_13, x_2, x_3, x_4, x_10); +return x_16; +} +else +{ +lean_object* x_17; lean_object* x_18; +lean_dec_ref(x_13); +lean_dec_ref(x_2); +x_17 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1), 1, 0); +x_18 = l_Lean_Elab_Command_withScope___redArg(x_17, x_14, x_3, x_4, x_10); +return x_18; +} +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_19 = lean_ctor_get(x_3, 0); +x_20 = lean_ctor_get(x_3, 1); +x_21 = lean_ctor_get(x_3, 2); +x_22 = lean_ctor_get(x_3, 3); +x_23 = lean_ctor_get(x_3, 4); +x_24 = lean_ctor_get(x_3, 5); +x_25 = lean_ctor_get(x_3, 6); +x_26 = lean_ctor_get(x_3, 8); +x_27 = lean_ctor_get(x_3, 9); +x_28 = lean_ctor_get_uint8(x_3, sizeof(void*)*10); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_3); +x_29 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_getClassName), 4, 1); +lean_closure_set(x_29, 0, x_1); +lean_inc_ref(x_2); +lean_inc_ref(x_29); +x_30 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_applyHandlers___lam__0), 5, 2); +lean_closure_set(x_30, 0, x_29); +lean_closure_set(x_30, 1, x_2); +x_31 = l_Lean_replaceRef(x_6, x_9); +lean_dec(x_9); +lean_dec(x_6); +x_32 = lean_alloc_ctor(0, 10, 1); +lean_ctor_set(x_32, 0, x_19); +lean_ctor_set(x_32, 1, x_20); +lean_ctor_set(x_32, 2, x_21); +lean_ctor_set(x_32, 3, x_22); +lean_ctor_set(x_32, 4, x_23); +lean_ctor_set(x_32, 5, x_24); +lean_ctor_set(x_32, 6, x_25); +lean_ctor_set(x_32, 7, x_31); +lean_ctor_set(x_32, 8, x_26); +lean_ctor_set(x_32, 9, x_27); +lean_ctor_set_uint8(x_32, sizeof(void*)*10, x_28); +if (x_7 == 0) +{ +lean_object* x_33; +lean_dec_ref(x_30); +x_33 = l_Lean_Elab_DerivingClassView_applyHandlers___lam__0(x_29, x_2, x_32, x_4, x_10); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; +lean_dec_ref(x_29); +lean_dec_ref(x_2); +x_34 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1), 1, 0); +x_35 = l_Lean_Elab_Command_withScope___redArg(x_34, x_30, x_32, x_4, x_10); +return x_35; +} +} +} +else +{ +uint8_t x_36; +lean_dec(x_6); +lean_dec(x_4); lean_dec_ref(x_3); -return x_11; +lean_dec_ref(x_2); +lean_dec_ref(x_1); +x_36 = !lean_is_exclusive(x_8); +if (x_36 == 0) +{ +return x_8; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_8, 0); +x_38 = lean_ctor_get(x_8, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_8); +x_39 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +return x_39; +} +} } } LEAN_EXPORT lean_object* l_Lean_Elab_withLogging___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__0(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) { @@ -24119,6 +25112,70 @@ return x_9; } } } +static lean_object* _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("running delta deriving handler for `", 36, 36); +return x_1; +} +} +static lean_object* _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__0; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("` and definition `", 18, 18); +return x_1; +} +} +static lean_object* _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__2; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0(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, lean_object* x_9, lean_object* x_10) { +_start: +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_11 = lean_ctor_get(x_1, 1); +lean_inc(x_11); +lean_dec_ref(x_1); +x_12 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__1; +x_13 = l_Lean_MessageData_ofSyntax(x_11); +x_14 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_14, 0, x_12); +lean_ctor_set(x_14, 1, x_13); +x_15 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__3; +x_16 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_16, 0, x_14); +lean_ctor_set(x_16, 1, x_15); +x_17 = l_Lean_MessageData_ofExpr(x_2); +x_18 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_18, 0, x_16); +lean_ctor_set(x_18, 1, x_17); +x_19 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__5; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_10); +return x_21; +} +} LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { @@ -24141,31 +25198,46 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; x_16 = lean_array_uget(x_3, x_5); lean_inc_ref(x_1); -x_17 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler), 9, 2); +lean_inc_ref(x_16); +x_17 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___boxed), 10, 2); lean_closure_set(x_17, 0, x_16); lean_closure_set(x_17, 1, x_1); +x_18 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go___closed__10; +lean_inc_ref(x_1); +x_19 = lean_alloc_closure((void*)(l_Lean_Elab_Term_processDefDeriving), 9, 2); +lean_closure_set(x_19, 0, x_16); +lean_closure_set(x_19, 1, x_1); +x_20 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__6; +x_21 = lean_box(x_14); +x_22 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__9___boxed), 13, 6); +lean_closure_set(x_22, 0, lean_box(0)); +lean_closure_set(x_22, 1, x_18); +lean_closure_set(x_22, 2, x_17); +lean_closure_set(x_22, 3, x_19); +lean_closure_set(x_22, 4, x_21); +lean_closure_set(x_22, 5, x_20); lean_inc(x_12); lean_inc_ref(x_11); lean_inc(x_10); lean_inc_ref(x_9); lean_inc(x_8); lean_inc_ref(x_7); -x_18 = l_Lean_Elab_withLogging___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__0(x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_18) == 0) +x_23 = l_Lean_Elab_withLogging___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__0(x_22, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_19; size_t x_20; size_t x_21; -x_19 = lean_ctor_get(x_18, 1); -lean_inc(x_19); -lean_dec_ref(x_18); -x_20 = 1; -x_21 = lean_usize_add(x_5, x_20); +lean_object* x_24; size_t x_25; size_t x_26; +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec_ref(x_23); +x_25 = 1; +x_26 = lean_usize_add(x_5, x_25); { -size_t _tmp_4 = x_21; +size_t _tmp_4 = x_26; lean_object* _tmp_5 = x_2; -lean_object* _tmp_12 = x_19; +lean_object* _tmp_12 = x_24; x_5 = _tmp_4; x_6 = _tmp_5; x_13 = _tmp_12; @@ -24181,7 +25253,7 @@ lean_dec_ref(x_9); lean_dec(x_8); lean_dec_ref(x_7); lean_dec_ref(x_1); -return x_18; +return x_23; } } } @@ -24974,6 +26046,21 @@ x_7 = l_Lean_Elab_Command_runTermElabM___redArg(x_6, x_3, x_4, x_5); return x_7; } } +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___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, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +_start: +{ +lean_object* x_11; +x_11 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_9); +lean_dec_ref(x_8); +lean_dec(x_7); +lean_dec_ref(x_6); +lean_dec(x_5); +lean_dec_ref(x_4); +lean_dec_ref(x_3); +return x_11; +} +} LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___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, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { @@ -25208,922 +26295,7 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0(uint8_t x_1, uint8_t x_2, lean_object* x_3) { -_start: -{ -if (lean_obj_tag(x_3) == 1) -{ -lean_object* x_4; -x_4 = lean_ctor_get(x_3, 0); -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_ctor_get(x_3, 1); -x_6 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___lam__0___closed__0; -x_7 = lean_string_dec_eq(x_5, x_6); -if (x_7 == 0) -{ -return x_1; -} -else -{ -return x_2; -} -} -else -{ -return x_1; -} -} -else -{ -return x_1; -} -} -} -LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { -_start: -{ -lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_96; lean_object* x_97; uint8_t x_98; lean_object* x_99; uint8_t x_100; lean_object* x_101; uint8_t x_132; lean_object* x_133; uint8_t x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_141; uint8_t x_142; lean_object* x_143; uint8_t x_144; uint8_t x_157; uint8_t x_158; lean_object* x_159; uint8_t x_160; uint8_t x_161; uint8_t x_163; uint8_t x_178; -x_157 = 2; -x_178 = l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(x_3, x_157); -if (x_178 == 0) -{ -x_163 = x_178; -goto block_177; -} -else -{ -uint8_t x_179; -lean_inc_ref(x_2); -x_179 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_163 = x_179; -goto block_177; -} -block_95: -{ -lean_object* x_17; -x_17 = l_Lean_Elab_Command_getScope___redArg(x_15, x_16); -if (lean_obj_tag(x_17) == 0) -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec_ref(x_17); -x_20 = l_Lean_Elab_Command_getScope___redArg(x_15, x_19); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec_ref(x_20); -x_23 = lean_st_ref_take(x_15, x_22); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -x_27 = lean_ctor_get(x_18, 2); -lean_inc(x_27); -lean_dec(x_18); -x_28 = lean_ctor_get(x_21, 3); -lean_inc(x_28); -lean_dec(x_21); -x_29 = !lean_is_exclusive(x_25); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_30 = lean_ctor_get(x_25, 1); -lean_ctor_set(x_23, 1, x_28); -lean_ctor_set(x_23, 0, x_27); -x_31 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_31, 0, x_23); -lean_ctor_set(x_31, 1, x_8); -x_32 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_32, 0, x_12); -lean_ctor_set(x_32, 1, x_11); -lean_ctor_set(x_32, 2, x_9); -lean_ctor_set(x_32, 3, x_13); -lean_ctor_set(x_32, 4, x_31); -lean_ctor_set_uint8(x_32, sizeof(void*)*5, x_14); -lean_ctor_set_uint8(x_32, sizeof(void*)*5 + 1, x_10); -lean_ctor_set_uint8(x_32, sizeof(void*)*5 + 2, x_4); -x_33 = l_Lean_MessageLog_add(x_32, x_30); -lean_ctor_set(x_25, 1, x_33); -x_34 = lean_st_ref_set(x_15, x_25, x_26); -x_35 = !lean_is_exclusive(x_34); -if (x_35 == 0) -{ -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_34, 0); -lean_dec(x_36); -x_37 = lean_box(0); -lean_ctor_set(x_34, 0, x_37); -return x_34; -} -else -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_34, 1); -lean_inc(x_38); -lean_dec(x_34); -x_39 = lean_box(0); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_38); -return x_40; -} -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; 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; -x_41 = lean_ctor_get(x_25, 0); -x_42 = lean_ctor_get(x_25, 1); -x_43 = lean_ctor_get(x_25, 2); -x_44 = lean_ctor_get(x_25, 3); -x_45 = lean_ctor_get(x_25, 4); -x_46 = lean_ctor_get(x_25, 5); -x_47 = lean_ctor_get(x_25, 6); -x_48 = lean_ctor_get(x_25, 7); -x_49 = lean_ctor_get(x_25, 8); -x_50 = lean_ctor_get(x_25, 9); -x_51 = lean_ctor_get(x_25, 10); -lean_inc(x_51); -lean_inc(x_50); -lean_inc(x_49); -lean_inc(x_48); -lean_inc(x_47); -lean_inc(x_46); -lean_inc(x_45); -lean_inc(x_44); -lean_inc(x_43); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_25); -lean_ctor_set(x_23, 1, x_28); -lean_ctor_set(x_23, 0, x_27); -x_52 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_52, 0, x_23); -lean_ctor_set(x_52, 1, x_8); -x_53 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_53, 0, x_12); -lean_ctor_set(x_53, 1, x_11); -lean_ctor_set(x_53, 2, x_9); -lean_ctor_set(x_53, 3, x_13); -lean_ctor_set(x_53, 4, x_52); -lean_ctor_set_uint8(x_53, sizeof(void*)*5, x_14); -lean_ctor_set_uint8(x_53, sizeof(void*)*5 + 1, x_10); -lean_ctor_set_uint8(x_53, sizeof(void*)*5 + 2, x_4); -x_54 = l_Lean_MessageLog_add(x_53, x_42); -x_55 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_55, 0, x_41); -lean_ctor_set(x_55, 1, x_54); -lean_ctor_set(x_55, 2, x_43); -lean_ctor_set(x_55, 3, x_44); -lean_ctor_set(x_55, 4, x_45); -lean_ctor_set(x_55, 5, x_46); -lean_ctor_set(x_55, 6, x_47); -lean_ctor_set(x_55, 7, x_48); -lean_ctor_set(x_55, 8, x_49); -lean_ctor_set(x_55, 9, x_50); -lean_ctor_set(x_55, 10, x_51); -x_56 = lean_st_ref_set(x_15, x_55, x_26); -x_57 = lean_ctor_get(x_56, 1); -lean_inc(x_57); -if (lean_is_exclusive(x_56)) { - lean_ctor_release(x_56, 0); - lean_ctor_release(x_56, 1); - x_58 = x_56; -} else { - lean_dec_ref(x_56); - x_58 = lean_box(0); -} -x_59 = lean_box(0); -if (lean_is_scalar(x_58)) { - x_60 = lean_alloc_ctor(0, 2, 0); -} else { - x_60 = x_58; -} -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_57); -return x_60; -} -} -else -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; 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; -x_61 = lean_ctor_get(x_23, 0); -x_62 = lean_ctor_get(x_23, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_23); -x_63 = lean_ctor_get(x_18, 2); -lean_inc(x_63); -lean_dec(x_18); -x_64 = lean_ctor_get(x_21, 3); -lean_inc(x_64); -lean_dec(x_21); -x_65 = lean_ctor_get(x_61, 0); -lean_inc_ref(x_65); -x_66 = lean_ctor_get(x_61, 1); -lean_inc_ref(x_66); -x_67 = lean_ctor_get(x_61, 2); -lean_inc(x_67); -x_68 = lean_ctor_get(x_61, 3); -lean_inc(x_68); -x_69 = lean_ctor_get(x_61, 4); -lean_inc(x_69); -x_70 = lean_ctor_get(x_61, 5); -lean_inc(x_70); -x_71 = lean_ctor_get(x_61, 6); -lean_inc_ref(x_71); -x_72 = lean_ctor_get(x_61, 7); -lean_inc_ref(x_72); -x_73 = lean_ctor_get(x_61, 8); -lean_inc_ref(x_73); -x_74 = lean_ctor_get(x_61, 9); -lean_inc_ref(x_74); -x_75 = lean_ctor_get(x_61, 10); -lean_inc_ref(x_75); -if (lean_is_exclusive(x_61)) { - lean_ctor_release(x_61, 0); - lean_ctor_release(x_61, 1); - lean_ctor_release(x_61, 2); - lean_ctor_release(x_61, 3); - lean_ctor_release(x_61, 4); - lean_ctor_release(x_61, 5); - lean_ctor_release(x_61, 6); - lean_ctor_release(x_61, 7); - lean_ctor_release(x_61, 8); - lean_ctor_release(x_61, 9); - lean_ctor_release(x_61, 10); - x_76 = x_61; -} else { - lean_dec_ref(x_61); - x_76 = lean_box(0); -} -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_63); -lean_ctor_set(x_77, 1, x_64); -x_78 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_8); -x_79 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_79, 0, x_12); -lean_ctor_set(x_79, 1, x_11); -lean_ctor_set(x_79, 2, x_9); -lean_ctor_set(x_79, 3, x_13); -lean_ctor_set(x_79, 4, x_78); -lean_ctor_set_uint8(x_79, sizeof(void*)*5, x_14); -lean_ctor_set_uint8(x_79, sizeof(void*)*5 + 1, x_10); -lean_ctor_set_uint8(x_79, sizeof(void*)*5 + 2, x_4); -x_80 = l_Lean_MessageLog_add(x_79, x_66); -if (lean_is_scalar(x_76)) { - x_81 = lean_alloc_ctor(0, 11, 0); -} else { - x_81 = x_76; -} -lean_ctor_set(x_81, 0, x_65); -lean_ctor_set(x_81, 1, x_80); -lean_ctor_set(x_81, 2, x_67); -lean_ctor_set(x_81, 3, x_68); -lean_ctor_set(x_81, 4, x_69); -lean_ctor_set(x_81, 5, x_70); -lean_ctor_set(x_81, 6, x_71); -lean_ctor_set(x_81, 7, x_72); -lean_ctor_set(x_81, 8, x_73); -lean_ctor_set(x_81, 9, x_74); -lean_ctor_set(x_81, 10, x_75); -x_82 = lean_st_ref_set(x_15, x_81, x_62); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; -} else { - lean_dec_ref(x_82); - x_84 = lean_box(0); -} -x_85 = lean_box(0); -if (lean_is_scalar(x_84)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_84; -} -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_83); -return x_86; -} -} -else -{ -uint8_t x_87; -lean_dec(x_18); -lean_dec_ref(x_13); -lean_dec_ref(x_12); -lean_dec_ref(x_11); -lean_dec(x_9); -lean_dec_ref(x_8); -x_87 = !lean_is_exclusive(x_20); -if (x_87 == 0) -{ -return x_20; -} -else -{ -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_20, 0); -x_89 = lean_ctor_get(x_20, 1); -lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_20); -x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_88); -lean_ctor_set(x_90, 1, x_89); -return x_90; -} -} -} -else -{ -uint8_t x_91; -lean_dec_ref(x_13); -lean_dec_ref(x_12); -lean_dec_ref(x_11); -lean_dec(x_9); -lean_dec_ref(x_8); -x_91 = !lean_is_exclusive(x_17); -if (x_91 == 0) -{ -return x_17; -} -else -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_17, 0); -x_93 = lean_ctor_get(x_17, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_17); -x_94 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_94, 0, x_92); -lean_ctor_set(x_94, 1, x_93); -return x_94; -} -} -} -block_131: -{ -lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; -x_102 = lean_ctor_get(x_5, 0); -lean_inc_ref(x_102); -x_103 = lean_ctor_get(x_5, 1); -lean_inc_ref(x_103); -x_104 = lean_ctor_get_uint8(x_5, sizeof(void*)*10); -lean_dec_ref(x_5); -x_105 = l___private_Lean_Log_0__Lean_MessageData_appendDescriptionWidgetIfNamed(x_2); -x_106 = l_Lean_addMessageContextPartial___at___Lean_throwError___at___Lean_Elab_applyDerivingHandlers_spec__0_spec__0___redArg(x_105, x_6, x_97); -x_107 = !lean_is_exclusive(x_106); -if (x_107 == 0) -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_108 = lean_ctor_get(x_106, 0); -x_109 = lean_ctor_get(x_106, 1); -lean_inc_ref(x_103); -x_110 = l_Lean_FileMap_toPosition(x_103, x_99); -lean_dec(x_99); -x_111 = l_Lean_FileMap_toPosition(x_103, x_101); -lean_dec(x_101); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_113 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__6; -if (x_104 == 0) -{ -lean_free_object(x_106); -x_8 = x_108; -x_9 = x_112; -x_10 = x_98; -x_11 = x_110; -x_12 = x_102; -x_13 = x_113; -x_14 = x_100; -x_15 = x_6; -x_16 = x_109; -goto block_95; -} -else -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; -x_114 = lean_box(x_96); -x_115 = lean_box(x_104); -x_116 = lean_alloc_closure((void*)(l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0___boxed), 3, 2); -lean_closure_set(x_116, 0, x_114); -lean_closure_set(x_116, 1, x_115); -lean_inc(x_108); -x_117 = l_Lean_MessageData_hasTag(x_116, x_108); -if (x_117 == 0) -{ -lean_object* x_118; -lean_dec_ref(x_112); -lean_dec_ref(x_110); -lean_dec(x_108); -lean_dec_ref(x_102); -x_118 = lean_box(0); -lean_ctor_set(x_106, 0, x_118); -return x_106; -} -else -{ -lean_free_object(x_106); -x_8 = x_108; -x_9 = x_112; -x_10 = x_98; -x_11 = x_110; -x_12 = x_102; -x_13 = x_113; -x_14 = x_100; -x_15 = x_6; -x_16 = x_109; -goto block_95; -} -} -} -else -{ -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_119 = lean_ctor_get(x_106, 0); -x_120 = lean_ctor_get(x_106, 1); -lean_inc(x_120); -lean_inc(x_119); -lean_dec(x_106); -lean_inc_ref(x_103); -x_121 = l_Lean_FileMap_toPosition(x_103, x_99); -lean_dec(x_99); -x_122 = l_Lean_FileMap_toPosition(x_103, x_101); -lean_dec(x_101); -x_123 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_123, 0, x_122); -x_124 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__6; -if (x_104 == 0) -{ -x_8 = x_119; -x_9 = x_123; -x_10 = x_98; -x_11 = x_121; -x_12 = x_102; -x_13 = x_124; -x_14 = x_100; -x_15 = x_6; -x_16 = x_120; -goto block_95; -} -else -{ -lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; -x_125 = lean_box(x_96); -x_126 = lean_box(x_104); -x_127 = lean_alloc_closure((void*)(l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0___boxed), 3, 2); -lean_closure_set(x_127, 0, x_125); -lean_closure_set(x_127, 1, x_126); -lean_inc(x_119); -x_128 = l_Lean_MessageData_hasTag(x_127, x_119); -if (x_128 == 0) -{ -lean_object* x_129; lean_object* x_130; -lean_dec_ref(x_123); -lean_dec_ref(x_121); -lean_dec(x_119); -lean_dec_ref(x_102); -x_129 = lean_box(0); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_120); -return x_130; -} -else -{ -x_8 = x_119; -x_9 = x_123; -x_10 = x_98; -x_11 = x_121; -x_12 = x_102; -x_13 = x_124; -x_14 = x_100; -x_15 = x_6; -x_16 = x_120; -goto block_95; -} -} -} -} -block_140: -{ -lean_object* x_138; -x_138 = l_Lean_Syntax_getTailPos_x3f(x_135, x_136); -lean_dec(x_135); -if (lean_obj_tag(x_138) == 0) -{ -lean_inc(x_137); -x_96 = x_132; -x_97 = x_133; -x_98 = x_134; -x_99 = x_137; -x_100 = x_136; -x_101 = x_137; -goto block_131; -} -else -{ -lean_object* x_139; -x_139 = lean_ctor_get(x_138, 0); -lean_inc(x_139); -lean_dec_ref(x_138); -x_96 = x_132; -x_97 = x_133; -x_98 = x_134; -x_99 = x_137; -x_100 = x_136; -x_101 = x_139; -goto block_131; -} -} -block_156: -{ -lean_object* x_145; -x_145 = l_Lean_Elab_Command_getRef___redArg(x_5, x_143); -if (lean_obj_tag(x_145) == 0) -{ -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -lean_dec_ref(x_145); -x_148 = l_Lean_replaceRef(x_1, x_146); -lean_dec(x_146); -x_149 = l_Lean_Syntax_getPos_x3f(x_148, x_142); -if (lean_obj_tag(x_149) == 0) -{ -lean_object* x_150; -x_150 = lean_unsigned_to_nat(0u); -x_132 = x_141; -x_133 = x_147; -x_134 = x_144; -x_135 = x_148; -x_136 = x_142; -x_137 = x_150; -goto block_140; -} -else -{ -lean_object* x_151; -x_151 = lean_ctor_get(x_149, 0); -lean_inc(x_151); -lean_dec_ref(x_149); -x_132 = x_141; -x_133 = x_147; -x_134 = x_144; -x_135 = x_148; -x_136 = x_142; -x_137 = x_151; -goto block_140; -} -} -else -{ -uint8_t x_152; -lean_dec_ref(x_5); -lean_dec_ref(x_2); -x_152 = !lean_is_exclusive(x_145); -if (x_152 == 0) -{ -return x_145; -} -else -{ -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_145, 0); -x_154 = lean_ctor_get(x_145, 1); -lean_inc(x_154); -lean_inc(x_153); -lean_dec(x_145); -x_155 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_155, 0, x_153); -lean_ctor_set(x_155, 1, x_154); -return x_155; -} -} -} -block_162: -{ -if (x_161 == 0) -{ -x_141 = x_158; -x_142 = x_160; -x_143 = x_159; -x_144 = x_3; -goto block_156; -} -else -{ -x_141 = x_158; -x_142 = x_160; -x_143 = x_159; -x_144 = x_157; -goto block_156; -} -} -block_177: -{ -if (x_163 == 0) -{ -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; uint8_t x_171; uint8_t x_172; -x_164 = lean_st_ref_get(x_6, x_7); -x_165 = lean_ctor_get(x_164, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_164, 1); -lean_inc(x_166); -lean_dec_ref(x_164); -x_167 = lean_ctor_get(x_165, 2); -lean_inc(x_167); -lean_dec(x_165); -x_168 = l_Lean_Elab_Command_instInhabitedScope; -x_169 = l_List_head_x21___redArg(x_168, x_167); -lean_dec(x_167); -x_170 = lean_ctor_get(x_169, 1); -lean_inc(x_170); -lean_dec_ref(x_169); -x_171 = 1; -x_172 = l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(x_3, x_171); -if (x_172 == 0) -{ -lean_dec(x_170); -x_158 = x_163; -x_159 = x_166; -x_160 = x_163; -x_161 = x_172; -goto block_162; -} -else -{ -lean_object* x_173; uint8_t x_174; -x_173 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___closed__0; -x_174 = l_Lean_Option_get___at___Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2_spec__2(x_170, x_173); -lean_dec(x_170); -x_158 = x_163; -x_159 = x_166; -x_160 = x_163; -x_161 = x_174; -goto block_162; -} -} -else -{ -lean_object* x_175; lean_object* x_176; -lean_dec_ref(x_5); -lean_dec_ref(x_2); -x_175 = lean_box(0); -x_176 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_7); -return x_176; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -uint8_t x_6; uint8_t x_7; lean_object* x_8; -x_6 = 2; -x_7 = 0; -x_8 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(x_1, x_2, x_6, x_7, x_3, x_4, x_5); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5_spec__5(lean_object* x_1, uint8_t x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { -_start: -{ -lean_object* x_7; -x_7 = l_Lean_Elab_Command_getRef___redArg(x_4, x_6); -if (lean_obj_tag(x_7) == 0) -{ -lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = lean_ctor_get(x_7, 1); -lean_inc(x_9); -lean_dec_ref(x_7); -x_10 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(x_8, x_1, x_2, x_3, x_4, x_5, x_9); -lean_dec(x_8); -return x_10; -} -else -{ -uint8_t x_11; -lean_dec_ref(x_4); -lean_dec_ref(x_1); -x_11 = !lean_is_exclusive(x_7); -if (x_11 == 0) -{ -return x_7; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_7, 0); -x_13 = lean_ctor_get(x_7, 1); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_7); -x_14 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_14, 0, x_12); -lean_ctor_set(x_14, 1, x_13); -return x_14; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -uint8_t x_5; uint8_t x_6; lean_object* x_7; -x_5 = 2; -x_6 = 0; -x_7 = l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5_spec__5(x_1, x_5, x_6, x_2, x_3, x_4); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_5; lean_object* x_6; lean_object* x_7; -x_5 = lean_ctor_get(x_1, 0); -lean_inc(x_5); -x_6 = lean_ctor_get(x_1, 1); -lean_inc_ref(x_6); -lean_dec_ref(x_1); -x_7 = l_Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(x_5, x_6, x_2, x_3, x_4); -lean_dec(x_5); -return x_7; -} -else -{ -lean_object* x_8; uint8_t x_9; uint8_t x_37; -x_8 = lean_ctor_get(x_1, 0); -lean_inc(x_8); -x_37 = l_Lean_Elab_isAbortExceptionId(x_8); -if (x_37 == 0) -{ -uint8_t x_38; -x_38 = l_Lean_Exception_isInterrupt(x_1); -lean_dec_ref(x_1); -x_9 = x_38; -goto block_36; -} -else -{ -lean_dec_ref(x_1); -x_9 = x_37; -goto block_36; -} -block_36: -{ -if (x_9 == 0) -{ -lean_object* x_10; -x_10 = l_Lean_InternalExceptionId_getName(x_8, x_4); -lean_dec(x_8); -if (lean_obj_tag(x_10) == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_10, 1); -lean_inc(x_12); -lean_dec_ref(x_10); -x_13 = l_Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2___closed__1; -x_14 = l_Lean_MessageData_ofName(x_11); -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -x_16 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFailure___redArg___closed__7; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5(x_17, x_2, x_3, x_12); -return x_18; -} -else -{ -uint8_t x_19; -x_19 = !lean_is_exclusive(x_10); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_20 = lean_ctor_get(x_10, 0); -x_21 = lean_ctor_get(x_2, 7); -lean_inc(x_21); -lean_dec_ref(x_2); -x_22 = lean_io_error_to_string(x_20); -x_23 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_23, 0, x_22); -x_24 = l_Lean_MessageData_ofFormat(x_23); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_21); -lean_ctor_set(x_25, 1, x_24); -lean_ctor_set(x_10, 0, x_25); -return x_10; -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_26 = lean_ctor_get(x_10, 0); -x_27 = lean_ctor_get(x_10, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_10); -x_28 = lean_ctor_get(x_2, 7); -lean_inc(x_28); -lean_dec_ref(x_2); -x_29 = lean_io_error_to_string(x_26); -x_30 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_30, 0, x_29); -x_31 = l_Lean_MessageData_ofFormat(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_28); -lean_ctor_set(x_32, 1, x_31); -x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_27); -return x_33; -} -} -} -else -{ -lean_object* x_34; lean_object* x_35; -lean_dec(x_8); -lean_dec_ref(x_2); -x_34 = lean_box(0); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_4); -return x_35; -} -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; -lean_inc(x_3); -lean_inc_ref(x_2); -x_5 = lean_apply_3(x_1, x_2, x_3, x_4); -if (lean_obj_tag(x_5) == 0) -{ -lean_dec(x_3); -lean_dec_ref(x_2); -return x_5; -} -else -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -x_7 = lean_ctor_get(x_5, 1); -lean_inc(x_7); -x_8 = l_Lean_Exception_isInterrupt(x_6); -if (x_8 == 0) -{ -lean_object* x_9; -lean_dec_ref(x_5); -x_9 = l_Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3(x_6, x_2, x_3, x_7); -lean_dec(x_3); -return x_9; -} -else -{ -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -lean_dec_ref(x_2); -return x_5; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; @@ -26137,7 +26309,7 @@ lean_ctor_set(x_8, 1, x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; uint8_t x_7; @@ -26252,7 +26424,7 @@ x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_1); lean_ctor_set(x_32, 1, x_31); x_33 = lean_box(0); -x_34 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(x_32, x_33, x_3, x_4, x_9); +x_34 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(x_32, x_33, x_3, x_4, x_9); return x_34; } } @@ -26269,7 +26441,7 @@ block_13: { lean_object* x_11; lean_object* x_12; x_11 = lean_box(0); -x_12 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(x_1, x_11, x_3, x_4, x_9); +x_12 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(x_1, x_11, x_3, x_4, x_9); return x_12; } } @@ -26383,7 +26555,7 @@ x_72 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_72, 0, x_1); lean_ctor_set(x_72, 1, x_71); x_73 = lean_box(0); -x_74 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(x_72, x_73, x_3, x_4, x_48); +x_74 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(x_72, x_73, x_3, x_4, x_48); return x_74; } } @@ -26399,13 +26571,13 @@ block_52: { lean_object* x_50; lean_object* x_51; x_50 = lean_box(0); -x_51 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(x_1, x_50, x_3, x_4, x_48); +x_51 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(x_1, x_50, x_3, x_4, x_48); return x_51; } } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; @@ -26497,37 +26669,37 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10(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_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4(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_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg(x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg(x_2, x_3, x_4, x_5, x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg(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_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg(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; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9(x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3(x_2, x_3, x_4, x_5, x_6); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_7, 1); lean_inc(x_9); lean_dec_ref(x_7); -x_10 = l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg(x_1, x_8, x_4, x_5, x_9); +x_10 = l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg(x_1, x_8, x_4, x_5, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9(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_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(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) { _start: { lean_object* x_8; -x_8 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg(x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg(x_2, x_3, x_4, x_5, x_6, x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -26542,19 +26714,19 @@ x_10 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_throwDeltaDeriveFa x_11 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_11, 0, x_9); lean_ctor_set(x_11, 1, x_10); -x_12 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg(x_1, x_11, x_2, x_3, x_4, x_5); +x_12 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg(x_1, x_11, x_2, x_3, x_4, x_5); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9(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_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(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_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg(x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg(x_2, x_3, x_4, x_5, x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; @@ -26567,7 +26739,7 @@ lean_inc(x_6); x_7 = lean_ctor_get(x_5, 1); lean_inc(x_7); lean_dec_ref(x_5); -x_8 = l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg(x_6, x_1, x_2, x_3, x_7); +x_8 = l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg(x_6, x_1, x_2, x_3, x_7); lean_dec(x_6); return x_8; } @@ -26597,15 +26769,15 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; -x_6 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg(x_2, x_3, x_4, x_5); +x_6 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg(x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; uint8_t x_6; @@ -26626,7 +26798,7 @@ if (lean_obj_tag(x_11) == 0) { lean_object* x_12; lean_free_object(x_5); -x_12 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg(x_1, x_2, x_3, x_8); +x_12 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg(x_1, x_2, x_3, x_8); return x_12; } else @@ -26658,7 +26830,7 @@ x_18 = l_Lean_Environment_find_x3f(x_16, x_1, x_17); if (lean_obj_tag(x_18) == 0) { lean_object* x_19; -x_19 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg(x_1, x_2, x_3, x_15); +x_19 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg(x_1, x_2, x_3, x_15); return x_19; } else @@ -26677,7 +26849,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__15(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__9(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -26696,7 +26868,7 @@ else lean_object* x_9; lean_object* x_10; x_9 = lean_array_uget(x_3, x_2); lean_inc_ref(x_4); -x_10 = l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9(x_9, x_4, x_5, x_6); +x_10 = l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3(x_9, x_4, x_5, x_6); if (lean_obj_tag(x_10) == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -26742,632 +26914,59 @@ return x_22; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -uint8_t x_9; -x_9 = lean_usize_dec_lt(x_4, x_3); -if (x_9 == 0) +uint8_t x_10; +x_10 = lean_usize_dec_lt(x_5, x_4); +if (x_10 == 0) { -lean_object* x_10; -lean_dec(x_7); +lean_object* x_11; +lean_dec(x_8); +lean_dec_ref(x_7); lean_dec_ref(x_1); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_5); -lean_ctor_set(x_10, 1, x_8); -return x_10; +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_6); +lean_ctor_set(x_11, 1, x_9); +return x_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_5, 0); -x_12 = lean_ctor_get(x_5, 1); -x_13 = lean_ctor_get(x_5, 2); -x_14 = lean_nat_dec_lt(x_12, x_13); -if (x_14 == 0) -{ -lean_object* x_15; -lean_dec(x_7); -lean_dec_ref(x_1); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_5); -lean_ctor_set(x_15, 1, x_8); -return x_15; -} -else -{ -uint8_t x_16; -lean_inc(x_13); -lean_inc(x_12); -lean_inc_ref(x_11); -x_16 = !lean_is_exclusive(x_5); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_5, 2); -lean_dec(x_17); -x_18 = lean_ctor_get(x_5, 1); -lean_dec(x_18); -x_19 = lean_ctor_get(x_5, 0); -lean_dec(x_19); -x_20 = l_Lean_Elab_Command_getRef___redArg(x_6, x_8); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec_ref(x_20); -x_23 = lean_ctor_get(x_6, 0); -x_24 = lean_ctor_get(x_6, 1); -x_25 = lean_ctor_get(x_6, 2); -x_26 = lean_ctor_get(x_6, 3); -x_27 = lean_ctor_get(x_6, 4); -x_28 = lean_ctor_get(x_6, 5); -x_29 = lean_ctor_get(x_6, 6); -x_30 = lean_ctor_get(x_6, 8); -x_31 = lean_ctor_get(x_6, 9); -x_32 = lean_ctor_get_uint8(x_6, sizeof(void*)*10); -x_33 = lean_array_uget(x_2, x_4); -x_34 = lean_array_fget_borrowed(x_11, x_12); +lean_object* x_12; lean_object* x_13; +x_12 = lean_array_uget(x_3, x_5); +lean_inc(x_8); +lean_inc_ref(x_7); lean_inc_ref(x_1); -x_35 = lean_alloc_closure((void*)(l_Lean_Elab_applyDerivingHandlers), 5, 2); -lean_closure_set(x_35, 0, x_33); -lean_closure_set(x_35, 1, x_1); -x_36 = l_Lean_replaceRef(x_34, x_21); -lean_dec(x_21); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc_ref(x_24); -lean_inc_ref(x_23); -x_37 = lean_alloc_ctor(0, 10, 1); -lean_ctor_set(x_37, 0, x_23); -lean_ctor_set(x_37, 1, x_24); -lean_ctor_set(x_37, 2, x_25); -lean_ctor_set(x_37, 3, x_26); -lean_ctor_set(x_37, 4, x_27); -lean_ctor_set(x_37, 5, x_28); -lean_ctor_set(x_37, 6, x_29); -lean_ctor_set(x_37, 7, x_36); -lean_ctor_set(x_37, 8, x_30); -lean_ctor_set(x_37, 9, x_31); -lean_ctor_set_uint8(x_37, sizeof(void*)*10, x_32); -lean_inc(x_7); -x_38 = l_Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3(x_35, x_37, x_7, x_22); -if (lean_obj_tag(x_38) == 0) +x_13 = l_Lean_Elab_DerivingClassView_applyHandlers(x_12, x_1, x_7, x_8, x_9); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; size_t x_42; size_t x_43; -x_39 = lean_ctor_get(x_38, 1); -lean_inc(x_39); -lean_dec_ref(x_38); -x_40 = lean_unsigned_to_nat(1u); -x_41 = lean_nat_add(x_12, x_40); -lean_dec(x_12); -lean_ctor_set(x_5, 1, x_41); -x_42 = 1; -x_43 = lean_usize_add(x_4, x_42); -x_4 = x_43; -x_8 = x_39; +lean_object* x_14; size_t x_15; size_t x_16; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec_ref(x_13); +x_15 = 1; +x_16 = lean_usize_add(x_5, x_15); +{ +size_t _tmp_4 = x_16; +lean_object* _tmp_5 = x_2; +lean_object* _tmp_8 = x_14; +x_5 = _tmp_4; +x_6 = _tmp_5; +x_9 = _tmp_8; +} goto _start; } else { -uint8_t x_45; -lean_free_object(x_5); -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); +lean_dec(x_8); +lean_dec_ref(x_7); lean_dec_ref(x_1); -x_45 = !lean_is_exclusive(x_38); -if (x_45 == 0) -{ -return x_38; -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_38, 0); -x_47 = lean_ctor_get(x_38, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_38); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -return x_48; -} -} -} -else -{ -uint8_t x_49; -lean_free_object(x_5); -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_49 = !lean_is_exclusive(x_20); -if (x_49 == 0) -{ -return x_20; -} -else -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_20, 0); -x_51 = lean_ctor_get(x_20, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_20); -x_52 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); -return x_52; -} -} -} -else -{ -lean_object* x_53; -lean_dec(x_5); -x_53 = l_Lean_Elab_Command_getRef___redArg(x_6, x_8); -if (lean_obj_tag(x_53) == 0) -{ -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_64; uint8_t 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; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec_ref(x_53); -x_56 = lean_ctor_get(x_6, 0); -x_57 = lean_ctor_get(x_6, 1); -x_58 = lean_ctor_get(x_6, 2); -x_59 = lean_ctor_get(x_6, 3); -x_60 = lean_ctor_get(x_6, 4); -x_61 = lean_ctor_get(x_6, 5); -x_62 = lean_ctor_get(x_6, 6); -x_63 = lean_ctor_get(x_6, 8); -x_64 = lean_ctor_get(x_6, 9); -x_65 = lean_ctor_get_uint8(x_6, sizeof(void*)*10); -x_66 = lean_array_uget(x_2, x_4); -x_67 = lean_array_fget_borrowed(x_11, x_12); -lean_inc_ref(x_1); -x_68 = lean_alloc_closure((void*)(l_Lean_Elab_applyDerivingHandlers), 5, 2); -lean_closure_set(x_68, 0, x_66); -lean_closure_set(x_68, 1, x_1); -x_69 = l_Lean_replaceRef(x_67, x_54); -lean_dec(x_54); -lean_inc(x_64); -lean_inc(x_63); -lean_inc(x_62); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_inc_ref(x_57); -lean_inc_ref(x_56); -x_70 = lean_alloc_ctor(0, 10, 1); -lean_ctor_set(x_70, 0, x_56); -lean_ctor_set(x_70, 1, x_57); -lean_ctor_set(x_70, 2, x_58); -lean_ctor_set(x_70, 3, x_59); -lean_ctor_set(x_70, 4, x_60); -lean_ctor_set(x_70, 5, x_61); -lean_ctor_set(x_70, 6, x_62); -lean_ctor_set(x_70, 7, x_69); -lean_ctor_set(x_70, 8, x_63); -lean_ctor_set(x_70, 9, x_64); -lean_ctor_set_uint8(x_70, sizeof(void*)*10, x_65); -lean_inc(x_7); -x_71 = l_Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3(x_68, x_70, x_7, x_55); -if (lean_obj_tag(x_71) == 0) -{ -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t x_76; size_t x_77; -x_72 = lean_ctor_get(x_71, 1); -lean_inc(x_72); -lean_dec_ref(x_71); -x_73 = lean_unsigned_to_nat(1u); -x_74 = lean_nat_add(x_12, x_73); -lean_dec(x_12); -x_75 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_75, 0, x_11); -lean_ctor_set(x_75, 1, x_74); -lean_ctor_set(x_75, 2, x_13); -x_76 = 1; -x_77 = lean_usize_add(x_4, x_76); -x_4 = x_77; -x_5 = x_75; -x_8 = x_72; -goto _start; -} -else -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_79 = lean_ctor_get(x_71, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_71, 1); -lean_inc(x_80); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_81 = x_71; -} else { - lean_dec_ref(x_71); - x_81 = lean_box(0); -} -if (lean_is_scalar(x_81)) { - x_82 = lean_alloc_ctor(1, 2, 0); -} else { - x_82 = x_81; -} -lean_ctor_set(x_82, 0, x_79); -lean_ctor_set(x_82, 1, x_80); -return x_82; -} -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_83 = lean_ctor_get(x_53, 0); -lean_inc(x_83); -x_84 = lean_ctor_get(x_53, 1); -lean_inc(x_84); -if (lean_is_exclusive(x_53)) { - lean_ctor_release(x_53, 0); - lean_ctor_release(x_53, 1); - x_85 = x_53; -} else { - lean_dec_ref(x_53); - x_85 = lean_box(0); -} -if (lean_is_scalar(x_85)) { - x_86 = lean_alloc_ctor(1, 2, 0); -} else { - x_86 = x_85; -} -lean_ctor_set(x_86, 0, x_83); -lean_ctor_set(x_86, 1, x_84); -return x_86; +return x_13; } } } } -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -uint8_t x_9; -x_9 = lean_usize_dec_lt(x_4, x_3); -if (x_9 == 0) -{ -lean_object* x_10; -lean_dec(x_7); -lean_dec_ref(x_1); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_5); -lean_ctor_set(x_10, 1, x_8); -return x_10; -} -else -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_5, 0); -x_12 = lean_ctor_get(x_5, 1); -x_13 = lean_ctor_get(x_5, 2); -x_14 = lean_nat_dec_lt(x_12, x_13); -if (x_14 == 0) -{ -lean_object* x_15; -lean_dec(x_7); -lean_dec_ref(x_1); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_5); -lean_ctor_set(x_15, 1, x_8); -return x_15; -} -else -{ -uint8_t x_16; -lean_inc(x_13); -lean_inc(x_12); -lean_inc_ref(x_11); -x_16 = !lean_is_exclusive(x_5); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_5, 2); -lean_dec(x_17); -x_18 = lean_ctor_get(x_5, 1); -lean_dec(x_18); -x_19 = lean_ctor_get(x_5, 0); -lean_dec(x_19); -x_20 = l_Lean_Elab_Command_getRef___redArg(x_6, x_8); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec_ref(x_20); -x_23 = lean_ctor_get(x_6, 0); -x_24 = lean_ctor_get(x_6, 1); -x_25 = lean_ctor_get(x_6, 2); -x_26 = lean_ctor_get(x_6, 3); -x_27 = lean_ctor_get(x_6, 4); -x_28 = lean_ctor_get(x_6, 5); -x_29 = lean_ctor_get(x_6, 6); -x_30 = lean_ctor_get(x_6, 8); -x_31 = lean_ctor_get(x_6, 9); -x_32 = lean_ctor_get_uint8(x_6, sizeof(void*)*10); -x_33 = lean_array_uget(x_2, x_4); -x_34 = lean_array_fget_borrowed(x_11, x_12); -lean_inc_ref(x_1); -x_35 = lean_alloc_closure((void*)(l_Lean_Elab_applyDerivingHandlers), 5, 2); -lean_closure_set(x_35, 0, x_33); -lean_closure_set(x_35, 1, x_1); -x_36 = l_Lean_replaceRef(x_34, x_21); -lean_dec(x_21); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc_ref(x_24); -lean_inc_ref(x_23); -x_37 = lean_alloc_ctor(0, 10, 1); -lean_ctor_set(x_37, 0, x_23); -lean_ctor_set(x_37, 1, x_24); -lean_ctor_set(x_37, 2, x_25); -lean_ctor_set(x_37, 3, x_26); -lean_ctor_set(x_37, 4, x_27); -lean_ctor_set(x_37, 5, x_28); -lean_ctor_set(x_37, 6, x_29); -lean_ctor_set(x_37, 7, x_36); -lean_ctor_set(x_37, 8, x_30); -lean_ctor_set(x_37, 9, x_31); -lean_ctor_set_uint8(x_37, sizeof(void*)*10, x_32); -lean_inc(x_7); -x_38 = l_Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3(x_35, x_37, x_7, x_22); -if (lean_obj_tag(x_38) == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; size_t x_42; size_t x_43; lean_object* x_44; -x_39 = lean_ctor_get(x_38, 1); -lean_inc(x_39); -lean_dec_ref(x_38); -x_40 = lean_unsigned_to_nat(1u); -x_41 = lean_nat_add(x_12, x_40); -lean_dec(x_12); -lean_ctor_set(x_5, 1, x_41); -x_42 = 1; -x_43 = lean_usize_add(x_4, x_42); -x_44 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16(x_1, x_2, x_3, x_43, x_5, x_6, x_7, x_39); -return x_44; -} -else -{ -uint8_t x_45; -lean_free_object(x_5); -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_45 = !lean_is_exclusive(x_38); -if (x_45 == 0) -{ -return x_38; -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_38, 0); -x_47 = lean_ctor_get(x_38, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_38); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -return x_48; -} -} -} -else -{ -uint8_t x_49; -lean_free_object(x_5); -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_49 = !lean_is_exclusive(x_20); -if (x_49 == 0) -{ -return x_20; -} -else -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_20, 0); -x_51 = lean_ctor_get(x_20, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_20); -x_52 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); -return x_52; -} -} -} -else -{ -lean_object* x_53; -lean_dec(x_5); -x_53 = l_Lean_Elab_Command_getRef___redArg(x_6, x_8); -if (lean_obj_tag(x_53) == 0) -{ -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_64; uint8_t 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; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec_ref(x_53); -x_56 = lean_ctor_get(x_6, 0); -x_57 = lean_ctor_get(x_6, 1); -x_58 = lean_ctor_get(x_6, 2); -x_59 = lean_ctor_get(x_6, 3); -x_60 = lean_ctor_get(x_6, 4); -x_61 = lean_ctor_get(x_6, 5); -x_62 = lean_ctor_get(x_6, 6); -x_63 = lean_ctor_get(x_6, 8); -x_64 = lean_ctor_get(x_6, 9); -x_65 = lean_ctor_get_uint8(x_6, sizeof(void*)*10); -x_66 = lean_array_uget(x_2, x_4); -x_67 = lean_array_fget_borrowed(x_11, x_12); -lean_inc_ref(x_1); -x_68 = lean_alloc_closure((void*)(l_Lean_Elab_applyDerivingHandlers), 5, 2); -lean_closure_set(x_68, 0, x_66); -lean_closure_set(x_68, 1, x_1); -x_69 = l_Lean_replaceRef(x_67, x_54); -lean_dec(x_54); -lean_inc(x_64); -lean_inc(x_63); -lean_inc(x_62); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_inc_ref(x_57); -lean_inc_ref(x_56); -x_70 = lean_alloc_ctor(0, 10, 1); -lean_ctor_set(x_70, 0, x_56); -lean_ctor_set(x_70, 1, x_57); -lean_ctor_set(x_70, 2, x_58); -lean_ctor_set(x_70, 3, x_59); -lean_ctor_set(x_70, 4, x_60); -lean_ctor_set(x_70, 5, x_61); -lean_ctor_set(x_70, 6, x_62); -lean_ctor_set(x_70, 7, x_69); -lean_ctor_set(x_70, 8, x_63); -lean_ctor_set(x_70, 9, x_64); -lean_ctor_set_uint8(x_70, sizeof(void*)*10, x_65); -lean_inc(x_7); -x_71 = l_Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3(x_68, x_70, x_7, x_55); -if (lean_obj_tag(x_71) == 0) -{ -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t x_76; size_t x_77; lean_object* x_78; -x_72 = lean_ctor_get(x_71, 1); -lean_inc(x_72); -lean_dec_ref(x_71); -x_73 = lean_unsigned_to_nat(1u); -x_74 = lean_nat_add(x_12, x_73); -lean_dec(x_12); -x_75 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_75, 0, x_11); -lean_ctor_set(x_75, 1, x_74); -lean_ctor_set(x_75, 2, x_13); -x_76 = 1; -x_77 = lean_usize_add(x_4, x_76); -x_78 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16(x_1, x_2, x_3, x_77, x_75, x_6, x_7, x_72); -return x_78; -} -else -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_79 = lean_ctor_get(x_71, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_71, 1); -lean_inc(x_80); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_81 = x_71; -} else { - lean_dec_ref(x_71); - x_81 = lean_box(0); -} -if (lean_is_scalar(x_81)) { - x_82 = lean_alloc_ctor(1, 2, 0); -} else { - x_82 = x_81; -} -lean_ctor_set(x_82, 0, x_79); -lean_ctor_set(x_82, 1, x_80); -return x_82; -} -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -lean_dec(x_13); -lean_dec(x_12); -lean_dec_ref(x_11); -lean_dec(x_7); -lean_dec_ref(x_1); -x_83 = lean_ctor_get(x_53, 0); -lean_inc(x_83); -x_84 = lean_ctor_get(x_53, 1); -lean_inc(x_84); -if (lean_is_exclusive(x_53)) { - lean_ctor_release(x_53, 0); - lean_ctor_release(x_53, 1); - x_85 = x_53; -} else { - lean_dec_ref(x_53); - x_85 = lean_box(0); -} -if (lean_is_scalar(x_85)) { - x_86 = lean_alloc_ctor(1, 2, 0); -} else { - x_86 = x_85; -} -lean_ctor_set(x_86, 0, x_83); -lean_ctor_set(x_86, 1, x_84); -return x_86; -} -} -} -} -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { -_start: -{ -lean_object* x_10; -x_10 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_10; -} -} -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__18(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__11(lean_object* x_1, size_t x_2, size_t x_3) { _start: { uint8_t x_4; @@ -27399,7 +26998,7 @@ return x_10; } } } -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__19(uint8_t x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__12(uint8_t x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -27445,584 +27044,438 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20(uint8_t x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { -_start: -{ -lean_object* x_6; uint8_t x_11; -x_11 = lean_usize_dec_eq(x_3, x_4); -if (x_11 == 0) -{ -lean_object* x_12; uint8_t x_13; -x_12 = lean_ctor_get(x_5, 0); -x_13 = lean_unbox(x_12); -if (x_13 == 0) -{ -uint8_t x_14; -x_14 = !lean_is_exclusive(x_5); -if (x_14 == 0) -{ -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_5, 0); -lean_dec(x_15); -x_16 = lean_box(x_1); -lean_ctor_set(x_5, 0, x_16); -x_6 = x_5; -goto block_10; -} -else -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = lean_ctor_get(x_5, 1); -lean_inc(x_17); -lean_dec(x_5); -x_18 = lean_box(x_1); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_17); -x_6 = x_19; -goto block_10; -} -} -else -{ -uint8_t x_20; -x_20 = !lean_is_exclusive(x_5); -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_21 = lean_ctor_get(x_5, 1); -x_22 = lean_ctor_get(x_5, 0); -lean_dec(x_22); -x_23 = lean_array_uget(x_2, x_3); -x_24 = lean_array_push(x_21, x_23); -x_25 = lean_box(x_11); -lean_ctor_set(x_5, 1, x_24); -lean_ctor_set(x_5, 0, x_25); -x_6 = x_5; -goto block_10; -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_26 = lean_ctor_get(x_5, 1); -lean_inc(x_26); -lean_dec(x_5); -x_27 = lean_array_uget(x_2, x_3); -x_28 = lean_array_push(x_26, x_27); -x_29 = lean_box(x_11); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -x_6 = x_30; -goto block_10; -} -} -} -else -{ -return x_5; -} -block_10: -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -x_5 = x_6; -goto _start; -} -} -} static lean_object* _init_l_Lean_Elab_elabDeriving___closed__0() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("Lean", 4, 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_elabDeriving___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Parser", 6, 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_elabDeriving___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("Command", 7, 7); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_elabDeriving___closed__3() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_unchecked("deriving", 8, 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_elabDeriving___closed__4() { +static lean_object* _init_l_Lean_Elab_elabDeriving___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Elab_elabDeriving___closed__3; -x_2 = l_Lean_Elab_elabDeriving___closed__2; -x_3 = l_Lean_Elab_elabDeriving___closed__1; -x_4 = l_Lean_Elab_elabDeriving___closed__0; +x_1 = l_Lean_Elab_elabDeriving___closed__0; +x_2 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__2; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__1; +x_4 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_elabDeriving___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = l_Array_empty(lean_box(0)); -return x_1; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_elabDeriving(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; uint8_t x_6; -x_5 = l_Lean_Elab_elabDeriving___closed__4; +size_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_17; uint8_t x_18; +x_17 = l_Lean_Elab_elabDeriving___closed__1; lean_inc(x_1); -x_6 = l_Lean_Syntax_isOfKind(x_1, x_5); -if (x_6 == 0) +x_18 = l_Lean_Syntax_isOfKind(x_1, x_17); +if (x_18 == 0) { -lean_object* x_7; +lean_object* x_19; lean_dec(x_3); lean_dec_ref(x_2); lean_dec(x_1); -x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_elabDeriving_spec__0___redArg(x_4); -return x_7; +x_19 = l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_elabDeriving_spec__0___redArg(x_4); +return x_19; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_40; lean_object* x_41; size_t x_42; uint8_t x_43; lean_object* x_71; size_t x_72; lean_object* x_73; lean_object* x_83; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; -x_8 = lean_unsigned_to_nat(0u); -x_101 = lean_unsigned_to_nat(2u); -x_102 = l_Lean_Syntax_getArg(x_1, x_101); -x_103 = l_Lean_Syntax_getArgs(x_102); -lean_dec(x_102); -x_104 = l_Lean_Elab_elabDeriving___closed__5; -x_105 = lean_array_get_size(x_103); -x_106 = lean_nat_dec_lt(x_8, x_105); -if (x_106 == 0) +lean_object* x_20; lean_object* x_21; size_t x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_52; size_t x_53; lean_object* x_54; lean_object* x_75; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +x_20 = lean_unsigned_to_nat(0u); +x_93 = lean_unsigned_to_nat(2u); +x_94 = l_Lean_Syntax_getArg(x_1, x_93); +x_95 = l_Lean_Syntax_getArgs(x_94); +lean_dec(x_94); +x_96 = l_Lean_Elab_getOptDerivingClasses___closed__3; +x_97 = lean_array_get_size(x_95); +x_98 = lean_nat_dec_lt(x_20, x_97); +if (x_98 == 0) { -lean_dec(x_105); -lean_dec_ref(x_103); -x_83 = x_104; -goto block_100; +lean_dec(x_97); +lean_dec_ref(x_95); +x_75 = x_96; +goto block_92; } else { -uint8_t x_107; -x_107 = lean_nat_dec_le(x_105, x_105); -if (x_107 == 0) +uint8_t x_99; +x_99 = lean_nat_dec_le(x_97, x_97); +if (x_99 == 0) { -lean_dec(x_105); -lean_dec_ref(x_103); -x_83 = x_104; -goto block_100; +lean_dec(x_97); +lean_dec_ref(x_95); +x_75 = x_96; +goto block_92; } else { -lean_object* x_108; lean_object* x_109; size_t x_110; size_t x_111; lean_object* x_112; lean_object* x_113; -x_108 = lean_box(x_6); -x_109 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_109, 1, x_104); -x_110 = 0; -x_111 = lean_usize_of_nat(x_105); -lean_dec(x_105); -x_112 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20(x_6, x_103, x_110, x_111, x_109); -lean_dec_ref(x_103); -x_113 = lean_ctor_get(x_112, 1); -lean_inc(x_113); -lean_dec_ref(x_112); -x_83 = x_113; -goto block_100; +lean_object* x_100; lean_object* x_101; size_t x_102; size_t x_103; lean_object* x_104; lean_object* x_105; +x_100 = lean_box(x_18); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_96); +x_102 = 0; +x_103 = lean_usize_of_nat(x_97); +lean_dec(x_97); +x_104 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2(x_18, x_95, x_102, x_103, x_101); +lean_dec_ref(x_95); +x_105 = lean_ctor_get(x_104, 1); +lean_inc(x_105); +lean_dec_ref(x_104); +x_75 = x_105; +goto block_92; } } -block_39: +block_51: { -size_t x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -lean_dec_ref(x_12); -x_14 = lean_array_size(x_9); -x_15 = lean_box_usize(x_14); -x_16 = lean_box_usize(x_11); -lean_inc_ref(x_9); -x_17 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__2___boxed), 6, 3); -lean_closure_set(x_17, 0, x_15); -lean_closure_set(x_17, 1, x_16); -lean_closure_set(x_17, 2, x_9); -lean_inc_ref(x_2); -x_18 = l_Lean_Elab_Command_liftCoreM___redArg(x_17, x_2, x_3, x_13); -if (lean_obj_tag(x_18) == 0) -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; size_t x_23; lean_object* x_24; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_18, 1); -lean_inc(x_20); -lean_dec_ref(x_18); -x_21 = lean_array_get_size(x_9); -x_22 = l_Array_toSubarray___redArg(x_9, x_8, x_21); -x_23 = lean_array_size(x_19); -x_24 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg(x_10, x_19, x_23, x_11, x_22, x_2, x_3, x_20); -lean_dec_ref(x_2); -lean_dec(x_19); -if (lean_obj_tag(x_24) == 0) -{ -uint8_t x_25; -x_25 = !lean_is_exclusive(x_24); if (x_25 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_24, 0); -lean_dec(x_26); -x_27 = lean_box(0); -lean_ctor_set(x_24, 0, x_27); -return x_24; +lean_object* x_26; +x_26 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(x_24, x_21, x_2, x_3, x_23); +lean_dec(x_3); +return x_26; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_24, 1); -lean_inc(x_28); -lean_dec(x_24); -x_29 = lean_box(0); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -return x_30; -} -} -else +size_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_27 = lean_array_size(x_21); +x_28 = lean_box_usize(x_27); +x_29 = lean_box_usize(x_22); +lean_inc_ref(x_21); +x_30 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__2___boxed), 6, 3); +lean_closure_set(x_30, 0, x_28); +lean_closure_set(x_30, 1, x_29); +lean_closure_set(x_30, 2, x_21); +lean_inc_ref(x_2); +x_31 = l_Lean_Elab_Command_liftCoreM___redArg(x_30, x_2, x_3, x_23); +if (lean_obj_tag(x_31) == 0) { -uint8_t x_31; -x_31 = !lean_is_exclusive(x_24); -if (x_31 == 0) -{ -return x_24; -} -else -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_24, 0); -x_33 = lean_ctor_get(x_24, 1); -lean_inc(x_33); +lean_object* x_32; lean_object* x_33; size_t x_34; lean_object* x_35; +x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -lean_dec(x_24); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -return x_34; +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +lean_dec_ref(x_31); +x_34 = lean_array_size(x_32); +lean_inc_ref(x_2); +lean_inc(x_32); +x_35 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__9(x_34, x_22, x_32, x_2, x_3, x_33); +if (lean_obj_tag(x_35) == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec_ref(x_35); +x_38 = lean_array_get_size(x_36); +x_39 = lean_nat_dec_lt(x_20, x_38); +if (x_39 == 0) +{ +lean_dec(x_38); +lean_dec(x_36); +lean_dec_ref(x_21); +x_5 = x_22; +x_6 = x_37; +x_7 = x_32; +x_8 = x_24; +goto block_16; +} +else +{ +if (x_39 == 0) +{ +lean_dec(x_38); +lean_dec(x_36); +lean_dec_ref(x_21); +x_5 = x_22; +x_6 = x_37; +x_7 = x_32; +x_8 = x_24; +goto block_16; +} +else +{ +size_t x_40; uint8_t x_41; +x_40 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_41 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__11(x_36, x_22, x_40); +lean_dec(x_36); +if (x_41 == 0) +{ +lean_dec_ref(x_21); +x_5 = x_22; +x_6 = x_37; +x_7 = x_32; +x_8 = x_24; +goto block_16; +} +else +{ +lean_object* x_42; +lean_dec(x_32); +x_42 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(x_24, x_21, x_2, x_3, x_37); +lean_dec(x_3); +return x_42; +} } } } else { -uint8_t x_35; -lean_dec_ref(x_10); -lean_dec_ref(x_9); +uint8_t x_43; +lean_dec(x_32); +lean_dec_ref(x_24); +lean_dec_ref(x_21); lean_dec(x_3); lean_dec_ref(x_2); -x_35 = !lean_is_exclusive(x_18); -if (x_35 == 0) -{ -return x_18; -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_18, 0); -x_37 = lean_ctor_get(x_18, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_18); -x_38 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_37); -return x_38; -} -} -} -block_70: -{ +x_43 = !lean_is_exclusive(x_35); if (x_43 == 0) { -lean_object* x_44; -x_44 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(x_41, x_40, x_2, x_3, x_4); -lean_dec(x_3); -return x_44; +return x_35; } else { -size_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_45 = lean_array_size(x_40); -x_46 = lean_box_usize(x_45); -x_47 = lean_box_usize(x_42); -lean_inc_ref(x_40); -x_48 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__2___boxed), 6, 3); -lean_closure_set(x_48, 0, x_46); -lean_closure_set(x_48, 1, x_47); -lean_closure_set(x_48, 2, x_40); -lean_inc_ref(x_2); -x_49 = l_Lean_Elab_Command_liftCoreM___redArg(x_48, x_2, x_3, x_4); -if (lean_obj_tag(x_49) == 0) -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; size_t x_53; lean_object* x_54; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec_ref(x_49); -x_52 = l_Lean_Elab_Command_instMonadExceptOfExceptionCommandElabM; -x_53 = lean_array_size(x_50); -lean_inc_ref(x_2); -lean_inc(x_50); -x_54 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__15(x_53, x_42, x_50, x_2, x_3, x_51); -if (lean_obj_tag(x_54) == 0) -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_55 = lean_ctor_get(x_54, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec_ref(x_54); -x_57 = lean_array_get_size(x_55); -x_58 = lean_nat_dec_lt(x_8, x_57); -if (x_58 == 0) -{ -lean_dec(x_57); -lean_dec(x_55); -lean_dec_ref(x_40); -x_9 = x_41; -x_10 = x_50; -x_11 = x_42; -x_12 = x_52; -x_13 = x_56; -goto block_39; -} -else -{ -if (x_58 == 0) -{ -lean_dec(x_57); -lean_dec(x_55); -lean_dec_ref(x_40); -x_9 = x_41; -x_10 = x_50; -x_11 = x_42; -x_12 = x_52; -x_13 = x_56; -goto block_39; -} -else -{ -size_t x_59; uint8_t x_60; -x_59 = lean_usize_of_nat(x_57); -lean_dec(x_57); -x_60 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__18(x_55, x_42, x_59); -lean_dec(x_55); -if (x_60 == 0) -{ -lean_dec_ref(x_40); -x_9 = x_41; -x_10 = x_50; -x_11 = x_42; -x_12 = x_52; -x_13 = x_56; -goto block_39; -} -else -{ -lean_object* x_61; -lean_dec(x_50); -x_61 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(x_41, x_40, x_2, x_3, x_56); -lean_dec(x_3); -return x_61; -} +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_35, 0); +x_45 = lean_ctor_get(x_35, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_35); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } } else { -uint8_t x_62; -lean_dec(x_50); -lean_dec_ref(x_41); -lean_dec_ref(x_40); +uint8_t x_47; +lean_dec_ref(x_24); +lean_dec_ref(x_21); lean_dec(x_3); lean_dec_ref(x_2); -x_62 = !lean_is_exclusive(x_54); -if (x_62 == 0) +x_47 = !lean_is_exclusive(x_31); +if (x_47 == 0) { -return x_54; +return x_31; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_54, 0); -x_64 = lean_ctor_get(x_54, 1); -lean_inc(x_64); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_31, 0); +x_49 = lean_ctor_get(x_31, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_31); +x_50 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_50, 0, x_48); +lean_ctor_set(x_50, 1, x_49); +return x_50; +} +} +} +} +block_74: +{ +size_t x_55; lean_object* x_56; lean_object* x_57; size_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_55 = lean_array_size(x_54); +x_56 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__1(x_55, x_53, x_54); +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +lean_dec(x_56); +x_58 = lean_array_size(x_52); +x_59 = lean_box_usize(x_58); +x_60 = lean_box_usize(x_53); +x_61 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__1___boxed), 6, 3); +lean_closure_set(x_61, 0, x_59); +lean_closure_set(x_61, 1, x_60); +lean_closure_set(x_61, 2, x_52); +lean_inc_ref(x_2); +x_62 = l_Lean_Elab_Command_liftCoreM___redArg(x_61, x_2, x_3, x_4); +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = lean_ctor_get(x_62, 0); lean_inc(x_63); -lean_dec(x_54); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; -} -} -} -else -{ -uint8_t x_66; -lean_dec_ref(x_41); -lean_dec_ref(x_40); -lean_dec(x_3); -lean_dec_ref(x_2); -x_66 = !lean_is_exclusive(x_49); +x_64 = lean_ctor_get(x_62, 1); +lean_inc(x_64); +lean_dec_ref(x_62); +x_65 = lean_array_get_size(x_57); +x_66 = lean_nat_dec_lt(x_20, x_65); if (x_66 == 0) { -return x_49; +lean_dec(x_65); +x_21 = x_57; +x_22 = x_53; +x_23 = x_64; +x_24 = x_63; +x_25 = x_18; +goto block_51; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_49, 0); -x_68 = lean_ctor_get(x_49, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_49); -x_69 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_69, 0, x_67); -lean_ctor_set(x_69, 1, x_68); +if (x_66 == 0) +{ +lean_dec(x_65); +x_21 = x_57; +x_22 = x_53; +x_23 = x_64; +x_24 = x_63; +x_25 = x_18; +goto block_51; +} +else +{ +size_t x_67; uint8_t x_68; +x_67 = lean_usize_of_nat(x_65); +lean_dec(x_65); +x_68 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__12(x_18, x_57, x_53, x_67); +if (x_68 == 0) +{ +x_21 = x_57; +x_22 = x_53; +x_23 = x_64; +x_24 = x_63; +x_25 = x_18; +goto block_51; +} +else +{ +lean_object* x_69; +x_69 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(x_63, x_57, x_2, x_3, x_64); +lean_dec(x_3); return x_69; } } } } -block_82: -{ -size_t x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; -x_74 = lean_array_size(x_73); -x_75 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__1(x_74, x_72, x_73); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -lean_dec(x_75); -x_77 = lean_array_get_size(x_76); -x_78 = lean_nat_dec_lt(x_8, x_77); -if (x_78 == 0) -{ -lean_dec(x_77); -x_40 = x_76; -x_41 = x_71; -x_42 = x_72; -x_43 = x_6; -goto block_70; -} else { -if (x_78 == 0) -{ -lean_dec(x_77); -x_40 = x_76; -x_41 = x_71; -x_42 = x_72; -x_43 = x_6; -goto block_70; -} -else -{ -size_t x_79; uint8_t x_80; -x_79 = lean_usize_of_nat(x_77); -lean_dec(x_77); -x_80 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__19(x_6, x_76, x_72, x_79); -if (x_80 == 0) -{ -x_40 = x_76; -x_41 = x_71; -x_42 = x_72; -x_43 = x_6; -goto block_70; -} -else -{ -lean_object* x_81; -x_81 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving(x_71, x_76, x_2, x_3, x_4); +uint8_t x_70; +lean_dec(x_57); lean_dec(x_3); -return x_81; -} -} -} -} -block_100: +lean_dec_ref(x_2); +x_70 = !lean_is_exclusive(x_62); +if (x_70 == 0) { -size_t x_84; size_t 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; uint8_t x_93; -x_84 = lean_array_size(x_83); -x_85 = 0; -x_86 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__1(x_84, x_85, x_83); -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -lean_dec(x_86); -x_88 = lean_unsigned_to_nat(4u); -x_89 = l_Lean_Syntax_getArg(x_1, x_88); +return x_62; +} +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_62, 0); +x_72 = lean_ctor_get(x_62, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_62); +x_73 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_73, 0, x_71); +lean_ctor_set(x_73, 1, x_72); +return x_73; +} +} +} +block_92: +{ +size_t x_76; size_t 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; uint8_t x_85; +x_76 = lean_array_size(x_75); +x_77 = 0; +x_78 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_getOptDerivingClasses_spec__0___redArg(x_76, x_77, x_75); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +lean_dec(x_78); +x_80 = lean_unsigned_to_nat(4u); +x_81 = l_Lean_Syntax_getArg(x_1, x_80); lean_dec(x_1); -x_90 = l_Lean_Syntax_getArgs(x_89); -lean_dec(x_89); -x_91 = l_Lean_Elab_elabDeriving___closed__5; -x_92 = lean_array_get_size(x_90); -x_93 = lean_nat_dec_lt(x_8, x_92); -if (x_93 == 0) +x_82 = l_Lean_Syntax_getArgs(x_81); +lean_dec(x_81); +x_83 = l_Lean_Elab_getOptDerivingClasses___closed__3; +x_84 = lean_array_get_size(x_82); +x_85 = lean_nat_dec_lt(x_20, x_84); +if (x_85 == 0) { -lean_dec(x_92); -lean_dec_ref(x_90); -x_71 = x_87; -x_72 = x_85; -x_73 = x_91; -goto block_82; +lean_dec(x_84); +lean_dec_ref(x_82); +x_52 = x_79; +x_53 = x_77; +x_54 = x_83; +goto block_74; } else { -uint8_t x_94; -x_94 = lean_nat_dec_le(x_92, x_92); -if (x_94 == 0) +uint8_t x_86; +x_86 = lean_nat_dec_le(x_84, x_84); +if (x_86 == 0) { -lean_dec(x_92); -lean_dec_ref(x_90); -x_71 = x_87; -x_72 = x_85; -x_73 = x_91; -goto block_82; +lean_dec(x_84); +lean_dec_ref(x_82); +x_52 = x_79; +x_53 = x_77; +x_54 = x_83; +goto block_74; } else { -lean_object* x_95; lean_object* x_96; size_t x_97; lean_object* x_98; lean_object* x_99; -x_95 = lean_box(x_6); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_91); -x_97 = lean_usize_of_nat(x_92); -lean_dec(x_92); -x_98 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20(x_6, x_90, x_85, x_97, x_96); +lean_object* x_87; lean_object* x_88; size_t x_89; lean_object* x_90; lean_object* x_91; +x_87 = lean_box(x_18); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_83); +x_89 = lean_usize_of_nat(x_84); +lean_dec(x_84); +x_90 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_getOptDerivingClasses_spec__2(x_18, x_82, x_77, x_89, x_88); +lean_dec_ref(x_82); +x_91 = lean_ctor_get(x_90, 1); +lean_inc(x_91); lean_dec_ref(x_90); -x_99 = lean_ctor_get(x_98, 1); -lean_inc(x_99); -lean_dec_ref(x_98); -x_71 = x_87; -x_72 = x_85; -x_73 = x_99; -goto block_82; +x_52 = x_79; +x_53 = x_77; +x_54 = x_91; +goto block_74; } } } } +block_16: +{ +lean_object* x_9; size_t x_10; lean_object* x_11; +x_9 = lean_box(0); +x_10 = lean_array_size(x_8); +x_11 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__10(x_7, x_9, x_8, x_10, x_5, x_9, x_2, x_3, x_6); +lean_dec_ref(x_8); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_11, 0); +lean_dec(x_13); +lean_ctor_set(x_11, 0, x_9); +return x_11; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_9); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +else +{ +return x_11; +} +} } } LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___Lean_Elab_elabDeriving_spec__0___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -28059,177 +27512,114 @@ x_9 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab return x_9; } } -LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -uint8_t x_4; uint8_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox(x_1); -x_5 = lean_unbox(x_2); -x_6 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___lam__0(x_4, x_5, x_3); -lean_dec(x_3); -x_7 = lean_box(x_6); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___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, lean_object* x_7) { -_start: -{ -uint8_t x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_unbox(x_3); -x_9 = lean_unbox(x_4); -x_10 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(x_1, x_2, x_8, x_9, x_5, x_6, x_7); -lean_dec(x_6); -lean_dec(x_1); -return x_10; -} -} -LEAN_EXPORT lean_object* l_Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; -x_6 = l_Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_4); -lean_dec(x_1); -return x_6; -} -} -LEAN_EXPORT lean_object* l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5_spec__5___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: -{ -uint8_t x_7; uint8_t x_8; lean_object* x_9; -x_7 = lean_unbox(x_2); -x_8 = lean_unbox(x_3); -x_9 = l_Lean_log___at___Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5_spec__5(x_1, x_7, x_8, x_4, x_5, x_6); -lean_dec(x_5); -return x_9; -} -} -LEAN_EXPORT lean_object* l_Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; -x_5 = l_Lean_logError___at___Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__5(x_1, x_2, x_3, x_4); -lean_dec(x_3); -return x_5; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; -x_5 = l_Lean_Elab_logException___at___Lean_Elab_withLogging___at___Lean_Elab_elabDeriving_spec__3_spec__3(x_1, x_2, x_3, x_4); -lean_dec(x_3); -return x_5; -} -} -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -lean_object* x_6; -x_6 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___lam__0(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___lam__0(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec_ref(x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; -x_6 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__9(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_mkUnknownIdentifierMessage___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__3(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec_ref(x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; -x_6 = l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___redArg(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___redArg(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4___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_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9_spec__10(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwErrorAt___at___Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3_spec__4(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg___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) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg___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_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___redArg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___redArg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9___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, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3___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, lean_object* x_7) { _start: { lean_object* x_8; -x_8 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9_spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_throwUnknownIdentifierAt___at___Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3_spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; -x_6 = l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___redArg(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___redArg(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9___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) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3___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_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9_spec__9(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwUnknownConstantAt___at___Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3_spec__3(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; -x_5 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___redArg(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___redArg(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { lean_object* x_6; -x_6 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9_spec__9(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_throwUnknownConstant___at___Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3_spec__3(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; -x_5 = l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__9(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getConstInfo___at___Lean_Elab_elabDeriving_spec__3(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__15___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) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__9___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: { size_t x_7; size_t x_8; lean_object* x_9; @@ -28237,40 +27627,12 @@ x_7 = lean_unbox_usize(x_1); lean_dec(x_1); x_8 = lean_unbox_usize(x_2); lean_dec(x_2); -x_9 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__15(x_7, x_8, x_3, x_4, x_5, x_6); +x_9 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__9(x_7, x_8, x_3, x_4, x_5, x_6); lean_dec(x_5); return x_9; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16___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, lean_object* x_7, lean_object* x_8) { -_start: -{ -size_t x_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_10 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_11 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16_spec__16(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec_ref(x_6); -lean_dec_ref(x_2); -return x_11; -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg___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, lean_object* x_7, lean_object* x_8) { -_start: -{ -size_t x_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_10 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_11 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___redArg(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec_ref(x_6); -lean_dec_ref(x_2); -return x_11; -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16___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, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__10___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, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; @@ -28278,14 +27640,12 @@ x_10 = lean_unbox_usize(x_4); lean_dec(x_4); x_11 = lean_unbox_usize(x_5); lean_dec(x_5); -x_12 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__16(x_1, x_2, x_3, x_10, x_11, x_6, x_7, x_8, x_9); -lean_dec_ref(x_7); +x_12 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_elabDeriving_spec__10(x_1, x_2, x_3, x_10, x_11, x_6, x_7, x_8, x_9); lean_dec_ref(x_3); -lean_dec_ref(x_1); return x_12; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -28293,13 +27653,13 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__18(x_1, x_4, x_5); +x_6 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__11(x_1, x_4, x_5); lean_dec_ref(x_1); x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; size_t x_6; size_t x_7; uint8_t x_8; lean_object* x_9; @@ -28308,26 +27668,12 @@ x_6 = lean_unbox_usize(x_3); lean_dec(x_3); x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__19(x_5, x_2, x_6, x_7); +x_8 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at___Lean_Elab_elabDeriving_spec__12(x_5, x_2, x_6, x_7); lean_dec_ref(x_2); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -uint8_t x_6; size_t x_7; size_t x_8; lean_object* x_9; -x_6 = lean_unbox(x_1); -x_7 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_8 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_9 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20(x_6, x_2, x_7, x_8, x_5); -lean_dec_ref(x_2); -return x_9; -} -} static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__0() { _start: { @@ -28350,7 +27696,7 @@ _start: lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__1; x_2 = l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_go_spec__2_spec__2_spec__2___redArg___lam__0___closed__1; -x_3 = l_Lean_Elab_elabDeriving___closed__0; +x_3 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); return x_4; } @@ -28360,7 +27706,7 @@ _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__0; -x_3 = l_Lean_Elab_elabDeriving___closed__4; +x_3 = l_Lean_Elab_elabDeriving___closed__1; x_4 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__2; x_5 = lean_alloc_closure((void*)(l_Lean_Elab_elabDeriving), 4, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); @@ -28469,328 +27815,6 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_getOptDerivingClasses_spec__0(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { -_start: -{ -uint8_t x_8; -x_8 = lean_usize_dec_lt(x_3, x_2); -if (x_8 == 0) -{ -lean_object* x_9; -lean_dec(x_6); -lean_dec_ref(x_5); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_4); -lean_ctor_set(x_9, 1, x_7); -return x_9; -} -else -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = lean_array_uget(x_1, x_3); -x_11 = lean_box(0); -lean_inc(x_6); -lean_inc_ref(x_5); -lean_inc(x_10); -x_12 = l_Lean_Elab_realizeGlobalConstNoOverloadWithInfo(x_10, x_11, x_5, x_6, x_7); -if (lean_obj_tag(x_12) == 0) -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; size_t x_17; size_t x_18; -x_13 = lean_ctor_get(x_12, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_12, 1); -lean_inc(x_14); -lean_dec_ref(x_12); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_10); -lean_ctor_set(x_15, 1, x_13); -x_16 = lean_array_push(x_4, x_15); -x_17 = 1; -x_18 = lean_usize_add(x_3, x_17); -x_3 = x_18; -x_4 = x_16; -x_7 = x_14; -goto _start; -} -else -{ -uint8_t x_20; -lean_dec(x_10); -lean_dec(x_6); -lean_dec_ref(x_5); -lean_dec_ref(x_4); -x_20 = !lean_is_exclusive(x_12); -if (x_20 == 0) -{ -return x_12; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_12, 0); -x_22 = lean_ctor_get(x_12, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_12); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; -} -} -} -} -} -static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__0() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("optDeriving", 11, 11); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Elab_getOptDerivingClasses___closed__0; -x_2 = l_Lean_Elab_elabDeriving___closed__2; -x_3 = l_Lean_Elab_elabDeriving___closed__1; -x_4 = l_Lean_Elab_elabDeriving___closed__0; -x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); -return x_5; -} -} -static lean_object* _init_l_Lean_Elab_getOptDerivingClasses___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -x_2 = lean_mk_empty_array_with_capacity(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; uint8_t x_6; -x_5 = l_Lean_Elab_getOptDerivingClasses___closed__1; -lean_inc(x_1); -x_6 = l_Lean_Syntax_isOfKind(x_1, x_5); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; -lean_dec(x_3); -lean_dec_ref(x_2); -lean_dec(x_1); -x_7 = l_Lean_Elab_getOptDerivingClasses___closed__2; -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_4); -return x_8; -} -else -{ -lean_object* x_9; lean_object* x_10; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_9 = lean_unsigned_to_nat(0u); -x_19 = l_Lean_Syntax_getArg(x_1, x_9); -lean_dec(x_1); -x_20 = lean_unsigned_to_nat(2u); -lean_inc(x_19); -x_21 = l_Lean_Syntax_matchesNull(x_19, x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; -lean_dec(x_19); -lean_dec(x_3); -lean_dec_ref(x_2); -x_22 = l_Lean_Elab_getOptDerivingClasses___closed__2; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_4); -return x_23; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_24 = lean_unsigned_to_nat(1u); -x_25 = l_Lean_Syntax_getArg(x_19, x_24); -lean_dec(x_19); -x_26 = l_Lean_Syntax_getArgs(x_25); -lean_dec(x_25); -x_27 = l_Lean_Elab_elabDeriving___closed__5; -x_28 = lean_array_get_size(x_26); -x_29 = lean_nat_dec_lt(x_9, x_28); -if (x_29 == 0) -{ -lean_dec(x_28); -lean_dec_ref(x_26); -x_10 = x_27; -goto block_18; -} -else -{ -uint8_t x_30; -x_30 = lean_nat_dec_le(x_28, x_28); -if (x_30 == 0) -{ -lean_dec(x_28); -lean_dec_ref(x_26); -x_10 = x_27; -goto block_18; -} -else -{ -lean_object* x_31; lean_object* x_32; size_t x_33; size_t x_34; lean_object* x_35; lean_object* x_36; -x_31 = lean_box(x_21); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_27); -x_33 = 0; -x_34 = lean_usize_of_nat(x_28); -lean_dec(x_28); -x_35 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at___Lean_Elab_elabDeriving_spec__20(x_21, x_26, x_33, x_34, x_32); -lean_dec_ref(x_26); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec_ref(x_35); -x_10 = x_36; -goto block_18; -} -} -} -block_18: -{ -size_t x_11; size_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; lean_object* x_17; -x_11 = lean_array_size(x_10); -x_12 = 0; -x_13 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_elabDeriving_spec__1(x_11, x_12, x_10); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -lean_dec(x_13); -x_15 = l_Lean_Elab_getOptDerivingClasses___closed__2; -x_16 = lean_array_size(x_14); -x_17 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_getOptDerivingClasses_spec__0(x_14, x_16, x_12, x_15, x_2, x_3, x_4); -lean_dec(x_14); -return x_17; -} -} -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_getOptDerivingClasses_spec__0___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, lean_object* x_7) { -_start: -{ -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_9 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_10 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at___Lean_Elab_getOptDerivingClasses_spec__0(x_1, x_8, x_9, x_4, x_5, x_6, x_7); -lean_dec_ref(x_1); -return x_10; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -lean_object* x_6; -x_6 = l_Lean_Elab_Command_getRef___redArg(x_3, x_5); -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_ctor_get(x_6, 1); -lean_inc(x_8); -lean_dec_ref(x_6); -x_9 = lean_ctor_get(x_1, 0); -lean_inc(x_9); -x_10 = lean_ctor_get(x_1, 1); -lean_inc(x_10); -lean_dec_ref(x_1); -x_11 = !lean_is_exclusive(x_3); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_3, 7); -lean_dec(x_12); -x_13 = l_Lean_replaceRef(x_9, x_7); -lean_dec(x_7); -lean_dec(x_9); -lean_ctor_set(x_3, 7, x_13); -x_14 = l_Lean_Elab_applyDerivingHandlers(x_10, x_2, x_3, x_4, x_8); -return x_14; -} -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_15 = lean_ctor_get(x_3, 0); -x_16 = lean_ctor_get(x_3, 1); -x_17 = lean_ctor_get(x_3, 2); -x_18 = lean_ctor_get(x_3, 3); -x_19 = lean_ctor_get(x_3, 4); -x_20 = lean_ctor_get(x_3, 5); -x_21 = lean_ctor_get(x_3, 6); -x_22 = lean_ctor_get(x_3, 8); -x_23 = lean_ctor_get(x_3, 9); -x_24 = lean_ctor_get_uint8(x_3, sizeof(void*)*10); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_dec(x_3); -x_25 = l_Lean_replaceRef(x_9, x_7); -lean_dec(x_7); -lean_dec(x_9); -x_26 = lean_alloc_ctor(0, 10, 1); -lean_ctor_set(x_26, 0, x_15); -lean_ctor_set(x_26, 1, x_16); -lean_ctor_set(x_26, 2, x_17); -lean_ctor_set(x_26, 3, x_18); -lean_ctor_set(x_26, 4, x_19); -lean_ctor_set(x_26, 5, x_20); -lean_ctor_set(x_26, 6, x_21); -lean_ctor_set(x_26, 7, x_25); -lean_ctor_set(x_26, 8, x_22); -lean_ctor_set(x_26, 9, x_23); -lean_ctor_set_uint8(x_26, sizeof(void*)*10, x_24); -x_27 = l_Lean_Elab_applyDerivingHandlers(x_10, x_2, x_26, x_4, x_8); -return x_27; -} -} -else -{ -uint8_t x_28; -lean_dec(x_4); -lean_dec_ref(x_3); -lean_dec_ref(x_2); -lean_dec_ref(x_1); -x_28 = !lean_is_exclusive(x_6); -if (x_28 == 0) -{ -return x_6; -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_6, 0); -x_30 = lean_ctor_get(x_6, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_6); -x_31 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_31, 0, x_29); -lean_ctor_set(x_31, 1, x_30); -return x_31; -} -} -} -} static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_() { _start: { @@ -28813,7 +27837,7 @@ static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_init _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_elabDeriving___closed__0; +x_1 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; x_2 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__1____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; x_3 = l_Lean_Name_str___override(x_2, x_1); return x_3; @@ -28871,7 +27895,7 @@ static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_init _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_elabDeriving___closed__0; +x_1 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; x_2 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__7____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; x_3 = l_Lean_Name_str___override(x_2, x_1); return x_3; @@ -28927,7 +27951,7 @@ static lean_object* _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_init _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_elabDeriving___closed__0; +x_1 = l_Lean_Elab_DerivingClassView_ofSyntax___closed__0; x_2 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__13____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_; x_3 = l_Lean_Name_str___override(x_2, x_1); return x_3; @@ -29353,14 +28377,78 @@ l_Lean_Elab_applyDerivingHandlers___lam__2___closed__5 = _init_l_Lean_Elab_apply lean_mark_persistent(l_Lean_Elab_applyDerivingHandlers___lam__2___closed__5); l_Lean_Elab_applyDerivingHandlers___lam__2___closed__6 = _init_l_Lean_Elab_applyDerivingHandlers___lam__2___closed__6(); lean_mark_persistent(l_Lean_Elab_applyDerivingHandlers___lam__2___closed__6); -l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__0 = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__0(); -lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__0); -l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__1 = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__1(); -lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__1); -l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__2 = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__2(); -lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__2); -l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__3 = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__3(); -lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_applyDefHandler___lam__0___closed__3); +l_Lean_Elab_DerivingClassView_ofSyntax___closed__0 = _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__0(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_ofSyntax___closed__0); +l_Lean_Elab_DerivingClassView_ofSyntax___closed__1 = _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__1(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_ofSyntax___closed__1); +l_Lean_Elab_DerivingClassView_ofSyntax___closed__2 = _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__2(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_ofSyntax___closed__2); +l_Lean_Elab_DerivingClassView_ofSyntax___closed__3 = _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__3(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_ofSyntax___closed__3); +l_Lean_Elab_DerivingClassView_ofSyntax___closed__4 = _init_l_Lean_Elab_DerivingClassView_ofSyntax___closed__4(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_ofSyntax___closed__4); +l_Lean_Elab_getOptDerivingClasses___closed__0 = _init_l_Lean_Elab_getOptDerivingClasses___closed__0(); +lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__0); +l_Lean_Elab_getOptDerivingClasses___closed__1 = _init_l_Lean_Elab_getOptDerivingClasses___closed__1(); +lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__1); +l_Lean_Elab_getOptDerivingClasses___closed__2 = _init_l_Lean_Elab_getOptDerivingClasses___closed__2(); +lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__2); +l_Lean_Elab_getOptDerivingClasses___closed__3 = _init_l_Lean_Elab_getOptDerivingClasses___closed__3(); +lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__3); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__0); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__1 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__1); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__2 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__2(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__2); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__3); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__4 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__4(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__4); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__5 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__5(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__5); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__6 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__6(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__6); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__7 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__7(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__7); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__8 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__8(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__8); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__9 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__9(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__9); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__10 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__10(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__10); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__11); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__12 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__12(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__12); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__13 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__13(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__13); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__14 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__14(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__14); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__15 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__15(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__15); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__16); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__17 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__17(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__17); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__18 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__18(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__18); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__19 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__19(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__19); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__20 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__20(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__20); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__21 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__21(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__21); +l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22 = _init_l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22(); +lean_mark_persistent(l_Lean_Elab_DerivingClassView_applyHandlers___lam__1___closed__22); +l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__0 = _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__0(); +lean_mark_persistent(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__0); +l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__1 = _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__1(); +lean_mark_persistent(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__1); +l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__2 = _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__2(); +lean_mark_persistent(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__2); +l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__3 = _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__3(); +lean_mark_persistent(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__1___lam__0___closed__3); l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__0 = _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__0(); lean_mark_persistent(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__0); l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__1 = _init_l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDefDeriving_spec__5_spec__5___lam__1___closed__1(); @@ -29375,14 +28463,6 @@ l_Lean_Elab_elabDeriving___closed__0 = _init_l_Lean_Elab_elabDeriving___closed__ lean_mark_persistent(l_Lean_Elab_elabDeriving___closed__0); l_Lean_Elab_elabDeriving___closed__1 = _init_l_Lean_Elab_elabDeriving___closed__1(); lean_mark_persistent(l_Lean_Elab_elabDeriving___closed__1); -l_Lean_Elab_elabDeriving___closed__2 = _init_l_Lean_Elab_elabDeriving___closed__2(); -lean_mark_persistent(l_Lean_Elab_elabDeriving___closed__2); -l_Lean_Elab_elabDeriving___closed__3 = _init_l_Lean_Elab_elabDeriving___closed__3(); -lean_mark_persistent(l_Lean_Elab_elabDeriving___closed__3); -l_Lean_Elab_elabDeriving___closed__4 = _init_l_Lean_Elab_elabDeriving___closed__4(); -lean_mark_persistent(l_Lean_Elab_elabDeriving___closed__4); -l_Lean_Elab_elabDeriving___closed__5 = _init_l_Lean_Elab_elabDeriving___closed__5(); -lean_mark_persistent(l_Lean_Elab_elabDeriving___closed__5); l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__0 = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__0(); lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__0); l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__1 = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving__1___closed__1(); @@ -29409,13 +28489,7 @@ lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriv if (builtin) {res = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_elabDeriving___regBuiltin_Lean_Elab_elabDeriving_declRange__3(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Elab_getOptDerivingClasses___closed__0 = _init_l_Lean_Elab_getOptDerivingClasses___closed__0(); -lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__0); -l_Lean_Elab_getOptDerivingClasses___closed__1 = _init_l_Lean_Elab_getOptDerivingClasses___closed__1(); -lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__1); -l_Lean_Elab_getOptDerivingClasses___closed__2 = _init_l_Lean_Elab_getOptDerivingClasses___closed__2(); -lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___closed__2); -l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_ = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_(); +}l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_ = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_(); lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__0____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_); l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__1____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_ = _init_l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__1____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_(); lean_mark_persistent(l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_initFn___closed__1____x40_Lean_Elab_Deriving_Basic_1443173927____hygCtx___hyg_2_); diff --git a/stage0/stdlib/Lean/Elab/Inductive.c b/stage0/stdlib/Lean/Elab/Inductive.c index 1edf86cbb0..2abe42d9dd 100644 --- a/stage0/stdlib/Lean/Elab/Inductive.c +++ b/stage0/stdlib/Lean/Elab/Inductive.c @@ -4212,7 +4212,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_log___at___Lean_logError___at___Lean_validateDocComment___at___Lean_addDocString___at___Lean_addDocString_x27___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__20_spec__20_spec__20_spec__20_spec__20_spec__20___redArg(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_81; lean_object* x_82; uint8_t x_83; uint8_t x_84; lean_object* x_85; uint8_t x_86; lean_object* x_87; lean_object* x_88; lean_object* x_110; uint8_t x_111; lean_object* x_112; uint8_t x_113; lean_object* x_114; uint8_t x_115; lean_object* x_116; lean_object* x_117; lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; uint8_t x_125; lean_object* x_126; uint8_t x_127; uint8_t x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; uint8_t x_140; uint8_t x_142; uint8_t x_158; +lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_81; uint8_t x_82; uint8_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_110; uint8_t x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; lean_object* x_117; lean_object* x_121; uint8_t x_122; uint8_t x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; uint8_t x_133; uint8_t x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; uint8_t x_140; uint8_t x_142; uint8_t x_158; x_133 = 2; x_158 = l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(x_3, x_133); if (x_158 == 0) @@ -4252,9 +4252,9 @@ lean_ctor_set(x_20, 1, x_25); lean_ctor_set(x_20, 0, x_24); x_28 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_28, 0, x_20); -lean_ctor_set(x_28, 1, x_13); +lean_ctor_set(x_28, 1, x_12); x_29 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_29, 0, x_12); +lean_ctor_set(x_29, 0, x_13); lean_ctor_set(x_29, 1, x_16); lean_ctor_set(x_29, 2, x_14); lean_ctor_set(x_29, 3, x_10); @@ -4314,9 +4314,9 @@ lean_ctor_set(x_20, 1, x_25); lean_ctor_set(x_20, 0, x_24); x_47 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_47, 0, x_20); -lean_ctor_set(x_47, 1, x_13); +lean_ctor_set(x_47, 1, x_12); x_48 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_48, 0, x_12); +lean_ctor_set(x_48, 0, x_13); lean_ctor_set(x_48, 1, x_16); lean_ctor_set(x_48, 2, x_14); lean_ctor_set(x_48, 3, x_10); @@ -4408,9 +4408,9 @@ lean_ctor_set(x_70, 0, x_58); lean_ctor_set(x_70, 1, x_59); x_71 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_13); +lean_ctor_set(x_71, 1, x_12); x_72 = lean_alloc_ctor(0, 5, 3); -lean_ctor_set(x_72, 0, x_12); +lean_ctor_set(x_72, 0, x_13); lean_ctor_set(x_72, 1, x_16); lean_ctor_set(x_72, 2, x_14); lean_ctor_set(x_72, 3, x_10); @@ -4466,24 +4466,24 @@ if (x_91 == 0) lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; x_92 = lean_ctor_get(x_90, 0); x_93 = lean_ctor_get(x_90, 1); -lean_inc_ref(x_87); -x_94 = l_Lean_FileMap_toPosition(x_87, x_85); -lean_dec(x_85); -x_95 = l_Lean_FileMap_toPosition(x_87, x_88); +lean_inc_ref(x_85); +x_94 = l_Lean_FileMap_toPosition(x_85, x_84); +lean_dec(x_84); +x_95 = l_Lean_FileMap_toPosition(x_85, x_88); lean_dec(x_88); x_96 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_96, 0, x_95); x_97 = l_Lean_logAt___at___Lean_log___at___Lean_logError___at___Lean_validateDocComment___at___Lean_addDocString___at___Lean_addDocString_x27___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__20_spec__20_spec__20_spec__20_spec__20_spec__20___redArg___closed__0; -if (x_84 == 0) +if (x_82 == 0) { lean_free_object(x_90); lean_dec_ref(x_81); x_10 = x_97; x_11 = x_83; -x_12 = x_82; -x_13 = x_92; +x_12 = x_92; +x_13 = x_86; x_14 = x_96; -x_15 = x_86; +x_15 = x_87; x_16 = x_94; x_17 = x_7; x_18 = x_8; @@ -4501,7 +4501,7 @@ lean_object* x_99; lean_dec_ref(x_96); lean_dec_ref(x_94); lean_dec(x_92); -lean_dec_ref(x_82); +lean_dec_ref(x_86); lean_dec_ref(x_7); x_99 = lean_box(0); lean_ctor_set(x_90, 0, x_99); @@ -4512,10 +4512,10 @@ else lean_free_object(x_90); x_10 = x_97; x_11 = x_83; -x_12 = x_82; -x_13 = x_92; +x_12 = x_92; +x_13 = x_86; x_14 = x_96; -x_15 = x_86; +x_15 = x_87; x_16 = x_94; x_17 = x_7; x_18 = x_8; @@ -4532,23 +4532,23 @@ x_101 = lean_ctor_get(x_90, 1); lean_inc(x_101); lean_inc(x_100); lean_dec(x_90); -lean_inc_ref(x_87); -x_102 = l_Lean_FileMap_toPosition(x_87, x_85); -lean_dec(x_85); -x_103 = l_Lean_FileMap_toPosition(x_87, x_88); +lean_inc_ref(x_85); +x_102 = l_Lean_FileMap_toPosition(x_85, x_84); +lean_dec(x_84); +x_103 = l_Lean_FileMap_toPosition(x_85, x_88); lean_dec(x_88); x_104 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_104, 0, x_103); x_105 = l_Lean_logAt___at___Lean_log___at___Lean_logError___at___Lean_validateDocComment___at___Lean_addDocString___at___Lean_addDocString_x27___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__20_spec__20_spec__20_spec__20_spec__20_spec__20___redArg___closed__0; -if (x_84 == 0) +if (x_82 == 0) { lean_dec_ref(x_81); x_10 = x_105; x_11 = x_83; -x_12 = x_82; -x_13 = x_100; +x_12 = x_100; +x_13 = x_86; x_14 = x_104; -x_15 = x_86; +x_15 = x_87; x_16 = x_102; x_17 = x_7; x_18 = x_8; @@ -4566,7 +4566,7 @@ lean_object* x_107; lean_object* x_108; lean_dec_ref(x_104); lean_dec_ref(x_102); lean_dec(x_100); -lean_dec_ref(x_82); +lean_dec_ref(x_86); lean_dec_ref(x_7); x_107 = lean_box(0); x_108 = lean_alloc_ctor(0, 2, 0); @@ -4578,10 +4578,10 @@ else { x_10 = x_105; x_11 = x_83; -x_12 = x_82; -x_13 = x_100; +x_12 = x_100; +x_13 = x_86; x_14 = x_104; -x_15 = x_86; +x_15 = x_87; x_16 = x_102; x_17 = x_7; x_18 = x_8; @@ -4594,17 +4594,17 @@ goto block_80; block_120: { lean_object* x_118; -x_118 = l_Lean_Syntax_getTailPos_x3f(x_114, x_111); -lean_dec(x_114); +x_118 = l_Lean_Syntax_getTailPos_x3f(x_115, x_111); +lean_dec(x_115); if (lean_obj_tag(x_118) == 0) { lean_inc(x_117); x_81 = x_110; x_82 = x_112; x_83 = x_111; -x_84 = x_113; -x_85 = x_117; -x_86 = x_115; +x_84 = x_117; +x_85 = x_113; +x_86 = x_114; x_87 = x_116; x_88 = x_117; goto block_109; @@ -4618,9 +4618,9 @@ lean_dec_ref(x_118); x_81 = x_110; x_82 = x_112; x_83 = x_111; -x_84 = x_113; -x_85 = x_117; -x_86 = x_115; +x_84 = x_117; +x_85 = x_113; +x_86 = x_114; x_87 = x_116; x_88 = x_119; goto block_109; @@ -4629,20 +4629,20 @@ goto block_109; block_132: { lean_object* x_128; lean_object* x_129; -x_128 = l_Lean_replaceRef(x_1, x_122); -lean_dec(x_122); -x_129 = l_Lean_Syntax_getPos_x3f(x_128, x_124); +x_128 = l_Lean_replaceRef(x_1, x_126); +lean_dec(x_126); +x_129 = l_Lean_Syntax_getPos_x3f(x_128, x_123); if (lean_obj_tag(x_129) == 0) { lean_object* x_130; x_130 = lean_unsigned_to_nat(0u); x_110 = x_121; -x_111 = x_124; -x_112 = x_123; -x_113 = x_125; -x_114 = x_128; -x_115 = x_127; -x_116 = x_126; +x_111 = x_123; +x_112 = x_122; +x_113 = x_124; +x_114 = x_125; +x_115 = x_128; +x_116 = x_127; x_117 = x_130; goto block_120; } @@ -4653,12 +4653,12 @@ x_131 = lean_ctor_get(x_129, 0); lean_inc(x_131); lean_dec_ref(x_129); x_110 = x_121; -x_111 = x_124; -x_112 = x_123; -x_113 = x_125; -x_114 = x_128; -x_115 = x_127; -x_116 = x_126; +x_111 = x_123; +x_112 = x_122; +x_113 = x_124; +x_114 = x_125; +x_115 = x_128; +x_116 = x_127; x_117 = x_131; goto block_120; } @@ -4669,8 +4669,8 @@ if (x_140 == 0) { x_121 = x_137; x_122 = x_134; -x_123 = x_135; -x_124 = x_139; +x_123 = x_139; +x_124 = x_135; x_125 = x_136; x_126 = x_138; x_127 = x_3; @@ -4680,8 +4680,8 @@ else { x_121 = x_137; x_122 = x_134; -x_123 = x_135; -x_124 = x_139; +x_123 = x_139; +x_124 = x_135; x_125 = x_136; x_126 = x_138; x_127 = x_133; @@ -4707,14 +4707,14 @@ x_151 = 1; x_152 = l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(x_3, x_151); if (x_152 == 0) { -lean_inc_ref(x_144); -lean_inc_ref(x_143); lean_inc(x_146); -x_134 = x_146; -x_135 = x_143; -x_136 = x_147; +lean_inc_ref(x_143); +lean_inc_ref(x_144); +x_134 = x_147; +x_135 = x_144; +x_136 = x_143; x_137 = x_150; -x_138 = x_144; +x_138 = x_146; x_139 = x_142; x_140 = x_152; goto block_141; @@ -4724,14 +4724,14 @@ else lean_object* x_153; uint8_t x_154; x_153 = l_Lean_logAt___at___Lean_log___at___Lean_logError___at___Lean_validateDocComment___at___Lean_addDocString___at___Lean_addDocString_x27___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__20_spec__20_spec__20_spec__20_spec__20_spec__20___redArg___closed__1; x_154 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at___Lean_Elab_Command_checkValidCtorModifier___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__0_spec__0_spec__1_spec__1(x_145, x_153); -lean_inc_ref(x_144); -lean_inc_ref(x_143); lean_inc(x_146); -x_134 = x_146; -x_135 = x_143; -x_136 = x_147; +lean_inc_ref(x_143); +lean_inc_ref(x_144); +x_134 = x_147; +x_135 = x_144; +x_136 = x_143; x_137 = x_150; -x_138 = x_144; +x_138 = x_146; x_139 = x_142; x_140 = x_154; goto block_141; @@ -9965,7 +9965,7 @@ return x_4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView(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, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; size_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; uint8_t 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_83; +lean_object* x_10; uint8_t x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; size_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_83; x_10 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView___closed__1; lean_inc(x_2); x_11 = l_Lean_Syntax_isOfKind(x_2, x_10); @@ -10010,8 +10010,8 @@ block_82: { size_t 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; x_56 = lean_array_size(x_55); -x_57 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__47___redArg(x_39, x_53, x_56, x_36, x_55, x_46); -lean_dec(x_39); +x_57 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__47___redArg(x_40, x_53, x_56, x_37, x_55, x_47); +lean_dec(x_40); x_58 = lean_ctor_get(x_57, 0); lean_inc(x_58); x_59 = lean_ctor_get(x_57, 1); @@ -10019,8 +10019,8 @@ lean_inc(x_59); lean_dec_ref(x_57); x_60 = lean_unsigned_to_nat(6u); x_61 = l_Lean_Syntax_getArg(x_2, x_60); -lean_inc(x_8); x_62 = l_Lean_Elab_getOptDerivingClasses(x_61, x_7, x_8, x_59); +lean_dec_ref(x_7); if (lean_obj_tag(x_62) == 0) { lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; @@ -10039,32 +10039,32 @@ lean_dec(x_69); if (x_70 == 0) { lean_dec(x_67); -lean_dec_ref(x_51); -lean_dec(x_49); -lean_dec_ref(x_48); -lean_dec_ref(x_45); +lean_dec(x_50); +lean_dec(x_48); +lean_dec(x_46); +lean_dec(x_45); lean_dec(x_42); -lean_dec(x_41); +lean_dec(x_39); lean_dec(x_38); -lean_dec(x_37); +lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_28); -lean_dec(x_27); +lean_dec(x_32); +lean_dec_ref(x_31); +lean_dec(x_29); +lean_dec_ref(x_28); +lean_dec_ref(x_27); lean_dec(x_8); lean_dec(x_6); lean_dec_ref(x_5); lean_dec(x_4); lean_dec_ref(x_3); x_13 = x_58; -x_14 = x_29; -x_15 = x_40; +x_14 = x_30; +x_15 = x_41; x_16 = x_63; -x_17 = x_32; +x_17 = x_33; x_18 = x_52; -x_19 = x_35; +x_19 = x_36; x_20 = x_44; x_21 = x_43; x_22 = x_54; @@ -10077,26 +10077,26 @@ lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean x_71 = l_Lean_Syntax_getArg(x_2, x_68); x_72 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView___closed__3; x_73 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView___closed__6; -x_74 = l_Lean_replaceRef(x_71, x_34); -lean_dec(x_34); +x_74 = l_Lean_replaceRef(x_71, x_32); +lean_dec(x_32); lean_dec(x_71); x_75 = lean_alloc_ctor(0, 14, 2); -lean_ctor_set(x_75, 0, x_51); -lean_ctor_set(x_75, 1, x_48); -lean_ctor_set(x_75, 2, x_27); -lean_ctor_set(x_75, 3, x_30); -lean_ctor_set(x_75, 4, x_33); +lean_ctor_set(x_75, 0, x_27); +lean_ctor_set(x_75, 1, x_31); +lean_ctor_set(x_75, 2, x_34); +lean_ctor_set(x_75, 3, x_35); +lean_ctor_set(x_75, 4, x_29); lean_ctor_set(x_75, 5, x_74); -lean_ctor_set(x_75, 6, x_28); -lean_ctor_set(x_75, 7, x_31); +lean_ctor_set(x_75, 6, x_39); +lean_ctor_set(x_75, 7, x_50); lean_ctor_set(x_75, 8, x_38); -lean_ctor_set(x_75, 9, x_49); -lean_ctor_set(x_75, 10, x_37); -lean_ctor_set(x_75, 11, x_41); -lean_ctor_set(x_75, 12, x_42); -lean_ctor_set(x_75, 13, x_45); -lean_ctor_set_uint8(x_75, sizeof(void*)*14, x_47); -lean_ctor_set_uint8(x_75, sizeof(void*)*14 + 1, x_50); +lean_ctor_set(x_75, 9, x_42); +lean_ctor_set(x_75, 10, x_48); +lean_ctor_set(x_75, 11, x_45); +lean_ctor_set(x_75, 12, x_46); +lean_ctor_set(x_75, 13, x_28); +lean_ctor_set_uint8(x_75, sizeof(void*)*14, x_51); +lean_ctor_set_uint8(x_75, sizeof(void*)*14 + 1, x_49); x_76 = l_Lean_Linter_logLintIf___at_____private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView_spec__48(x_72, x_67, x_73, x_3, x_4, x_5, x_6, x_75, x_8, x_64); lean_dec(x_8); lean_dec(x_6); @@ -10108,12 +10108,12 @@ x_77 = lean_ctor_get(x_76, 1); lean_inc(x_77); lean_dec_ref(x_76); x_13 = x_58; -x_14 = x_29; -x_15 = x_40; +x_14 = x_30; +x_15 = x_41; x_16 = x_63; -x_17 = x_32; +x_17 = x_33; x_18 = x_52; -x_19 = x_35; +x_19 = x_36; x_20 = x_44; x_21 = x_43; x_22 = x_54; @@ -10127,26 +10127,26 @@ uint8_t x_78; lean_dec(x_58); lean_dec(x_54); lean_dec(x_52); -lean_dec_ref(x_51); -lean_dec(x_49); -lean_dec_ref(x_48); -lean_dec_ref(x_45); +lean_dec(x_50); +lean_dec(x_48); +lean_dec(x_46); +lean_dec(x_45); lean_dec_ref(x_44); lean_dec(x_43); lean_dec(x_42); lean_dec(x_41); -lean_dec(x_40); +lean_dec(x_39); lean_dec(x_38); -lean_dec(x_37); +lean_dec(x_36); lean_dec(x_35); lean_dec(x_34); lean_dec(x_33); lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec_ref(x_29); -lean_dec(x_28); -lean_dec(x_27); +lean_dec_ref(x_31); +lean_dec_ref(x_30); +lean_dec(x_29); +lean_dec_ref(x_28); +lean_dec_ref(x_27); lean_dec(x_8); lean_dec(x_6); lean_dec_ref(x_5); @@ -10273,45 +10273,45 @@ if (lean_obj_tag(x_129) == 0) { lean_object* x_130; x_130 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_inductiveSyntaxToView___closed__7; -lean_inc_ref(x_92); -lean_inc(x_101); -lean_inc_ref(x_93); -lean_inc_ref(x_107); +lean_inc(x_99); +lean_inc(x_102); lean_inc(x_105); lean_inc(x_103); -lean_inc(x_100); -lean_inc(x_102); -lean_inc(x_97); -lean_inc(x_96); -lean_inc(x_99); -lean_inc(x_95); +lean_inc(x_101); lean_inc(x_98); +lean_inc(x_100); +lean_inc(x_95); lean_inc(x_94); -x_27 = x_94; -x_28 = x_98; -x_29 = x_83; -x_30 = x_95; -x_31 = x_99; -x_32 = x_88; -x_33 = x_96; -x_34 = x_97; -x_35 = x_109; -x_36 = x_123; -x_37 = x_102; +lean_inc(x_97); +lean_inc_ref(x_93); +lean_inc(x_96); +lean_inc_ref(x_107); +lean_inc_ref(x_92); +x_27 = x_92; +x_28 = x_107; +x_29 = x_96; +x_30 = x_83; +x_31 = x_93; +x_32 = x_97; +x_33 = x_88; +x_34 = x_94; +x_35 = x_95; +x_36 = x_109; +x_37 = x_123; x_38 = x_100; -x_39 = x_108; -x_40 = x_114; -x_41 = x_103; -x_42 = x_105; +x_39 = x_98; +x_40 = x_108; +x_41 = x_114; +x_42 = x_101; x_43 = x_87; x_44 = x_125; -x_45 = x_107; -x_46 = x_126; -x_47 = x_104; -x_48 = x_93; -x_49 = x_101; -x_50 = x_106; -x_51 = x_92; +x_45 = x_103; +x_46 = x_105; +x_47 = x_126; +x_48 = x_102; +x_49 = x_106; +x_50 = x_99; +x_51 = x_104; x_52 = x_115; x_53 = x_119; x_54 = x_113; @@ -10328,45 +10328,45 @@ x_132 = l_Lean_Syntax_getArg(x_131, x_108); lean_dec(x_131); x_133 = l_Lean_Syntax_getArgs(x_132); lean_dec(x_132); -lean_inc_ref(x_92); -lean_inc(x_101); -lean_inc_ref(x_93); -lean_inc_ref(x_107); +lean_inc(x_99); +lean_inc(x_102); lean_inc(x_105); lean_inc(x_103); -lean_inc(x_100); -lean_inc(x_102); -lean_inc(x_97); -lean_inc(x_96); -lean_inc(x_99); -lean_inc(x_95); +lean_inc(x_101); lean_inc(x_98); +lean_inc(x_100); +lean_inc(x_95); lean_inc(x_94); -x_27 = x_94; -x_28 = x_98; -x_29 = x_83; -x_30 = x_95; -x_31 = x_99; -x_32 = x_88; -x_33 = x_96; -x_34 = x_97; -x_35 = x_109; -x_36 = x_123; -x_37 = x_102; +lean_inc(x_97); +lean_inc_ref(x_93); +lean_inc(x_96); +lean_inc_ref(x_107); +lean_inc_ref(x_92); +x_27 = x_92; +x_28 = x_107; +x_29 = x_96; +x_30 = x_83; +x_31 = x_93; +x_32 = x_97; +x_33 = x_88; +x_34 = x_94; +x_35 = x_95; +x_36 = x_109; +x_37 = x_123; x_38 = x_100; -x_39 = x_108; -x_40 = x_114; -x_41 = x_103; -x_42 = x_105; +x_39 = x_98; +x_40 = x_108; +x_41 = x_114; +x_42 = x_101; x_43 = x_87; x_44 = x_125; -x_45 = x_107; -x_46 = x_126; -x_47 = x_104; -x_48 = x_93; -x_49 = x_101; -x_50 = x_106; -x_51 = x_92; +x_45 = x_103; +x_46 = x_105; +x_47 = x_126; +x_48 = x_102; +x_49 = x_106; +x_50 = x_99; +x_51 = x_104; x_52 = x_115; x_53 = x_119; x_54 = x_113; diff --git a/stage0/stdlib/Lean/Elab/MutualDef.c b/stage0/stdlib/Lean/Elab/MutualDef.c index 05a515db74..0faf7c36ef 100644 --- a/stage0/stdlib/Lean/Elab/MutualDef.c +++ b/stage0/stdlib/Lean/Elab/MutualDef.c @@ -371,6 +371,7 @@ lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures_spec__0_spec__0_spec__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_initFn___closed__19____x40_Lean_Elab_MutualDef_109142874____hygCtx___hyg_2_; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_elabAsync_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Elab_DerivingClassView_ofSyntax(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_logWarningAt___at___Lean_Linter_logLint___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues_spec__3_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addMessageContextFull___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__0___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabMutualDef___closed__4; @@ -61416,7 +61417,7 @@ lean_dec(x_6); lean_dec_ref(x_5); lean_dec(x_4); lean_dec_ref(x_3); -lean_dec(x_2); +lean_dec_ref(x_2); lean_dec(x_1); x_17 = !lean_is_exclusive(x_10); if (x_17 == 0) @@ -61500,88 +61501,97 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_16 = lean_ctor_get(x_1, 1); -x_17 = lean_ctor_get(x_16, 1); -x_18 = lean_ctor_get(x_11, 0); -x_19 = lean_ctor_get(x_11, 1); -x_20 = lean_ctor_get(x_11, 2); -x_21 = lean_ctor_get(x_11, 3); -x_22 = lean_ctor_get(x_11, 4); -x_23 = lean_ctor_get(x_11, 5); -x_24 = lean_ctor_get(x_11, 6); -x_25 = lean_ctor_get(x_11, 7); -x_26 = lean_ctor_get(x_11, 8); -x_27 = lean_ctor_get(x_11, 9); -x_28 = lean_ctor_get(x_11, 10); -x_29 = lean_ctor_get(x_11, 11); -x_30 = lean_ctor_get_uint8(x_11, sizeof(void*)*14); -x_31 = lean_ctor_get(x_11, 12); -x_32 = lean_ctor_get_uint8(x_11, sizeof(void*)*14 + 1); -x_33 = lean_ctor_get(x_11, 13); -x_34 = lean_array_uget(x_3, x_5); -x_35 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__2; -x_36 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__3; -lean_inc(x_34); -lean_inc(x_17); -x_37 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___lam__1), 9, 2); -lean_closure_set(x_37, 0, x_17); -lean_closure_set(x_37, 1, x_34); -x_38 = lean_alloc_closure((void*)(l_Lean_Meta_withLCtx___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_spec__6), 11, 4); -lean_closure_set(x_38, 0, lean_box(0)); -lean_closure_set(x_38, 1, x_35); -lean_closure_set(x_38, 2, x_36); -lean_closure_set(x_38, 3, x_37); -x_39 = l_Lean_replaceRef(x_34, x_23); -lean_dec(x_34); -lean_inc_ref(x_33); +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_3, x_5); +lean_inc(x_16); +x_17 = l_Lean_Elab_DerivingClassView_ofSyntax(x_16, x_11, x_12, x_13); +if (lean_obj_tag(x_17) == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_18 = lean_ctor_get(x_1, 1); +x_19 = lean_ctor_get(x_17, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_dec_ref(x_17); +x_21 = lean_ctor_get(x_18, 1); +x_22 = lean_ctor_get(x_11, 0); +x_23 = lean_ctor_get(x_11, 1); +x_24 = lean_ctor_get(x_11, 2); +x_25 = lean_ctor_get(x_11, 3); +x_26 = lean_ctor_get(x_11, 4); +x_27 = lean_ctor_get(x_11, 5); +x_28 = lean_ctor_get(x_11, 6); +x_29 = lean_ctor_get(x_11, 7); +x_30 = lean_ctor_get(x_11, 8); +x_31 = lean_ctor_get(x_11, 9); +x_32 = lean_ctor_get(x_11, 10); +x_33 = lean_ctor_get(x_11, 11); +x_34 = lean_ctor_get_uint8(x_11, sizeof(void*)*14); +x_35 = lean_ctor_get(x_11, 12); +x_36 = lean_ctor_get_uint8(x_11, sizeof(void*)*14 + 1); +x_37 = lean_ctor_get(x_11, 13); +x_38 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__2; +x_39 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__3; +lean_inc(x_21); +x_40 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___lam__1), 9, 2); +lean_closure_set(x_40, 0, x_21); +lean_closure_set(x_40, 1, x_19); +x_41 = lean_alloc_closure((void*)(l_Lean_Meta_withLCtx___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_spec__6), 11, 4); +lean_closure_set(x_41, 0, lean_box(0)); +lean_closure_set(x_41, 1, x_38); +lean_closure_set(x_41, 2, x_39); +lean_closure_set(x_41, 3, x_40); +x_42 = l_Lean_replaceRef(x_16, x_27); +lean_dec(x_16); +lean_inc_ref(x_37); +lean_inc(x_35); +lean_inc(x_33); +lean_inc(x_32); lean_inc(x_31); +lean_inc(x_30); lean_inc(x_29); lean_inc(x_28); -lean_inc(x_27); lean_inc(x_26); lean_inc(x_25); lean_inc(x_24); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc_ref(x_19); -lean_inc_ref(x_18); -x_40 = lean_alloc_ctor(0, 14, 2); -lean_ctor_set(x_40, 0, x_18); -lean_ctor_set(x_40, 1, x_19); -lean_ctor_set(x_40, 2, x_20); -lean_ctor_set(x_40, 3, x_21); -lean_ctor_set(x_40, 4, x_22); -lean_ctor_set(x_40, 5, x_39); -lean_ctor_set(x_40, 6, x_24); -lean_ctor_set(x_40, 7, x_25); -lean_ctor_set(x_40, 8, x_26); -lean_ctor_set(x_40, 9, x_27); -lean_ctor_set(x_40, 10, x_28); -lean_ctor_set(x_40, 11, x_29); -lean_ctor_set(x_40, 12, x_31); -lean_ctor_set(x_40, 13, x_33); -lean_ctor_set_uint8(x_40, sizeof(void*)*14, x_30); -lean_ctor_set_uint8(x_40, sizeof(void*)*14 + 1, x_32); +lean_inc_ref(x_23); +lean_inc_ref(x_22); +x_43 = lean_alloc_ctor(0, 14, 2); +lean_ctor_set(x_43, 0, x_22); +lean_ctor_set(x_43, 1, x_23); +lean_ctor_set(x_43, 2, x_24); +lean_ctor_set(x_43, 3, x_25); +lean_ctor_set(x_43, 4, x_26); +lean_ctor_set(x_43, 5, x_42); +lean_ctor_set(x_43, 6, x_28); +lean_ctor_set(x_43, 7, x_29); +lean_ctor_set(x_43, 8, x_30); +lean_ctor_set(x_43, 9, x_31); +lean_ctor_set(x_43, 10, x_32); +lean_ctor_set(x_43, 11, x_33); +lean_ctor_set(x_43, 12, x_35); +lean_ctor_set(x_43, 13, x_37); +lean_ctor_set_uint8(x_43, sizeof(void*)*14, x_34); +lean_ctor_set_uint8(x_43, sizeof(void*)*14 + 1, x_36); lean_inc(x_12); lean_inc(x_10); lean_inc_ref(x_9); lean_inc(x_8); lean_inc_ref(x_7); -x_41 = l_Lean_Elab_withLogging___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__6(x_38, x_7, x_8, x_9, x_10, x_40, x_12, x_13); -if (lean_obj_tag(x_41) == 0) +x_44 = l_Lean_Elab_withLogging___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__6(x_41, x_7, x_8, x_9, x_10, x_43, x_12, x_20); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_42; size_t x_43; size_t x_44; -x_42 = lean_ctor_get(x_41, 1); -lean_inc(x_42); -lean_dec_ref(x_41); -x_43 = 1; -x_44 = lean_usize_add(x_5, x_43); +lean_object* x_45; size_t x_46; size_t x_47; +x_45 = lean_ctor_get(x_44, 1); +lean_inc(x_45); +lean_dec_ref(x_44); +x_46 = 1; +x_47 = lean_usize_add(x_5, x_46); { -size_t _tmp_4 = x_44; +size_t _tmp_4 = x_47; lean_object* _tmp_5 = x_2; -lean_object* _tmp_12 = x_42; +lean_object* _tmp_12 = x_45; x_5 = _tmp_4; x_6 = _tmp_5; x_13 = _tmp_12; @@ -61596,7 +61606,37 @@ lean_dec_ref(x_9); lean_dec(x_8); lean_dec_ref(x_7); lean_dec_ref(x_1); -return x_41; +return x_44; +} +} +else +{ +uint8_t x_49; +lean_dec(x_16); +lean_dec(x_12); +lean_dec(x_10); +lean_dec_ref(x_9); +lean_dec(x_8); +lean_dec_ref(x_7); +lean_dec_ref(x_1); +x_49 = !lean_is_exclusive(x_17); +if (x_49 == 0) +{ +return x_17; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_17, 0); +x_51 = lean_ctor_get(x_17, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_17); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} } } } @@ -61630,86 +61670,95 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_18 = lean_ctor_get(x_3, 1); -x_19 = lean_ctor_get(x_18, 1); -x_20 = lean_ctor_get(x_13, 0); -x_21 = lean_ctor_get(x_13, 1); -x_22 = lean_ctor_get(x_13, 2); -x_23 = lean_ctor_get(x_13, 3); -x_24 = lean_ctor_get(x_13, 4); -x_25 = lean_ctor_get(x_13, 5); -x_26 = lean_ctor_get(x_13, 6); -x_27 = lean_ctor_get(x_13, 7); -x_28 = lean_ctor_get(x_13, 8); -x_29 = lean_ctor_get(x_13, 9); -x_30 = lean_ctor_get(x_13, 10); -x_31 = lean_ctor_get(x_13, 11); -x_32 = lean_ctor_get_uint8(x_13, sizeof(void*)*14); -x_33 = lean_ctor_get(x_13, 12); -x_34 = lean_ctor_get_uint8(x_13, sizeof(void*)*14 + 1); -x_35 = lean_ctor_get(x_13, 13); -x_36 = lean_array_uget(x_5, x_7); -x_37 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__2; -x_38 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__3; -lean_inc(x_36); -lean_inc(x_19); -x_39 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___lam__1), 9, 2); -lean_closure_set(x_39, 0, x_19); -lean_closure_set(x_39, 1, x_36); -x_40 = lean_alloc_closure((void*)(l_Lean_Meta_withLCtx___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_spec__6), 11, 4); -lean_closure_set(x_40, 0, lean_box(0)); -lean_closure_set(x_40, 1, x_37); -lean_closure_set(x_40, 2, x_38); -lean_closure_set(x_40, 3, x_39); -x_41 = l_Lean_replaceRef(x_36, x_25); -lean_dec(x_36); -lean_inc_ref(x_35); +lean_object* x_18; lean_object* x_19; +x_18 = lean_array_uget(x_5, x_7); +lean_inc(x_18); +x_19 = l_Lean_Elab_DerivingClassView_ofSyntax(x_18, x_13, x_14, x_15); +if (lean_obj_tag(x_19) == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_20 = lean_ctor_get(x_3, 1); +x_21 = lean_ctor_get(x_19, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_dec_ref(x_19); +x_23 = lean_ctor_get(x_20, 1); +x_24 = lean_ctor_get(x_13, 0); +x_25 = lean_ctor_get(x_13, 1); +x_26 = lean_ctor_get(x_13, 2); +x_27 = lean_ctor_get(x_13, 3); +x_28 = lean_ctor_get(x_13, 4); +x_29 = lean_ctor_get(x_13, 5); +x_30 = lean_ctor_get(x_13, 6); +x_31 = lean_ctor_get(x_13, 7); +x_32 = lean_ctor_get(x_13, 8); +x_33 = lean_ctor_get(x_13, 9); +x_34 = lean_ctor_get(x_13, 10); +x_35 = lean_ctor_get(x_13, 11); +x_36 = lean_ctor_get_uint8(x_13, sizeof(void*)*14); +x_37 = lean_ctor_get(x_13, 12); +x_38 = lean_ctor_get_uint8(x_13, sizeof(void*)*14 + 1); +x_39 = lean_ctor_get(x_13, 13); +x_40 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__2; +x_41 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___closed__3; +lean_inc(x_23); +x_42 = lean_alloc_closure((void*)(l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg___lam__1), 9, 2); +lean_closure_set(x_42, 0, x_23); +lean_closure_set(x_42, 1, x_21); +x_43 = lean_alloc_closure((void*)(l_Lean_Meta_withLCtx___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars_spec__6), 11, 4); +lean_closure_set(x_43, 0, lean_box(0)); +lean_closure_set(x_43, 1, x_40); +lean_closure_set(x_43, 2, x_41); +lean_closure_set(x_43, 3, x_42); +x_44 = l_Lean_replaceRef(x_18, x_29); +lean_dec(x_18); +lean_inc_ref(x_39); +lean_inc(x_37); +lean_inc(x_35); +lean_inc(x_34); lean_inc(x_33); +lean_inc(x_32); lean_inc(x_31); lean_inc(x_30); -lean_inc(x_29); lean_inc(x_28); lean_inc(x_27); lean_inc(x_26); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc_ref(x_21); -lean_inc_ref(x_20); -x_42 = lean_alloc_ctor(0, 14, 2); -lean_ctor_set(x_42, 0, x_20); -lean_ctor_set(x_42, 1, x_21); -lean_ctor_set(x_42, 2, x_22); -lean_ctor_set(x_42, 3, x_23); -lean_ctor_set(x_42, 4, x_24); -lean_ctor_set(x_42, 5, x_41); -lean_ctor_set(x_42, 6, x_26); -lean_ctor_set(x_42, 7, x_27); -lean_ctor_set(x_42, 8, x_28); -lean_ctor_set(x_42, 9, x_29); -lean_ctor_set(x_42, 10, x_30); -lean_ctor_set(x_42, 11, x_31); -lean_ctor_set(x_42, 12, x_33); -lean_ctor_set(x_42, 13, x_35); -lean_ctor_set_uint8(x_42, sizeof(void*)*14, x_32); -lean_ctor_set_uint8(x_42, sizeof(void*)*14 + 1, x_34); +lean_inc_ref(x_25); +lean_inc_ref(x_24); +x_45 = lean_alloc_ctor(0, 14, 2); +lean_ctor_set(x_45, 0, x_24); +lean_ctor_set(x_45, 1, x_25); +lean_ctor_set(x_45, 2, x_26); +lean_ctor_set(x_45, 3, x_27); +lean_ctor_set(x_45, 4, x_28); +lean_ctor_set(x_45, 5, x_44); +lean_ctor_set(x_45, 6, x_30); +lean_ctor_set(x_45, 7, x_31); +lean_ctor_set(x_45, 8, x_32); +lean_ctor_set(x_45, 9, x_33); +lean_ctor_set(x_45, 10, x_34); +lean_ctor_set(x_45, 11, x_35); +lean_ctor_set(x_45, 12, x_37); +lean_ctor_set(x_45, 13, x_39); +lean_ctor_set_uint8(x_45, sizeof(void*)*14, x_36); +lean_ctor_set_uint8(x_45, sizeof(void*)*14 + 1, x_38); lean_inc(x_14); lean_inc(x_12); lean_inc_ref(x_11); lean_inc(x_10); lean_inc_ref(x_9); -x_43 = l_Lean_Elab_withLogging___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__6(x_40, x_9, x_10, x_11, x_12, x_42, x_14, x_15); -if (lean_obj_tag(x_43) == 0) +x_46 = l_Lean_Elab_withLogging___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__6(x_43, x_9, x_10, x_11, x_12, x_45, x_14, x_22); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -lean_dec_ref(x_43); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_47 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg(x_3, x_4, x_5, x_6, x_46, x_4, x_9, x_10, x_11, x_12, x_13, x_14, x_44); -return x_47; +lean_object* x_47; size_t x_48; size_t x_49; lean_object* x_50; +x_47 = lean_ctor_get(x_46, 1); +lean_inc(x_47); +lean_dec_ref(x_46); +x_48 = 1; +x_49 = lean_usize_add(x_7, x_48); +x_50 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__10_spec__10___redArg(x_3, x_4, x_5, x_6, x_49, x_4, x_9, x_10, x_11, x_12, x_13, x_14, x_47); +return x_50; } else { @@ -61719,7 +61768,37 @@ lean_dec_ref(x_11); lean_dec(x_10); lean_dec_ref(x_9); lean_dec_ref(x_3); -return x_43; +return x_46; +} +} +else +{ +uint8_t x_51; +lean_dec(x_18); +lean_dec(x_14); +lean_dec(x_12); +lean_dec_ref(x_11); +lean_dec(x_10); +lean_dec_ref(x_9); +lean_dec_ref(x_3); +x_51 = !lean_is_exclusive(x_19); +if (x_51 == 0) +{ +return x_19; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_19, 0); +x_53 = lean_ctor_get(x_19, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_19); +x_54 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +return x_54; +} } } } @@ -65996,7 +66075,7 @@ return x_1; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15) { _start: { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_26; lean_object* x_27; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; 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_64; lean_object* x_65; size_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; size_t 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; size_t x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; size_t 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; uint8_t x_164; size_t x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; size_t 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; size_t x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; size_t 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_209; lean_object* x_210; size_t x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; size_t x_215; size_t 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; uint8_t x_224; lean_object* x_334; lean_object* x_335; size_t x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; size_t x_340; lean_object* x_341; size_t 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; uint8_t x_349; lean_object* x_355; lean_object* x_356; size_t x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; size_t x_362; size_t 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; uint8_t x_371; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; size_t x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; size_t x_388; lean_object* x_389; uint8_t x_390; 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_420; lean_object* x_421; uint8_t x_422; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_26; lean_object* x_27; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; 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_64; lean_object* x_65; size_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t 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; size_t x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; size_t 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; uint8_t x_164; size_t x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; size_t 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; size_t x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; size_t x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; size_t 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; size_t x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; size_t x_223; uint8_t x_224; size_t x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; size_t x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; size_t x_348; uint8_t x_349; size_t 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; size_t x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; size_t x_370; uint8_t x_371; size_t 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; size_t x_389; uint8_t x_390; 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_420; lean_object* x_421; uint8_t x_422; x_397 = lean_st_ref_get(x_14, x_15); x_398 = lean_ctor_get(x_397, 0); lean_inc(x_398); @@ -66182,11 +66261,11 @@ goto block_25; block_52: { lean_object* x_51; -x_51 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withUsed___redArg(x_1, x_50, x_48, x_45, x_42, x_41, x_44, x_47, x_46, x_49, x_40, x_43); -lean_dec_ref(x_48); +x_51 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withUsed___redArg(x_1, x_50, x_43, x_45, x_47, x_48, x_40, x_41, x_39, x_44, x_42, x_49); +lean_dec_ref(x_43); lean_dec_ref(x_50); lean_dec_ref(x_1); -x_26 = x_39; +x_26 = x_46; x_27 = x_51; goto block_38; } @@ -66194,48 +66273,48 @@ block_69: { lean_object* x_66; uint8_t x_67; x_66 = l_Lean_Elab_Term_withRestoreOrSaveFull___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues_spec__9___redArg___lam__7___closed__1; -x_67 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_64, x_66); -lean_dec(x_64); +x_67 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_56, x_66); +lean_dec(x_56); if (x_67 == 0) { lean_object* x_68; -lean_dec_ref(x_63); -lean_dec(x_61); -x_68 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars___redArg(x_1, x_2, x_56, x_58, x_67, x_57, x_59, x_62, x_55, x_65, x_54, x_60); -lean_dec_ref(x_56); +lean_dec(x_62); +lean_dec_ref(x_61); +x_68 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withHeaderSecVars___redArg(x_1, x_2, x_65, x_64, x_67, x_57, x_53, x_54, x_59, x_55, x_60, x_58); +lean_dec_ref(x_65); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_26 = x_53; +x_26 = x_63; x_27 = x_68; goto block_38; } else { lean_dec_ref(x_2); -x_39 = x_53; -x_40 = x_54; -x_41 = x_57; -x_42 = x_58; -x_43 = x_60; -x_44 = x_59; -x_45 = x_61; -x_46 = x_55; -x_47 = x_62; -x_48 = x_63; -x_49 = x_65; -x_50 = x_56; +x_39 = x_59; +x_40 = x_53; +x_41 = x_54; +x_42 = x_60; +x_43 = x_61; +x_44 = x_55; +x_45 = x_62; +x_46 = x_63; +x_47 = x_64; +x_48 = x_57; +x_49 = x_58; +x_50 = x_65; goto block_52; } } block_150: { size_t x_83; lean_object* x_84; -x_83 = lean_array_size(x_75); -lean_inc(x_73); -lean_inc_ref(x_80); -lean_inc(x_78); -lean_inc_ref(x_79); -x_84 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__3___redArg(x_83, x_74, x_75, x_79, x_78, x_80, x_73, x_82); +x_83 = lean_array_size(x_80); +lean_inc(x_75); +lean_inc_ref(x_77); +lean_inc(x_72); +lean_inc_ref(x_74); +x_84 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__3___redArg(x_83, x_76, x_80, x_74, x_72, x_77, x_75, x_82); if (lean_obj_tag(x_84) == 0) { lean_object* x_85; lean_object* x_86; lean_object* x_87; @@ -66244,7 +66323,7 @@ lean_inc(x_85); x_86 = lean_ctor_get(x_84, 1); lean_inc(x_86); lean_dec_ref(x_84); -x_87 = l_Lean_Elab_Term_getLetRecsToLift___redArg(x_76, x_86); +x_87 = l_Lean_Elab_Term_getLetRecsToLift___redArg(x_73, x_86); if (lean_obj_tag(x_87) == 0) { lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; @@ -66254,11 +66333,11 @@ x_89 = lean_ctor_get(x_87, 1); lean_inc(x_89); lean_dec_ref(x_87); x_90 = lean_box(0); -lean_inc(x_73); -lean_inc_ref(x_80); -lean_inc(x_78); -lean_inc_ref(x_79); -x_91 = l_List_mapM_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__6___redArg(x_88, x_90, x_79, x_78, x_80, x_73, x_89); +lean_inc(x_75); +lean_inc_ref(x_77); +lean_inc(x_72); +lean_inc_ref(x_74); +x_91 = l_List_mapM_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__6___redArg(x_88, x_90, x_74, x_72, x_77, x_75, x_89); if (lean_obj_tag(x_91) == 0) { lean_object* x_92; lean_object* x_93; lean_object* x_94; @@ -66267,12 +66346,12 @@ lean_inc(x_92); x_93 = lean_ctor_get(x_91, 1); lean_inc(x_93); lean_dec_ref(x_91); -lean_inc_ref(x_80); +lean_inc_ref(x_77); +lean_inc_ref(x_74); lean_inc_ref(x_79); -lean_inc_ref(x_72); lean_inc_n(x_92, 2); lean_inc_ref(x_8); -x_94 = l_List_forM___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkLetRecsToLiftTypes_spec__0(x_8, x_92, x_92, x_72, x_76, x_79, x_78, x_80, x_73, x_93); +x_94 = l_List_forM___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkLetRecsToLiftTypes_spec__0(x_8, x_92, x_92, x_79, x_73, x_74, x_72, x_77, x_75, x_93); if (lean_obj_tag(x_94) == 0) { uint8_t x_95; @@ -66293,23 +66372,23 @@ x_103 = l_Nat_nextPowerOfTwo(x_102); lean_dec(x_102); x_104 = lean_box(0); x_105 = lean_mk_array(x_103, x_104); -lean_inc(x_77); +lean_inc(x_71); lean_ctor_set(x_94, 1, x_105); -lean_ctor_set(x_94, 0, x_77); +lean_ctor_set(x_94, 0, x_71); lean_inc(x_92); x_106 = l_List_foldl___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__9(x_4, x_5, x_94, x_92); lean_dec_ref(x_4); x_107 = lean_array_get_size(x_81); -lean_inc(x_77); +lean_inc(x_71); lean_inc_ref(x_81); -x_108 = l_Array_toSubarray___redArg(x_81, x_77, x_107); +x_108 = l_Array_toSubarray___redArg(x_81, x_71, x_107); x_109 = lean_array_size(x_85); -lean_inc(x_73); -lean_inc_ref(x_80); -lean_inc(x_78); +lean_inc(x_75); +lean_inc_ref(x_77); +lean_inc(x_72); +lean_inc_ref(x_74); lean_inc_ref(x_79); -lean_inc_ref(x_72); -x_110 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__13(x_106, x_85, x_109, x_74, x_108, x_72, x_76, x_79, x_78, x_80, x_73, x_96); +x_110 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__13(x_106, x_85, x_109, x_76, x_108, x_79, x_73, x_74, x_72, x_77, x_75, x_96); lean_dec_ref(x_106); if (lean_obj_tag(x_110) == 0) { @@ -66317,7 +66396,7 @@ lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; x_111 = lean_ctor_get(x_110, 1); lean_inc(x_111); lean_dec_ref(x_110); -x_112 = lean_ctor_get(x_80, 2); +x_112 = lean_ctor_get(x_77, 2); x_113 = lean_box_usize(x_70); lean_inc(x_92); lean_inc_ref(x_81); @@ -66328,25 +66407,25 @@ lean_closure_set(x_114, 1, x_8); lean_closure_set(x_114, 2, x_81); lean_closure_set(x_114, 3, x_92); lean_closure_set(x_114, 4, x_113); -x_115 = lean_nat_dec_lt(x_77, x_98); -lean_dec(x_77); +x_115 = lean_nat_dec_lt(x_71, x_98); +lean_dec(x_71); if (x_115 == 0) { lean_inc(x_112); lean_dec(x_98); -x_53 = x_71; -x_54 = x_73; -x_55 = x_78; -x_56 = x_85; -x_57 = x_72; -x_58 = x_114; -x_59 = x_76; -x_60 = x_111; -x_61 = x_92; -x_62 = x_79; -x_63 = x_81; -x_64 = x_112; -x_65 = x_80; +x_53 = x_73; +x_54 = x_74; +x_55 = x_77; +x_56 = x_112; +x_57 = x_79; +x_58 = x_111; +x_59 = x_72; +x_60 = x_75; +x_61 = x_81; +x_62 = x_92; +x_63 = x_78; +x_64 = x_114; +x_65 = x_85; goto block_69; } else @@ -66355,19 +66434,19 @@ if (x_115 == 0) { lean_inc(x_112); lean_dec(x_98); -x_53 = x_71; -x_54 = x_73; -x_55 = x_78; -x_56 = x_85; -x_57 = x_72; -x_58 = x_114; -x_59 = x_76; -x_60 = x_111; -x_61 = x_92; -x_62 = x_79; -x_63 = x_81; -x_64 = x_112; -x_65 = x_80; +x_53 = x_73; +x_54 = x_74; +x_55 = x_77; +x_56 = x_112; +x_57 = x_79; +x_58 = x_111; +x_59 = x_72; +x_60 = x_75; +x_61 = x_81; +x_62 = x_92; +x_63 = x_78; +x_64 = x_114; +x_65 = x_85; goto block_69; } else @@ -66375,39 +66454,39 @@ else size_t x_116; uint8_t x_117; x_116 = lean_usize_of_nat(x_98); lean_dec(x_98); -x_117 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__14(x_85, x_74, x_116); +x_117 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__14(x_85, x_76, x_116); if (x_117 == 0) { lean_inc(x_112); -x_53 = x_71; -x_54 = x_73; -x_55 = x_78; -x_56 = x_85; -x_57 = x_72; -x_58 = x_114; -x_59 = x_76; -x_60 = x_111; -x_61 = x_92; -x_62 = x_79; -x_63 = x_81; -x_64 = x_112; -x_65 = x_80; +x_53 = x_73; +x_54 = x_74; +x_55 = x_77; +x_56 = x_112; +x_57 = x_79; +x_58 = x_111; +x_59 = x_72; +x_60 = x_75; +x_61 = x_81; +x_62 = x_92; +x_63 = x_78; +x_64 = x_114; +x_65 = x_85; goto block_69; } else { lean_dec_ref(x_2); -x_39 = x_71; +x_39 = x_72; x_40 = x_73; -x_41 = x_72; -x_42 = x_114; -x_43 = x_111; -x_44 = x_76; +x_41 = x_74; +x_42 = x_75; +x_43 = x_81; +x_44 = x_77; x_45 = x_92; x_46 = x_78; -x_47 = x_79; -x_48 = x_81; -x_49 = x_80; +x_47 = x_114; +x_48 = x_79; +x_49 = x_111; x_50 = x_85; goto block_52; } @@ -66421,13 +66500,13 @@ lean_dec(x_98); lean_dec(x_92); lean_dec(x_85); lean_dec_ref(x_81); -lean_dec_ref(x_80); lean_dec_ref(x_79); -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); +lean_dec_ref(x_77); +lean_dec(x_75); +lean_dec_ref(x_74); lean_dec(x_73); -lean_dec_ref(x_72); +lean_dec(x_72); +lean_dec(x_71); lean_dec_ref(x_8); lean_dec_ref(x_2); lean_dec_ref(x_1); @@ -66436,7 +66515,7 @@ lean_inc(x_118); x_119 = lean_ctor_get(x_110, 1); lean_inc(x_119); lean_dec_ref(x_110); -x_16 = x_71; +x_16 = x_78; x_17 = x_118; x_18 = x_119; goto block_25; @@ -66458,24 +66537,24 @@ x_126 = l_Nat_nextPowerOfTwo(x_125); lean_dec(x_125); x_127 = lean_box(0); x_128 = lean_mk_array(x_126, x_127); -lean_inc(x_77); +lean_inc(x_71); x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_77); +lean_ctor_set(x_129, 0, x_71); lean_ctor_set(x_129, 1, x_128); lean_inc(x_92); x_130 = l_List_foldl___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__9(x_4, x_5, x_129, x_92); lean_dec_ref(x_4); x_131 = lean_array_get_size(x_81); -lean_inc(x_77); +lean_inc(x_71); lean_inc_ref(x_81); -x_132 = l_Array_toSubarray___redArg(x_81, x_77, x_131); +x_132 = l_Array_toSubarray___redArg(x_81, x_71, x_131); x_133 = lean_array_size(x_85); -lean_inc(x_73); -lean_inc_ref(x_80); -lean_inc(x_78); +lean_inc(x_75); +lean_inc_ref(x_77); +lean_inc(x_72); +lean_inc_ref(x_74); lean_inc_ref(x_79); -lean_inc_ref(x_72); -x_134 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__13(x_130, x_85, x_133, x_74, x_132, x_72, x_76, x_79, x_78, x_80, x_73, x_120); +x_134 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__13(x_130, x_85, x_133, x_76, x_132, x_79, x_73, x_74, x_72, x_77, x_75, x_120); lean_dec_ref(x_130); if (lean_obj_tag(x_134) == 0) { @@ -66483,7 +66562,7 @@ lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; x_135 = lean_ctor_get(x_134, 1); lean_inc(x_135); lean_dec_ref(x_134); -x_136 = lean_ctor_get(x_80, 2); +x_136 = lean_ctor_get(x_77, 2); x_137 = lean_box_usize(x_70); lean_inc(x_92); lean_inc_ref(x_81); @@ -66494,25 +66573,25 @@ lean_closure_set(x_138, 1, x_8); lean_closure_set(x_138, 2, x_81); lean_closure_set(x_138, 3, x_92); lean_closure_set(x_138, 4, x_137); -x_139 = lean_nat_dec_lt(x_77, x_121); -lean_dec(x_77); +x_139 = lean_nat_dec_lt(x_71, x_121); +lean_dec(x_71); if (x_139 == 0) { lean_inc(x_136); lean_dec(x_121); -x_53 = x_71; -x_54 = x_73; -x_55 = x_78; -x_56 = x_85; -x_57 = x_72; -x_58 = x_138; -x_59 = x_76; -x_60 = x_135; -x_61 = x_92; -x_62 = x_79; -x_63 = x_81; -x_64 = x_136; -x_65 = x_80; +x_53 = x_73; +x_54 = x_74; +x_55 = x_77; +x_56 = x_136; +x_57 = x_79; +x_58 = x_135; +x_59 = x_72; +x_60 = x_75; +x_61 = x_81; +x_62 = x_92; +x_63 = x_78; +x_64 = x_138; +x_65 = x_85; goto block_69; } else @@ -66521,19 +66600,19 @@ if (x_139 == 0) { lean_inc(x_136); lean_dec(x_121); -x_53 = x_71; -x_54 = x_73; -x_55 = x_78; -x_56 = x_85; -x_57 = x_72; -x_58 = x_138; -x_59 = x_76; -x_60 = x_135; -x_61 = x_92; -x_62 = x_79; -x_63 = x_81; -x_64 = x_136; -x_65 = x_80; +x_53 = x_73; +x_54 = x_74; +x_55 = x_77; +x_56 = x_136; +x_57 = x_79; +x_58 = x_135; +x_59 = x_72; +x_60 = x_75; +x_61 = x_81; +x_62 = x_92; +x_63 = x_78; +x_64 = x_138; +x_65 = x_85; goto block_69; } else @@ -66541,39 +66620,39 @@ else size_t x_140; uint8_t x_141; x_140 = lean_usize_of_nat(x_121); lean_dec(x_121); -x_141 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__14(x_85, x_74, x_140); +x_141 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__14(x_85, x_76, x_140); if (x_141 == 0) { lean_inc(x_136); -x_53 = x_71; -x_54 = x_73; -x_55 = x_78; -x_56 = x_85; -x_57 = x_72; -x_58 = x_138; -x_59 = x_76; -x_60 = x_135; -x_61 = x_92; -x_62 = x_79; -x_63 = x_81; -x_64 = x_136; -x_65 = x_80; +x_53 = x_73; +x_54 = x_74; +x_55 = x_77; +x_56 = x_136; +x_57 = x_79; +x_58 = x_135; +x_59 = x_72; +x_60 = x_75; +x_61 = x_81; +x_62 = x_92; +x_63 = x_78; +x_64 = x_138; +x_65 = x_85; goto block_69; } else { lean_dec_ref(x_2); -x_39 = x_71; +x_39 = x_72; x_40 = x_73; -x_41 = x_72; -x_42 = x_138; -x_43 = x_135; -x_44 = x_76; +x_41 = x_74; +x_42 = x_75; +x_43 = x_81; +x_44 = x_77; x_45 = x_92; x_46 = x_78; -x_47 = x_79; -x_48 = x_81; -x_49 = x_80; +x_47 = x_138; +x_48 = x_79; +x_49 = x_135; x_50 = x_85; goto block_52; } @@ -66587,13 +66666,13 @@ lean_dec(x_121); lean_dec(x_92); lean_dec(x_85); lean_dec_ref(x_81); -lean_dec_ref(x_80); lean_dec_ref(x_79); -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); +lean_dec_ref(x_77); +lean_dec(x_75); +lean_dec_ref(x_74); lean_dec(x_73); -lean_dec_ref(x_72); +lean_dec(x_72); +lean_dec(x_71); lean_dec_ref(x_8); lean_dec_ref(x_2); lean_dec_ref(x_1); @@ -66602,7 +66681,7 @@ lean_inc(x_142); x_143 = lean_ctor_get(x_134, 1); lean_inc(x_143); lean_dec_ref(x_134); -x_16 = x_71; +x_16 = x_78; x_17 = x_142; x_18 = x_143; goto block_25; @@ -66614,18 +66693,18 @@ else lean_dec(x_92); lean_dec(x_85); lean_dec_ref(x_81); -lean_dec_ref(x_80); lean_dec_ref(x_79); -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); +lean_dec_ref(x_77); +lean_dec(x_75); +lean_dec_ref(x_74); lean_dec(x_73); -lean_dec_ref(x_72); +lean_dec(x_72); +lean_dec(x_71); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_26 = x_71; +x_26 = x_78; x_27 = x_94; goto block_38; } @@ -66635,13 +66714,13 @@ else lean_object* x_144; lean_object* x_145; lean_dec(x_85); lean_dec_ref(x_81); -lean_dec_ref(x_80); lean_dec_ref(x_79); -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); +lean_dec_ref(x_77); +lean_dec(x_75); +lean_dec_ref(x_74); lean_dec(x_73); -lean_dec_ref(x_72); +lean_dec(x_72); +lean_dec(x_71); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -66651,7 +66730,7 @@ lean_inc(x_144); x_145 = lean_ctor_get(x_91, 1); lean_inc(x_145); lean_dec_ref(x_91); -x_16 = x_71; +x_16 = x_78; x_17 = x_144; x_18 = x_145; goto block_25; @@ -66662,13 +66741,13 @@ else lean_object* x_146; lean_object* x_147; lean_dec(x_85); lean_dec_ref(x_81); -lean_dec_ref(x_80); lean_dec_ref(x_79); -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); +lean_dec_ref(x_77); +lean_dec(x_75); +lean_dec_ref(x_74); lean_dec(x_73); -lean_dec_ref(x_72); +lean_dec(x_72); +lean_dec(x_71); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -66678,7 +66757,7 @@ lean_inc(x_146); x_147 = lean_ctor_get(x_87, 1); lean_inc(x_147); lean_dec_ref(x_87); -x_16 = x_71; +x_16 = x_78; x_17 = x_146; x_18 = x_147; goto block_25; @@ -66688,13 +66767,13 @@ else { lean_object* x_148; lean_object* x_149; lean_dec_ref(x_81); -lean_dec_ref(x_80); lean_dec_ref(x_79); -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); +lean_dec_ref(x_77); +lean_dec(x_75); +lean_dec_ref(x_74); lean_dec(x_73); -lean_dec_ref(x_72); +lean_dec(x_72); +lean_dec(x_71); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -66704,7 +66783,7 @@ lean_inc(x_148); x_149 = lean_ctor_get(x_84, 1); lean_inc(x_149); lean_dec_ref(x_84); -x_16 = x_71; +x_16 = x_78; x_17 = x_148; x_18 = x_149; goto block_25; @@ -66715,20 +66794,20 @@ block_175: if (x_164 == 0) { lean_object* x_165; -lean_inc_ref(x_162); -x_165 = l_Lean_Elab_logException___at___Lean_Elab_withLogging___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__6_spec__6(x_152, x_155, x_158, x_161, x_160, x_162, x_154, x_163); +lean_inc_ref(x_159); +x_165 = l_Lean_Elab_logException___at___Lean_Elab_withLogging___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_processDeriving_spec__6_spec__6(x_160, x_162, x_154, x_155, x_153, x_159, x_156, x_158); if (lean_obj_tag(x_165) == 0) { lean_object* x_166; size_t x_167; lean_object* x_168; x_166 = lean_ctor_get(x_165, 1); lean_inc(x_166); lean_dec_ref(x_165); -x_167 = lean_array_size(x_157); -lean_inc(x_154); -lean_inc(x_160); -lean_inc_ref(x_161); -lean_inc_ref(x_157); -x_168 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__15___redArg(x_167, x_156, x_157, x_161, x_160, x_162, x_154, x_166); +x_167 = lean_array_size(x_163); +lean_inc(x_156); +lean_inc(x_153); +lean_inc_ref(x_155); +lean_inc_ref(x_163); +x_168 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__15___redArg(x_167, x_157, x_163, x_155, x_153, x_159, x_156, x_166); if (lean_obj_tag(x_168) == 0) { lean_object* x_169; lean_object* x_170; @@ -66738,16 +66817,16 @@ x_170 = lean_ctor_get(x_168, 1); lean_inc(x_170); lean_dec_ref(x_168); x_70 = x_151; -x_71 = x_153; -x_72 = x_155; +x_71 = x_152; +x_72 = x_153; x_73 = x_154; -x_74 = x_156; -x_75 = x_157; -x_76 = x_158; +x_74 = x_155; +x_75 = x_156; +x_76 = x_157; x_77 = x_159; -x_78 = x_160; -x_79 = x_161; -x_80 = x_162; +x_78 = x_161; +x_79 = x_162; +x_80 = x_163; x_81 = x_169; x_82 = x_170; goto block_150; @@ -66755,14 +66834,14 @@ goto block_150; else { lean_object* x_171; lean_object* x_172; +lean_dec_ref(x_163); lean_dec_ref(x_162); -lean_dec_ref(x_161); -lean_dec(x_160); -lean_dec(x_159); -lean_dec(x_158); -lean_dec_ref(x_157); +lean_dec_ref(x_159); +lean_dec(x_156); lean_dec_ref(x_155); lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -66772,7 +66851,7 @@ lean_inc(x_171); x_172 = lean_ctor_get(x_168, 1); lean_inc(x_172); lean_dec_ref(x_168); -x_16 = x_153; +x_16 = x_161; x_17 = x_171; x_18 = x_172; goto block_25; @@ -66781,14 +66860,14 @@ goto block_25; else { lean_object* x_173; lean_object* x_174; +lean_dec_ref(x_163); lean_dec_ref(x_162); -lean_dec_ref(x_161); -lean_dec(x_160); -lean_dec(x_159); -lean_dec(x_158); -lean_dec_ref(x_157); +lean_dec_ref(x_159); +lean_dec(x_156); lean_dec_ref(x_155); lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -66798,7 +66877,7 @@ lean_inc(x_173); x_174 = lean_ctor_get(x_165, 1); lean_inc(x_174); lean_dec_ref(x_165); -x_16 = x_153; +x_16 = x_161; x_17 = x_173; x_18 = x_174; goto block_25; @@ -66806,21 +66885,21 @@ goto block_25; } else { +lean_dec_ref(x_163); lean_dec_ref(x_162); -lean_dec_ref(x_161); -lean_dec(x_160); -lean_dec(x_159); -lean_dec(x_158); -lean_dec_ref(x_157); +lean_dec_ref(x_159); +lean_dec(x_156); lean_dec_ref(x_155); lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); lean_dec_ref(x_1); -x_16 = x_153; -x_17 = x_152; -x_18 = x_163; +x_16 = x_161; +x_17 = x_160; +x_18 = x_158; goto block_25; } } @@ -66833,36 +66912,36 @@ if (x_189 == 0) uint8_t x_190; x_190 = l_Lean_Exception_isRuntime(x_187); x_151 = x_176; -x_152 = x_187; +x_152 = x_178; x_153 = x_177; x_154 = x_179; -x_155 = x_178; -x_156 = x_180; -x_157 = x_181; -x_158 = x_182; +x_155 = x_180; +x_156 = x_181; +x_157 = x_182; +x_158 = x_188; x_159 = x_183; -x_160 = x_185; +x_160 = x_187; x_161 = x_184; -x_162 = x_186; -x_163 = x_188; +x_162 = x_185; +x_163 = x_186; x_164 = x_190; goto block_175; } else { x_151 = x_176; -x_152 = x_187; +x_152 = x_178; x_153 = x_177; x_154 = x_179; -x_155 = x_178; -x_156 = x_180; -x_157 = x_181; -x_158 = x_182; +x_155 = x_180; +x_156 = x_181; +x_157 = x_182; +x_158 = x_188; x_159 = x_183; -x_160 = x_185; +x_160 = x_187; x_161 = x_184; -x_162 = x_186; -x_163 = x_188; +x_162 = x_185; +x_163 = x_186; x_164 = x_189; goto block_175; } @@ -66878,15 +66957,15 @@ x_205 = lean_ctor_get(x_203, 1); lean_inc(x_205); lean_dec_ref(x_203); x_70 = x_192; -x_71 = x_193; -x_72 = x_195; -x_73 = x_194; +x_71 = x_194; +x_72 = x_193; +x_73 = x_195; x_74 = x_196; x_75 = x_197; x_76 = x_198; x_77 = x_199; -x_78 = x_201; -x_79 = x_200; +x_78 = x_200; +x_79 = x_201; x_80 = x_202; x_81 = x_204; x_82 = x_205; @@ -66902,8 +66981,8 @@ lean_inc(x_207); lean_dec_ref(x_203); x_176 = x_192; x_177 = x_193; -x_178 = x_195; -x_179 = x_194; +x_178 = x_194; +x_179 = x_195; x_180 = x_196; x_181 = x_197; x_182 = x_198; @@ -66919,13 +66998,13 @@ goto block_191; block_333: { lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; uint8_t x_231; -x_225 = lean_st_ref_get(x_214, x_213); +x_225 = lean_st_ref_get(x_218, x_214); x_226 = lean_ctor_get(x_225, 0); lean_inc(x_226); x_227 = lean_ctor_get(x_225, 1); lean_inc(x_227); lean_dec_ref(x_225); -x_228 = lean_st_ref_take(x_214, x_227); +x_228 = lean_st_ref_take(x_218, x_227); x_229 = lean_ctor_get(x_228, 0); lean_inc(x_229); x_230 = lean_ctor_get(x_228, 1); @@ -66942,11 +67021,11 @@ x_234 = l_Lean_Environment_setExporting(x_232, x_224); x_235 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__3___closed__2; lean_ctor_set(x_229, 5, x_235); lean_ctor_set(x_229, 0, x_234); -x_236 = lean_st_ref_set(x_214, x_229, x_230); +x_236 = lean_st_ref_set(x_218, x_229, x_230); x_237 = lean_ctor_get(x_236, 1); lean_inc(x_237); lean_dec_ref(x_236); -x_238 = lean_st_ref_take(x_222, x_237); +x_238 = lean_st_ref_take(x_213, x_237); x_239 = lean_ctor_get(x_238, 0); lean_inc(x_239); x_240 = lean_ctor_get(x_238, 1); @@ -66960,7 +67039,7 @@ x_242 = lean_ctor_get(x_239, 1); lean_dec(x_242); x_243 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__3___closed__3; lean_ctor_set(x_239, 1, x_243); -x_244 = lean_st_ref_set(x_222, x_239, x_240); +x_244 = lean_st_ref_set(x_213, x_239, x_240); x_245 = lean_ctor_get(x_226, 0); lean_inc_ref(x_245); lean_dec(x_226); @@ -66971,34 +67050,34 @@ x_247 = lean_ctor_get_uint8(x_245, sizeof(void*)*8); lean_dec_ref(x_245); x_248 = lean_box(x_247); x_249 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__1___boxed), 7, 5); -lean_closure_set(x_249, 0, x_209); +lean_closure_set(x_249, 0, x_210); lean_closure_set(x_249, 1, x_248); lean_closure_set(x_249, 2, x_235); -lean_closure_set(x_249, 3, x_210); +lean_closure_set(x_249, 3, x_211); lean_closure_set(x_249, 4, x_243); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); -x_250 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__16(x_6, x_216, x_215, x_218, x_212, x_219, x_221, x_222, x_223, x_214, x_246); +x_250 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__16(x_6, x_223, x_219, x_217, x_221, x_215, x_216, x_213, x_220, x_218, x_246); if (lean_obj_tag(x_250) == 0) { lean_object* x_251; lean_object* x_252; x_251 = lean_ctor_get(x_250, 1); lean_inc(x_251); lean_dec_ref(x_250); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); lean_inc_ref(x_2); lean_inc_ref(x_1); -lean_inc_ref(x_217); -x_252 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(x_217, x_1, x_2, x_212, x_219, x_221, x_222, x_223, x_214, x_251); +lean_inc_ref(x_222); +x_252 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(x_222, x_1, x_2, x_221, x_215, x_216, x_213, x_220, x_218, x_251); if (lean_obj_tag(x_252) == 0) { lean_object* x_253; lean_object* x_254; uint8_t x_255; lean_object* x_256; @@ -67008,13 +67087,13 @@ x_254 = lean_ctor_get(x_252, 1); lean_inc(x_254); lean_dec_ref(x_252); x_255 = 0; -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); -x_256 = l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(x_255, x_212, x_219, x_221, x_222, x_223, x_214, x_254); +x_256 = l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(x_255, x_221, x_215, x_216, x_213, x_220, x_218, x_254); if (lean_obj_tag(x_256) == 0) { lean_object* x_257; size_t x_258; lean_object* x_259; @@ -67022,22 +67101,22 @@ x_257 = lean_ctor_get(x_256, 1); lean_inc(x_257); lean_dec_ref(x_256); x_258 = lean_array_size(x_253); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); -lean_inc_ref(x_221); -x_259 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__2___redArg(x_258, x_215, x_253, x_221, x_222, x_223, x_214, x_257); -x_192 = x_211; -x_193 = x_249; -x_194 = x_214; -x_195 = x_212; -x_196 = x_215; -x_197 = x_217; +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +x_259 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__2___redArg(x_258, x_219, x_253, x_216, x_213, x_220, x_218, x_257); +x_192 = x_209; +x_193 = x_213; +x_194 = x_212; +x_195 = x_215; +x_196 = x_216; +x_197 = x_218; x_198 = x_219; x_199 = x_220; -x_200 = x_221; -x_201 = x_222; -x_202 = x_223; +x_200 = x_249; +x_201 = x_221; +x_202 = x_222; x_203 = x_259; goto block_208; } @@ -67050,17 +67129,17 @@ lean_inc(x_260); x_261 = lean_ctor_get(x_256, 1); lean_inc(x_261); lean_dec_ref(x_256); -x_176 = x_211; -x_177 = x_249; +x_176 = x_209; +x_177 = x_213; x_178 = x_212; -x_179 = x_214; -x_180 = x_215; -x_181 = x_217; +x_179 = x_215; +x_180 = x_216; +x_181 = x_218; x_182 = x_219; x_183 = x_220; -x_184 = x_221; -x_185 = x_222; -x_186 = x_223; +x_184 = x_249; +x_185 = x_221; +x_186 = x_222; x_187 = x_260; x_188 = x_261; goto block_191; @@ -67068,17 +67147,17 @@ goto block_191; } else { -x_192 = x_211; -x_193 = x_249; -x_194 = x_214; -x_195 = x_212; -x_196 = x_215; -x_197 = x_217; +x_192 = x_209; +x_193 = x_213; +x_194 = x_212; +x_195 = x_215; +x_196 = x_216; +x_197 = x_218; x_198 = x_219; x_199 = x_220; -x_200 = x_221; -x_201 = x_222; -x_202 = x_223; +x_200 = x_249; +x_201 = x_221; +x_202 = x_222; x_203 = x_252; goto block_208; } @@ -67086,14 +67165,14 @@ goto block_208; else { lean_object* x_262; lean_object* x_263; -lean_dec_ref(x_223); -lean_dec(x_222); +lean_dec_ref(x_222); lean_dec_ref(x_221); -lean_dec(x_220); -lean_dec(x_219); -lean_dec_ref(x_217); -lean_dec(x_214); -lean_dec_ref(x_212); +lean_dec_ref(x_220); +lean_dec(x_218); +lean_dec_ref(x_216); +lean_dec(x_215); +lean_dec(x_213); +lean_dec(x_212); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -67128,7 +67207,7 @@ lean_ctor_set(x_269, 1, x_268); lean_ctor_set(x_269, 2, x_265); lean_ctor_set(x_269, 3, x_266); lean_ctor_set(x_269, 4, x_267); -x_270 = lean_st_ref_set(x_222, x_269, x_240); +x_270 = lean_st_ref_set(x_213, x_269, x_240); x_271 = lean_ctor_get(x_226, 0); lean_inc_ref(x_271); lean_dec(x_226); @@ -67139,34 +67218,34 @@ x_273 = lean_ctor_get_uint8(x_271, sizeof(void*)*8); lean_dec_ref(x_271); x_274 = lean_box(x_273); x_275 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__1___boxed), 7, 5); -lean_closure_set(x_275, 0, x_209); +lean_closure_set(x_275, 0, x_210); lean_closure_set(x_275, 1, x_274); lean_closure_set(x_275, 2, x_235); -lean_closure_set(x_275, 3, x_210); +lean_closure_set(x_275, 3, x_211); lean_closure_set(x_275, 4, x_268); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); -x_276 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__16(x_6, x_216, x_215, x_218, x_212, x_219, x_221, x_222, x_223, x_214, x_272); +x_276 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__16(x_6, x_223, x_219, x_217, x_221, x_215, x_216, x_213, x_220, x_218, x_272); if (lean_obj_tag(x_276) == 0) { lean_object* x_277; lean_object* x_278; x_277 = lean_ctor_get(x_276, 1); lean_inc(x_277); lean_dec_ref(x_276); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); lean_inc_ref(x_2); lean_inc_ref(x_1); -lean_inc_ref(x_217); -x_278 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(x_217, x_1, x_2, x_212, x_219, x_221, x_222, x_223, x_214, x_277); +lean_inc_ref(x_222); +x_278 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(x_222, x_1, x_2, x_221, x_215, x_216, x_213, x_220, x_218, x_277); if (lean_obj_tag(x_278) == 0) { lean_object* x_279; lean_object* x_280; uint8_t x_281; lean_object* x_282; @@ -67176,13 +67255,13 @@ x_280 = lean_ctor_get(x_278, 1); lean_inc(x_280); lean_dec_ref(x_278); x_281 = 0; -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); -x_282 = l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(x_281, x_212, x_219, x_221, x_222, x_223, x_214, x_280); +x_282 = l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(x_281, x_221, x_215, x_216, x_213, x_220, x_218, x_280); if (lean_obj_tag(x_282) == 0) { lean_object* x_283; size_t x_284; lean_object* x_285; @@ -67190,22 +67269,22 @@ x_283 = lean_ctor_get(x_282, 1); lean_inc(x_283); lean_dec_ref(x_282); x_284 = lean_array_size(x_279); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); -lean_inc_ref(x_221); -x_285 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__2___redArg(x_284, x_215, x_279, x_221, x_222, x_223, x_214, x_283); -x_192 = x_211; -x_193 = x_275; -x_194 = x_214; -x_195 = x_212; -x_196 = x_215; -x_197 = x_217; +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +x_285 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__2___redArg(x_284, x_219, x_279, x_216, x_213, x_220, x_218, x_283); +x_192 = x_209; +x_193 = x_213; +x_194 = x_212; +x_195 = x_215; +x_196 = x_216; +x_197 = x_218; x_198 = x_219; x_199 = x_220; -x_200 = x_221; -x_201 = x_222; -x_202 = x_223; +x_200 = x_275; +x_201 = x_221; +x_202 = x_222; x_203 = x_285; goto block_208; } @@ -67218,17 +67297,17 @@ lean_inc(x_286); x_287 = lean_ctor_get(x_282, 1); lean_inc(x_287); lean_dec_ref(x_282); -x_176 = x_211; -x_177 = x_275; +x_176 = x_209; +x_177 = x_213; x_178 = x_212; -x_179 = x_214; -x_180 = x_215; -x_181 = x_217; +x_179 = x_215; +x_180 = x_216; +x_181 = x_218; x_182 = x_219; x_183 = x_220; -x_184 = x_221; -x_185 = x_222; -x_186 = x_223; +x_184 = x_275; +x_185 = x_221; +x_186 = x_222; x_187 = x_286; x_188 = x_287; goto block_191; @@ -67236,17 +67315,17 @@ goto block_191; } else { -x_192 = x_211; -x_193 = x_275; -x_194 = x_214; -x_195 = x_212; -x_196 = x_215; -x_197 = x_217; +x_192 = x_209; +x_193 = x_213; +x_194 = x_212; +x_195 = x_215; +x_196 = x_216; +x_197 = x_218; x_198 = x_219; x_199 = x_220; -x_200 = x_221; -x_201 = x_222; -x_202 = x_223; +x_200 = x_275; +x_201 = x_221; +x_202 = x_222; x_203 = x_278; goto block_208; } @@ -67254,14 +67333,14 @@ goto block_208; else { lean_object* x_288; lean_object* x_289; -lean_dec_ref(x_223); -lean_dec(x_222); +lean_dec_ref(x_222); lean_dec_ref(x_221); -lean_dec(x_220); -lean_dec(x_219); -lean_dec_ref(x_217); -lean_dec(x_214); -lean_dec_ref(x_212); +lean_dec_ref(x_220); +lean_dec(x_218); +lean_dec_ref(x_216); +lean_dec(x_215); +lean_dec(x_213); +lean_dec(x_212); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -67310,11 +67389,11 @@ lean_ctor_set(x_300, 5, x_299); lean_ctor_set(x_300, 6, x_295); lean_ctor_set(x_300, 7, x_296); lean_ctor_set(x_300, 8, x_297); -x_301 = lean_st_ref_set(x_214, x_300, x_230); +x_301 = lean_st_ref_set(x_218, x_300, x_230); x_302 = lean_ctor_get(x_301, 1); lean_inc(x_302); lean_dec_ref(x_301); -x_303 = lean_st_ref_take(x_222, x_302); +x_303 = lean_st_ref_take(x_213, x_302); x_304 = lean_ctor_get(x_303, 0); lean_inc(x_304); x_305 = lean_ctor_get(x_303, 1); @@ -67350,7 +67429,7 @@ lean_ctor_set(x_312, 1, x_311); lean_ctor_set(x_312, 2, x_307); lean_ctor_set(x_312, 3, x_308); lean_ctor_set(x_312, 4, x_309); -x_313 = lean_st_ref_set(x_222, x_312, x_305); +x_313 = lean_st_ref_set(x_213, x_312, x_305); x_314 = lean_ctor_get(x_226, 0); lean_inc_ref(x_314); lean_dec(x_226); @@ -67361,34 +67440,34 @@ x_316 = lean_ctor_get_uint8(x_314, sizeof(void*)*8); lean_dec_ref(x_314); x_317 = lean_box(x_316); x_318 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__1___boxed), 7, 5); -lean_closure_set(x_318, 0, x_209); +lean_closure_set(x_318, 0, x_210); lean_closure_set(x_318, 1, x_317); lean_closure_set(x_318, 2, x_299); -lean_closure_set(x_318, 3, x_210); +lean_closure_set(x_318, 3, x_211); lean_closure_set(x_318, 4, x_311); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); -x_319 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__16(x_6, x_216, x_215, x_218, x_212, x_219, x_221, x_222, x_223, x_214, x_315); +x_319 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__16(x_6, x_223, x_219, x_217, x_221, x_215, x_216, x_213, x_220, x_218, x_315); if (lean_obj_tag(x_319) == 0) { lean_object* x_320; lean_object* x_321; x_320 = lean_ctor_get(x_319, 1); lean_inc(x_320); lean_dec_ref(x_319); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); lean_inc_ref(x_2); lean_inc_ref(x_1); -lean_inc_ref(x_217); -x_321 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(x_217, x_1, x_2, x_212, x_219, x_221, x_222, x_223, x_214, x_320); +lean_inc_ref(x_222); +x_321 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues(x_222, x_1, x_2, x_221, x_215, x_216, x_213, x_220, x_218, x_320); if (lean_obj_tag(x_321) == 0) { lean_object* x_322; lean_object* x_323; uint8_t x_324; lean_object* x_325; @@ -67398,13 +67477,13 @@ x_323 = lean_ctor_get(x_321, 1); lean_inc(x_323); lean_dec_ref(x_321); x_324 = 0; -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +lean_inc(x_215); lean_inc_ref(x_221); -lean_inc(x_219); -lean_inc_ref(x_212); -x_325 = l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(x_324, x_212, x_219, x_221, x_222, x_223, x_214, x_323); +x_325 = l_Lean_Elab_Term_synthesizeSyntheticMVarsNoPostponing(x_324, x_221, x_215, x_216, x_213, x_220, x_218, x_323); if (lean_obj_tag(x_325) == 0) { lean_object* x_326; size_t x_327; lean_object* x_328; @@ -67412,22 +67491,22 @@ x_326 = lean_ctor_get(x_325, 1); lean_inc(x_326); lean_dec_ref(x_325); x_327 = lean_array_size(x_322); -lean_inc(x_214); -lean_inc_ref(x_223); -lean_inc(x_222); -lean_inc_ref(x_221); -x_328 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__2___redArg(x_327, x_215, x_322, x_221, x_222, x_223, x_214, x_326); -x_192 = x_211; -x_193 = x_318; -x_194 = x_214; -x_195 = x_212; -x_196 = x_215; -x_197 = x_217; +lean_inc(x_218); +lean_inc_ref(x_220); +lean_inc(x_213); +lean_inc_ref(x_216); +x_328 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Term_MutualClosure_main_spec__2___redArg(x_327, x_219, x_322, x_216, x_213, x_220, x_218, x_326); +x_192 = x_209; +x_193 = x_213; +x_194 = x_212; +x_195 = x_215; +x_196 = x_216; +x_197 = x_218; x_198 = x_219; x_199 = x_220; -x_200 = x_221; -x_201 = x_222; -x_202 = x_223; +x_200 = x_318; +x_201 = x_221; +x_202 = x_222; x_203 = x_328; goto block_208; } @@ -67440,17 +67519,17 @@ lean_inc(x_329); x_330 = lean_ctor_get(x_325, 1); lean_inc(x_330); lean_dec_ref(x_325); -x_176 = x_211; -x_177 = x_318; +x_176 = x_209; +x_177 = x_213; x_178 = x_212; -x_179 = x_214; -x_180 = x_215; -x_181 = x_217; +x_179 = x_215; +x_180 = x_216; +x_181 = x_218; x_182 = x_219; x_183 = x_220; -x_184 = x_221; -x_185 = x_222; -x_186 = x_223; +x_184 = x_318; +x_185 = x_221; +x_186 = x_222; x_187 = x_329; x_188 = x_330; goto block_191; @@ -67458,17 +67537,17 @@ goto block_191; } else { -x_192 = x_211; -x_193 = x_318; -x_194 = x_214; -x_195 = x_212; -x_196 = x_215; -x_197 = x_217; +x_192 = x_209; +x_193 = x_213; +x_194 = x_212; +x_195 = x_215; +x_196 = x_216; +x_197 = x_218; x_198 = x_219; x_199 = x_220; -x_200 = x_221; -x_201 = x_222; -x_202 = x_223; +x_200 = x_318; +x_201 = x_221; +x_202 = x_222; x_203 = x_321; goto block_208; } @@ -67476,14 +67555,14 @@ goto block_208; else { lean_object* x_331; lean_object* x_332; -lean_dec_ref(x_223); -lean_dec(x_222); +lean_dec_ref(x_222); lean_dec_ref(x_221); -lean_dec(x_220); -lean_dec(x_219); -lean_dec_ref(x_217); -lean_dec(x_214); -lean_dec_ref(x_212); +lean_dec_ref(x_220); +lean_dec(x_218); +lean_dec_ref(x_216); +lean_dec(x_215); +lean_dec(x_213); +lean_dec(x_212); lean_dec_ref(x_8); lean_dec_ref(x_4); lean_dec_ref(x_2); @@ -67504,7 +67583,7 @@ block_354: { lean_object* x_350; uint8_t x_351; x_350 = lean_array_get_size(x_3); -x_351 = lean_nat_dec_lt(x_345, x_350); +x_351 = lean_nat_dec_lt(x_339, x_350); if (x_351 == 0) { lean_dec(x_350); @@ -67516,13 +67595,13 @@ x_212 = x_339; x_213 = x_338; x_214 = x_337; x_215 = x_340; -x_216 = x_342; -x_217 = x_341; -x_218 = x_344; -x_219 = x_343; +x_216 = x_341; +x_217 = x_342; +x_218 = x_343; +x_219 = x_344; x_220 = x_345; -x_221 = x_347; -x_222 = x_346; +x_221 = x_346; +x_222 = x_347; x_223 = x_348; x_224 = x_349; goto block_333; @@ -67540,13 +67619,13 @@ x_212 = x_339; x_213 = x_338; x_214 = x_337; x_215 = x_340; -x_216 = x_342; -x_217 = x_341; -x_218 = x_344; -x_219 = x_343; +x_216 = x_341; +x_217 = x_342; +x_218 = x_343; +x_219 = x_344; x_220 = x_345; -x_221 = x_347; -x_222 = x_346; +x_221 = x_346; +x_222 = x_347; x_223 = x_348; x_224 = x_349; goto block_333; @@ -67556,7 +67635,7 @@ else size_t x_352; uint8_t x_353; x_352 = lean_usize_of_nat(x_350); lean_dec(x_350); -x_353 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__18(x_349, x_3, x_340, x_352); +x_353 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__18(x_349, x_3, x_344, x_352); lean_dec_ref(x_3); x_209 = x_334; x_210 = x_335; @@ -67565,13 +67644,13 @@ x_212 = x_339; x_213 = x_338; x_214 = x_337; x_215 = x_340; -x_216 = x_342; -x_217 = x_341; -x_218 = x_344; -x_219 = x_343; +x_216 = x_341; +x_217 = x_342; +x_218 = x_343; +x_219 = x_344; x_220 = x_345; -x_221 = x_347; -x_222 = x_346; +x_221 = x_346; +x_222 = x_347; x_223 = x_348; x_224 = x_353; goto block_333; @@ -67586,7 +67665,7 @@ x_373 = lean_box(x_7); x_374 = lean_box(x_371); x_375 = lean_alloc_closure((void*)(l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab___lam__2___boxed), 4, 3); lean_closure_set(x_375, 0, x_373); -lean_closure_set(x_375, 1, x_358); +lean_closure_set(x_375, 1, x_357); lean_closure_set(x_375, 2, x_374); lean_inc(x_372); x_376 = l_List_any___redArg(x_372, x_375); @@ -67594,18 +67673,18 @@ if (x_376 == 0) { x_334 = x_355; x_335 = x_356; -x_336 = x_357; +x_336 = x_358; x_337 = x_361; x_338 = x_360; x_339 = x_359; x_340 = x_362; -x_341 = x_364; -x_342 = x_363; -x_343 = x_366; -x_344 = x_365; +x_341 = x_363; +x_342 = x_364; +x_343 = x_365; +x_344 = x_366; x_345 = x_367; -x_346 = x_369; -x_347 = x_368; +x_346 = x_368; +x_347 = x_369; x_348 = x_370; x_349 = x_376; goto block_354; @@ -67615,7 +67694,7 @@ else lean_dec_ref(x_3); x_209 = x_355; x_210 = x_356; -x_211 = x_357; +x_211 = x_358; x_212 = x_359; x_213 = x_360; x_214 = x_361; @@ -67637,23 +67716,23 @@ block_396: if (x_390 == 0) { lean_dec_ref(x_3); -lean_inc(x_382); -lean_inc(x_378); +lean_inc(x_387); +lean_inc(x_383); x_209 = x_378; -x_210 = x_382; -x_211 = x_384; -x_212 = x_379; -x_213 = x_385; -x_214 = x_378; -x_215 = x_384; -x_216 = x_388; -x_217 = x_387; -x_218 = x_389; -x_219 = x_386; -x_220 = x_383; -x_221 = x_381; +x_210 = x_383; +x_211 = x_387; +x_212 = x_385; +x_213 = x_387; +x_214 = x_380; +x_215 = x_381; +x_216 = x_384; +x_217 = x_388; +x_218 = x_383; +x_219 = x_378; +x_220 = x_386; +x_221 = x_379; x_222 = x_382; -x_223 = x_380; +x_223 = x_389; x_224 = x_390; goto block_333; } @@ -67663,28 +67742,28 @@ if (x_7 == 0) { lean_object* x_391; uint8_t x_392; x_391 = lean_array_get_size(x_3); -x_392 = lean_nat_dec_lt(x_383, x_391); +x_392 = lean_nat_dec_lt(x_385, x_391); if (x_392 == 0) { lean_dec(x_391); lean_dec_ref(x_3); -lean_inc(x_382); -lean_inc(x_378); +lean_inc(x_387); +lean_inc(x_383); x_209 = x_378; -x_210 = x_382; -x_211 = x_384; -x_212 = x_379; -x_213 = x_385; -x_214 = x_378; -x_215 = x_384; -x_216 = x_388; -x_217 = x_387; -x_218 = x_389; -x_219 = x_386; -x_220 = x_383; -x_221 = x_381; +x_210 = x_383; +x_211 = x_387; +x_212 = x_385; +x_213 = x_387; +x_214 = x_380; +x_215 = x_381; +x_216 = x_384; +x_217 = x_388; +x_218 = x_383; +x_219 = x_378; +x_220 = x_386; +x_221 = x_379; x_222 = x_382; -x_223 = x_380; +x_223 = x_389; x_224 = x_390; goto block_333; } @@ -67694,23 +67773,23 @@ if (x_392 == 0) { lean_dec(x_391); lean_dec_ref(x_3); -lean_inc(x_382); -lean_inc(x_378); +lean_inc(x_387); +lean_inc(x_383); x_209 = x_378; -x_210 = x_382; -x_211 = x_384; -x_212 = x_379; -x_213 = x_385; -x_214 = x_378; -x_215 = x_384; -x_216 = x_388; -x_217 = x_387; -x_218 = x_389; -x_219 = x_386; -x_220 = x_383; -x_221 = x_381; +x_210 = x_383; +x_211 = x_387; +x_212 = x_385; +x_213 = x_387; +x_214 = x_380; +x_215 = x_381; +x_216 = x_384; +x_217 = x_388; +x_218 = x_383; +x_219 = x_378; +x_220 = x_386; +x_221 = x_379; x_222 = x_382; -x_223 = x_380; +x_223 = x_389; x_224 = x_390; goto block_333; } @@ -67719,27 +67798,27 @@ else size_t x_393; uint8_t x_394; x_393 = lean_usize_of_nat(x_391); lean_dec(x_391); -x_394 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__21(x_7, x_390, x_3, x_384, x_393); +x_394 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__21(x_7, x_390, x_3, x_378, x_393); if (x_394 == 0) { lean_dec_ref(x_3); -lean_inc(x_382); -lean_inc(x_378); +lean_inc(x_387); +lean_inc(x_383); x_209 = x_378; -x_210 = x_382; -x_211 = x_384; -x_212 = x_379; -x_213 = x_385; -x_214 = x_378; -x_215 = x_384; -x_216 = x_388; -x_217 = x_387; -x_218 = x_389; -x_219 = x_386; -x_220 = x_383; -x_221 = x_381; +x_210 = x_383; +x_211 = x_387; +x_212 = x_385; +x_213 = x_387; +x_214 = x_380; +x_215 = x_381; +x_216 = x_384; +x_217 = x_388; +x_218 = x_383; +x_219 = x_378; +x_220 = x_386; +x_221 = x_379; x_222 = x_382; -x_223 = x_380; +x_223 = x_389; x_224 = x_390; goto block_333; } @@ -67747,25 +67826,25 @@ else { if (x_392 == 0) { +lean_inc(x_387); +lean_inc(x_385); lean_inc(x_383); -lean_inc(x_382); -lean_inc(x_378); x_355 = x_378; -x_356 = x_382; -x_357 = x_384; -x_358 = x_383; -x_359 = x_379; -x_360 = x_385; -x_361 = x_378; -x_362 = x_384; -x_363 = x_388; -x_364 = x_387; -x_365 = x_389; -x_366 = x_386; -x_367 = x_383; -x_368 = x_381; +x_356 = x_383; +x_357 = x_385; +x_358 = x_387; +x_359 = x_385; +x_360 = x_387; +x_361 = x_380; +x_362 = x_381; +x_363 = x_384; +x_364 = x_388; +x_365 = x_383; +x_366 = x_378; +x_367 = x_386; +x_368 = x_379; x_369 = x_382; -x_370 = x_380; +x_370 = x_389; x_371 = x_390; goto block_377; } @@ -67773,75 +67852,75 @@ else { if (x_392 == 0) { +lean_inc(x_387); +lean_inc(x_385); lean_inc(x_383); -lean_inc(x_382); -lean_inc(x_378); x_355 = x_378; -x_356 = x_382; -x_357 = x_384; -x_358 = x_383; -x_359 = x_379; -x_360 = x_385; -x_361 = x_378; -x_362 = x_384; -x_363 = x_388; -x_364 = x_387; -x_365 = x_389; -x_366 = x_386; -x_367 = x_383; -x_368 = x_381; +x_356 = x_383; +x_357 = x_385; +x_358 = x_387; +x_359 = x_385; +x_360 = x_387; +x_361 = x_380; +x_362 = x_381; +x_363 = x_384; +x_364 = x_388; +x_365 = x_383; +x_366 = x_378; +x_367 = x_386; +x_368 = x_379; x_369 = x_382; -x_370 = x_380; +x_370 = x_389; x_371 = x_390; goto block_377; } else { uint8_t x_395; -x_395 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__20(x_390, x_7, x_3, x_384, x_393); +x_395 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__20(x_390, x_7, x_3, x_378, x_393); if (x_395 == 0) { +lean_inc(x_387); +lean_inc(x_385); lean_inc(x_383); -lean_inc(x_382); -lean_inc(x_378); x_355 = x_378; -x_356 = x_382; -x_357 = x_384; -x_358 = x_383; -x_359 = x_379; -x_360 = x_385; -x_361 = x_378; -x_362 = x_384; -x_363 = x_388; -x_364 = x_387; -x_365 = x_389; -x_366 = x_386; -x_367 = x_383; -x_368 = x_381; +x_356 = x_383; +x_357 = x_385; +x_358 = x_387; +x_359 = x_385; +x_360 = x_387; +x_361 = x_380; +x_362 = x_381; +x_363 = x_384; +x_364 = x_388; +x_365 = x_383; +x_366 = x_378; +x_367 = x_386; +x_368 = x_379; x_369 = x_382; -x_370 = x_380; +x_370 = x_389; x_371 = x_390; goto block_377; } else { -lean_inc(x_382); -lean_inc(x_378); +lean_inc(x_387); +lean_inc(x_383); x_334 = x_378; -x_335 = x_382; -x_336 = x_384; -x_337 = x_378; -x_338 = x_385; -x_339 = x_379; -x_340 = x_384; -x_341 = x_387; +x_335 = x_383; +x_336 = x_387; +x_337 = x_380; +x_338 = x_387; +x_339 = x_385; +x_340 = x_381; +x_341 = x_384; x_342 = x_388; -x_343 = x_386; -x_344 = x_389; -x_345 = x_383; -x_346 = x_382; -x_347 = x_381; -x_348 = x_380; +x_343 = x_383; +x_344 = x_378; +x_345 = x_386; +x_346 = x_379; +x_347 = x_382; +x_348 = x_389; x_349 = x_7; goto block_354; } @@ -67854,23 +67933,23 @@ goto block_354; else { lean_dec_ref(x_3); -lean_inc(x_382); -lean_inc(x_378); +lean_inc(x_387); +lean_inc(x_383); x_209 = x_378; -x_210 = x_382; -x_211 = x_384; -x_212 = x_379; -x_213 = x_385; -x_214 = x_378; -x_215 = x_384; -x_216 = x_388; -x_217 = x_387; -x_218 = x_389; -x_219 = x_386; -x_220 = x_383; -x_221 = x_381; +x_210 = x_383; +x_211 = x_387; +x_212 = x_385; +x_213 = x_387; +x_214 = x_380; +x_215 = x_381; +x_216 = x_384; +x_217 = x_388; +x_218 = x_383; +x_219 = x_378; +x_220 = x_386; +x_221 = x_379; x_222 = x_382; -x_223 = x_380; +x_223 = x_389; x_224 = x_7; goto block_333; } @@ -67895,18 +67974,18 @@ if (x_416 == 0) { lean_dec(x_415); lean_dec_ref(x_400); -x_378 = x_406; +x_378 = x_409; x_379 = x_401; -x_380 = x_405; -x_381 = x_403; -x_382 = x_404; -x_383 = x_411; -x_384 = x_409; -x_385 = x_407; -x_386 = x_402; -x_387 = x_410; -x_388 = x_414; -x_389 = x_413; +x_380 = x_407; +x_381 = x_402; +x_382 = x_410; +x_383 = x_406; +x_384 = x_403; +x_385 = x_411; +x_386 = x_405; +x_387 = x_404; +x_388 = x_413; +x_389 = x_414; x_390 = x_416; goto block_396; } @@ -67916,18 +67995,18 @@ if (x_416 == 0) { lean_dec(x_415); lean_dec_ref(x_400); -x_378 = x_406; +x_378 = x_409; x_379 = x_401; -x_380 = x_405; -x_381 = x_403; -x_382 = x_404; -x_383 = x_411; -x_384 = x_409; -x_385 = x_407; -x_386 = x_402; -x_387 = x_410; -x_388 = x_414; -x_389 = x_413; +x_380 = x_407; +x_381 = x_402; +x_382 = x_410; +x_383 = x_406; +x_384 = x_403; +x_385 = x_411; +x_386 = x_405; +x_387 = x_404; +x_388 = x_413; +x_389 = x_414; x_390 = x_416; goto block_396; } @@ -67938,18 +68017,18 @@ x_417 = lean_usize_of_nat(x_415); lean_dec(x_415); x_418 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_finishElab_spec__22(x_400, x_3, x_409, x_417); lean_dec_ref(x_400); -x_378 = x_406; +x_378 = x_409; x_379 = x_401; -x_380 = x_405; -x_381 = x_403; -x_382 = x_404; -x_383 = x_411; -x_384 = x_409; -x_385 = x_407; -x_386 = x_402; -x_387 = x_410; -x_388 = x_414; -x_389 = x_413; +x_380 = x_407; +x_381 = x_402; +x_382 = x_410; +x_383 = x_406; +x_384 = x_403; +x_385 = x_411; +x_386 = x_405; +x_387 = x_404; +x_388 = x_413; +x_389 = x_414; x_390 = x_418; goto block_396; } @@ -74336,7 +74415,7 @@ lean_inc_ref(x_6); lean_inc(x_5); lean_inc_ref(x_4); lean_inc_ref(x_3); -x_52 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_elabSync(x_1, x_2, x_3, x_50, x_4, x_5, x_6, x_7, x_8, x_9, x_51); +x_52 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_elabSync(x_1, x_2, x_3, x_51, x_4, x_5, x_6, x_7, x_8, x_9, x_49); if (lean_obj_tag(x_52) == 0) { lean_object* x_53; lean_object* x_54; lean_object* x_55; @@ -74352,7 +74431,7 @@ lean_dec_ref(x_6); lean_dec(x_5); lean_dec_ref(x_4); lean_dec_ref(x_3); -x_21 = x_49; +x_21 = x_50; x_22 = x_55; goto block_33; } @@ -74366,7 +74445,7 @@ lean_dec_ref(x_6); lean_dec(x_5); lean_dec_ref(x_4); lean_dec_ref(x_3); -x_21 = x_49; +x_21 = x_50; x_22 = x_52; goto block_33; } @@ -74375,11 +74454,11 @@ block_75: { if (x_64 == 0) { -lean_dec(x_62); -lean_dec_ref(x_61); -lean_dec_ref(x_57); -x_49 = x_58; -x_50 = x_59; +lean_dec_ref(x_62); +lean_dec_ref(x_58); +lean_dec(x_57); +x_49 = x_60; +x_50 = x_61; x_51 = x_63; goto block_56; } @@ -74387,12 +74466,12 @@ else { lean_object* x_65; uint8_t x_66; x_65 = l_Lean_Elab_Term_withRestoreOrSaveFull___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabFunValues_spec__9___redArg___lam__7___closed__1; -x_66 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_62, x_65); -lean_dec(x_62); +x_66 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_57, x_65); +lean_dec(x_57); if (x_66 == 0) { lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; -x_67 = lean_array_get_borrowed(x_45, x_59, x_60); +x_67 = lean_array_get_borrowed(x_45, x_63, x_59); x_68 = lean_ctor_get(x_67, 1); x_69 = lean_ctor_get(x_68, 5); x_70 = l_Lean_Expr_hasMVar(x_69); @@ -74400,7 +74479,7 @@ if (x_70 == 0) { lean_object* x_71; lean_inc_ref(x_67); -lean_dec_ref(x_59); +lean_dec_ref(x_63); lean_inc(x_9); lean_inc_ref(x_8); lean_inc(x_7); @@ -74408,7 +74487,7 @@ lean_inc_ref(x_6); lean_inc(x_5); lean_inc_ref(x_4); lean_inc_ref(x_3); -x_71 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_elabAsync(x_1, x_2, x_3, x_67, x_61, x_57, x_4, x_5, x_6, x_7, x_8, x_9, x_63); +x_71 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_elabAsync(x_1, x_2, x_3, x_67, x_62, x_58, x_4, x_5, x_6, x_7, x_8, x_9, x_60); if (lean_obj_tag(x_71) == 0) { lean_object* x_72; lean_object* x_73; lean_object* x_74; @@ -74424,7 +74503,7 @@ lean_dec_ref(x_6); lean_dec(x_5); lean_dec_ref(x_4); lean_dec_ref(x_3); -x_21 = x_58; +x_21 = x_61; x_22 = x_74; goto block_33; } @@ -74438,27 +74517,27 @@ lean_dec_ref(x_6); lean_dec(x_5); lean_dec_ref(x_4); lean_dec_ref(x_3); -x_21 = x_58; +x_21 = x_61; x_22 = x_71; goto block_33; } } else { -lean_dec_ref(x_61); -lean_dec_ref(x_57); -x_49 = x_58; -x_50 = x_59; +lean_dec_ref(x_62); +lean_dec_ref(x_58); +x_49 = x_60; +x_50 = x_61; x_51 = x_63; goto block_56; } } else { -lean_dec_ref(x_61); -lean_dec_ref(x_57); -x_49 = x_58; -x_50 = x_59; +lean_dec_ref(x_62); +lean_dec_ref(x_58); +x_49 = x_60; +x_50 = x_61; x_51 = x_63; goto block_56; } @@ -74610,16 +74689,16 @@ x_124 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_go___clo x_125 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_120, x_124); if (x_125 == 0) { -lean_inc(x_120); lean_inc_ref(x_122); lean_inc_ref(x_123); -x_57 = x_123; -x_58 = x_101; -x_59 = x_107; -x_60 = x_121; -x_61 = x_122; -x_62 = x_120; -x_63 = x_108; +lean_inc(x_120); +x_57 = x_120; +x_58 = x_123; +x_59 = x_121; +x_60 = x_108; +x_61 = x_101; +x_62 = x_122; +x_63 = x_107; x_64 = x_125; goto block_75; } @@ -74628,16 +74707,16 @@ else uint8_t x_126; uint8_t x_127; x_126 = lean_ctor_get_uint8(x_122, sizeof(void*)*9); x_127 = l_Lean_Elab_DefKind_isTheorem(x_126); -lean_inc(x_120); lean_inc_ref(x_122); lean_inc_ref(x_123); -x_57 = x_123; -x_58 = x_101; -x_59 = x_107; -x_60 = x_121; -x_61 = x_122; -x_62 = x_120; -x_63 = x_108; +lean_inc(x_120); +x_57 = x_120; +x_58 = x_123; +x_59 = x_121; +x_60 = x_108; +x_61 = x_101; +x_62 = x_122; +x_63 = x_107; x_64 = x_127; goto block_75; } @@ -74704,16 +74783,16 @@ x_147 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_go___clo x_148 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_143, x_147); if (x_148 == 0) { -lean_inc(x_143); lean_inc_ref(x_145); lean_inc_ref(x_146); -x_57 = x_146; -x_58 = x_101; -x_59 = x_128; -x_60 = x_144; -x_61 = x_145; -x_62 = x_143; -x_63 = x_129; +lean_inc(x_143); +x_57 = x_143; +x_58 = x_146; +x_59 = x_144; +x_60 = x_129; +x_61 = x_101; +x_62 = x_145; +x_63 = x_128; x_64 = x_148; goto block_75; } @@ -74722,16 +74801,16 @@ else uint8_t x_149; uint8_t x_150; x_149 = lean_ctor_get_uint8(x_145, sizeof(void*)*9); x_150 = l_Lean_Elab_DefKind_isTheorem(x_149); -lean_inc(x_143); lean_inc_ref(x_145); lean_inc_ref(x_146); -x_57 = x_146; -x_58 = x_101; -x_59 = x_128; -x_60 = x_144; -x_61 = x_145; -x_62 = x_143; -x_63 = x_129; +lean_inc(x_143); +x_57 = x_143; +x_58 = x_146; +x_59 = x_144; +x_60 = x_129; +x_61 = x_101; +x_62 = x_145; +x_63 = x_128; x_64 = x_150; goto block_75; } @@ -74926,16 +75005,16 @@ x_191 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_go___clo x_192 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_187, x_191); if (x_192 == 0) { -lean_inc(x_187); lean_inc_ref(x_189); lean_inc_ref(x_190); -x_57 = x_190; -x_58 = x_166; -x_59 = x_171; -x_60 = x_188; -x_61 = x_189; -x_62 = x_187; -x_63 = x_172; +lean_inc(x_187); +x_57 = x_187; +x_58 = x_190; +x_59 = x_188; +x_60 = x_172; +x_61 = x_166; +x_62 = x_189; +x_63 = x_171; x_64 = x_192; goto block_75; } @@ -74944,16 +75023,16 @@ else uint8_t x_193; uint8_t x_194; x_193 = lean_ctor_get_uint8(x_189, sizeof(void*)*9); x_194 = l_Lean_Elab_DefKind_isTheorem(x_193); -lean_inc(x_187); lean_inc_ref(x_189); lean_inc_ref(x_190); -x_57 = x_190; -x_58 = x_166; -x_59 = x_171; -x_60 = x_188; -x_61 = x_189; -x_62 = x_187; -x_63 = x_172; +lean_inc(x_187); +x_57 = x_187; +x_58 = x_190; +x_59 = x_188; +x_60 = x_172; +x_61 = x_166; +x_62 = x_189; +x_63 = x_171; x_64 = x_194; goto block_75; } @@ -75201,16 +75280,16 @@ x_252 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabMutualDef_go___clo x_253 = l_Lean_Option_get___at___Lean_Elab_addMacroStack___at___Lean_throwError___at_____private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers_spec__0_spec__1_spec__1(x_248, x_252); if (x_253 == 0) { -lean_inc(x_248); lean_inc_ref(x_250); lean_inc_ref(x_251); -x_57 = x_251; -x_58 = x_227; -x_59 = x_232; -x_60 = x_249; -x_61 = x_250; -x_62 = x_248; -x_63 = x_233; +lean_inc(x_248); +x_57 = x_248; +x_58 = x_251; +x_59 = x_249; +x_60 = x_233; +x_61 = x_227; +x_62 = x_250; +x_63 = x_232; x_64 = x_253; goto block_75; } @@ -75219,16 +75298,16 @@ else uint8_t x_254; uint8_t x_255; x_254 = lean_ctor_get_uint8(x_250, sizeof(void*)*9); x_255 = l_Lean_Elab_DefKind_isTheorem(x_254); -lean_inc(x_248); lean_inc_ref(x_250); lean_inc_ref(x_251); -x_57 = x_251; -x_58 = x_227; -x_59 = x_232; -x_60 = x_249; -x_61 = x_250; -x_62 = x_248; -x_63 = x_233; +lean_inc(x_248); +x_57 = x_248; +x_58 = x_251; +x_59 = x_249; +x_60 = x_233; +x_61 = x_227; +x_62 = x_250; +x_63 = x_232; x_64 = x_255; goto block_75; } @@ -79406,7 +79485,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_elabAttrs___at___Lean_Elab_elabDeclAttrs___at___Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5_spec__5_spec__5_spec__5_spec__5_spec__5(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -lean_object* x_8; uint8_t x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_96; lean_object* x_97; uint8_t x_98; uint8_t x_99; lean_object* x_100; lean_object* x_101; uint8_t x_132; lean_object* x_133; uint8_t x_134; uint8_t x_135; lean_object* x_136; lean_object* x_137; uint8_t x_141; uint8_t x_142; lean_object* x_143; uint8_t x_144; uint8_t x_157; uint8_t x_158; uint8_t x_159; lean_object* x_160; uint8_t x_161; uint8_t x_163; uint8_t x_178; +lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_96; uint8_t x_97; lean_object* x_98; uint8_t x_99; lean_object* x_100; lean_object* x_101; uint8_t x_132; uint8_t x_133; lean_object* x_134; uint8_t x_135; lean_object* x_136; lean_object* x_137; uint8_t x_141; uint8_t x_142; lean_object* x_143; uint8_t x_144; uint8_t x_157; uint8_t x_158; uint8_t x_159; lean_object* x_160; uint8_t x_161; uint8_t x_163; uint8_t x_178; x_157 = 2; x_178 = l_Lean_beqMessageSeverity____x40_Lean_Message_3631932226____hygCtx___hyg_9_(x_3, x_157); if (x_178 == 0) @@ -79465,15 +79544,15 @@ lean_ctor_set(x_23, 1, x_28); lean_ctor_set(x_23, 0, x_27); x_31 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_31, 0, x_23); -lean_ctor_set(x_31, 1, x_14); +lean_ctor_set(x_31, 1, x_11); x_32 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_32, 0, x_8); -lean_ctor_set(x_32, 1, x_12); -lean_ctor_set(x_32, 2, x_10); -lean_ctor_set(x_32, 3, x_13); +lean_ctor_set(x_32, 1, x_9); +lean_ctor_set(x_32, 2, x_13); +lean_ctor_set(x_32, 3, x_14); lean_ctor_set(x_32, 4, x_31); -lean_ctor_set_uint8(x_32, sizeof(void*)*5, x_9); -lean_ctor_set_uint8(x_32, sizeof(void*)*5 + 1, x_11); +lean_ctor_set_uint8(x_32, sizeof(void*)*5, x_10); +lean_ctor_set_uint8(x_32, sizeof(void*)*5 + 1, x_12); lean_ctor_set_uint8(x_32, sizeof(void*)*5 + 2, x_4); x_33 = l_Lean_MessageLog_add(x_32, x_30); lean_ctor_set(x_25, 1, x_33); @@ -79531,15 +79610,15 @@ lean_ctor_set(x_23, 1, x_28); lean_ctor_set(x_23, 0, x_27); x_52 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_52, 0, x_23); -lean_ctor_set(x_52, 1, x_14); +lean_ctor_set(x_52, 1, x_11); x_53 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_53, 0, x_8); -lean_ctor_set(x_53, 1, x_12); -lean_ctor_set(x_53, 2, x_10); -lean_ctor_set(x_53, 3, x_13); +lean_ctor_set(x_53, 1, x_9); +lean_ctor_set(x_53, 2, x_13); +lean_ctor_set(x_53, 3, x_14); lean_ctor_set(x_53, 4, x_52); -lean_ctor_set_uint8(x_53, sizeof(void*)*5, x_9); -lean_ctor_set_uint8(x_53, sizeof(void*)*5 + 1, x_11); +lean_ctor_set_uint8(x_53, sizeof(void*)*5, x_10); +lean_ctor_set_uint8(x_53, sizeof(void*)*5 + 1, x_12); lean_ctor_set_uint8(x_53, sizeof(void*)*5 + 2, x_4); x_54 = l_Lean_MessageLog_add(x_53, x_42); x_55 = lean_alloc_ctor(0, 11, 0); @@ -79634,15 +79713,15 @@ lean_ctor_set(x_77, 0, x_63); lean_ctor_set(x_77, 1, x_64); x_78 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_14); +lean_ctor_set(x_78, 1, x_11); x_79 = lean_alloc_ctor(0, 5, 3); lean_ctor_set(x_79, 0, x_8); -lean_ctor_set(x_79, 1, x_12); -lean_ctor_set(x_79, 2, x_10); -lean_ctor_set(x_79, 3, x_13); +lean_ctor_set(x_79, 1, x_9); +lean_ctor_set(x_79, 2, x_13); +lean_ctor_set(x_79, 3, x_14); lean_ctor_set(x_79, 4, x_78); -lean_ctor_set_uint8(x_79, sizeof(void*)*5, x_9); -lean_ctor_set_uint8(x_79, sizeof(void*)*5 + 1, x_11); +lean_ctor_set_uint8(x_79, sizeof(void*)*5, x_10); +lean_ctor_set_uint8(x_79, sizeof(void*)*5 + 1, x_12); lean_ctor_set_uint8(x_79, sizeof(void*)*5 + 2, x_4); x_80 = l_Lean_MessageLog_add(x_79, x_66); if (lean_is_scalar(x_76)) { @@ -79688,9 +79767,9 @@ else uint8_t x_87; lean_dec(x_18); lean_dec_ref(x_14); -lean_dec_ref(x_13); -lean_dec_ref(x_12); -lean_dec(x_10); +lean_dec(x_13); +lean_dec_ref(x_11); +lean_dec_ref(x_9); lean_dec_ref(x_8); x_87 = !lean_is_exclusive(x_20); if (x_87 == 0) @@ -79716,9 +79795,9 @@ else { uint8_t x_91; lean_dec_ref(x_14); -lean_dec_ref(x_13); -lean_dec_ref(x_12); -lean_dec(x_10); +lean_dec(x_13); +lean_dec_ref(x_11); +lean_dec_ref(x_9); lean_dec_ref(x_8); x_91 = !lean_is_exclusive(x_17); if (x_91 == 0) @@ -79750,7 +79829,7 @@ lean_inc_ref(x_103); x_104 = lean_ctor_get_uint8(x_5, sizeof(void*)*10); lean_dec_ref(x_5); x_105 = l___private_Lean_Log_0__Lean_MessageData_appendDescriptionWidgetIfNamed(x_2); -x_106 = l_Lean_addMessageContextPartial___at___Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_elabAttrs___at___Lean_Elab_elabDeclAttrs___at___Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5_spec__5_spec__5_spec__5_spec__5_spec__5_spec__5___redArg(x_105, x_6, x_97); +x_106 = l_Lean_addMessageContextPartial___at___Lean_logAt___at___Lean_logErrorAt___at___Lean_Elab_logException___at___Lean_Elab_elabAttrs___at___Lean_Elab_elabDeclAttrs___at___Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5_spec__5_spec__5_spec__5_spec__5_spec__5_spec__5___redArg(x_105, x_6, x_100); x_107 = !lean_is_exclusive(x_106); if (x_107 == 0) { @@ -79758,8 +79837,8 @@ lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; x_108 = lean_ctor_get(x_106, 0); x_109 = lean_ctor_get(x_106, 1); lean_inc_ref(x_103); -x_110 = l_Lean_FileMap_toPosition(x_103, x_100); -lean_dec(x_100); +x_110 = l_Lean_FileMap_toPosition(x_103, x_98); +lean_dec(x_98); x_111 = l_Lean_FileMap_toPosition(x_103, x_101); lean_dec(x_101); x_112 = lean_alloc_ctor(1, 1, 0); @@ -79769,12 +79848,12 @@ if (x_104 == 0) { lean_free_object(x_106); x_8 = x_102; -x_9 = x_98; -x_10 = x_112; -x_11 = x_99; -x_12 = x_110; -x_13 = x_113; -x_14 = x_108; +x_9 = x_110; +x_10 = x_97; +x_11 = x_108; +x_12 = x_99; +x_13 = x_112; +x_14 = x_113; x_15 = x_6; x_16 = x_109; goto block_95; @@ -79804,12 +79883,12 @@ else { lean_free_object(x_106); x_8 = x_102; -x_9 = x_98; -x_10 = x_112; -x_11 = x_99; -x_12 = x_110; -x_13 = x_113; -x_14 = x_108; +x_9 = x_110; +x_10 = x_97; +x_11 = x_108; +x_12 = x_99; +x_13 = x_112; +x_14 = x_113; x_15 = x_6; x_16 = x_109; goto block_95; @@ -79825,8 +79904,8 @@ lean_inc(x_120); lean_inc(x_119); lean_dec(x_106); lean_inc_ref(x_103); -x_121 = l_Lean_FileMap_toPosition(x_103, x_100); -lean_dec(x_100); +x_121 = l_Lean_FileMap_toPosition(x_103, x_98); +lean_dec(x_98); x_122 = l_Lean_FileMap_toPosition(x_103, x_101); lean_dec(x_101); x_123 = lean_alloc_ctor(1, 1, 0); @@ -79835,12 +79914,12 @@ x_124 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___closed__2; if (x_104 == 0) { x_8 = x_102; -x_9 = x_98; -x_10 = x_123; -x_11 = x_99; -x_12 = x_121; -x_13 = x_124; -x_14 = x_119; +x_9 = x_121; +x_10 = x_97; +x_11 = x_119; +x_12 = x_99; +x_13 = x_123; +x_14 = x_124; x_15 = x_6; x_16 = x_120; goto block_95; @@ -79871,12 +79950,12 @@ return x_130; else { x_8 = x_102; -x_9 = x_98; -x_10 = x_123; -x_11 = x_99; -x_12 = x_121; -x_13 = x_124; -x_14 = x_119; +x_9 = x_121; +x_10 = x_97; +x_11 = x_119; +x_12 = x_99; +x_13 = x_123; +x_14 = x_124; x_15 = x_6; x_16 = x_120; goto block_95; @@ -79887,16 +79966,16 @@ goto block_95; block_140: { lean_object* x_138; -x_138 = l_Lean_Syntax_getTailPos_x3f(x_136, x_134); -lean_dec(x_136); +x_138 = l_Lean_Syntax_getTailPos_x3f(x_134, x_133); +lean_dec(x_134); if (lean_obj_tag(x_138) == 0) { lean_inc(x_137); x_96 = x_132; x_97 = x_133; -x_98 = x_134; +x_98 = x_137; x_99 = x_135; -x_100 = x_137; +x_100 = x_136; x_101 = x_137; goto block_131; } @@ -79908,9 +79987,9 @@ lean_inc(x_139); lean_dec_ref(x_138); x_96 = x_132; x_97 = x_133; -x_98 = x_134; +x_98 = x_137; x_99 = x_135; -x_100 = x_137; +x_100 = x_136; x_101 = x_139; goto block_131; } @@ -79935,10 +80014,10 @@ if (lean_obj_tag(x_149) == 0) lean_object* x_150; x_150 = lean_unsigned_to_nat(0u); x_132 = x_141; -x_133 = x_147; -x_134 = x_142; +x_133 = x_142; +x_134 = x_148; x_135 = x_144; -x_136 = x_148; +x_136 = x_147; x_137 = x_150; goto block_140; } @@ -79949,10 +80028,10 @@ x_151 = lean_ctor_get(x_149, 0); lean_inc(x_151); lean_dec_ref(x_149); x_132 = x_141; -x_133 = x_147; -x_134 = x_142; +x_133 = x_142; +x_134 = x_148; x_135 = x_144; -x_136 = x_148; +x_136 = x_147; x_137 = x_151; goto block_140; } @@ -82854,7 +82933,7 @@ return x_5; LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_36; uint8_t x_37; uint8_t x_38; uint8_t x_45; lean_object* x_59; lean_object* x_60; uint8_t x_61; +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_36; lean_object* x_37; uint8_t x_38; uint8_t x_45; lean_object* x_59; lean_object* x_60; uint8_t x_61; x_5 = lean_unsigned_to_nat(0u); x_6 = l_Lean_Syntax_getArg(x_1, x_5); x_7 = lean_unsigned_to_nat(1u); @@ -82907,10 +82986,10 @@ if (lean_obj_tag(x_17) == 0) { uint8_t x_18; lean_object* x_19; x_18 = 0; -x_19 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5___lam__1(x_1, x_16, x_15, x_13, x_14, x_8, x_5, x_12, x_18, x_2, x_3, x_4); +x_19 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5___lam__1(x_1, x_16, x_13, x_14, x_15, x_8, x_5, x_12, x_18, x_2, x_3, x_4); lean_dec(x_12); lean_dec(x_8); -lean_dec(x_14); +lean_dec(x_15); return x_19; } else @@ -82932,7 +83011,7 @@ if (x_24 == 0) { lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_dec(x_16); -lean_dec(x_14); +lean_dec(x_15); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); @@ -82963,10 +83042,10 @@ else uint8_t x_31; lean_object* x_32; lean_dec(x_20); x_31 = 2; -x_32 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5___lam__1(x_1, x_16, x_15, x_13, x_14, x_8, x_5, x_12, x_31, x_2, x_3, x_4); +x_32 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5___lam__1(x_1, x_16, x_13, x_14, x_15, x_8, x_5, x_12, x_31, x_2, x_3, x_4); lean_dec(x_12); lean_dec(x_8); -lean_dec(x_14); +lean_dec(x_15); return x_32; } } @@ -82975,10 +83054,10 @@ else uint8_t x_33; lean_object* x_34; lean_dec(x_20); x_33 = 1; -x_34 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5___lam__1(x_1, x_16, x_15, x_13, x_14, x_8, x_5, x_12, x_33, x_2, x_3, x_4); +x_34 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualDef_spec__5___lam__1(x_1, x_16, x_13, x_14, x_15, x_8, x_5, x_12, x_33, x_2, x_3, x_4); lean_dec(x_12); lean_dec(x_8); -lean_dec(x_14); +lean_dec(x_15); return x_34; } } @@ -82992,8 +83071,8 @@ if (lean_obj_tag(x_39) == 0) { lean_object* x_40; x_40 = lean_box(0); -x_13 = x_38; -x_14 = x_36; +x_13 = x_36; +x_14 = x_38; x_15 = x_37; x_16 = x_40; goto block_35; @@ -83004,8 +83083,8 @@ uint8_t x_41; x_41 = !lean_is_exclusive(x_39); if (x_41 == 0) { -x_13 = x_38; -x_14 = x_36; +x_13 = x_36; +x_14 = x_38; x_15 = x_37; x_16 = x_39; goto block_35; @@ -83018,8 +83097,8 @@ lean_inc(x_42); lean_dec(x_39); x_43 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_43, 0, x_42); -x_13 = x_38; -x_14 = x_36; +x_13 = x_36; +x_14 = x_38; x_15 = x_37; x_16 = x_43; goto block_35; @@ -83047,8 +83126,8 @@ if (x_54 == 0) { uint8_t x_55; x_55 = 1; -x_36 = x_47; -x_37 = x_45; +x_36 = x_45; +x_37 = x_47; x_38 = x_55; goto block_44; } @@ -83056,8 +83135,8 @@ else { uint8_t x_56; x_56 = 0; -x_36 = x_47; -x_37 = x_45; +x_36 = x_45; +x_37 = x_47; x_38 = x_56; goto block_44; } @@ -83067,8 +83146,8 @@ else uint8_t x_57; lean_dec(x_49); x_57 = 2; -x_36 = x_47; -x_37 = x_45; +x_36 = x_45; +x_37 = x_47; x_38 = x_57; goto block_44; } @@ -83247,7 +83326,7 @@ return x_2; LEAN_EXPORT lean_object* l_Std_PRange_RangeIterator_instIteratorLoop_loop___at___Lean_Elab_Command_elabMutualDef_spec__26___redArg___lam__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18, uint8_t x_19, lean_object* x_20, lean_object* x_21, lean_object* x_22, lean_object* x_23, lean_object* x_24) { _start: { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; 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; uint8_t x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_77; uint8_t x_78; lean_object* x_79; uint8_t 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_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; uint8_t x_166; +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_50; lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t 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_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_77; uint8_t x_78; lean_object* x_79; uint8_t 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_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; uint8_t x_166; x_156 = lean_st_ref_get(x_23, x_24); x_157 = lean_ctor_get(x_156, 0); lean_inc(x_157); @@ -83904,33 +83983,33 @@ lean_ctor_set(x_39, 1, x_36); lean_ctor_set(x_39, 2, x_34); lean_ctor_set(x_39, 3, x_38); x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_25); +lean_ctor_set(x_40, 0, x_28); lean_ctor_set(x_40, 1, x_39); x_41 = lean_array_push(x_29, x_40); if (x_30 == 0) { lean_object* x_42; lean_object* x_43; -lean_dec(x_28); +lean_dec(x_27); x_42 = lean_box(x_30); -x_43 = lean_apply_8(x_8, x_41, x_42, x_26, x_27, x_9, x_31, x_32, x_33); +x_43 = lean_apply_8(x_8, x_41, x_42, x_26, x_25, x_9, x_31, x_32, x_33); return x_43; } else { -if (lean_obj_tag(x_28) == 0) +if (lean_obj_tag(x_27) == 0) { uint8_t x_44; lean_object* x_45; lean_object* x_46; x_44 = 0; x_45 = lean_box(x_44); -x_46 = lean_apply_8(x_8, x_41, x_45, x_26, x_27, x_9, x_31, x_32, x_33); +x_46 = lean_apply_8(x_8, x_41, x_45, x_26, x_25, x_9, x_31, x_32, x_33); return x_46; } else { lean_object* x_47; lean_object* x_48; -lean_dec_ref(x_28); +lean_dec_ref(x_27); x_47 = lean_box(x_30); -x_48 = lean_apply_8(x_8, x_41, x_47, x_26, x_27, x_9, x_31, x_32, x_33); +x_48 = lean_apply_8(x_8, x_41, x_47, x_26, x_25, x_9, x_31, x_32, x_33); return x_48; } } @@ -83946,27 +84025,27 @@ lean_ctor_set(x_68, 1, x_4); x_69 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_69, 0, x_68); x_70 = lean_alloc_ctor(0, 9, 1); -lean_ctor_set(x_70, 0, x_54); -lean_ctor_set(x_70, 1, x_62); +lean_ctor_set(x_70, 0, x_58); +lean_ctor_set(x_70, 1, x_59); lean_ctor_set(x_70, 2, x_64); -lean_ctor_set(x_70, 3, x_58); -lean_ctor_set(x_70, 4, x_51); -lean_ctor_set(x_70, 5, x_61); -lean_ctor_set(x_70, 6, x_56); +lean_ctor_set(x_70, 3, x_65); +lean_ctor_set(x_70, 4, x_60); +lean_ctor_set(x_70, 5, x_56); +lean_ctor_set(x_70, 6, x_61); lean_ctor_set(x_70, 7, x_69); -lean_ctor_set(x_70, 8, x_55); -lean_ctor_set_uint8(x_70, sizeof(void*)*9, x_63); -if (lean_obj_tag(x_65) == 0) +lean_ctor_set(x_70, 8, x_54); +lean_ctor_set_uint8(x_70, sizeof(void*)*9, x_52); +if (lean_obj_tag(x_66) == 0) { x_25 = x_50; x_26 = x_70; -x_27 = x_57; -x_28 = x_67; -x_29 = x_52; -x_30 = x_66; +x_27 = x_67; +x_28 = x_63; +x_29 = x_62; +x_30 = x_57; x_31 = x_53; -x_32 = x_60; -x_33 = x_59; +x_32 = x_51; +x_33 = x_55; goto block_49; } else @@ -83974,40 +84053,40 @@ else if (lean_obj_tag(x_67) == 0) { lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_71 = lean_ctor_get(x_65, 0); +x_71 = lean_ctor_get(x_66, 0); lean_inc(x_71); -lean_dec_ref(x_65); +lean_dec_ref(x_66); x_72 = lean_ctor_get(x_71, 1); lean_inc(x_72); lean_dec(x_71); x_73 = l_Std_PRange_RangeIterator_instIteratorLoop_loop___at___Lean_Elab_Command_elabMutualDef_spec__26___redArg___lam__3___closed__0; -x_74 = l_Lean_Language_SnapshotTask_cancelRec___redArg(x_73, x_72, x_59); +x_74 = l_Lean_Language_SnapshotTask_cancelRec___redArg(x_73, x_72, x_55); x_75 = lean_ctor_get(x_74, 1); lean_inc(x_75); lean_dec_ref(x_74); x_25 = x_50; x_26 = x_70; -x_27 = x_57; -x_28 = x_67; -x_29 = x_52; -x_30 = x_66; +x_27 = x_67; +x_28 = x_63; +x_29 = x_62; +x_30 = x_57; x_31 = x_53; -x_32 = x_60; +x_32 = x_51; x_33 = x_75; goto block_49; } else { -lean_dec_ref(x_65); +lean_dec_ref(x_66); x_25 = x_50; x_26 = x_70; -x_27 = x_57; -x_28 = x_67; -x_29 = x_52; -x_30 = x_66; +x_27 = x_67; +x_28 = x_63; +x_29 = x_62; +x_30 = x_57; x_31 = x_53; -x_32 = x_60; -x_33 = x_59; +x_32 = x_51; +x_33 = x_55; goto block_49; } } @@ -84058,23 +84137,23 @@ x_102 = lean_ctor_get(x_95, 0); lean_inc(x_102); lean_dec(x_95); x_103 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_102; -x_66 = x_78; +x_65 = x_84; +x_66 = x_102; x_67 = x_103; goto block_76; } @@ -84088,23 +84167,23 @@ if (lean_obj_tag(x_104) == 0) { lean_object* x_105; x_105 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_105; goto block_76; } @@ -84128,23 +84207,23 @@ if (lean_obj_tag(x_111) == 0) lean_object* x_112; lean_free_object(x_106); x_112 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_112; goto block_76; } @@ -84169,23 +84248,23 @@ lean_dec_ref(x_115); lean_free_object(x_111); lean_free_object(x_106); x_118 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_118; goto block_76; } @@ -84208,23 +84287,23 @@ lean_dec_ref(x_121); lean_free_object(x_111); lean_free_object(x_106); x_123 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_123; goto block_76; } @@ -84235,23 +84314,23 @@ x_124 = lean_box(0); lean_ctor_set(x_106, 1, x_121); lean_ctor_set(x_106, 0, x_124); lean_ctor_set(x_111, 0, x_106); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_111; goto block_76; } @@ -84275,23 +84354,23 @@ lean_object* x_129; lean_dec_ref(x_126); lean_free_object(x_106); x_129 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_129; goto block_76; } @@ -84313,23 +84392,23 @@ lean_object* x_134; lean_dec_ref(x_132); lean_free_object(x_106); x_134 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_134; goto block_76; } @@ -84341,23 +84420,23 @@ lean_ctor_set(x_106, 1, x_132); lean_ctor_set(x_106, 0, x_135); x_136 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_136, 0, x_106); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_136; goto block_76; } @@ -84378,23 +84457,23 @@ if (lean_obj_tag(x_139) == 0) { lean_object* x_140; x_140 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_140; goto block_76; } @@ -84422,23 +84501,23 @@ lean_object* x_146; lean_dec_ref(x_143); lean_dec(x_142); x_146 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_146; goto block_76; } @@ -84460,23 +84539,23 @@ lean_object* x_151; lean_dec_ref(x_149); lean_dec(x_142); x_151 = lean_box(0); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_151; goto block_76; } @@ -84493,23 +84572,23 @@ if (lean_is_scalar(x_142)) { x_154 = x_142; } lean_ctor_set(x_154, 0, x_153); -x_50 = x_101; -x_51 = x_85; -x_52 = x_77; +x_50 = x_89; +x_51 = x_91; +x_52 = x_80; x_53 = x_90; -x_54 = x_81; -x_55 = x_88; -x_56 = x_87; -x_57 = x_89; -x_58 = x_84; -x_59 = x_92; -x_60 = x_91; -x_61 = x_86; -x_62 = x_82; -x_63 = x_80; +x_54 = x_88; +x_55 = x_92; +x_56 = x_86; +x_57 = x_78; +x_58 = x_81; +x_59 = x_82; +x_60 = x_85; +x_61 = x_87; +x_62 = x_77; +x_63 = x_101; x_64 = x_83; -x_65 = x_104; -x_66 = x_78; +x_65 = x_84; +x_66 = x_104; x_67 = x_154; goto block_76; } @@ -85871,13 +85950,13 @@ lean_inc(x_35); x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); lean_dec_ref(x_34); -lean_inc_ref(x_29); +lean_inc_ref(x_30); x_37 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabMutualDef___lam__0), 11, 3); lean_closure_set(x_37, 0, x_35); -lean_closure_set(x_37, 1, x_29); -lean_closure_set(x_37, 2, x_30); -x_38 = lean_array_size(x_29); -x_39 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Command_elabMutualDef_spec__1(x_28, x_38, x_20, x_29); +lean_closure_set(x_37, 1, x_30); +lean_closure_set(x_37, 2, x_29); +x_38 = lean_array_size(x_30); +x_39 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Command_elabMutualDef_spec__1(x_28, x_38, x_20, x_30); x_40 = 7; x_41 = lean_array_get_size(x_39); x_42 = lean_nat_dec_lt(x_28, x_41); @@ -85963,8 +86042,8 @@ lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_53); if (lean_obj_tag(x_25) == 0) { -x_29 = x_54; -x_30 = x_57; +x_29 = x_57; +x_30 = x_54; x_31 = x_2; x_32 = x_3; x_33 = x_55; @@ -85981,8 +86060,8 @@ x_61 = lean_io_promise_resolve(x_60, x_59, x_55); x_62 = lean_ctor_get(x_61, 1); lean_inc(x_62); lean_dec_ref(x_61); -x_29 = x_54; -x_30 = x_57; +x_29 = x_57; +x_30 = x_54; x_31 = x_2; x_32 = x_3; x_33 = x_62; @@ -86122,13 +86201,13 @@ lean_inc(x_102); x_103 = lean_ctor_get(x_101, 1); lean_inc(x_103); lean_dec_ref(x_101); -lean_inc_ref(x_96); +lean_inc_ref(x_97); x_104 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabMutualDef___lam__0), 11, 3); lean_closure_set(x_104, 0, x_102); -lean_closure_set(x_104, 1, x_96); -lean_closure_set(x_104, 2, x_97); -x_105 = lean_array_size(x_96); -x_106 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Command_elabMutualDef_spec__1(x_95, x_105, x_87, x_96); +lean_closure_set(x_104, 1, x_97); +lean_closure_set(x_104, 2, x_96); +x_105 = lean_array_size(x_97); +x_106 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at___Lean_Elab_Command_elabMutualDef_spec__1(x_95, x_105, x_87, x_97); x_107 = 7; x_108 = lean_array_get_size(x_106); x_109 = lean_nat_dec_lt(x_95, x_108); @@ -86216,8 +86295,8 @@ lean_ctor_set(x_124, 0, x_123); lean_ctor_set(x_124, 1, x_120); if (lean_obj_tag(x_92) == 0) { -x_96 = x_121; -x_97 = x_124; +x_96 = x_124; +x_97 = x_121; x_98 = x_2; x_99 = x_3; x_100 = x_122; @@ -86234,8 +86313,8 @@ x_128 = lean_io_promise_resolve(x_127, x_126, x_122); x_129 = lean_ctor_get(x_128, 1); lean_inc(x_129); lean_dec_ref(x_128); -x_96 = x_121; -x_97 = x_124; +x_96 = x_124; +x_97 = x_121; x_98 = x_2; x_99 = x_3; x_100 = x_129; diff --git a/stage0/stdlib/Lean/Elab/MutualInductive.c b/stage0/stdlib/Lean/Elab/MutualInductive.c index 95bb629278..ff5a1d4489 100644 --- a/stage0/stdlib/Lean/Elab/MutualInductive.c +++ b/stage0/stdlib/Lean/Elab/MutualInductive.c @@ -363,6 +363,7 @@ LEAN_EXPORT uint8_t l_Array_contains___at_____private_Lean_Elab_MutualInductive_ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_propagateUniversesToConstructors_propagateConstraint_spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instApplicativeOfMonad___redArg___lam__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_propagateUniversesToConstructors_propagateConstraint_spec__4___redArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Elab_Command_liftCoreM___redArg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___redArg___lam__3___closed__0; LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidCtorModifier___redArg___lam__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1114,6 +1115,7 @@ LEAN_EXPORT lean_object* l_List_forM___at___List_forM___at_____private_Lean_Elab LEAN_EXPORT lean_object* l_Std_Iterators_IterM_DefaultConsumers_forIn_x27___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkResultingUniverses_spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_PRange_RangeIterator_instIteratorLoop_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkResultingUniverses_spec__7___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_collectUniverses_go___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*, lean_object*); +lean_object* l_Lean_Elab_DerivingClassView_getClassName(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_logAt___at___Lean_logErrorAt___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkNoInductiveNameConflicts_spec__0_spec__0___redArg___lam__0___closed__1; static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_isPropCandidate___closed__0; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_checkNumParams_spec__0_spec__0___closed__2; @@ -1408,6 +1410,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Comm size_t lean_usize_sub(size_t, size_t); extern lean_object* l_Lean_Elab_Command_instInhabitedScope; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___Lean_Elab_Command_mkInductiveView_spec__0___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l_Lean_Syntax_structEq(lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyComputedFields_spec__6_spec__6___lam__1___closed__3; LEAN_EXPORT lean_object* l_Lean_logAt___at___Lean_log___at___Lean_logError___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyComputedFields_spec__2_spec__2_spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_inductiveElabAttr___regBuiltin_Lean_Elab_Command_inductiveElabAttr_declRange__3___closed__0; @@ -58129,31 +58132,34 @@ uint8_t x_5; x_5 = lean_usize_dec_eq(x_3, x_4); if (x_5 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; x_6 = lean_array_uget(x_2, x_3); x_7 = lean_ctor_get(x_6, 1); lean_inc(x_7); lean_dec_ref(x_6); -x_8 = lean_name_eq(x_7, x_1); -lean_dec(x_7); -if (x_8 == 0) +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +x_9 = l_Lean_Syntax_structEq(x_7, x_8); +if (x_9 == 0) { -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; +size_t x_10; size_t x_11; +x_10 = 1; +x_11 = lean_usize_add(x_3, x_10); +x_3 = x_11; goto _start; } else { -return x_8; +lean_dec_ref(x_1); +return x_9; } } else { -uint8_t x_12; -x_12 = 0; -return x_12; +uint8_t x_13; +lean_dec_ref(x_1); +x_13 = 0; +return x_13; } } } @@ -58165,6 +58171,7 @@ x_14 = lean_usize_dec_lt(x_5, x_4); if (x_14 == 0) { lean_object* x_15; +lean_dec_ref(x_2); x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_6); lean_ctor_set(x_15, 1, x_7); @@ -58201,6 +58208,7 @@ size_t x_25; size_t x_26; uint8_t x_27; x_25 = 0; x_26 = lean_usize_of_nat(x_23); lean_dec(x_23); +lean_inc_ref(x_2); x_27 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__0(x_2, x_21, x_25, x_26); lean_dec_ref(x_21); x_17 = x_27; @@ -58257,6 +58265,7 @@ x_16 = lean_usize_dec_lt(x_5, x_4); if (x_16 == 0) { lean_object* x_17; +lean_dec_ref(x_2); x_17 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_17, 0, x_6); lean_ctor_set(x_17, 1, x_9); @@ -58293,6 +58302,7 @@ size_t x_27; size_t x_28; uint8_t x_29; x_27 = 0; x_28 = lean_usize_of_nat(x_25); lean_dec(x_25); +lean_inc_ref(x_2); x_29 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__0(x_2, x_23, x_27, x_28); lean_dec_ref(x_23); x_19 = x_29; @@ -58348,73 +58358,112 @@ return x_16; } else { -lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_17; lean_object* x_18; lean_object* x_19; x_17 = lean_array_uget(x_2, x_4); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -x_19 = l_Std_DTreeMap_Internal_Impl_contains___at___Lean_NameMap_contains_spec__0___redArg(x_18, x_5); -if (x_19 == 0) +lean_inc_ref(x_17); +x_18 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_getClassName), 4, 1); +lean_closure_set(x_18, 0, x_17); +lean_inc_ref(x_6); +x_19 = l_Lean_Elab_Command_liftCoreM___redArg(x_18, x_6, x_7, x_8); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_20 = l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_removeUnused___redArg___closed__5; -x_21 = lean_array_size(x_1); -x_22 = 0; -x_23 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__1(x_19, x_18, x_1, x_21, x_22, x_20, x_6, x_7, x_8); -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec_ref(x_23); +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); +lean_inc(x_21); +lean_dec_ref(x_19); +x_22 = l_Std_DTreeMap_Internal_Impl_contains___at___Lean_NameMap_contains_spec__0___redArg(x_20, x_5); +if (x_22 == 0) +{ +lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_23 = l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_removeUnused___redArg___closed__5; +x_24 = lean_array_size(x_1); +x_25 = 0; +lean_inc_ref(x_17); +x_26 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__1(x_22, x_17, x_1, x_24, x_25, x_23, x_6, x_7, x_21); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_26, 1); +lean_inc(x_28); +lean_dec_ref(x_26); lean_inc(x_7); lean_inc_ref(x_6); -x_26 = l_Lean_Elab_DerivingClassView_applyHandlers(x_17, x_24, x_6, x_7, x_25); -if (lean_obj_tag(x_26) == 0) +x_29 = l_Lean_Elab_DerivingClassView_applyHandlers(x_17, x_27, x_6, x_7, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_26, 1); -lean_inc(x_27); -lean_dec_ref(x_26); -x_28 = l_Lean_NameSet_insert(x_5, x_18); -x_9 = x_28; -x_10 = x_27; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec_ref(x_29); +x_31 = l_Lean_NameSet_insert(x_5, x_20); +x_9 = x_31; +x_10 = x_30; goto block_14; } else { -uint8_t x_29; -lean_dec(x_18); +uint8_t x_32; +lean_dec(x_20); lean_dec(x_7); lean_dec_ref(x_6); lean_dec(x_5); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +x_32 = !lean_is_exclusive(x_29); +if (x_32 == 0) { -return x_26; +return x_29; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_26, 0); -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_26); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_30); -lean_ctor_set(x_32, 1, x_31); -return x_32; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_29, 0); +x_34 = lean_ctor_get(x_29, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_29); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set(x_35, 1, x_34); +return x_35; } } } else { -lean_dec(x_18); +lean_dec(x_20); lean_dec_ref(x_17); x_9 = x_5; -x_10 = x_8; +x_10 = x_21; goto block_14; } } +else +{ +uint8_t x_36; +lean_dec_ref(x_17); +lean_dec(x_7); +lean_dec_ref(x_6); +lean_dec(x_5); +x_36 = !lean_is_exclusive(x_19); +if (x_36 == 0) +{ +return x_19; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_19, 0); +x_38 = lean_ctor_get(x_19, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_19); +x_39 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +return x_39; +} +} +} block_14: { size_t x_11; size_t x_12; @@ -58444,73 +58493,112 @@ return x_16; } else { -lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_17; lean_object* x_18; lean_object* x_19; x_17 = lean_array_uget(x_2, x_4); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -x_19 = l_Std_DTreeMap_Internal_Impl_contains___at___Lean_NameMap_contains_spec__0___redArg(x_18, x_5); -if (x_19 == 0) +lean_inc_ref(x_17); +x_18 = lean_alloc_closure((void*)(l_Lean_Elab_DerivingClassView_getClassName), 4, 1); +lean_closure_set(x_18, 0, x_17); +lean_inc_ref(x_6); +x_19 = l_Lean_Elab_Command_liftCoreM___redArg(x_18, x_6, x_7, x_8); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_20 = l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_removeUnused___redArg___closed__5; -x_21 = lean_array_size(x_1); -x_22 = 0; -x_23 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__1(x_19, x_18, x_1, x_21, x_22, x_20, x_6, x_7, x_8); -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec_ref(x_23); +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); +lean_inc(x_21); +lean_dec_ref(x_19); +x_22 = l_Std_DTreeMap_Internal_Impl_contains___at___Lean_NameMap_contains_spec__0___redArg(x_20, x_5); +if (x_22 == 0) +{ +lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_23 = l___private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_removeUnused___redArg___closed__5; +x_24 = lean_array_size(x_1); +x_25 = 0; +lean_inc_ref(x_17); +x_26 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__1(x_22, x_17, x_1, x_24, x_25, x_23, x_6, x_7, x_21); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_26, 1); +lean_inc(x_28); +lean_dec_ref(x_26); lean_inc(x_7); lean_inc_ref(x_6); -x_26 = l_Lean_Elab_DerivingClassView_applyHandlers(x_17, x_24, x_6, x_7, x_25); -if (lean_obj_tag(x_26) == 0) +x_29 = l_Lean_Elab_DerivingClassView_applyHandlers(x_17, x_27, x_6, x_7, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_26, 1); -lean_inc(x_27); -lean_dec_ref(x_26); -x_28 = l_Lean_NameSet_insert(x_5, x_18); -x_9 = x_28; -x_10 = x_27; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec_ref(x_29); +x_31 = l_Lean_NameSet_insert(x_5, x_20); +x_9 = x_31; +x_10 = x_30; goto block_14; } else { -uint8_t x_29; -lean_dec(x_18); +uint8_t x_32; +lean_dec(x_20); lean_dec(x_7); lean_dec_ref(x_6); lean_dec(x_5); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +x_32 = !lean_is_exclusive(x_29); +if (x_32 == 0) { -return x_26; +return x_29; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_26, 0); -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_26); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_30); -lean_ctor_set(x_32, 1, x_31); -return x_32; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_29, 0); +x_34 = lean_ctor_get(x_29, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_29); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set(x_35, 1, x_34); +return x_35; } } } else { -lean_dec(x_18); +lean_dec(x_20); lean_dec_ref(x_17); x_9 = x_5; -x_10 = x_8; +x_10 = x_21; goto block_14; } } +else +{ +uint8_t x_36; +lean_dec_ref(x_17); +lean_dec(x_7); +lean_dec_ref(x_6); +lean_dec(x_5); +x_36 = !lean_is_exclusive(x_19); +if (x_36 == 0) +{ +return x_19; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_19, 0); +x_38 = lean_ctor_get(x_19, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_19); +x_39 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +return x_39; +} +} +} block_14: { size_t x_11; size_t x_12; lean_object* x_13; @@ -58641,7 +58729,6 @@ x_6 = lean_unbox_usize(x_4); lean_dec(x_4); x_7 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__0(x_1, x_2, x_5, x_6); lean_dec_ref(x_2); -lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } @@ -58657,7 +58744,6 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Elab_MutualInductive_0__Lean_Elab_Command_applyDerivingHandlers_spec__1_spec__1___redArg(x_8, x_2, x_3, x_9, x_10, x_6, x_7); lean_dec_ref(x_3); -lean_dec(x_2); return x_11; } } @@ -58674,7 +58760,6 @@ x_13 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____ lean_dec(x_8); lean_dec_ref(x_7); lean_dec_ref(x_3); -lean_dec(x_2); return x_13; } } @@ -58691,7 +58776,6 @@ x_13 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____ lean_dec(x_8); lean_dec_ref(x_7); lean_dec_ref(x_3); -lean_dec(x_2); return x_13; } } @@ -63257,7 +63341,7 @@ return x_5; LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_15; lean_object* x_16; lean_object* x_36; uint8_t x_37; uint8_t x_38; uint8_t x_45; lean_object* x_59; lean_object* x_60; uint8_t x_61; +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_36; lean_object* x_37; uint8_t x_38; uint8_t x_45; lean_object* x_59; lean_object* x_60; uint8_t x_61; x_5 = lean_unsigned_to_nat(0u); x_6 = l_Lean_Syntax_getArg(x_1, x_5); x_7 = lean_unsigned_to_nat(1u); @@ -63310,10 +63394,10 @@ if (lean_obj_tag(x_17) == 0) { uint8_t x_18; lean_object* x_19; x_18 = 0; -x_19 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0___lam__1(x_1, x_16, x_15, x_14, x_13, x_8, x_5, x_12, x_18, x_2, x_3, x_4); +x_19 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0___lam__1(x_1, x_16, x_14, x_13, x_15, x_8, x_5, x_12, x_18, x_2, x_3, x_4); lean_dec(x_12); lean_dec(x_8); -lean_dec(x_13); +lean_dec(x_15); return x_19; } else @@ -63335,7 +63419,7 @@ if (x_24 == 0) { lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_dec(x_16); -lean_dec(x_13); +lean_dec(x_15); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); @@ -63366,10 +63450,10 @@ else uint8_t x_31; lean_object* x_32; lean_dec(x_20); x_31 = 2; -x_32 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0___lam__1(x_1, x_16, x_15, x_14, x_13, x_8, x_5, x_12, x_31, x_2, x_3, x_4); +x_32 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0___lam__1(x_1, x_16, x_14, x_13, x_15, x_8, x_5, x_12, x_31, x_2, x_3, x_4); lean_dec(x_12); lean_dec(x_8); -lean_dec(x_13); +lean_dec(x_15); return x_32; } } @@ -63378,10 +63462,10 @@ else uint8_t x_33; lean_object* x_34; lean_dec(x_20); x_33 = 1; -x_34 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0___lam__1(x_1, x_16, x_15, x_14, x_13, x_8, x_5, x_12, x_33, x_2, x_3, x_4); +x_34 = l_Lean_Elab_elabModifiers___at___Lean_Elab_Command_elabMutualInductive_spec__0___lam__1(x_1, x_16, x_14, x_13, x_15, x_8, x_5, x_12, x_33, x_2, x_3, x_4); lean_dec(x_12); lean_dec(x_8); -lean_dec(x_13); +lean_dec(x_15); return x_34; } } @@ -63395,8 +63479,8 @@ if (lean_obj_tag(x_39) == 0) { lean_object* x_40; x_40 = lean_box(0); -x_13 = x_36; -x_14 = x_38; +x_13 = x_38; +x_14 = x_36; x_15 = x_37; x_16 = x_40; goto block_35; @@ -63407,8 +63491,8 @@ uint8_t x_41; x_41 = !lean_is_exclusive(x_39); if (x_41 == 0) { -x_13 = x_36; -x_14 = x_38; +x_13 = x_38; +x_14 = x_36; x_15 = x_37; x_16 = x_39; goto block_35; @@ -63421,8 +63505,8 @@ lean_inc(x_42); lean_dec(x_39); x_43 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_43, 0, x_42); -x_13 = x_36; -x_14 = x_38; +x_13 = x_38; +x_14 = x_36; x_15 = x_37; x_16 = x_43; goto block_35; @@ -63450,8 +63534,8 @@ if (x_54 == 0) { uint8_t x_55; x_55 = 1; -x_36 = x_47; -x_37 = x_45; +x_36 = x_45; +x_37 = x_47; x_38 = x_55; goto block_44; } @@ -63459,8 +63543,8 @@ else { uint8_t x_56; x_56 = 0; -x_36 = x_47; -x_37 = x_45; +x_36 = x_45; +x_37 = x_47; x_38 = x_56; goto block_44; } @@ -63470,8 +63554,8 @@ else uint8_t x_57; lean_dec(x_49); x_57 = 2; -x_36 = x_47; -x_37 = x_45; +x_36 = x_45; +x_37 = x_47; x_38 = x_57; goto block_44; } diff --git a/stage0/stdlib/Lean/Elab/Structure.c b/stage0/stdlib/Lean/Elab/Structure.c index 9c683e0ed4..6ca6564026 100644 --- a/stage0/stdlib/Lean/Elab/Structure.c +++ b/stage0/stdlib/Lean/Elab/Structure.c @@ -18375,8 +18375,6 @@ lean_inc(x_96); lean_dec_ref(x_94); x_97 = lean_unsigned_to_nat(5u); x_98 = l_Lean_Syntax_getArg(x_2, x_97); -lean_inc(x_92); -lean_inc_ref(x_91); x_99 = l_Lean_Elab_getOptDerivingClasses(x_98, x_91, x_92, x_96); if (lean_obj_tag(x_99) == 0) { diff --git a/stage0/stdlib/Lean/Elab/Tactic/Try.c b/stage0/stdlib/Lean/Elab/Tactic/Try.c index f333e52227..9f9428b171 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Try.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Try.c @@ -12505,8 +12505,8 @@ block_50: { lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; x_44 = lean_box(0); -x_45 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_go(x_2, x_36, x_17, x_31, x_44, x_33, x_35, x_41, x_42, x_32, x_38, x_34, x_40, x_39, x_43, x_37); -lean_dec_ref(x_36); +x_45 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_go(x_2, x_33, x_17, x_31, x_44, x_32, x_39, x_42, x_38, x_37, x_36, x_34, x_41, x_40, x_43, x_35); +lean_dec_ref(x_33); x_46 = lean_ctor_get(x_45, 0); lean_inc(x_46); x_47 = lean_ctor_get(x_45, 1); @@ -12515,7 +12515,7 @@ lean_dec_ref(x_45); x_48 = lean_ctor_get(x_46, 1); lean_inc(x_48); lean_dec(x_46); -x_49 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_48, x_34, x_40, x_39, x_43, x_47); +x_49 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_48, x_34, x_41, x_40, x_43, x_47); lean_dec(x_48); return x_49; } @@ -12524,25 +12524,25 @@ block_65: if (x_63 == 0) { lean_object* x_64; -lean_dec_ref(x_54); +lean_dec_ref(x_51); lean_dec(x_2); -x_64 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_52, x_53, x_60, x_59, x_62, x_57); +x_64 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_52, x_53, x_61, x_59, x_62, x_56); lean_dec_ref(x_52); return x_64; } else { -x_32 = x_51; -x_33 = x_52; +x_32 = x_52; +x_33 = x_51; x_34 = x_53; -x_35 = x_55; -x_36 = x_54; -x_37 = x_57; -x_38 = x_56; -x_39 = x_59; -x_40 = x_60; -x_41 = x_58; -x_42 = x_61; +x_35 = x_56; +x_36 = x_55; +x_37 = x_54; +x_38 = x_58; +x_39 = x_57; +x_40 = x_59; +x_41 = x_61; +x_42 = x_60; x_43 = x_62; goto block_50; } @@ -12556,14 +12556,14 @@ if (x_79 == 0) x_51 = x_66; x_52 = x_67; x_53 = x_68; -x_54 = x_70; -x_55 = x_69; -x_56 = x_72; -x_57 = x_71; -x_58 = x_75; +x_54 = x_71; +x_55 = x_70; +x_56 = x_69; +x_57 = x_73; +x_58 = x_72; x_59 = x_74; -x_60 = x_73; -x_61 = x_76; +x_60 = x_76; +x_61 = x_75; x_62 = x_77; x_63 = x_79; goto block_65; @@ -12571,15 +12571,15 @@ goto block_65; else { lean_object* x_80; uint8_t x_81; -x_80 = lean_array_get_size(x_70); +x_80 = lean_array_get_size(x_66); x_81 = lean_nat_dec_lt(x_17, x_80); if (x_81 == 0) { lean_object* x_82; lean_dec(x_80); -lean_dec_ref(x_70); +lean_dec_ref(x_66); lean_dec(x_2); -x_82 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_67, x_68, x_73, x_74, x_77, x_71); +x_82 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_67, x_68, x_75, x_74, x_77, x_69); lean_dec_ref(x_67); return x_82; } @@ -12589,9 +12589,9 @@ if (x_81 == 0) { lean_object* x_83; lean_dec(x_80); -lean_dec_ref(x_70); +lean_dec_ref(x_66); lean_dec(x_2); -x_83 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_67, x_68, x_73, x_74, x_77, x_71); +x_83 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_67, x_68, x_75, x_74, x_77, x_69); lean_dec_ref(x_67); return x_83; } @@ -12600,18 +12600,18 @@ else size_t x_84; uint8_t x_85; x_84 = lean_usize_of_nat(x_80); lean_dec(x_80); -x_85 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__12(x_79, x_78, x_70, x_3, x_84); +x_85 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__12(x_79, x_78, x_66, x_3, x_84); x_51 = x_66; x_52 = x_67; x_53 = x_68; -x_54 = x_70; -x_55 = x_69; -x_56 = x_72; -x_57 = x_71; -x_58 = x_75; +x_54 = x_71; +x_55 = x_70; +x_56 = x_69; +x_57 = x_73; +x_58 = x_72; x_59 = x_74; -x_60 = x_73; -x_61 = x_76; +x_60 = x_76; +x_61 = x_75; x_62 = x_77; x_63 = x_85; goto block_65; @@ -12644,17 +12644,17 @@ x_108 = lean_nat_dec_lt(x_17, x_107); if (x_108 == 0) { lean_dec(x_107); -x_32 = x_92; -x_33 = x_102; +x_32 = x_102; +x_33 = x_105; x_34 = x_94; -x_35 = x_89; -x_36 = x_105; -x_37 = x_103; -x_38 = x_93; -x_39 = x_96; -x_40 = x_95; -x_41 = x_90; -x_42 = x_91; +x_35 = x_103; +x_36 = x_93; +x_37 = x_92; +x_38 = x_91; +x_39 = x_89; +x_40 = x_96; +x_41 = x_95; +x_42 = x_90; x_43 = x_97; goto block_50; } @@ -12663,17 +12663,17 @@ else if (x_108 == 0) { lean_dec(x_107); -x_32 = x_92; -x_33 = x_102; +x_32 = x_102; +x_33 = x_105; x_34 = x_94; -x_35 = x_89; -x_36 = x_105; -x_37 = x_103; -x_38 = x_93; -x_39 = x_96; -x_40 = x_95; -x_41 = x_90; -x_42 = x_91; +x_35 = x_103; +x_36 = x_93; +x_37 = x_92; +x_38 = x_91; +x_39 = x_89; +x_40 = x_96; +x_41 = x_95; +x_42 = x_90; x_43 = x_97; goto block_50; } @@ -12685,33 +12685,33 @@ lean_dec(x_107); x_110 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__13(x_108, x_105, x_3, x_109); if (x_110 == 0) { -x_32 = x_92; -x_33 = x_102; +x_32 = x_102; +x_33 = x_105; x_34 = x_94; -x_35 = x_89; -x_36 = x_105; -x_37 = x_103; -x_38 = x_93; -x_39 = x_96; -x_40 = x_95; -x_41 = x_90; -x_42 = x_91; +x_35 = x_103; +x_36 = x_93; +x_37 = x_92; +x_38 = x_91; +x_39 = x_89; +x_40 = x_96; +x_41 = x_95; +x_42 = x_90; x_43 = x_97; goto block_50; } else { -x_66 = x_92; +x_66 = x_105; x_67 = x_102; x_68 = x_94; -x_69 = x_89; -x_70 = x_105; -x_71 = x_103; -x_72 = x_93; -x_73 = x_95; +x_69 = x_103; +x_70 = x_93; +x_71 = x_92; +x_72 = x_91; +x_73 = x_89; x_74 = x_96; -x_75 = x_90; -x_76 = x_91; +x_75 = x_95; +x_76 = x_90; x_77 = x_97; x_78 = x_106; goto block_86; @@ -12723,17 +12723,17 @@ else { uint8_t x_111; x_111 = 0; -x_66 = x_92; +x_66 = x_105; x_67 = x_102; x_68 = x_94; -x_69 = x_89; -x_70 = x_105; -x_71 = x_103; -x_72 = x_93; -x_73 = x_95; +x_69 = x_103; +x_70 = x_93; +x_71 = x_92; +x_72 = x_91; +x_73 = x_89; x_74 = x_96; -x_75 = x_90; -x_76 = x_91; +x_75 = x_95; +x_76 = x_90; x_77 = x_97; x_78 = x_111; goto block_86; @@ -12807,8 +12807,8 @@ block_143: { lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; x_137 = lean_box(0); -x_138 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_go(x_2, x_129, x_17, x_124, x_137, x_126, x_128, x_134, x_135, x_125, x_131, x_127, x_133, x_132, x_136, x_130); -lean_dec_ref(x_129); +x_138 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_go(x_2, x_126, x_17, x_124, x_137, x_125, x_132, x_135, x_131, x_130, x_129, x_127, x_134, x_133, x_136, x_128); +lean_dec_ref(x_126); x_139 = lean_ctor_get(x_138, 0); lean_inc(x_139); x_140 = lean_ctor_get(x_138, 1); @@ -12817,7 +12817,7 @@ lean_dec_ref(x_138); x_141 = lean_ctor_get(x_139, 1); lean_inc(x_141); lean_dec(x_139); -x_142 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_141, x_127, x_133, x_132, x_136, x_140); +x_142 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_141, x_127, x_134, x_133, x_136, x_140); lean_dec(x_141); return x_142; } @@ -12826,25 +12826,25 @@ block_158: if (x_156 == 0) { lean_object* x_157; -lean_dec_ref(x_147); +lean_dec_ref(x_144); lean_dec(x_2); -x_157 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_145, x_146, x_153, x_152, x_155, x_150); +x_157 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_145, x_146, x_154, x_152, x_155, x_149); lean_dec_ref(x_145); return x_157; } else { -x_125 = x_144; -x_126 = x_145; +x_125 = x_145; +x_126 = x_144; x_127 = x_146; -x_128 = x_148; -x_129 = x_147; -x_130 = x_150; -x_131 = x_149; -x_132 = x_152; -x_133 = x_153; -x_134 = x_151; -x_135 = x_154; +x_128 = x_149; +x_129 = x_148; +x_130 = x_147; +x_131 = x_151; +x_132 = x_150; +x_133 = x_152; +x_134 = x_154; +x_135 = x_153; x_136 = x_155; goto block_143; } @@ -12858,14 +12858,14 @@ if (x_172 == 0) x_144 = x_159; x_145 = x_160; x_146 = x_161; -x_147 = x_163; -x_148 = x_162; -x_149 = x_165; -x_150 = x_164; -x_151 = x_168; +x_147 = x_164; +x_148 = x_163; +x_149 = x_162; +x_150 = x_166; +x_151 = x_165; x_152 = x_167; -x_153 = x_166; -x_154 = x_169; +x_153 = x_169; +x_154 = x_168; x_155 = x_170; x_156 = x_172; goto block_158; @@ -12873,15 +12873,15 @@ goto block_158; else { lean_object* x_173; uint8_t x_174; -x_173 = lean_array_get_size(x_163); +x_173 = lean_array_get_size(x_159); x_174 = lean_nat_dec_lt(x_17, x_173); if (x_174 == 0) { lean_object* x_175; lean_dec(x_173); -lean_dec_ref(x_163); +lean_dec_ref(x_159); lean_dec(x_2); -x_175 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_160, x_161, x_166, x_167, x_170, x_164); +x_175 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_160, x_161, x_168, x_167, x_170, x_162); lean_dec_ref(x_160); return x_175; } @@ -12891,9 +12891,9 @@ if (x_174 == 0) { lean_object* x_176; lean_dec(x_173); -lean_dec_ref(x_163); +lean_dec_ref(x_159); lean_dec(x_2); -x_176 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_160, x_161, x_166, x_167, x_170, x_164); +x_176 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_160, x_161, x_168, x_167, x_170, x_162); lean_dec_ref(x_160); return x_176; } @@ -12902,18 +12902,18 @@ else size_t x_177; uint8_t x_178; x_177 = lean_usize_of_nat(x_173); lean_dec(x_173); -x_178 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__12(x_172, x_171, x_163, x_3, x_177); +x_178 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__12(x_172, x_171, x_159, x_3, x_177); x_144 = x_159; x_145 = x_160; x_146 = x_161; -x_147 = x_163; -x_148 = x_162; -x_149 = x_165; -x_150 = x_164; -x_151 = x_168; +x_147 = x_164; +x_148 = x_163; +x_149 = x_162; +x_150 = x_166; +x_151 = x_165; x_152 = x_167; -x_153 = x_166; -x_154 = x_169; +x_153 = x_169; +x_154 = x_168; x_155 = x_170; x_156 = x_178; goto block_158; @@ -12946,17 +12946,17 @@ x_201 = lean_nat_dec_lt(x_17, x_200); if (x_201 == 0) { lean_dec(x_200); -x_125 = x_185; -x_126 = x_195; +x_125 = x_195; +x_126 = x_198; x_127 = x_187; -x_128 = x_182; -x_129 = x_198; -x_130 = x_196; -x_131 = x_186; -x_132 = x_189; -x_133 = x_188; -x_134 = x_183; -x_135 = x_184; +x_128 = x_196; +x_129 = x_186; +x_130 = x_185; +x_131 = x_184; +x_132 = x_182; +x_133 = x_189; +x_134 = x_188; +x_135 = x_183; x_136 = x_190; goto block_143; } @@ -12965,17 +12965,17 @@ else if (x_201 == 0) { lean_dec(x_200); -x_125 = x_185; -x_126 = x_195; +x_125 = x_195; +x_126 = x_198; x_127 = x_187; -x_128 = x_182; -x_129 = x_198; -x_130 = x_196; -x_131 = x_186; -x_132 = x_189; -x_133 = x_188; -x_134 = x_183; -x_135 = x_184; +x_128 = x_196; +x_129 = x_186; +x_130 = x_185; +x_131 = x_184; +x_132 = x_182; +x_133 = x_189; +x_134 = x_188; +x_135 = x_183; x_136 = x_190; goto block_143; } @@ -12987,33 +12987,33 @@ lean_dec(x_200); x_203 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__13(x_201, x_198, x_3, x_202); if (x_203 == 0) { -x_125 = x_185; -x_126 = x_195; +x_125 = x_195; +x_126 = x_198; x_127 = x_187; -x_128 = x_182; -x_129 = x_198; -x_130 = x_196; -x_131 = x_186; -x_132 = x_189; -x_133 = x_188; -x_134 = x_183; -x_135 = x_184; +x_128 = x_196; +x_129 = x_186; +x_130 = x_185; +x_131 = x_184; +x_132 = x_182; +x_133 = x_189; +x_134 = x_188; +x_135 = x_183; x_136 = x_190; goto block_143; } else { -x_159 = x_185; +x_159 = x_198; x_160 = x_195; x_161 = x_187; -x_162 = x_182; -x_163 = x_198; -x_164 = x_196; -x_165 = x_186; -x_166 = x_188; +x_162 = x_196; +x_163 = x_186; +x_164 = x_185; +x_165 = x_184; +x_166 = x_182; x_167 = x_189; -x_168 = x_183; -x_169 = x_184; +x_168 = x_188; +x_169 = x_183; x_170 = x_190; x_171 = x_199; goto block_179; @@ -13025,17 +13025,17 @@ else { uint8_t x_204; x_204 = 0; -x_159 = x_185; +x_159 = x_198; x_160 = x_195; x_161 = x_187; -x_162 = x_182; -x_163 = x_198; -x_164 = x_196; -x_165 = x_186; -x_166 = x_188; +x_162 = x_196; +x_163 = x_186; +x_164 = x_185; +x_165 = x_184; +x_166 = x_182; x_167 = x_189; -x_168 = x_183; -x_169 = x_184; +x_168 = x_188; +x_169 = x_183; x_170 = x_190; x_171 = x_204; goto block_179; @@ -13131,8 +13131,8 @@ block_243: { lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; x_237 = lean_box(0); -x_238 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_go(x_2, x_229, x_17, x_224, x_237, x_226, x_228, x_234, x_235, x_225, x_231, x_227, x_233, x_232, x_236, x_230); -lean_dec_ref(x_229); +x_238 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_go(x_2, x_226, x_17, x_224, x_237, x_225, x_232, x_235, x_231, x_230, x_229, x_227, x_234, x_233, x_236, x_228); +lean_dec_ref(x_226); x_239 = lean_ctor_get(x_238, 0); lean_inc(x_239); x_240 = lean_ctor_get(x_238, 1); @@ -13141,7 +13141,7 @@ lean_dec_ref(x_238); x_241 = lean_ctor_get(x_239, 1); lean_inc(x_241); lean_dec(x_239); -x_242 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_241, x_227, x_233, x_232, x_236, x_240); +x_242 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_241, x_227, x_234, x_233, x_236, x_240); lean_dec(x_241); return x_242; } @@ -13150,25 +13150,25 @@ block_258: if (x_256 == 0) { lean_object* x_257; -lean_dec_ref(x_247); +lean_dec_ref(x_244); lean_dec(x_2); -x_257 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_245, x_246, x_253, x_252, x_255, x_250); +x_257 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_245, x_246, x_254, x_252, x_255, x_249); lean_dec_ref(x_245); return x_257; } else { -x_225 = x_244; -x_226 = x_245; +x_225 = x_245; +x_226 = x_244; x_227 = x_246; -x_228 = x_248; -x_229 = x_247; -x_230 = x_250; -x_231 = x_249; -x_232 = x_252; -x_233 = x_253; -x_234 = x_251; -x_235 = x_254; +x_228 = x_249; +x_229 = x_248; +x_230 = x_247; +x_231 = x_251; +x_232 = x_250; +x_233 = x_252; +x_234 = x_254; +x_235 = x_253; x_236 = x_255; goto block_243; } @@ -13182,14 +13182,14 @@ if (x_272 == 0) x_244 = x_259; x_245 = x_260; x_246 = x_261; -x_247 = x_263; -x_248 = x_262; -x_249 = x_265; -x_250 = x_264; -x_251 = x_268; +x_247 = x_264; +x_248 = x_263; +x_249 = x_262; +x_250 = x_266; +x_251 = x_265; x_252 = x_267; -x_253 = x_266; -x_254 = x_269; +x_253 = x_269; +x_254 = x_268; x_255 = x_270; x_256 = x_272; goto block_258; @@ -13197,15 +13197,15 @@ goto block_258; else { lean_object* x_273; uint8_t x_274; -x_273 = lean_array_get_size(x_263); +x_273 = lean_array_get_size(x_259); x_274 = lean_nat_dec_lt(x_17, x_273); if (x_274 == 0) { lean_object* x_275; lean_dec(x_273); -lean_dec_ref(x_263); +lean_dec_ref(x_259); lean_dec(x_2); -x_275 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_260, x_261, x_266, x_267, x_270, x_264); +x_275 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_260, x_261, x_268, x_267, x_270, x_262); lean_dec_ref(x_260); return x_275; } @@ -13215,9 +13215,9 @@ if (x_274 == 0) { lean_object* x_276; lean_dec(x_273); -lean_dec_ref(x_263); +lean_dec_ref(x_259); lean_dec(x_2); -x_276 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_260, x_261, x_266, x_267, x_270, x_264); +x_276 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_260, x_261, x_268, x_267, x_270, x_262); lean_dec_ref(x_260); return x_276; } @@ -13226,18 +13226,18 @@ else size_t x_277; uint8_t x_278; x_277 = lean_usize_of_nat(x_273); lean_dec(x_273); -x_278 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__12(x_272, x_271, x_263, x_3, x_277); +x_278 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__12(x_272, x_271, x_259, x_3, x_277); x_244 = x_259; x_245 = x_260; x_246 = x_261; -x_247 = x_263; -x_248 = x_262; -x_249 = x_265; -x_250 = x_264; -x_251 = x_268; +x_247 = x_264; +x_248 = x_263; +x_249 = x_262; +x_250 = x_266; +x_251 = x_265; x_252 = x_267; -x_253 = x_266; -x_254 = x_269; +x_253 = x_269; +x_254 = x_268; x_255 = x_270; x_256 = x_278; goto block_258; @@ -13270,17 +13270,17 @@ x_301 = lean_nat_dec_lt(x_17, x_300); if (x_301 == 0) { lean_dec(x_300); -x_225 = x_285; -x_226 = x_295; +x_225 = x_295; +x_226 = x_298; x_227 = x_287; -x_228 = x_282; -x_229 = x_298; -x_230 = x_296; -x_231 = x_286; -x_232 = x_289; -x_233 = x_288; -x_234 = x_283; -x_235 = x_284; +x_228 = x_296; +x_229 = x_286; +x_230 = x_285; +x_231 = x_284; +x_232 = x_282; +x_233 = x_289; +x_234 = x_288; +x_235 = x_283; x_236 = x_290; goto block_243; } @@ -13289,17 +13289,17 @@ else if (x_301 == 0) { lean_dec(x_300); -x_225 = x_285; -x_226 = x_295; +x_225 = x_295; +x_226 = x_298; x_227 = x_287; -x_228 = x_282; -x_229 = x_298; -x_230 = x_296; -x_231 = x_286; -x_232 = x_289; -x_233 = x_288; -x_234 = x_283; -x_235 = x_284; +x_228 = x_296; +x_229 = x_286; +x_230 = x_285; +x_231 = x_284; +x_232 = x_282; +x_233 = x_289; +x_234 = x_288; +x_235 = x_283; x_236 = x_290; goto block_243; } @@ -13311,33 +13311,33 @@ lean_dec(x_300); x_303 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__13(x_301, x_298, x_3, x_302); if (x_303 == 0) { -x_225 = x_285; -x_226 = x_295; +x_225 = x_295; +x_226 = x_298; x_227 = x_287; -x_228 = x_282; -x_229 = x_298; -x_230 = x_296; -x_231 = x_286; -x_232 = x_289; -x_233 = x_288; -x_234 = x_283; -x_235 = x_284; +x_228 = x_296; +x_229 = x_286; +x_230 = x_285; +x_231 = x_284; +x_232 = x_282; +x_233 = x_289; +x_234 = x_288; +x_235 = x_283; x_236 = x_290; goto block_243; } else { -x_259 = x_285; +x_259 = x_298; x_260 = x_295; x_261 = x_287; -x_262 = x_282; -x_263 = x_298; -x_264 = x_296; -x_265 = x_286; -x_266 = x_288; +x_262 = x_296; +x_263 = x_286; +x_264 = x_285; +x_265 = x_284; +x_266 = x_282; x_267 = x_289; -x_268 = x_283; -x_269 = x_284; +x_268 = x_288; +x_269 = x_283; x_270 = x_290; x_271 = x_299; goto block_279; @@ -13349,17 +13349,17 @@ else { uint8_t x_304; x_304 = 0; -x_259 = x_285; +x_259 = x_298; x_260 = x_295; x_261 = x_287; -x_262 = x_282; -x_263 = x_298; -x_264 = x_296; -x_265 = x_286; -x_266 = x_288; +x_262 = x_296; +x_263 = x_286; +x_264 = x_285; +x_265 = x_284; +x_266 = x_282; x_267 = x_289; -x_268 = x_283; -x_269 = x_284; +x_268 = x_288; +x_269 = x_283; x_270 = x_290; x_271 = x_304; goto block_279; @@ -14439,11 +14439,11 @@ lean_dec(x_28); lean_dec_ref(x_27); lean_dec(x_26); lean_dec_ref(x_25); -lean_dec_ref(x_23); -lean_dec(x_21); +lean_dec(x_22); +lean_dec_ref(x_21); lean_dec(x_16); x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_22); +lean_ctor_set(x_30, 0, x_23); lean_ctor_set(x_30, 1, x_29); return x_30; } @@ -14454,7 +14454,7 @@ lean_inc(x_28); lean_inc_ref(x_27); lean_inc(x_26); lean_inc_ref(x_25); -x_31 = l_Lean_Elab_Tactic_mkGrindOnly(x_16, x_21, x_23, x_25, x_26, x_27, x_28, x_29); +x_31 = l_Lean_Elab_Tactic_mkGrindOnly(x_16, x_22, x_21, x_25, x_26, x_27, x_28, x_29); if (lean_obj_tag(x_31) == 0) { lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; @@ -14464,7 +14464,7 @@ x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); lean_dec_ref(x_31); x_34 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestGrindTrace___closed__0; -x_35 = lean_array_push(x_34, x_22); +x_35 = lean_array_push(x_34, x_23); x_36 = lean_array_push(x_35, x_32); x_37 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_36, x_25, x_26, x_27, x_28, x_33); lean_dec(x_28); @@ -14480,7 +14480,7 @@ lean_dec(x_28); lean_dec_ref(x_27); lean_dec(x_26); lean_dec_ref(x_25); -lean_dec(x_22); +lean_dec(x_23); return x_31; } } @@ -14550,9 +14550,9 @@ lean_object* x_69; x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec_ref(x_66); -x_21 = x_41; -x_22 = x_57; -x_23 = x_63; +x_21 = x_63; +x_22 = x_41; +x_23 = x_57; x_24 = x_60; x_25 = x_47; x_26 = x_48; @@ -14572,9 +14572,9 @@ x_72 = l_Lean_addTrace___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic x_73 = lean_ctor_get(x_72, 1); lean_inc(x_73); lean_dec_ref(x_72); -x_21 = x_41; -x_22 = x_57; -x_23 = x_63; +x_21 = x_63; +x_22 = x_41; +x_23 = x_57; x_24 = x_60; x_25 = x_47; x_26 = x_48; @@ -14710,9 +14710,9 @@ lean_object* x_114; x_114 = lean_ctor_get(x_111, 1); lean_inc(x_114); lean_dec_ref(x_111); -x_21 = x_41; -x_22 = x_57; -x_23 = x_108; +x_21 = x_108; +x_22 = x_41; +x_23 = x_57; x_24 = x_78; x_25 = x_47; x_26 = x_48; @@ -14732,9 +14732,9 @@ x_117 = l_Lean_addTrace___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tacti x_118 = lean_ctor_get(x_117, 1); lean_inc(x_118); lean_dec_ref(x_117); -x_21 = x_41; -x_22 = x_57; -x_23 = x_108; +x_21 = x_108; +x_22 = x_41; +x_23 = x_57; x_24 = x_78; x_25 = x_47; x_26 = x_48; @@ -15294,24 +15294,24 @@ lean_dec(x_30); lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); -lean_dec_ref(x_24); +lean_dec_ref(x_25); x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_25); +lean_ctor_set(x_34, 0, x_24); lean_ctor_set(x_34, 1, x_31); return x_34; } else { lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_24, 0); +x_35 = lean_ctor_get(x_25, 0); lean_inc_ref(x_35); -lean_dec_ref(x_24); +lean_dec_ref(x_25); lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -lean_inc(x_25); -x_36 = l_Lean_Elab_Tactic_mkSimpCallStx(x_25, x_35, x_27, x_28, x_29, x_30, x_31); +lean_inc(x_24); +x_36 = l_Lean_Elab_Tactic_mkSimpCallStx(x_24, x_35, x_27, x_28, x_29, x_30, x_31); lean_dec_ref(x_35); if (lean_obj_tag(x_36) == 0) { @@ -15322,7 +15322,7 @@ x_38 = lean_ctor_get(x_36, 1); lean_inc(x_38); lean_dec_ref(x_36); x_39 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestGrindTrace___closed__0; -x_40 = lean_array_push(x_39, x_25); +x_40 = lean_array_push(x_39, x_24); x_41 = lean_array_push(x_40, x_37); x_42 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkTrySuggestions___redArg(x_41, x_27, x_28, x_29, x_30, x_38); lean_dec(x_30); @@ -15338,7 +15338,7 @@ lean_dec(x_30); lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); -lean_dec(x_25); +lean_dec(x_24); return x_36; } } @@ -15346,11 +15346,11 @@ return x_36; block_75: { lean_object* x_59; +lean_inc(x_48); +lean_inc_ref(x_53); lean_inc(x_51); -lean_inc_ref(x_46); -lean_inc(x_50); -lean_inc_ref(x_49); -x_59 = l_Lean_Elab_Tactic_simpLocation(x_55, x_45, x_48, x_58, x_57, x_54, x_44, x_52, x_49, x_50, x_46, x_51, x_56); +lean_inc_ref(x_55); +x_59 = l_Lean_Elab_Tactic_simpLocation(x_52, x_47, x_57, x_58, x_45, x_56, x_54, x_44, x_55, x_51, x_53, x_48, x_49); if (lean_obj_tag(x_59) == 0) { lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; @@ -15360,7 +15360,7 @@ x_61 = lean_ctor_get(x_59, 1); lean_inc(x_61); lean_dec_ref(x_59); x_62 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult___closed__2; -x_63 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__0___redArg(x_62, x_46, x_61); +x_63 = l_Lean_isTracingEnabledFor___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__0___redArg(x_62, x_53, x_61); x_64 = lean_ctor_get(x_63, 0); lean_inc(x_64); x_65 = lean_unbox(x_64); @@ -15371,13 +15371,13 @@ lean_object* x_66; x_66 = lean_ctor_get(x_63, 1); lean_inc(x_66); lean_dec_ref(x_63); -x_24 = x_60; -x_25 = x_53; -x_26 = x_47; -x_27 = x_49; -x_28 = x_50; -x_29 = x_46; -x_30 = x_51; +x_24 = x_50; +x_25 = x_60; +x_26 = x_46; +x_27 = x_55; +x_28 = x_51; +x_29 = x_53; +x_30 = x_48; x_31 = x_66; goto block_43; } @@ -15388,17 +15388,17 @@ x_67 = lean_ctor_get(x_63, 1); lean_inc(x_67); lean_dec_ref(x_63); x_68 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestSimpTrace___lam__0___closed__1; -x_69 = l_Lean_addTrace___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__1___redArg(x_62, x_68, x_49, x_50, x_46, x_51, x_67); +x_69 = l_Lean_addTrace___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_mkChainResult_spec__1___redArg(x_62, x_68, x_55, x_51, x_53, x_48, x_67); x_70 = lean_ctor_get(x_69, 1); lean_inc(x_70); lean_dec_ref(x_69); -x_24 = x_60; -x_25 = x_53; -x_26 = x_47; -x_27 = x_49; -x_28 = x_50; -x_29 = x_46; -x_30 = x_51; +x_24 = x_50; +x_25 = x_60; +x_26 = x_46; +x_27 = x_55; +x_28 = x_51; +x_29 = x_53; +x_30 = x_48; x_31 = x_70; goto block_43; } @@ -15406,11 +15406,11 @@ goto block_43; else { uint8_t x_71; -lean_dec(x_53); +lean_dec_ref(x_55); +lean_dec_ref(x_53); lean_dec(x_51); lean_dec(x_50); -lean_dec_ref(x_49); -lean_dec_ref(x_46); +lean_dec(x_48); x_71 = !lean_is_exclusive(x_59); if (x_71 == 0) { @@ -15434,7 +15434,7 @@ return x_74; block_107: { lean_object* x_87; -x_87 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_simpTraceToSimp___redArg(x_2, x_78, x_84); +x_87 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_simpTraceToSimp___redArg(x_2, x_78, x_79); if (lean_obj_tag(x_87) == 0) { lean_object* x_88; lean_object* x_89; uint8_t x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; @@ -15446,15 +15446,15 @@ lean_dec_ref(x_87); x_90 = 0; x_91 = 0; x_92 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestSimpTrace___lam__0___closed__2; -lean_inc(x_80); +lean_inc(x_84); lean_inc_ref(x_78); -lean_inc(x_81); -lean_inc_ref(x_82); lean_inc(x_85); -lean_inc_ref(x_76); -lean_inc(x_77); -lean_inc_ref(x_83); -x_93 = l_Lean_Elab_Tactic_mkSimpContext(x_88, x_90, x_91, x_90, x_92, x_83, x_77, x_76, x_85, x_82, x_81, x_78, x_80, x_89); +lean_inc_ref(x_80); +lean_inc(x_76); +lean_inc_ref(x_81); +lean_inc(x_82); +lean_inc_ref(x_77); +x_93 = l_Lean_Elab_Tactic_mkSimpContext(x_88, x_90, x_91, x_90, x_92, x_77, x_82, x_81, x_76, x_80, x_85, x_78, x_84, x_89); if (lean_obj_tag(x_93) == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; @@ -15477,19 +15477,19 @@ x_100 = lean_alloc_ctor(1, 1, 1); lean_ctor_set(x_100, 0, x_99); lean_ctor_set_uint8(x_100, sizeof(void*)*1, x_6); x_44 = x_76; -x_45 = x_97; -x_46 = x_78; -x_47 = x_79; -x_48 = x_98; -x_49 = x_82; -x_50 = x_81; -x_51 = x_80; -x_52 = x_85; -x_53 = x_88; -x_54 = x_77; -x_55 = x_96; -x_56 = x_95; -x_57 = x_83; +x_45 = x_77; +x_46 = x_83; +x_47 = x_97; +x_48 = x_84; +x_49 = x_95; +x_50 = x_88; +x_51 = x_85; +x_52 = x_96; +x_53 = x_78; +x_54 = x_81; +x_55 = x_80; +x_56 = x_82; +x_57 = x_98; x_58 = x_100; goto block_75; } @@ -15502,19 +15502,19 @@ lean_dec_ref(x_86); x_102 = l_Lean_Elab_Tactic_expandLocation(x_101); lean_dec(x_101); x_44 = x_76; -x_45 = x_97; -x_46 = x_78; -x_47 = x_79; -x_48 = x_98; -x_49 = x_82; -x_50 = x_81; -x_51 = x_80; -x_52 = x_85; -x_53 = x_88; -x_54 = x_77; -x_55 = x_96; -x_56 = x_95; -x_57 = x_83; +x_45 = x_77; +x_46 = x_83; +x_47 = x_97; +x_48 = x_84; +x_49 = x_95; +x_50 = x_88; +x_51 = x_85; +x_52 = x_96; +x_53 = x_78; +x_54 = x_81; +x_55 = x_80; +x_56 = x_82; +x_57 = x_98; x_58 = x_102; goto block_75; } @@ -15525,13 +15525,13 @@ uint8_t x_103; lean_dec(x_88); lean_dec(x_86); lean_dec(x_85); -lean_dec_ref(x_83); -lean_dec_ref(x_82); -lean_dec(x_81); -lean_dec(x_80); +lean_dec(x_84); +lean_dec(x_82); +lean_dec_ref(x_81); +lean_dec_ref(x_80); lean_dec_ref(x_78); -lean_dec(x_77); -lean_dec_ref(x_76); +lean_dec_ref(x_77); +lean_dec(x_76); x_103 = !lean_is_exclusive(x_93); if (x_103 == 0) { @@ -15556,13 +15556,13 @@ else { lean_dec(x_86); lean_dec(x_85); -lean_dec_ref(x_83); -lean_dec_ref(x_82); -lean_dec(x_81); -lean_dec(x_80); +lean_dec(x_84); +lean_dec(x_82); +lean_dec_ref(x_81); +lean_dec_ref(x_80); lean_dec_ref(x_78); -lean_dec(x_77); -lean_dec_ref(x_76); +lean_dec_ref(x_77); +lean_dec(x_76); return x_87; } } @@ -15578,16 +15578,16 @@ if (lean_obj_tag(x_121) == 0) { lean_object* x_122; x_122 = lean_box(0); -x_76 = x_112; -x_77 = x_111; +x_76 = x_113; +x_77 = x_110; x_78 = x_116; -x_79 = x_109; -x_80 = x_117; -x_81 = x_115; -x_82 = x_114; -x_83 = x_110; -x_84 = x_118; -x_85 = x_113; +x_79 = x_118; +x_80 = x_114; +x_81 = x_112; +x_82 = x_111; +x_83 = x_109; +x_84 = x_117; +x_85 = x_115; x_86 = x_122; goto block_107; } @@ -15597,16 +15597,16 @@ uint8_t x_123; x_123 = !lean_is_exclusive(x_121); if (x_123 == 0) { -x_76 = x_112; -x_77 = x_111; +x_76 = x_113; +x_77 = x_110; x_78 = x_116; -x_79 = x_109; -x_80 = x_117; -x_81 = x_115; -x_82 = x_114; -x_83 = x_110; -x_84 = x_118; -x_85 = x_113; +x_79 = x_118; +x_80 = x_114; +x_81 = x_112; +x_82 = x_111; +x_83 = x_109; +x_84 = x_117; +x_85 = x_115; x_86 = x_121; goto block_107; } @@ -15618,16 +15618,16 @@ lean_inc(x_124); lean_dec(x_121); x_125 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_125, 0, x_124); -x_76 = x_112; -x_77 = x_111; +x_76 = x_113; +x_77 = x_110; x_78 = x_116; -x_79 = x_109; -x_80 = x_117; -x_81 = x_115; -x_82 = x_114; -x_83 = x_110; -x_84 = x_118; -x_85 = x_113; +x_79 = x_118; +x_80 = x_114; +x_81 = x_112; +x_82 = x_111; +x_83 = x_109; +x_84 = x_117; +x_85 = x_115; x_86 = x_125; goto block_107; } @@ -17637,17 +17637,17 @@ if (x_65 == 0) { lean_dec(x_64); x_13 = x_63; -x_14 = x_5; -x_15 = x_6; -x_16 = x_50; -x_17 = x_11; -x_18 = x_8; -x_19 = x_10; -x_20 = x_9; -x_21 = x_7; +x_14 = x_11; +x_15 = x_4; +x_16 = x_6; +x_17 = x_5; +x_18 = x_50; +x_19 = x_8; +x_20 = x_7; +x_21 = x_9; x_22 = x_62; -x_23 = x_4; -x_24 = x_1; +x_23 = x_1; +x_24 = x_10; goto block_31; } else @@ -17656,17 +17656,17 @@ if (x_65 == 0) { lean_dec(x_64); x_13 = x_63; -x_14 = x_5; -x_15 = x_6; -x_16 = x_50; -x_17 = x_11; -x_18 = x_8; -x_19 = x_10; -x_20 = x_9; -x_21 = x_7; +x_14 = x_11; +x_15 = x_4; +x_16 = x_6; +x_17 = x_5; +x_18 = x_50; +x_19 = x_8; +x_20 = x_7; +x_21 = x_9; x_22 = x_62; -x_23 = x_4; -x_24 = x_1; +x_23 = x_1; +x_24 = x_10; goto block_31; } else @@ -17679,17 +17679,17 @@ x_68 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____privat if (x_68 == 0) { x_13 = x_63; -x_14 = x_5; -x_15 = x_6; -x_16 = x_50; -x_17 = x_11; -x_18 = x_8; -x_19 = x_10; -x_20 = x_9; -x_21 = x_7; +x_14 = x_11; +x_15 = x_4; +x_16 = x_6; +x_17 = x_5; +x_18 = x_50; +x_19 = x_8; +x_20 = x_7; +x_21 = x_9; x_22 = x_62; -x_23 = x_4; -x_24 = x_1; +x_23 = x_1; +x_24 = x_10; goto block_31; } else @@ -17830,19 +17830,19 @@ return x_49; block_31: { lean_object* x_25; lean_object* x_26; uint8_t x_27; -lean_dec_ref(x_24); lean_dec_ref(x_23); -lean_dec(x_21); -lean_dec(x_16); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_17); +lean_dec_ref(x_16); lean_dec_ref(x_15); -lean_dec(x_14); lean_dec_ref(x_13); x_25 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestChain___lam__0___closed__1; -x_26 = l_Lean_throwError___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestChain_spec__2___redArg(x_25, x_18, x_20, x_19, x_17, x_22); -lean_dec(x_17); +x_26 = l_Lean_throwError___at_____private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_evalSuggestChain_spec__2___redArg(x_25, x_19, x_21, x_24, x_14, x_22); +lean_dec(x_14); +lean_dec_ref(x_24); +lean_dec(x_21); lean_dec_ref(x_19); -lean_dec(x_20); -lean_dec_ref(x_18); x_27 = !lean_is_exclusive(x_26); if (x_27 == 0) { @@ -19471,19 +19471,19 @@ block_50: { lean_object* x_48; x_48 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_appendSuggestion(x_4, x_34); -x_2 = x_44; +x_2 = x_36; x_3 = x_47; x_4 = x_48; -x_5 = x_46; -x_6 = x_37; +x_5 = x_38; +x_6 = x_46; x_7 = x_41; -x_8 = x_36; -x_9 = x_39; -x_10 = x_45; -x_11 = x_38; -x_12 = x_43; -x_13 = x_40; -x_14 = x_42; +x_8 = x_37; +x_9 = x_40; +x_10 = x_43; +x_11 = x_45; +x_12 = x_42; +x_13 = x_39; +x_14 = x_44; goto _start; } block_64: @@ -19497,34 +19497,34 @@ if (lean_obj_tag(x_3) == 0) lean_object* x_63; x_63 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_63, 0, x_35); -x_36 = x_54; -x_37 = x_52; -x_38 = x_57; -x_39 = x_55; -x_40 = x_59; +x_36 = x_62; +x_37 = x_54; +x_38 = x_51; +x_39 = x_59; +x_40 = x_55; x_41 = x_53; -x_42 = x_60; -x_43 = x_58; -x_44 = x_62; -x_45 = x_56; -x_46 = x_51; +x_42 = x_58; +x_43 = x_56; +x_44 = x_60; +x_45 = x_57; +x_46 = x_52; x_47 = x_63; goto block_50; } else { lean_dec(x_35); -x_36 = x_54; -x_37 = x_52; -x_38 = x_57; -x_39 = x_55; -x_40 = x_59; +x_36 = x_62; +x_37 = x_54; +x_38 = x_51; +x_39 = x_59; +x_40 = x_55; x_41 = x_53; -x_42 = x_60; -x_43 = x_58; -x_44 = x_62; -x_45 = x_56; -x_46 = x_51; +x_42 = x_58; +x_43 = x_56; +x_44 = x_60; +x_45 = x_57; +x_46 = x_52; x_47 = x_3; goto block_50; } @@ -19611,19 +19611,19 @@ block_103: { lean_object* x_101; x_101 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_appendSuggestion(x_4, x_87); -x_2 = x_97; +x_2 = x_89; x_3 = x_100; x_4 = x_101; -x_5 = x_99; -x_6 = x_90; +x_5 = x_91; +x_6 = x_99; x_7 = x_94; -x_8 = x_89; -x_9 = x_92; -x_10 = x_98; -x_11 = x_91; -x_12 = x_96; -x_13 = x_93; -x_14 = x_95; +x_8 = x_90; +x_9 = x_93; +x_10 = x_96; +x_11 = x_98; +x_12 = x_95; +x_13 = x_92; +x_14 = x_97; goto _start; } block_117: @@ -19637,34 +19637,34 @@ if (lean_obj_tag(x_3) == 0) lean_object* x_116; x_116 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_116, 0, x_88); -x_89 = x_107; -x_90 = x_105; -x_91 = x_110; -x_92 = x_108; -x_93 = x_112; +x_89 = x_115; +x_90 = x_107; +x_91 = x_104; +x_92 = x_112; +x_93 = x_108; x_94 = x_106; -x_95 = x_113; -x_96 = x_111; -x_97 = x_115; -x_98 = x_109; -x_99 = x_104; +x_95 = x_111; +x_96 = x_109; +x_97 = x_113; +x_98 = x_110; +x_99 = x_105; x_100 = x_116; goto block_103; } else { lean_dec(x_88); -x_89 = x_107; -x_90 = x_105; -x_91 = x_110; -x_92 = x_108; -x_93 = x_112; +x_89 = x_115; +x_90 = x_107; +x_91 = x_104; +x_92 = x_112; +x_93 = x_108; x_94 = x_106; -x_95 = x_113; -x_96 = x_111; -x_97 = x_115; -x_98 = x_109; -x_99 = x_104; +x_95 = x_111; +x_96 = x_109; +x_97 = x_113; +x_98 = x_110; +x_99 = x_105; x_100 = x_3; goto block_103; } @@ -23536,7 +23536,7 @@ return x_54; block_22: { lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = l_Array_toSubarray___redArg(x_13, x_15, x_16); +x_17 = l_Array_toSubarray___redArg(x_14, x_15, x_16); x_18 = l_Array_ofSubarray___redArg(x_17); lean_dec_ref(x_17); x_19 = l_Array_isEmpty___redArg(x_18); @@ -23545,7 +23545,7 @@ if (x_19 == 0) lean_object* x_20; lean_dec(x_5); lean_dec_ref(x_3); -x_20 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_addSuggestions___redArg(x_1, x_18, x_8, x_9, x_10, x_11, x_14); +x_20 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_addSuggestions___redArg(x_1, x_18, x_8, x_9, x_10, x_11, x_13); lean_dec(x_9); lean_dec_ref(x_8); return x_20; @@ -23555,7 +23555,7 @@ else lean_object* x_21; lean_dec_ref(x_18); lean_dec(x_1); -x_21 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_throwEvalAndSuggestFailed___redArg(x_3, x_5, x_8, x_9, x_10, x_11, x_14); +x_21 = l___private_Lean_Elab_Tactic_Try_0__Lean_Elab_Tactic_Try_throwEvalAndSuggestFailed___redArg(x_3, x_5, x_8, x_9, x_10, x_11, x_13); lean_dec(x_11); lean_dec_ref(x_10); lean_dec(x_9); @@ -23582,8 +23582,8 @@ x_29 = lean_array_get_size(x_27); x_30 = lean_nat_dec_le(x_26, x_29); if (x_30 == 0) { -x_13 = x_27; -x_14 = x_25; +x_13 = x_25; +x_14 = x_27; x_15 = x_28; x_16 = x_29; goto block_22; @@ -23592,8 +23592,8 @@ else { lean_dec(x_29); lean_inc(x_26); -x_13 = x_27; -x_14 = x_25; +x_13 = x_25; +x_14 = x_27; x_15 = x_28; x_16 = x_26; goto block_22; @@ -25589,8 +25589,8 @@ if (lean_obj_tag(x_55) == 0) lean_dec(x_35); lean_dec_ref(x_4); lean_dec(x_1); -x_18 = x_57; -x_19 = x_56; +x_18 = x_56; +x_19 = x_57; goto block_22; } else @@ -25681,8 +25681,8 @@ lean_dec(x_58); lean_dec(x_35); lean_dec_ref(x_4); lean_dec(x_1); -x_18 = x_57; -x_19 = x_56; +x_18 = x_56; +x_19 = x_57; goto block_22; } } @@ -25730,7 +25730,7 @@ block_22: { lean_object* x_20; lean_object* x_21; x_20 = lean_box(0); -x_21 = lean_apply_6(x_18, x_20, x_5, x_6, x_7, x_8, x_19); +x_21 = lean_apply_6(x_19, x_20, x_5, x_6, x_7, x_8, x_18); return x_21; } block_28: diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/EMatch.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/EMatch.c index 4e5d4e6d5c..f494d6e411 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/EMatch.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/EMatch.c @@ -23553,7 +23553,7 @@ uint8_t x_23; x_23 = !lean_is_exclusive(x_22); if (x_23 == 0) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; 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_64; lean_object* x_65; uint8_t 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_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; uint8_t 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; uint8_t 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; uint8_t x_212; 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; uint8_t x_376; +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_object* x_63; 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_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_196; uint8_t x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; uint8_t 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; uint8_t x_212; 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; uint8_t x_376; x_24 = lean_ctor_get(x_22, 0); x_25 = lean_ctor_get(x_22, 1); x_376 = lean_unbox(x_24); @@ -23961,7 +23961,7 @@ return x_429; block_56: { lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_45; uint8_t x_46; lean_object* x_47; -x_41 = l_Lean_instantiateMVars___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__0___redArg(x_28, x_37, x_40); +x_41 = l_Lean_instantiateMVars___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__0___redArg(x_27, x_37, x_40); x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); x_43 = lean_ctor_get(x_41, 1); @@ -23971,8 +23971,8 @@ x_44 = 0; x_45 = lean_unbox(x_24); x_46 = lean_unbox(x_24); lean_dec(x_24); -x_47 = l_Lean_Meta_mkLambdaFVars(x_26, x_42, x_27, x_45, x_27, x_46, x_44, x_36, x_37, x_38, x_39, x_43); -lean_dec_ref(x_26); +x_47 = l_Lean_Meta_mkLambdaFVars(x_29, x_42, x_28, x_45, x_28, x_46, x_44, x_36, x_37, x_38, x_39, x_43); +lean_dec_ref(x_29); if (lean_obj_tag(x_47) == 0) { lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; @@ -23981,9 +23981,9 @@ lean_inc(x_48); x_49 = lean_ctor_get(x_47, 1); lean_inc(x_49); lean_dec_ref(x_47); -x_50 = lean_ctor_get(x_29, 1); +x_50 = lean_ctor_get(x_26, 1); lean_inc(x_50); -lean_dec_ref(x_29); +lean_dec_ref(x_26); x_51 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance(x_17, x_48, x_50, x_30, x_31, x_32, x_33, x_34, x_35, x_36, x_37, x_38, x_39, x_49); lean_dec(x_50); return x_51; @@ -24001,7 +24001,7 @@ lean_dec(x_33); lean_dec(x_32); lean_dec(x_31); lean_dec_ref(x_30); -lean_dec_ref(x_29); +lean_dec_ref(x_26); lean_dec_ref(x_17); x_52 = !lean_is_exclusive(x_47); if (x_52 == 0) @@ -24030,11 +24030,11 @@ x_72 = lean_box(0); x_73 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__1___closed__0; x_74 = lean_array_size(x_70); x_75 = 0; +lean_inc(x_67); +lean_inc_ref(x_66); lean_inc(x_61); -lean_inc_ref(x_67); -lean_inc(x_58); -lean_inc_ref(x_60); -x_76 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__2___redArg(x_73, x_72, x_70, x_74, x_75, x_73, x_60, x_58, x_67, x_61, x_71); +lean_inc_ref(x_63); +x_76 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__2___redArg(x_73, x_72, x_70, x_74, x_75, x_73, x_63, x_61, x_66, x_67, x_71); if (lean_obj_tag(x_76) == 0) { lean_object* x_77; uint8_t x_78; @@ -24054,20 +24054,20 @@ lean_free_object(x_77); x_81 = lean_ctor_get(x_76, 1); lean_inc(x_81); lean_dec_ref(x_76); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_81; goto block_56; } @@ -24084,20 +24084,20 @@ lean_free_object(x_77); x_83 = lean_ctor_get(x_76, 1); lean_inc(x_83); lean_dec_ref(x_76); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_83; goto block_56; } @@ -24110,7 +24110,7 @@ lean_dec_ref(x_76); x_85 = lean_ctor_get(x_82, 0); lean_inc(x_85); lean_dec_ref(x_82); -x_86 = l_Lean_Meta_Grind_getConfig___redArg(x_57, x_84); +x_86 = l_Lean_Meta_Grind_getConfig___redArg(x_69, x_84); if (lean_obj_tag(x_86) == 0) { lean_object* x_87; uint8_t x_88; @@ -24126,20 +24126,20 @@ lean_free_object(x_77); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec_ref(x_86); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_89; goto block_56; } @@ -24149,9 +24149,9 @@ lean_object* x_90; lean_object* x_91; x_90 = lean_ctor_get(x_86, 1); lean_inc(x_90); lean_dec_ref(x_86); -lean_inc_ref(x_67); +lean_inc_ref(x_66); lean_inc_ref(x_20); -x_91 = l_Lean_Meta_Grind_Origin_pp___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__2(x_20, x_65, x_64, x_68, x_59, x_57, x_63, x_60, x_58, x_67, x_61, x_90); +x_91 = l_Lean_Meta_Grind_Origin_pp___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__2(x_20, x_64, x_65, x_59, x_68, x_69, x_60, x_63, x_61, x_66, x_67, x_90); if (lean_obj_tag(x_91) == 0) { lean_object* x_92; lean_object* x_93; lean_object* x_94; @@ -24160,11 +24160,11 @@ lean_inc(x_92); x_93 = lean_ctor_get(x_91, 1); lean_inc(x_93); lean_dec_ref(x_91); +lean_inc(x_67); +lean_inc_ref(x_66); lean_inc(x_61); -lean_inc_ref(x_67); -lean_inc(x_58); -lean_inc_ref(x_60); -x_94 = lean_infer_type(x_85, x_60, x_58, x_67, x_61, x_93); +lean_inc_ref(x_63); +x_94 = lean_infer_type(x_85, x_63, x_61, x_66, x_67, x_93); if (lean_obj_tag(x_94) == 0) { 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; @@ -24189,27 +24189,27 @@ x_102 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____priva x_103 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_103, 0, x_101); lean_ctor_set(x_103, 1, x_102); -x_104 = l_Lean_Meta_Grind_reportIssue(x_103, x_59, x_57, x_63, x_60, x_58, x_67, x_61, x_96); +x_104 = l_Lean_Meta_Grind_reportIssue(x_103, x_68, x_69, x_60, x_63, x_61, x_66, x_67, x_96); if (lean_obj_tag(x_104) == 0) { lean_object* x_105; x_105 = lean_ctor_get(x_104, 1); lean_inc(x_105); lean_dec_ref(x_104); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_105; goto block_56; } @@ -24218,15 +24218,15 @@ else lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24241,15 +24241,15 @@ lean_free_object(x_77); lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24281,15 +24281,15 @@ lean_free_object(x_77); lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24322,15 +24322,15 @@ lean_free_object(x_77); lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24368,20 +24368,20 @@ lean_object* x_119; x_119 = lean_ctor_get(x_76, 1); lean_inc(x_119); lean_dec_ref(x_76); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_119; goto block_56; } @@ -24397,20 +24397,20 @@ lean_object* x_121; x_121 = lean_ctor_get(x_76, 1); lean_inc(x_121); lean_dec_ref(x_76); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_121; goto block_56; } @@ -24423,7 +24423,7 @@ lean_dec_ref(x_76); x_123 = lean_ctor_get(x_120, 0); lean_inc(x_123); lean_dec_ref(x_120); -x_124 = l_Lean_Meta_Grind_getConfig___redArg(x_57, x_122); +x_124 = l_Lean_Meta_Grind_getConfig___redArg(x_69, x_122); if (lean_obj_tag(x_124) == 0) { lean_object* x_125; uint8_t x_126; @@ -24438,20 +24438,20 @@ lean_dec(x_123); x_127 = lean_ctor_get(x_124, 1); lean_inc(x_127); lean_dec_ref(x_124); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_127; goto block_56; } @@ -24461,9 +24461,9 @@ lean_object* x_128; lean_object* x_129; x_128 = lean_ctor_get(x_124, 1); lean_inc(x_128); lean_dec_ref(x_124); -lean_inc_ref(x_67); +lean_inc_ref(x_66); lean_inc_ref(x_20); -x_129 = l_Lean_Meta_Grind_Origin_pp___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__2(x_20, x_65, x_64, x_68, x_59, x_57, x_63, x_60, x_58, x_67, x_61, x_128); +x_129 = l_Lean_Meta_Grind_Origin_pp___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__2(x_20, x_64, x_65, x_59, x_68, x_69, x_60, x_63, x_61, x_66, x_67, x_128); if (lean_obj_tag(x_129) == 0) { lean_object* x_130; lean_object* x_131; lean_object* x_132; @@ -24472,11 +24472,11 @@ lean_inc(x_130); x_131 = lean_ctor_get(x_129, 1); lean_inc(x_131); lean_dec_ref(x_129); +lean_inc(x_67); +lean_inc_ref(x_66); lean_inc(x_61); -lean_inc_ref(x_67); -lean_inc(x_58); -lean_inc_ref(x_60); -x_132 = lean_infer_type(x_123, x_60, x_58, x_67, x_61, x_131); +lean_inc_ref(x_63); +x_132 = lean_infer_type(x_123, x_63, x_61, x_66, x_67, x_131); if (lean_obj_tag(x_132) == 0) { 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; @@ -24501,27 +24501,27 @@ x_141 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____priva x_142 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_142, 0, x_140); lean_ctor_set(x_142, 1, x_141); -x_143 = l_Lean_Meta_Grind_reportIssue(x_142, x_59, x_57, x_63, x_60, x_58, x_67, x_61, x_134); +x_143 = l_Lean_Meta_Grind_reportIssue(x_142, x_68, x_69, x_60, x_63, x_61, x_66, x_67, x_134); if (lean_obj_tag(x_143) == 0) { lean_object* x_144; x_144 = lean_ctor_get(x_143, 1); lean_inc(x_144); lean_dec_ref(x_143); -x_26 = x_70; -x_27 = x_66; -x_28 = x_69; -x_29 = x_62; -x_30 = x_65; -x_31 = x_64; -x_32 = x_68; -x_33 = x_59; -x_34 = x_57; -x_35 = x_63; -x_36 = x_60; -x_37 = x_58; -x_38 = x_67; -x_39 = x_61; +x_26 = x_57; +x_27 = x_58; +x_28 = x_62; +x_29 = x_70; +x_30 = x_64; +x_31 = x_65; +x_32 = x_59; +x_33 = x_68; +x_34 = x_69; +x_35 = x_60; +x_36 = x_63; +x_37 = x_61; +x_38 = x_66; +x_39 = x_67; x_40 = x_144; goto block_56; } @@ -24530,15 +24530,15 @@ else lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24552,15 +24552,15 @@ lean_dec(x_130); lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24593,15 +24593,15 @@ lean_dec(x_123); lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24635,15 +24635,15 @@ lean_dec(x_123); lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24678,15 +24678,15 @@ uint8_t x_157; lean_dec_ref(x_70); lean_dec_ref(x_69); lean_dec(x_68); -lean_dec_ref(x_67); -lean_dec_ref(x_65); -lean_dec(x_64); -lean_dec(x_63); -lean_dec_ref(x_62); +lean_dec(x_67); +lean_dec_ref(x_66); +lean_dec(x_65); +lean_dec_ref(x_64); +lean_dec_ref(x_63); lean_dec(x_61); -lean_dec_ref(x_60); +lean_dec(x_60); lean_dec(x_59); -lean_dec(x_58); +lean_dec_ref(x_58); lean_dec_ref(x_57); lean_dec(x_24); lean_dec_ref(x_17); @@ -24722,28 +24722,28 @@ lean_inc(x_178); x_180 = lean_ctor_get(x_177, 1); lean_inc(x_180); lean_dec_ref(x_177); -x_181 = lean_mk_empty_array_with_capacity(x_169); -x_182 = lean_nat_dec_lt(x_169, x_165); +x_181 = lean_mk_empty_array_with_capacity(x_163); +x_182 = lean_nat_dec_lt(x_163, x_176); if (x_182 == 0) { uint8_t x_183; -lean_dec_ref(x_173); -lean_dec(x_165); +lean_dec(x_176); +lean_dec_ref(x_171); x_183 = lean_unbox(x_178); lean_dec(x_178); x_57 = x_162; -x_58 = x_163; -x_59 = x_164; +x_58 = x_164; +x_59 = x_165; x_60 = x_166; x_61 = x_167; -x_62 = x_168; -x_63 = x_170; -x_64 = x_171; -x_65 = x_172; -x_66 = x_183; -x_67 = x_174; -x_68 = x_175; -x_69 = x_176; +x_62 = x_183; +x_63 = x_168; +x_64 = x_169; +x_65 = x_170; +x_66 = x_172; +x_67 = x_173; +x_68 = x_174; +x_69 = x_175; x_70 = x_181; x_71 = x_180; goto block_161; @@ -24751,27 +24751,27 @@ goto block_161; else { uint8_t x_184; -x_184 = lean_nat_dec_le(x_165, x_165); +x_184 = lean_nat_dec_le(x_176, x_176); if (x_184 == 0) { uint8_t x_185; -lean_dec_ref(x_173); -lean_dec(x_165); +lean_dec(x_176); +lean_dec_ref(x_171); x_185 = lean_unbox(x_178); lean_dec(x_178); x_57 = x_162; -x_58 = x_163; -x_59 = x_164; +x_58 = x_164; +x_59 = x_165; x_60 = x_166; x_61 = x_167; -x_62 = x_168; -x_63 = x_170; -x_64 = x_171; -x_65 = x_172; -x_66 = x_185; -x_67 = x_174; -x_68 = x_175; -x_69 = x_176; +x_62 = x_185; +x_63 = x_168; +x_64 = x_169; +x_65 = x_170; +x_66 = x_172; +x_67 = x_173; +x_68 = x_174; +x_69 = x_175; x_70 = x_181; x_71 = x_180; goto block_161; @@ -24780,10 +24780,10 @@ else { size_t x_186; size_t x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; x_186 = 0; -x_187 = lean_usize_of_nat(x_165); -lean_dec(x_165); -x_188 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__3___redArg(x_173, x_186, x_187, x_181, x_172, x_171, x_175, x_164, x_162, x_170, x_166, x_163, x_174, x_167, x_180); -lean_dec_ref(x_173); +x_187 = lean_usize_of_nat(x_176); +lean_dec(x_176); +x_188 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__3___redArg(x_171, x_186, x_187, x_181, x_169, x_170, x_165, x_174, x_175, x_166, x_168, x_167, x_172, x_173, x_180); +lean_dec_ref(x_171); x_189 = lean_ctor_get(x_188, 0); lean_inc(x_189); x_190 = lean_ctor_get(x_188, 1); @@ -24792,18 +24792,18 @@ lean_dec_ref(x_188); x_191 = lean_unbox(x_178); lean_dec(x_178); x_57 = x_162; -x_58 = x_163; -x_59 = x_164; +x_58 = x_164; +x_59 = x_165; x_60 = x_166; x_61 = x_167; -x_62 = x_168; -x_63 = x_170; -x_64 = x_171; -x_65 = x_172; -x_66 = x_191; -x_67 = x_174; -x_68 = x_175; -x_69 = x_176; +x_62 = x_191; +x_63 = x_168; +x_64 = x_169; +x_65 = x_170; +x_66 = x_172; +x_67 = x_173; +x_68 = x_174; +x_69 = x_175; x_70 = x_189; x_71 = x_190; goto block_161; @@ -24813,16 +24813,16 @@ goto block_161; else { lean_object* x_192; lean_object* x_193; lean_object* x_194; -lean_dec_ref(x_173); -lean_dec(x_165); +lean_dec(x_176); +lean_dec_ref(x_171); lean_dec(x_24); x_192 = lean_ctor_get(x_177, 1); lean_inc(x_192); lean_dec_ref(x_177); -x_193 = lean_ctor_get(x_168, 1); +x_193 = lean_ctor_get(x_162, 1); lean_inc(x_193); -lean_dec_ref(x_168); -x_194 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance(x_17, x_176, x_193, x_172, x_171, x_175, x_164, x_162, x_170, x_166, x_163, x_174, x_167, x_192); +lean_dec_ref(x_162); +x_194 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance(x_17, x_164, x_193, x_169, x_170, x_165, x_174, x_175, x_166, x_168, x_167, x_172, x_173, x_192); lean_dec(x_193); return x_194; } @@ -24830,17 +24830,17 @@ return x_194; block_254: { lean_object* x_213; -lean_inc(x_204); -lean_inc_ref(x_210); -lean_inc(x_199); -lean_inc_ref(x_203); -lean_inc(x_206); -lean_inc_ref(x_198); +lean_inc(x_208); +lean_inc_ref(x_207); lean_inc(x_200); -lean_inc(x_211); -lean_inc(x_207); -lean_inc_ref(x_208); -x_213 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_applyAssignment(x_209, x_1, x_208, x_207, x_211, x_200, x_198, x_206, x_203, x_199, x_210, x_204, x_201); +lean_inc_ref(x_202); +lean_inc(x_199); +lean_inc_ref(x_211); +lean_inc(x_209); +lean_inc(x_198); +lean_inc(x_204); +lean_inc_ref(x_203); +x_213 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_applyAssignment(x_205, x_1, x_203, x_204, x_198, x_209, x_211, x_199, x_202, x_200, x_207, x_208, x_206); if (lean_obj_tag(x_213) == 0) { lean_object* x_214; lean_object* x_215; @@ -24851,19 +24851,19 @@ if (lean_obj_tag(x_215) == 0) { uint8_t x_216; lean_dec(x_214); -lean_dec(x_211); +lean_dec_ref(x_211); lean_dec_ref(x_210); -lean_dec_ref(x_209); -lean_dec_ref(x_208); -lean_dec(x_207); -lean_dec(x_206); +lean_dec(x_209); +lean_dec(x_208); +lean_dec_ref(x_207); +lean_dec_ref(x_205); lean_dec(x_204); lean_dec_ref(x_203); lean_dec_ref(x_202); lean_dec(x_200); lean_dec(x_199); -lean_dec_ref(x_198); -lean_dec_ref(x_197); +lean_dec(x_198); +lean_dec_ref(x_196); lean_dec(x_24); lean_dec_ref(x_17); x_216 = !lean_is_exclusive(x_213); @@ -24898,12 +24898,12 @@ lean_dec_ref(x_213); x_223 = lean_ctor_get(x_214, 1); lean_inc(x_223); lean_dec(x_214); -lean_inc(x_204); -lean_inc_ref(x_210); -lean_inc(x_199); +lean_inc(x_208); +lean_inc_ref(x_207); +lean_inc(x_200); +lean_inc_ref(x_202); lean_inc_ref(x_203); -lean_inc_ref(x_208); -x_224 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_synthesizeInsts(x_209, x_197, x_208, x_207, x_211, x_200, x_198, x_206, x_203, x_199, x_210, x_204, x_222); +x_224 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_synthesizeInsts(x_205, x_196, x_203, x_204, x_198, x_209, x_211, x_199, x_202, x_200, x_207, x_208, x_222); if (lean_obj_tag(x_224) == 0) { lean_object* x_225; @@ -24913,18 +24913,18 @@ if (lean_obj_tag(x_225) == 0) { uint8_t x_226; lean_dec(x_223); -lean_dec(x_211); +lean_dec_ref(x_211); lean_dec_ref(x_210); -lean_dec_ref(x_209); -lean_dec_ref(x_208); -lean_dec(x_207); -lean_dec(x_206); +lean_dec(x_209); +lean_dec(x_208); +lean_dec_ref(x_207); +lean_dec_ref(x_205); lean_dec(x_204); lean_dec_ref(x_203); lean_dec_ref(x_202); lean_dec(x_200); lean_dec(x_199); -lean_dec_ref(x_198); +lean_dec(x_198); lean_dec(x_24); lean_dec_ref(x_17); x_226 = !lean_is_exclusive(x_224); @@ -24957,29 +24957,29 @@ lean_dec_ref(x_225); x_232 = lean_ctor_get(x_224, 1); lean_inc(x_232); lean_dec_ref(x_224); -x_233 = l_Lean_mkAppN(x_202, x_209); +x_233 = l_Lean_mkAppN(x_210, x_205); x_234 = lean_unsigned_to_nat(0u); -x_235 = lean_array_get_size(x_209); +x_235 = lean_array_get_size(x_205); x_236 = lean_nat_dec_lt(x_234, x_235); if (x_236 == 0) { lean_object* x_237; -x_237 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_196, x_212, x_212, x_208, x_207, x_211, x_200, x_198, x_206, x_203, x_199, x_210, x_204, x_232); -x_162 = x_198; -x_163 = x_199; -x_164 = x_200; -x_165 = x_235; -x_166 = x_203; -x_167 = x_204; -x_168 = x_223; -x_169 = x_234; -x_170 = x_206; -x_171 = x_207; -x_172 = x_208; -x_173 = x_209; -x_174 = x_210; +x_237 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_197, x_212, x_212, x_203, x_204, x_198, x_209, x_211, x_199, x_202, x_200, x_207, x_208, x_232); +x_162 = x_223; +x_163 = x_234; +x_164 = x_233; +x_165 = x_198; +x_166 = x_199; +x_167 = x_200; +x_168 = x_202; +x_169 = x_203; +x_170 = x_204; +x_171 = x_205; +x_172 = x_207; +x_173 = x_208; +x_174 = x_209; x_175 = x_211; -x_176 = x_233; +x_176 = x_235; x_177 = x_237; goto block_195; } @@ -24988,22 +24988,22 @@ else if (x_236 == 0) { lean_object* x_238; -x_238 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_196, x_212, x_212, x_208, x_207, x_211, x_200, x_198, x_206, x_203, x_199, x_210, x_204, x_232); -x_162 = x_198; -x_163 = x_199; -x_164 = x_200; -x_165 = x_235; -x_166 = x_203; -x_167 = x_204; -x_168 = x_223; -x_169 = x_234; -x_170 = x_206; -x_171 = x_207; -x_172 = x_208; -x_173 = x_209; -x_174 = x_210; +x_238 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_197, x_212, x_212, x_203, x_204, x_198, x_209, x_211, x_199, x_202, x_200, x_207, x_208, x_232); +x_162 = x_223; +x_163 = x_234; +x_164 = x_233; +x_165 = x_198; +x_166 = x_199; +x_167 = x_200; +x_168 = x_202; +x_169 = x_203; +x_170 = x_204; +x_171 = x_205; +x_172 = x_207; +x_173 = x_208; +x_174 = x_209; x_175 = x_211; -x_176 = x_233; +x_176 = x_235; x_177 = x_238; goto block_195; } @@ -25012,7 +25012,7 @@ else size_t x_239; size_t x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; uint8_t x_244; lean_object* x_245; x_239 = 0; x_240 = lean_usize_of_nat(x_235); -x_241 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__5___redArg(x_205, x_212, x_209, x_239, x_240, x_208, x_207, x_211, x_200, x_198, x_206, x_203, x_199, x_210, x_204, x_232); +x_241 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__5___redArg(x_201, x_212, x_205, x_239, x_240, x_203, x_204, x_198, x_209, x_211, x_199, x_202, x_200, x_207, x_208, x_232); x_242 = lean_ctor_get(x_241, 0); lean_inc(x_242); x_243 = lean_ctor_get(x_241, 1); @@ -25020,22 +25020,22 @@ lean_inc(x_243); lean_dec_ref(x_241); x_244 = lean_unbox(x_242); lean_dec(x_242); -x_245 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_196, x_212, x_244, x_208, x_207, x_211, x_200, x_198, x_206, x_203, x_199, x_210, x_204, x_243); -x_162 = x_198; -x_163 = x_199; -x_164 = x_200; -x_165 = x_235; -x_166 = x_203; -x_167 = x_204; -x_168 = x_223; -x_169 = x_234; -x_170 = x_206; -x_171 = x_207; -x_172 = x_208; -x_173 = x_209; -x_174 = x_210; +x_245 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_197, x_212, x_244, x_203, x_204, x_198, x_209, x_211, x_199, x_202, x_200, x_207, x_208, x_243); +x_162 = x_223; +x_163 = x_234; +x_164 = x_233; +x_165 = x_198; +x_166 = x_199; +x_167 = x_200; +x_168 = x_202; +x_169 = x_203; +x_170 = x_204; +x_171 = x_205; +x_172 = x_207; +x_173 = x_208; +x_174 = x_209; x_175 = x_211; -x_176 = x_233; +x_176 = x_235; x_177 = x_245; goto block_195; } @@ -25046,18 +25046,18 @@ else { uint8_t x_246; lean_dec(x_223); -lean_dec(x_211); +lean_dec_ref(x_211); lean_dec_ref(x_210); -lean_dec_ref(x_209); -lean_dec_ref(x_208); -lean_dec(x_207); -lean_dec(x_206); +lean_dec(x_209); +lean_dec(x_208); +lean_dec_ref(x_207); +lean_dec_ref(x_205); lean_dec(x_204); lean_dec_ref(x_203); lean_dec_ref(x_202); lean_dec(x_200); lean_dec(x_199); -lean_dec_ref(x_198); +lean_dec(x_198); lean_dec(x_24); lean_dec_ref(x_17); x_246 = !lean_is_exclusive(x_224); @@ -25084,19 +25084,19 @@ return x_249; else { uint8_t x_250; -lean_dec(x_211); +lean_dec_ref(x_211); lean_dec_ref(x_210); -lean_dec_ref(x_209); -lean_dec_ref(x_208); -lean_dec(x_207); -lean_dec(x_206); +lean_dec(x_209); +lean_dec(x_208); +lean_dec_ref(x_207); +lean_dec_ref(x_205); lean_dec(x_204); lean_dec_ref(x_203); lean_dec_ref(x_202); lean_dec(x_200); lean_dec(x_199); -lean_dec_ref(x_198); -lean_dec_ref(x_197); +lean_dec(x_198); +lean_dec_ref(x_196); lean_dec(x_24); lean_dec_ref(x_17); x_250 = !lean_is_exclusive(x_213); @@ -25204,22 +25204,22 @@ if (x_270 == 0) { lean_free_object(x_279); lean_free_object(x_278); -x_196 = x_270; -x_197 = x_285; -x_198 = x_259; -x_199 = x_262; -x_200 = x_258; -x_201 = x_280; -x_202 = x_267; -x_203 = x_261; -x_204 = x_264; -x_205 = x_270; -x_206 = x_260; -x_207 = x_256; -x_208 = x_255; -x_209 = x_282; -x_210 = x_263; -x_211 = x_257; +x_196 = x_285; +x_197 = x_270; +x_198 = x_257; +x_199 = x_260; +x_200 = x_262; +x_201 = x_270; +x_202 = x_261; +x_203 = x_255; +x_204 = x_256; +x_205 = x_282; +x_206 = x_280; +x_207 = x_263; +x_208 = x_264; +x_209 = x_258; +x_210 = x_267; +x_211 = x_259; x_212 = x_270; goto block_254; } @@ -25388,22 +25388,22 @@ uint8_t x_309; lean_free_object(x_279); lean_free_object(x_278); x_309 = 0; -x_196 = x_270; -x_197 = x_285; -x_198 = x_259; -x_199 = x_262; -x_200 = x_258; -x_201 = x_280; -x_202 = x_267; -x_203 = x_261; -x_204 = x_264; -x_205 = x_270; -x_206 = x_260; -x_207 = x_256; -x_208 = x_255; -x_209 = x_282; -x_210 = x_263; -x_211 = x_257; +x_196 = x_285; +x_197 = x_270; +x_198 = x_257; +x_199 = x_260; +x_200 = x_262; +x_201 = x_270; +x_202 = x_261; +x_203 = x_255; +x_204 = x_256; +x_205 = x_282; +x_206 = x_280; +x_207 = x_263; +x_208 = x_264; +x_209 = x_258; +x_210 = x_267; +x_211 = x_259; x_212 = x_309; goto block_254; } @@ -25422,22 +25422,22 @@ if (x_312 == 0) if (x_270 == 0) { lean_free_object(x_278); -x_196 = x_270; -x_197 = x_310; -x_198 = x_259; -x_199 = x_262; -x_200 = x_258; -x_201 = x_280; -x_202 = x_267; -x_203 = x_261; -x_204 = x_264; -x_205 = x_270; -x_206 = x_260; -x_207 = x_256; -x_208 = x_255; -x_209 = x_282; -x_210 = x_263; -x_211 = x_257; +x_196 = x_310; +x_197 = x_270; +x_198 = x_257; +x_199 = x_260; +x_200 = x_262; +x_201 = x_270; +x_202 = x_261; +x_203 = x_255; +x_204 = x_256; +x_205 = x_282; +x_206 = x_280; +x_207 = x_263; +x_208 = x_264; +x_209 = x_258; +x_210 = x_267; +x_211 = x_259; x_212 = x_270; goto block_254; } @@ -25606,22 +25606,22 @@ else uint8_t x_334; lean_free_object(x_278); x_334 = 0; -x_196 = x_270; -x_197 = x_310; -x_198 = x_259; -x_199 = x_262; -x_200 = x_258; -x_201 = x_280; -x_202 = x_267; -x_203 = x_261; -x_204 = x_264; -x_205 = x_270; -x_206 = x_260; -x_207 = x_256; -x_208 = x_255; -x_209 = x_282; -x_210 = x_263; -x_211 = x_257; +x_196 = x_310; +x_197 = x_270; +x_198 = x_257; +x_199 = x_260; +x_200 = x_262; +x_201 = x_270; +x_202 = x_261; +x_203 = x_255; +x_204 = x_256; +x_205 = x_282; +x_206 = x_280; +x_207 = x_263; +x_208 = x_264; +x_209 = x_258; +x_210 = x_267; +x_211 = x_259; x_212 = x_334; goto block_254; } @@ -25651,22 +25651,22 @@ if (x_339 == 0) if (x_270 == 0) { lean_dec(x_337); -x_196 = x_270; -x_197 = x_336; -x_198 = x_259; -x_199 = x_262; -x_200 = x_258; -x_201 = x_280; -x_202 = x_267; -x_203 = x_261; -x_204 = x_264; -x_205 = x_270; -x_206 = x_260; -x_207 = x_256; -x_208 = x_255; -x_209 = x_335; -x_210 = x_263; -x_211 = x_257; +x_196 = x_336; +x_197 = x_270; +x_198 = x_257; +x_199 = x_260; +x_200 = x_262; +x_201 = x_270; +x_202 = x_261; +x_203 = x_255; +x_204 = x_256; +x_205 = x_335; +x_206 = x_280; +x_207 = x_263; +x_208 = x_264; +x_209 = x_258; +x_210 = x_267; +x_211 = x_259; x_212 = x_270; goto block_254; } @@ -25840,22 +25840,22 @@ else uint8_t x_362; lean_dec(x_337); x_362 = 0; -x_196 = x_270; -x_197 = x_336; -x_198 = x_259; -x_199 = x_262; -x_200 = x_258; -x_201 = x_280; -x_202 = x_267; -x_203 = x_261; -x_204 = x_264; -x_205 = x_270; -x_206 = x_260; -x_207 = x_256; -x_208 = x_255; -x_209 = x_335; -x_210 = x_263; -x_211 = x_257; +x_196 = x_336; +x_197 = x_270; +x_198 = x_257; +x_199 = x_260; +x_200 = x_262; +x_201 = x_270; +x_202 = x_261; +x_203 = x_255; +x_204 = x_256; +x_205 = x_335; +x_206 = x_280; +x_207 = x_263; +x_208 = x_264; +x_209 = x_258; +x_210 = x_267; +x_211 = x_259; x_212 = x_362; goto block_254; } @@ -25975,7 +25975,7 @@ return x_374; } else { -lean_object* x_452; lean_object* x_453; lean_object* x_454; uint8_t 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_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; uint8_t 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_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; uint8_t 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; uint8_t 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; uint8_t x_601; 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; uint8_t x_708; +lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; uint8_t 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_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; uint8_t 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_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_585; uint8_t x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; uint8_t 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; uint8_t x_601; 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; uint8_t x_708; x_452 = lean_ctor_get(x_22, 0); x_453 = lean_ctor_get(x_22, 1); lean_inc(x_453); @@ -26180,7 +26180,7 @@ return x_718; block_484: { lean_object* x_469; lean_object* x_470; lean_object* x_471; uint8_t x_472; uint8_t x_473; uint8_t x_474; lean_object* x_475; -x_469 = l_Lean_instantiateMVars___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__0___redArg(x_456, x_465, x_468); +x_469 = l_Lean_instantiateMVars___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__0___redArg(x_455, x_465, x_468); x_470 = lean_ctor_get(x_469, 0); lean_inc(x_470); x_471 = lean_ctor_get(x_469, 1); @@ -26190,8 +26190,8 @@ x_472 = 0; x_473 = lean_unbox(x_452); x_474 = lean_unbox(x_452); lean_dec(x_452); -x_475 = l_Lean_Meta_mkLambdaFVars(x_454, x_470, x_455, x_473, x_455, x_474, x_472, x_464, x_465, x_466, x_467, x_471); -lean_dec_ref(x_454); +x_475 = l_Lean_Meta_mkLambdaFVars(x_457, x_470, x_456, x_473, x_456, x_474, x_472, x_464, x_465, x_466, x_467, x_471); +lean_dec_ref(x_457); if (lean_obj_tag(x_475) == 0) { lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; @@ -26200,9 +26200,9 @@ lean_inc(x_476); x_477 = lean_ctor_get(x_475, 1); lean_inc(x_477); lean_dec_ref(x_475); -x_478 = lean_ctor_get(x_457, 1); +x_478 = lean_ctor_get(x_454, 1); lean_inc(x_478); -lean_dec_ref(x_457); +lean_dec_ref(x_454); x_479 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance(x_17, x_476, x_478, x_458, x_459, x_460, x_461, x_462, x_463, x_464, x_465, x_466, x_467, x_477); lean_dec(x_478); return x_479; @@ -26220,7 +26220,7 @@ lean_dec(x_461); lean_dec(x_460); lean_dec(x_459); lean_dec_ref(x_458); -lean_dec_ref(x_457); +lean_dec_ref(x_454); lean_dec_ref(x_17); x_480 = lean_ctor_get(x_475, 0); lean_inc(x_480); @@ -26251,11 +26251,11 @@ x_500 = lean_box(0); x_501 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__1___closed__0; x_502 = lean_array_size(x_498); x_503 = 0; +lean_inc(x_495); +lean_inc_ref(x_494); lean_inc(x_489); -lean_inc_ref(x_495); -lean_inc(x_486); -lean_inc_ref(x_488); -x_504 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__2___redArg(x_501, x_500, x_498, x_502, x_503, x_501, x_488, x_486, x_495, x_489, x_499); +lean_inc_ref(x_491); +x_504 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__2___redArg(x_501, x_500, x_498, x_502, x_503, x_501, x_491, x_489, x_494, x_495, x_499); if (lean_obj_tag(x_504) == 0) { lean_object* x_505; lean_object* x_506; lean_object* x_507; @@ -26278,20 +26278,20 @@ lean_dec(x_507); x_508 = lean_ctor_get(x_504, 1); lean_inc(x_508); lean_dec_ref(x_504); -x_454 = x_498; -x_455 = x_494; -x_456 = x_497; -x_457 = x_490; -x_458 = x_493; -x_459 = x_492; -x_460 = x_496; -x_461 = x_487; -x_462 = x_485; -x_463 = x_491; -x_464 = x_488; -x_465 = x_486; -x_466 = x_495; -x_467 = x_489; +x_454 = x_485; +x_455 = x_486; +x_456 = x_490; +x_457 = x_498; +x_458 = x_492; +x_459 = x_493; +x_460 = x_487; +x_461 = x_496; +x_462 = x_497; +x_463 = x_488; +x_464 = x_491; +x_465 = x_489; +x_466 = x_494; +x_467 = x_495; x_468 = x_508; goto block_484; } @@ -26308,20 +26308,20 @@ lean_dec(x_507); x_510 = lean_ctor_get(x_504, 1); lean_inc(x_510); lean_dec_ref(x_504); -x_454 = x_498; -x_455 = x_494; -x_456 = x_497; -x_457 = x_490; -x_458 = x_493; -x_459 = x_492; -x_460 = x_496; -x_461 = x_487; -x_462 = x_485; -x_463 = x_491; -x_464 = x_488; -x_465 = x_486; -x_466 = x_495; -x_467 = x_489; +x_454 = x_485; +x_455 = x_486; +x_456 = x_490; +x_457 = x_498; +x_458 = x_492; +x_459 = x_493; +x_460 = x_487; +x_461 = x_496; +x_462 = x_497; +x_463 = x_488; +x_464 = x_491; +x_465 = x_489; +x_466 = x_494; +x_467 = x_495; x_468 = x_510; goto block_484; } @@ -26334,7 +26334,7 @@ lean_dec_ref(x_504); x_512 = lean_ctor_get(x_509, 0); lean_inc(x_512); lean_dec_ref(x_509); -x_513 = l_Lean_Meta_Grind_getConfig___redArg(x_485, x_511); +x_513 = l_Lean_Meta_Grind_getConfig___redArg(x_497, x_511); if (lean_obj_tag(x_513) == 0) { lean_object* x_514; uint8_t x_515; @@ -26350,20 +26350,20 @@ lean_dec(x_507); x_516 = lean_ctor_get(x_513, 1); lean_inc(x_516); lean_dec_ref(x_513); -x_454 = x_498; -x_455 = x_494; -x_456 = x_497; -x_457 = x_490; -x_458 = x_493; -x_459 = x_492; -x_460 = x_496; -x_461 = x_487; -x_462 = x_485; -x_463 = x_491; -x_464 = x_488; -x_465 = x_486; -x_466 = x_495; -x_467 = x_489; +x_454 = x_485; +x_455 = x_486; +x_456 = x_490; +x_457 = x_498; +x_458 = x_492; +x_459 = x_493; +x_460 = x_487; +x_461 = x_496; +x_462 = x_497; +x_463 = x_488; +x_464 = x_491; +x_465 = x_489; +x_466 = x_494; +x_467 = x_495; x_468 = x_516; goto block_484; } @@ -26373,9 +26373,9 @@ lean_object* x_517; lean_object* x_518; x_517 = lean_ctor_get(x_513, 1); lean_inc(x_517); lean_dec_ref(x_513); -lean_inc_ref(x_495); +lean_inc_ref(x_494); lean_inc_ref(x_20); -x_518 = l_Lean_Meta_Grind_Origin_pp___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__2(x_20, x_493, x_492, x_496, x_487, x_485, x_491, x_488, x_486, x_495, x_489, x_517); +x_518 = l_Lean_Meta_Grind_Origin_pp___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance_spec__2(x_20, x_492, x_493, x_487, x_496, x_497, x_488, x_491, x_489, x_494, x_495, x_517); if (lean_obj_tag(x_518) == 0) { lean_object* x_519; lean_object* x_520; lean_object* x_521; @@ -26384,11 +26384,11 @@ lean_inc(x_519); x_520 = lean_ctor_get(x_518, 1); lean_inc(x_520); lean_dec_ref(x_518); +lean_inc(x_495); +lean_inc_ref(x_494); lean_inc(x_489); -lean_inc_ref(x_495); -lean_inc(x_486); -lean_inc_ref(x_488); -x_521 = lean_infer_type(x_512, x_488, x_486, x_495, x_489, x_520); +lean_inc_ref(x_491); +x_521 = lean_infer_type(x_512, x_491, x_489, x_494, x_495, x_520); if (lean_obj_tag(x_521) == 0) { 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; @@ -26418,27 +26418,27 @@ x_530 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____priva x_531 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_531, 0, x_529); lean_ctor_set(x_531, 1, x_530); -x_532 = l_Lean_Meta_Grind_reportIssue(x_531, x_487, x_485, x_491, x_488, x_486, x_495, x_489, x_523); +x_532 = l_Lean_Meta_Grind_reportIssue(x_531, x_496, x_497, x_488, x_491, x_489, x_494, x_495, x_523); if (lean_obj_tag(x_532) == 0) { lean_object* x_533; x_533 = lean_ctor_get(x_532, 1); lean_inc(x_533); lean_dec_ref(x_532); -x_454 = x_498; -x_455 = x_494; -x_456 = x_497; -x_457 = x_490; -x_458 = x_493; -x_459 = x_492; -x_460 = x_496; -x_461 = x_487; -x_462 = x_485; -x_463 = x_491; -x_464 = x_488; -x_465 = x_486; -x_466 = x_495; -x_467 = x_489; +x_454 = x_485; +x_455 = x_486; +x_456 = x_490; +x_457 = x_498; +x_458 = x_492; +x_459 = x_493; +x_460 = x_487; +x_461 = x_496; +x_462 = x_497; +x_463 = x_488; +x_464 = x_491; +x_465 = x_489; +x_466 = x_494; +x_467 = x_495; x_468 = x_533; goto block_484; } @@ -26447,15 +26447,15 @@ else lean_dec_ref(x_498); lean_dec_ref(x_497); lean_dec(x_496); -lean_dec_ref(x_495); -lean_dec_ref(x_493); -lean_dec(x_492); -lean_dec(x_491); -lean_dec_ref(x_490); +lean_dec(x_495); +lean_dec_ref(x_494); +lean_dec(x_493); +lean_dec_ref(x_492); +lean_dec_ref(x_491); lean_dec(x_489); -lean_dec_ref(x_488); +lean_dec(x_488); lean_dec(x_487); -lean_dec(x_486); +lean_dec_ref(x_486); lean_dec_ref(x_485); lean_dec(x_452); lean_dec_ref(x_17); @@ -26470,15 +26470,15 @@ lean_dec(x_507); lean_dec_ref(x_498); lean_dec_ref(x_497); lean_dec(x_496); -lean_dec_ref(x_495); -lean_dec_ref(x_493); -lean_dec(x_492); -lean_dec(x_491); -lean_dec_ref(x_490); +lean_dec(x_495); +lean_dec_ref(x_494); +lean_dec(x_493); +lean_dec_ref(x_492); +lean_dec_ref(x_491); lean_dec(x_489); -lean_dec_ref(x_488); +lean_dec(x_488); lean_dec(x_487); -lean_dec(x_486); +lean_dec_ref(x_486); lean_dec_ref(x_485); lean_dec(x_452); lean_dec_ref(x_17); @@ -26512,15 +26512,15 @@ lean_dec(x_507); lean_dec_ref(x_498); lean_dec_ref(x_497); lean_dec(x_496); -lean_dec_ref(x_495); -lean_dec_ref(x_493); -lean_dec(x_492); -lean_dec(x_491); -lean_dec_ref(x_490); +lean_dec(x_495); +lean_dec_ref(x_494); +lean_dec(x_493); +lean_dec_ref(x_492); +lean_dec_ref(x_491); lean_dec(x_489); -lean_dec_ref(x_488); +lean_dec(x_488); lean_dec(x_487); -lean_dec(x_486); +lean_dec_ref(x_486); lean_dec_ref(x_485); lean_dec(x_452); lean_dec_ref(x_17); @@ -26555,15 +26555,15 @@ lean_dec(x_507); lean_dec_ref(x_498); lean_dec_ref(x_497); lean_dec(x_496); -lean_dec_ref(x_495); -lean_dec_ref(x_493); -lean_dec(x_492); -lean_dec(x_491); -lean_dec_ref(x_490); +lean_dec(x_495); +lean_dec_ref(x_494); +lean_dec(x_493); +lean_dec_ref(x_492); +lean_dec_ref(x_491); lean_dec(x_489); -lean_dec_ref(x_488); +lean_dec(x_488); lean_dec(x_487); -lean_dec(x_486); +lean_dec_ref(x_486); lean_dec_ref(x_485); lean_dec(x_452); lean_dec_ref(x_17); @@ -26597,15 +26597,15 @@ lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_dec_ref(x_498); lean_dec_ref(x_497); lean_dec(x_496); -lean_dec_ref(x_495); -lean_dec_ref(x_493); -lean_dec(x_492); -lean_dec(x_491); -lean_dec_ref(x_490); +lean_dec(x_495); +lean_dec_ref(x_494); +lean_dec(x_493); +lean_dec_ref(x_492); +lean_dec_ref(x_491); lean_dec(x_489); -lean_dec_ref(x_488); +lean_dec(x_488); lean_dec(x_487); -lean_dec(x_486); +lean_dec_ref(x_486); lean_dec_ref(x_485); lean_dec(x_452); lean_dec_ref(x_17); @@ -26643,28 +26643,28 @@ lean_inc(x_567); x_569 = lean_ctor_get(x_566, 1); lean_inc(x_569); lean_dec_ref(x_566); -x_570 = lean_mk_empty_array_with_capacity(x_558); -x_571 = lean_nat_dec_lt(x_558, x_554); +x_570 = lean_mk_empty_array_with_capacity(x_552); +x_571 = lean_nat_dec_lt(x_552, x_565); if (x_571 == 0) { uint8_t x_572; -lean_dec_ref(x_562); -lean_dec(x_554); +lean_dec(x_565); +lean_dec_ref(x_560); x_572 = lean_unbox(x_567); lean_dec(x_567); x_485 = x_551; -x_486 = x_552; -x_487 = x_553; +x_486 = x_553; +x_487 = x_554; x_488 = x_555; x_489 = x_556; -x_490 = x_557; -x_491 = x_559; -x_492 = x_560; -x_493 = x_561; -x_494 = x_572; -x_495 = x_563; -x_496 = x_564; -x_497 = x_565; +x_490 = x_572; +x_491 = x_557; +x_492 = x_558; +x_493 = x_559; +x_494 = x_561; +x_495 = x_562; +x_496 = x_563; +x_497 = x_564; x_498 = x_570; x_499 = x_569; goto block_550; @@ -26672,27 +26672,27 @@ goto block_550; else { uint8_t x_573; -x_573 = lean_nat_dec_le(x_554, x_554); +x_573 = lean_nat_dec_le(x_565, x_565); if (x_573 == 0) { uint8_t x_574; -lean_dec_ref(x_562); -lean_dec(x_554); +lean_dec(x_565); +lean_dec_ref(x_560); x_574 = lean_unbox(x_567); lean_dec(x_567); x_485 = x_551; -x_486 = x_552; -x_487 = x_553; +x_486 = x_553; +x_487 = x_554; x_488 = x_555; x_489 = x_556; -x_490 = x_557; -x_491 = x_559; -x_492 = x_560; -x_493 = x_561; -x_494 = x_574; -x_495 = x_563; -x_496 = x_564; -x_497 = x_565; +x_490 = x_574; +x_491 = x_557; +x_492 = x_558; +x_493 = x_559; +x_494 = x_561; +x_495 = x_562; +x_496 = x_563; +x_497 = x_564; x_498 = x_570; x_499 = x_569; goto block_550; @@ -26701,10 +26701,10 @@ else { size_t x_575; size_t x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; uint8_t x_580; x_575 = 0; -x_576 = lean_usize_of_nat(x_554); -lean_dec(x_554); -x_577 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__3___redArg(x_562, x_575, x_576, x_570, x_561, x_560, x_564, x_553, x_551, x_559, x_555, x_552, x_563, x_556, x_569); -lean_dec_ref(x_562); +x_576 = lean_usize_of_nat(x_565); +lean_dec(x_565); +x_577 = l___private_Init_Data_Array_Basic_0__Array_foldlMUnsafe_fold___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__3___redArg(x_560, x_575, x_576, x_570, x_558, x_559, x_554, x_563, x_564, x_555, x_557, x_556, x_561, x_562, x_569); +lean_dec_ref(x_560); x_578 = lean_ctor_get(x_577, 0); lean_inc(x_578); x_579 = lean_ctor_get(x_577, 1); @@ -26713,18 +26713,18 @@ lean_dec_ref(x_577); x_580 = lean_unbox(x_567); lean_dec(x_567); x_485 = x_551; -x_486 = x_552; -x_487 = x_553; +x_486 = x_553; +x_487 = x_554; x_488 = x_555; x_489 = x_556; -x_490 = x_557; -x_491 = x_559; -x_492 = x_560; -x_493 = x_561; -x_494 = x_580; -x_495 = x_563; -x_496 = x_564; -x_497 = x_565; +x_490 = x_580; +x_491 = x_557; +x_492 = x_558; +x_493 = x_559; +x_494 = x_561; +x_495 = x_562; +x_496 = x_563; +x_497 = x_564; x_498 = x_578; x_499 = x_579; goto block_550; @@ -26734,16 +26734,16 @@ goto block_550; else { lean_object* x_581; lean_object* x_582; lean_object* x_583; -lean_dec_ref(x_562); -lean_dec(x_554); +lean_dec(x_565); +lean_dec_ref(x_560); lean_dec(x_452); x_581 = lean_ctor_get(x_566, 1); lean_inc(x_581); lean_dec_ref(x_566); -x_582 = lean_ctor_get(x_557, 1); +x_582 = lean_ctor_get(x_551, 1); lean_inc(x_582); -lean_dec_ref(x_557); -x_583 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance(x_17, x_565, x_582, x_561, x_560, x_564, x_553, x_551, x_559, x_555, x_552, x_563, x_556, x_581); +lean_dec_ref(x_551); +x_583 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_addNewInstance(x_17, x_553, x_582, x_558, x_559, x_554, x_563, x_564, x_555, x_557, x_556, x_561, x_562, x_581); lean_dec(x_582); return x_583; } @@ -26751,17 +26751,17 @@ return x_583; block_639: { lean_object* x_602; -lean_inc(x_593); -lean_inc_ref(x_599); -lean_inc(x_588); -lean_inc_ref(x_592); -lean_inc(x_595); -lean_inc_ref(x_587); +lean_inc(x_597); +lean_inc_ref(x_596); lean_inc(x_589); -lean_inc(x_600); -lean_inc(x_596); -lean_inc_ref(x_597); -x_602 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_applyAssignment(x_598, x_1, x_597, x_596, x_600, x_589, x_587, x_595, x_592, x_588, x_599, x_593, x_590); +lean_inc_ref(x_591); +lean_inc(x_588); +lean_inc_ref(x_600); +lean_inc(x_598); +lean_inc(x_587); +lean_inc(x_593); +lean_inc_ref(x_592); +x_602 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_applyAssignment(x_594, x_1, x_592, x_593, x_587, x_598, x_600, x_588, x_591, x_589, x_596, x_597, x_595); if (lean_obj_tag(x_602) == 0) { lean_object* x_603; lean_object* x_604; @@ -26772,19 +26772,19 @@ if (lean_obj_tag(x_604) == 0) { lean_object* x_605; lean_object* x_606; lean_object* x_607; lean_object* x_608; lean_dec(x_603); -lean_dec(x_600); +lean_dec_ref(x_600); lean_dec_ref(x_599); -lean_dec_ref(x_598); -lean_dec_ref(x_597); -lean_dec(x_596); -lean_dec(x_595); +lean_dec(x_598); +lean_dec(x_597); +lean_dec_ref(x_596); +lean_dec_ref(x_594); lean_dec(x_593); lean_dec_ref(x_592); lean_dec_ref(x_591); lean_dec(x_589); lean_dec(x_588); -lean_dec_ref(x_587); -lean_dec_ref(x_586); +lean_dec(x_587); +lean_dec_ref(x_585); lean_dec(x_452); lean_dec_ref(x_17); x_605 = lean_ctor_get(x_602, 1); @@ -26816,12 +26816,12 @@ lean_dec_ref(x_602); x_610 = lean_ctor_get(x_603, 1); lean_inc(x_610); lean_dec(x_603); -lean_inc(x_593); -lean_inc_ref(x_599); -lean_inc(x_588); +lean_inc(x_597); +lean_inc_ref(x_596); +lean_inc(x_589); +lean_inc_ref(x_591); lean_inc_ref(x_592); -lean_inc_ref(x_597); -x_611 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_synthesizeInsts(x_598, x_586, x_597, x_596, x_600, x_589, x_587, x_595, x_592, x_588, x_599, x_593, x_609); +x_611 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_synthesizeInsts(x_594, x_585, x_592, x_593, x_587, x_598, x_600, x_588, x_591, x_589, x_596, x_597, x_609); if (lean_obj_tag(x_611) == 0) { lean_object* x_612; @@ -26831,18 +26831,18 @@ if (lean_obj_tag(x_612) == 0) { lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_dec(x_610); -lean_dec(x_600); +lean_dec_ref(x_600); lean_dec_ref(x_599); -lean_dec_ref(x_598); -lean_dec_ref(x_597); -lean_dec(x_596); -lean_dec(x_595); +lean_dec(x_598); +lean_dec(x_597); +lean_dec_ref(x_596); +lean_dec_ref(x_594); lean_dec(x_593); lean_dec_ref(x_592); lean_dec_ref(x_591); lean_dec(x_589); lean_dec(x_588); -lean_dec_ref(x_587); +lean_dec(x_587); lean_dec(x_452); lean_dec_ref(x_17); x_613 = lean_ctor_get(x_611, 1); @@ -26872,29 +26872,29 @@ lean_dec_ref(x_612); x_617 = lean_ctor_get(x_611, 1); lean_inc(x_617); lean_dec_ref(x_611); -x_618 = l_Lean_mkAppN(x_591, x_598); +x_618 = l_Lean_mkAppN(x_599, x_594); x_619 = lean_unsigned_to_nat(0u); -x_620 = lean_array_get_size(x_598); +x_620 = lean_array_get_size(x_594); x_621 = lean_nat_dec_lt(x_619, x_620); if (x_621 == 0) { lean_object* x_622; -x_622 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_585, x_601, x_601, x_597, x_596, x_600, x_589, x_587, x_595, x_592, x_588, x_599, x_593, x_617); -x_551 = x_587; -x_552 = x_588; -x_553 = x_589; -x_554 = x_620; -x_555 = x_592; -x_556 = x_593; -x_557 = x_610; -x_558 = x_619; -x_559 = x_595; -x_560 = x_596; -x_561 = x_597; -x_562 = x_598; -x_563 = x_599; +x_622 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_586, x_601, x_601, x_592, x_593, x_587, x_598, x_600, x_588, x_591, x_589, x_596, x_597, x_617); +x_551 = x_610; +x_552 = x_619; +x_553 = x_618; +x_554 = x_587; +x_555 = x_588; +x_556 = x_589; +x_557 = x_591; +x_558 = x_592; +x_559 = x_593; +x_560 = x_594; +x_561 = x_596; +x_562 = x_597; +x_563 = x_598; x_564 = x_600; -x_565 = x_618; +x_565 = x_620; x_566 = x_622; goto block_584; } @@ -26903,22 +26903,22 @@ else if (x_621 == 0) { lean_object* x_623; -x_623 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_585, x_601, x_601, x_597, x_596, x_600, x_589, x_587, x_595, x_592, x_588, x_599, x_593, x_617); -x_551 = x_587; -x_552 = x_588; -x_553 = x_589; -x_554 = x_620; -x_555 = x_592; -x_556 = x_593; -x_557 = x_610; -x_558 = x_619; -x_559 = x_595; -x_560 = x_596; -x_561 = x_597; -x_562 = x_598; -x_563 = x_599; +x_623 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_586, x_601, x_601, x_592, x_593, x_587, x_598, x_600, x_588, x_591, x_589, x_596, x_597, x_617); +x_551 = x_610; +x_552 = x_619; +x_553 = x_618; +x_554 = x_587; +x_555 = x_588; +x_556 = x_589; +x_557 = x_591; +x_558 = x_592; +x_559 = x_593; +x_560 = x_594; +x_561 = x_596; +x_562 = x_597; +x_563 = x_598; x_564 = x_600; -x_565 = x_618; +x_565 = x_620; x_566 = x_623; goto block_584; } @@ -26927,7 +26927,7 @@ else size_t x_624; size_t x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; uint8_t x_629; lean_object* x_630; x_624 = 0; x_625 = lean_usize_of_nat(x_620); -x_626 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__5___redArg(x_594, x_601, x_598, x_624, x_625, x_597, x_596, x_600, x_589, x_587, x_595, x_592, x_588, x_599, x_593, x_617); +x_626 = l___private_Init_Data_Array_Basic_0__Array_anyMUnsafe_any___at_____private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem_spec__5___redArg(x_590, x_601, x_594, x_624, x_625, x_592, x_593, x_587, x_598, x_600, x_588, x_591, x_589, x_596, x_597, x_617); x_627 = lean_ctor_get(x_626, 0); lean_inc(x_627); x_628 = lean_ctor_get(x_626, 1); @@ -26935,22 +26935,22 @@ lean_inc(x_628); lean_dec_ref(x_626); x_629 = lean_unbox(x_627); lean_dec(x_627); -x_630 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_585, x_601, x_629, x_597, x_596, x_600, x_589, x_587, x_595, x_592, x_588, x_599, x_593, x_628); -x_551 = x_587; -x_552 = x_588; -x_553 = x_589; -x_554 = x_620; -x_555 = x_592; -x_556 = x_593; -x_557 = x_610; -x_558 = x_619; -x_559 = x_595; -x_560 = x_596; -x_561 = x_597; -x_562 = x_598; -x_563 = x_599; +x_630 = l___private_Lean_Meta_Tactic_Grind_EMatch_0__Lean_Meta_Grind_EMatch_instantiateTheorem___lam__0(x_586, x_601, x_629, x_592, x_593, x_587, x_598, x_600, x_588, x_591, x_589, x_596, x_597, x_628); +x_551 = x_610; +x_552 = x_619; +x_553 = x_618; +x_554 = x_587; +x_555 = x_588; +x_556 = x_589; +x_557 = x_591; +x_558 = x_592; +x_559 = x_593; +x_560 = x_594; +x_561 = x_596; +x_562 = x_597; +x_563 = x_598; x_564 = x_600; -x_565 = x_618; +x_565 = x_620; x_566 = x_630; goto block_584; } @@ -26961,18 +26961,18 @@ else { lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_dec(x_610); -lean_dec(x_600); +lean_dec_ref(x_600); lean_dec_ref(x_599); -lean_dec_ref(x_598); -lean_dec_ref(x_597); -lean_dec(x_596); -lean_dec(x_595); +lean_dec(x_598); +lean_dec(x_597); +lean_dec_ref(x_596); +lean_dec_ref(x_594); lean_dec(x_593); lean_dec_ref(x_592); lean_dec_ref(x_591); lean_dec(x_589); lean_dec(x_588); -lean_dec_ref(x_587); +lean_dec(x_587); lean_dec(x_452); lean_dec_ref(x_17); x_631 = lean_ctor_get(x_611, 0); @@ -27001,19 +27001,19 @@ return x_634; else { lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; -lean_dec(x_600); +lean_dec_ref(x_600); lean_dec_ref(x_599); -lean_dec_ref(x_598); -lean_dec_ref(x_597); -lean_dec(x_596); -lean_dec(x_595); +lean_dec(x_598); +lean_dec(x_597); +lean_dec_ref(x_596); +lean_dec_ref(x_594); lean_dec(x_593); lean_dec_ref(x_592); lean_dec_ref(x_591); lean_dec(x_589); lean_dec(x_588); -lean_dec_ref(x_587); -lean_dec_ref(x_586); +lean_dec(x_587); +lean_dec_ref(x_585); lean_dec(x_452); lean_dec_ref(x_17); x_635 = lean_ctor_get(x_602, 0); @@ -27129,22 +27129,22 @@ if (x_655 == 0) { lean_dec(x_669); lean_dec(x_667); -x_585 = x_655; -x_586 = x_668; -x_587 = x_644; -x_588 = x_647; -x_589 = x_643; -x_590 = x_665; -x_591 = x_652; -x_592 = x_646; -x_593 = x_649; -x_594 = x_655; -x_595 = x_645; -x_596 = x_641; -x_597 = x_640; -x_598 = x_666; -x_599 = x_648; -x_600 = x_642; +x_585 = x_668; +x_586 = x_655; +x_587 = x_642; +x_588 = x_645; +x_589 = x_647; +x_590 = x_655; +x_591 = x_646; +x_592 = x_640; +x_593 = x_641; +x_594 = x_666; +x_595 = x_665; +x_596 = x_648; +x_597 = x_649; +x_598 = x_643; +x_599 = x_652; +x_600 = x_644; x_601 = x_655; goto block_639; } @@ -27327,22 +27327,22 @@ uint8_t x_694; lean_dec(x_669); lean_dec(x_667); x_694 = 0; -x_585 = x_655; -x_586 = x_668; -x_587 = x_644; -x_588 = x_647; -x_589 = x_643; -x_590 = x_665; -x_591 = x_652; -x_592 = x_646; -x_593 = x_649; -x_594 = x_655; -x_595 = x_645; -x_596 = x_641; -x_597 = x_640; -x_598 = x_666; -x_599 = x_648; -x_600 = x_642; +x_585 = x_668; +x_586 = x_655; +x_587 = x_642; +x_588 = x_645; +x_589 = x_647; +x_590 = x_655; +x_591 = x_646; +x_592 = x_640; +x_593 = x_641; +x_594 = x_666; +x_595 = x_665; +x_596 = x_648; +x_597 = x_649; +x_598 = x_643; +x_599 = x_652; +x_600 = x_644; x_601 = x_694; goto block_639; } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Grind/MatchCond.c b/stage0/stdlib/Lean/Meta/Tactic/Grind/MatchCond.c index e0fdcb5daf..1979c8ab14 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Grind/MatchCond.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Grind/MatchCond.c @@ -5040,7 +5040,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Grind_MatchCond_0__Lean_Meta_Grind_mkMatchCondProof_x3f_go_x3f(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, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -lean_object* x_12; uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; 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; uint8_t x_246; 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_623; lean_object* x_624; lean_object* x_625; uint8_t x_626; +lean_object* x_12; uint8_t x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; 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; uint8_t x_246; 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_623; lean_object* x_624; lean_object* x_625; uint8_t x_626; x_623 = l___private_Init_While_0__Lean_Loop_forIn_loop___at_____private_Init_While_0__Lean_Loop_forIn_loop___at_____private_Lean_Meta_Tactic_Grind_MatchCond_0__Lean_Meta_Grind_isSatisfied_spec__3_spec__3___closed__3; x_624 = l_Lean_isTracingEnabledFor___at_____private_Lean_Meta_Tactic_Grind_MatchCond_0__Lean_Meta_Grind_isSatisfied_spec__0___redArg(x_623, x_9, x_11); x_625 = lean_ctor_get(x_624, 0); @@ -5320,13 +5320,13 @@ return x_14; } block_232: { -if (x_20 == 0) +if (x_18 == 0) { lean_dec(x_26); lean_dec_ref(x_25); lean_dec(x_24); lean_dec(x_23); -lean_dec_ref(x_17); +lean_dec_ref(x_19); lean_dec_ref(x_1); if (x_21 == 0) { @@ -5336,8 +5336,8 @@ lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); lean_dec_ref(x_22); -lean_dec_ref(x_19); -lean_dec_ref(x_18); +lean_dec_ref(x_20); +lean_dec_ref(x_17); x_32 = lean_box(0); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); @@ -5351,8 +5351,8 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -lean_inc_ref(x_18); -x_34 = l_Lean_Meta_normLitValue(x_18, x_27, x_28, x_29, x_30, x_31); +lean_inc_ref(x_17); +x_34 = l_Lean_Meta_normLitValue(x_17, x_27, x_28, x_29, x_30, x_31); if (lean_obj_tag(x_34) == 0) { lean_object* x_35; lean_object* x_36; lean_object* x_37; @@ -5365,8 +5365,8 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -lean_inc_ref(x_19); -x_37 = l_Lean_Meta_normLitValue(x_19, x_27, x_28, x_29, x_30, x_36); +lean_inc_ref(x_20); +x_37 = l_Lean_Meta_normLitValue(x_20, x_27, x_28, x_29, x_30, x_36); if (lean_obj_tag(x_37) == 0) { uint8_t x_38; @@ -5387,7 +5387,7 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -x_42 = l_Lean_Meta_mkEq(x_18, x_19, x_27, x_28, x_29, x_30, x_40); +x_42 = l_Lean_Meta_mkEq(x_17, x_20, x_27, x_28, x_29, x_30, x_40); if (lean_obj_tag(x_42) == 0) { lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; @@ -5489,8 +5489,8 @@ lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); lean_dec_ref(x_22); -lean_dec_ref(x_19); -lean_dec_ref(x_18); +lean_dec_ref(x_20); +lean_dec_ref(x_17); x_64 = lean_box(0); lean_ctor_set(x_37, 0, x_64); return x_37; @@ -5514,7 +5514,7 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -x_68 = l_Lean_Meta_mkEq(x_18, x_19, x_27, x_28, x_29, x_30, x_66); +x_68 = l_Lean_Meta_mkEq(x_17, x_20, x_27, x_28, x_29, x_30, x_66); if (lean_obj_tag(x_68) == 0) { lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; @@ -5616,8 +5616,8 @@ lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); lean_dec_ref(x_22); -lean_dec_ref(x_19); -lean_dec_ref(x_18); +lean_dec_ref(x_20); +lean_dec_ref(x_17); x_87 = lean_box(0); x_88 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_88, 0, x_87); @@ -5635,8 +5635,8 @@ lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); lean_dec_ref(x_22); -lean_dec_ref(x_19); -lean_dec_ref(x_18); +lean_dec_ref(x_20); +lean_dec_ref(x_17); x_89 = !lean_is_exclusive(x_37); if (x_89 == 0) { @@ -5665,8 +5665,8 @@ lean_dec_ref(x_29); lean_dec(x_28); lean_dec_ref(x_27); lean_dec_ref(x_22); -lean_dec_ref(x_19); -lean_dec_ref(x_18); +lean_dec_ref(x_20); +lean_dec_ref(x_17); x_93 = !lean_is_exclusive(x_34); if (x_93 == 0) { @@ -5695,7 +5695,7 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -x_97 = l_Lean_Meta_isConstructorApp_x3f(x_18, x_27, x_28, x_29, x_30, x_31); +x_97 = l_Lean_Meta_isConstructorApp_x3f(x_17, x_27, x_28, x_29, x_30, x_31); if (lean_obj_tag(x_97) == 0) { lean_object* x_98; @@ -5713,8 +5713,8 @@ lean_dec_ref(x_25); lean_dec(x_24); lean_dec(x_23); lean_dec_ref(x_22); +lean_dec_ref(x_20); lean_dec_ref(x_19); -lean_dec_ref(x_17); lean_dec_ref(x_1); x_99 = !lean_is_exclusive(x_97); if (x_99 == 0) @@ -5752,7 +5752,7 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -x_107 = l_Lean_Meta_isConstructorApp_x3f(x_19, x_27, x_28, x_29, x_30, x_105); +x_107 = l_Lean_Meta_isConstructorApp_x3f(x_20, x_27, x_28, x_29, x_30, x_105); if (lean_obj_tag(x_107) == 0) { lean_object* x_108; @@ -5771,7 +5771,7 @@ lean_dec_ref(x_25); lean_dec(x_24); lean_dec(x_23); lean_dec_ref(x_22); -lean_dec_ref(x_17); +lean_dec_ref(x_19); lean_dec_ref(x_1); x_109 = !lean_is_exclusive(x_107); if (x_109 == 0) @@ -5811,7 +5811,7 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -x_118 = l_Lean_Meta_mkNoConfusion(x_17, x_22, x_27, x_28, x_29, x_30, x_115); +x_118 = l_Lean_Meta_mkNoConfusion(x_19, x_22, x_27, x_28, x_29, x_30, x_115); if (lean_obj_tag(x_118) == 0) { lean_object* x_119; lean_object* x_120; uint8_t x_121; @@ -6236,7 +6236,7 @@ lean_inc(x_30); lean_inc_ref(x_29); lean_inc(x_28); lean_inc_ref(x_27); -x_186 = l_Lean_Meta_mkNoConfusion(x_17, x_22, x_27, x_28, x_29, x_30, x_115); +x_186 = l_Lean_Meta_mkNoConfusion(x_19, x_22, x_27, x_28, x_29, x_30, x_115); if (lean_obj_tag(x_186) == 0) { 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; uint8_t x_194; uint8_t x_195; @@ -6493,7 +6493,7 @@ lean_dec_ref(x_25); lean_dec(x_24); lean_dec(x_23); lean_dec_ref(x_22); -lean_dec_ref(x_17); +lean_dec_ref(x_19); lean_dec_ref(x_1); x_224 = !lean_is_exclusive(x_107); if (x_224 == 0) @@ -6528,8 +6528,8 @@ lean_dec_ref(x_25); lean_dec(x_24); lean_dec(x_23); lean_dec_ref(x_22); +lean_dec_ref(x_20); lean_dec_ref(x_19); -lean_dec_ref(x_17); lean_dec_ref(x_1); x_228 = !lean_is_exclusive(x_97); if (x_228 == 0) @@ -6555,18 +6555,18 @@ return x_231; block_303: { lean_object* x_247; uint8_t x_248; uint8_t x_249; lean_object* x_250; -x_247 = lean_ctor_get(x_244, 0); +x_247 = lean_ctor_get(x_235, 0); lean_inc_ref(x_247); -x_248 = lean_ctor_get_uint8(x_244, sizeof(void*)*14 + 1); -x_249 = lean_ctor_get_uint8(x_244, sizeof(void*)*14 + 2); -lean_dec_ref(x_244); -lean_inc(x_234); -lean_inc_ref(x_237); -lean_inc(x_238); -lean_inc_ref(x_240); +x_248 = lean_ctor_get_uint8(x_235, sizeof(void*)*14 + 1); +x_249 = lean_ctor_get_uint8(x_235, sizeof(void*)*14 + 2); +lean_dec_ref(x_235); +lean_inc(x_239); +lean_inc_ref(x_238); +lean_inc(x_237); +lean_inc_ref(x_233); lean_inc_ref(x_236); lean_inc_ref(x_247); -x_250 = l_Lean_Meta_Grind_hasSameType(x_247, x_236, x_240, x_238, x_237, x_234, x_233); +x_250 = l_Lean_Meta_Grind_hasSameType(x_247, x_236, x_233, x_237, x_238, x_239, x_234); if (lean_obj_tag(x_250) == 0) { lean_object* x_251; uint8_t x_252; @@ -6579,16 +6579,16 @@ uint8_t x_253; lean_dec(x_251); lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_242); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec_ref(x_239); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_2); lean_dec_ref(x_1); x_253 = !lean_is_exclusive(x_250); @@ -6622,16 +6622,16 @@ lean_object* x_259; lean_object* x_260; x_259 = lean_ctor_get(x_250, 1); lean_inc(x_259); lean_dec_ref(x_250); -lean_inc(x_234); -lean_inc_ref(x_237); -lean_inc(x_238); -lean_inc_ref(x_240); -lean_inc(x_235); -lean_inc_ref(x_242); -lean_inc(x_243); +lean_inc(x_239); +lean_inc_ref(x_238); +lean_inc(x_237); +lean_inc_ref(x_233); +lean_inc(x_244); +lean_inc_ref(x_243); lean_inc(x_245); +lean_inc(x_240); lean_inc_ref(x_247); -x_260 = lean_grind_mk_eq_proof(x_247, x_239, x_245, x_243, x_242, x_235, x_240, x_238, x_237, x_234, x_259); +x_260 = lean_grind_mk_eq_proof(x_247, x_242, x_240, x_245, x_243, x_244, x_233, x_237, x_238, x_239, x_259); if (lean_obj_tag(x_260) == 0) { lean_object* x_261; lean_object* x_262; lean_object* x_263; @@ -6640,11 +6640,11 @@ lean_inc(x_261); x_262 = lean_ctor_get(x_260, 1); lean_inc(x_262); lean_dec_ref(x_260); -lean_inc(x_234); -lean_inc_ref(x_237); -lean_inc(x_238); -lean_inc_ref(x_240); -x_263 = l_Lean_Meta_mkEqTrans(x_261, x_2, x_240, x_238, x_237, x_234, x_262); +lean_inc(x_239); +lean_inc_ref(x_238); +lean_inc(x_237); +lean_inc_ref(x_233); +x_263 = l_Lean_Meta_mkEqTrans(x_261, x_2, x_233, x_237, x_238, x_239, x_262); if (lean_obj_tag(x_263) == 0) { lean_object* x_264; lean_object* x_265; uint8_t x_266; @@ -6656,20 +6656,20 @@ lean_dec_ref(x_263); x_266 = lean_unbox(x_251); lean_dec(x_251); x_16 = x_266; -x_17 = x_241; -x_18 = x_247; -x_19 = x_236; -x_20 = x_249; +x_17 = x_247; +x_18 = x_249; +x_19 = x_241; +x_20 = x_236; x_21 = x_248; x_22 = x_264; -x_23 = x_245; -x_24 = x_243; -x_25 = x_242; -x_26 = x_235; -x_27 = x_240; -x_28 = x_238; -x_29 = x_237; -x_30 = x_234; +x_23 = x_240; +x_24 = x_245; +x_25 = x_243; +x_26 = x_244; +x_27 = x_233; +x_28 = x_237; +x_29 = x_238; +x_30 = x_239; x_31 = x_265; goto block_232; } @@ -6679,15 +6679,15 @@ uint8_t x_267; lean_dec(x_251); lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); -lean_dec_ref(x_242); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_1); x_267 = !lean_is_exclusive(x_263); if (x_267 == 0) @@ -6715,15 +6715,15 @@ uint8_t x_271; lean_dec(x_251); lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); -lean_dec_ref(x_242); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_2); lean_dec_ref(x_1); x_271 = !lean_is_exclusive(x_260); @@ -6752,16 +6752,16 @@ lean_object* x_275; lean_object* x_276; x_275 = lean_ctor_get(x_250, 1); lean_inc(x_275); lean_dec_ref(x_250); -lean_inc(x_234); -lean_inc_ref(x_237); -lean_inc(x_238); -lean_inc_ref(x_240); -lean_inc(x_235); -lean_inc_ref(x_242); -lean_inc(x_243); +lean_inc(x_239); +lean_inc_ref(x_238); +lean_inc(x_237); +lean_inc_ref(x_233); +lean_inc(x_244); +lean_inc_ref(x_243); lean_inc(x_245); +lean_inc(x_240); lean_inc_ref(x_247); -x_276 = lean_grind_mk_heq_proof(x_247, x_239, x_245, x_243, x_242, x_235, x_240, x_238, x_237, x_234, x_275); +x_276 = lean_grind_mk_heq_proof(x_247, x_242, x_240, x_245, x_243, x_244, x_233, x_237, x_238, x_239, x_275); if (lean_obj_tag(x_276) == 0) { lean_object* x_277; lean_object* x_278; lean_object* x_279; @@ -6770,11 +6770,11 @@ lean_inc(x_277); x_278 = lean_ctor_get(x_276, 1); lean_inc(x_278); lean_dec_ref(x_276); -lean_inc(x_234); -lean_inc_ref(x_237); -lean_inc(x_238); -lean_inc_ref(x_240); -x_279 = l_Lean_Meta_mkHEqTrans(x_277, x_2, x_240, x_238, x_237, x_234, x_278); +lean_inc(x_239); +lean_inc_ref(x_238); +lean_inc(x_237); +lean_inc_ref(x_233); +x_279 = l_Lean_Meta_mkHEqTrans(x_277, x_2, x_233, x_237, x_238, x_239, x_278); if (lean_obj_tag(x_279) == 0) { lean_object* x_280; lean_object* x_281; uint8_t x_282; lean_object* x_283; @@ -6784,11 +6784,11 @@ x_281 = lean_ctor_get(x_279, 1); lean_inc(x_281); lean_dec_ref(x_279); x_282 = 0; -lean_inc(x_234); -lean_inc_ref(x_237); -lean_inc(x_238); -lean_inc_ref(x_240); -x_283 = l_Lean_Meta_mkEqOfHEq(x_280, x_282, x_240, x_238, x_237, x_234, x_281); +lean_inc(x_239); +lean_inc_ref(x_238); +lean_inc(x_237); +lean_inc_ref(x_233); +x_283 = l_Lean_Meta_mkEqOfHEq(x_280, x_282, x_233, x_237, x_238, x_239, x_281); if (lean_obj_tag(x_283) == 0) { lean_object* x_284; lean_object* x_285; uint8_t x_286; @@ -6800,20 +6800,20 @@ lean_dec_ref(x_283); x_286 = lean_unbox(x_251); lean_dec(x_251); x_16 = x_286; -x_17 = x_241; -x_18 = x_247; -x_19 = x_236; -x_20 = x_249; +x_17 = x_247; +x_18 = x_249; +x_19 = x_241; +x_20 = x_236; x_21 = x_248; x_22 = x_284; -x_23 = x_245; -x_24 = x_243; -x_25 = x_242; -x_26 = x_235; -x_27 = x_240; -x_28 = x_238; -x_29 = x_237; -x_30 = x_234; +x_23 = x_240; +x_24 = x_245; +x_25 = x_243; +x_26 = x_244; +x_27 = x_233; +x_28 = x_237; +x_29 = x_238; +x_30 = x_239; x_31 = x_285; goto block_232; } @@ -6823,15 +6823,15 @@ uint8_t x_287; lean_dec(x_251); lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); -lean_dec_ref(x_242); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_1); x_287 = !lean_is_exclusive(x_283); if (x_287 == 0) @@ -6859,15 +6859,15 @@ uint8_t x_291; lean_dec(x_251); lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); -lean_dec_ref(x_242); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_1); x_291 = !lean_is_exclusive(x_279); if (x_291 == 0) @@ -6895,15 +6895,15 @@ uint8_t x_295; lean_dec(x_251); lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); -lean_dec_ref(x_242); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_2); lean_dec_ref(x_1); x_295 = !lean_is_exclusive(x_276); @@ -6933,16 +6933,16 @@ else uint8_t x_299; lean_dec_ref(x_247); lean_dec(x_245); -lean_dec(x_243); +lean_dec(x_244); +lean_dec_ref(x_243); lean_dec_ref(x_242); lean_dec_ref(x_241); -lean_dec_ref(x_240); -lean_dec_ref(x_239); -lean_dec(x_238); -lean_dec_ref(x_237); +lean_dec(x_240); +lean_dec(x_239); +lean_dec_ref(x_238); +lean_dec(x_237); lean_dec_ref(x_236); -lean_dec(x_235); -lean_dec(x_234); +lean_dec_ref(x_233); lean_dec_ref(x_2); lean_dec_ref(x_1); x_299 = !lean_is_exclusive(x_250); @@ -7208,19 +7208,19 @@ x_362 = lean_ctor_get(x_338, 0); lean_inc(x_362); lean_dec_ref(x_338); x_363 = 0; -x_233 = x_361; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_361; +x_235 = x_362; x_236 = x_325; -x_237 = x_310; -x_238 = x_309; -x_239 = x_335; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_332; -x_242 = x_306; -x_243 = x_305; -x_244 = x_362; -x_245 = x_304; +x_242 = x_335; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_363; goto block_303; } @@ -7235,19 +7235,19 @@ x_365 = lean_ctor_get(x_338, 0); lean_inc(x_365); lean_dec_ref(x_338); x_366 = 1; -x_233 = x_364; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_364; +x_235 = x_365; x_236 = x_325; -x_237 = x_310; -x_238 = x_309; -x_239 = x_335; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_332; -x_242 = x_306; -x_243 = x_305; -x_244 = x_365; -x_245 = x_304; +x_242 = x_335; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_366; goto block_303; } @@ -7561,19 +7561,19 @@ x_414 = lean_ctor_get(x_389, 0); lean_inc(x_414); lean_dec_ref(x_389); x_415 = 0; -x_233 = x_413; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_413; +x_235 = x_414; x_236 = x_325; -x_237 = x_310; -x_238 = x_309; -x_239 = x_386; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_383; -x_242 = x_306; -x_243 = x_305; -x_244 = x_414; -x_245 = x_304; +x_242 = x_386; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_415; goto block_303; } @@ -7588,19 +7588,19 @@ x_417 = lean_ctor_get(x_389, 0); lean_inc(x_417); lean_dec_ref(x_389); x_418 = 1; -x_233 = x_416; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_416; +x_235 = x_417; x_236 = x_325; -x_237 = x_310; -x_238 = x_309; -x_239 = x_386; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_383; -x_242 = x_306; -x_243 = x_305; -x_244 = x_417; -x_245 = x_304; +x_242 = x_386; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_418; goto block_303; } @@ -7937,19 +7937,19 @@ x_472 = lean_ctor_get(x_446, 0); lean_inc(x_472); lean_dec_ref(x_446); x_473 = 0; -x_233 = x_471; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_471; +x_235 = x_472; x_236 = x_433; -x_237 = x_310; -x_238 = x_309; -x_239 = x_443; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_440; -x_242 = x_306; -x_243 = x_305; -x_244 = x_472; -x_245 = x_304; +x_242 = x_443; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_473; goto block_303; } @@ -7964,19 +7964,19 @@ x_475 = lean_ctor_get(x_446, 0); lean_inc(x_475); lean_dec_ref(x_446); x_476 = 1; -x_233 = x_474; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_474; +x_235 = x_475; x_236 = x_433; -x_237 = x_310; -x_238 = x_309; -x_239 = x_443; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_440; -x_242 = x_306; -x_243 = x_305; -x_244 = x_475; -x_245 = x_304; +x_242 = x_443; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_476; goto block_303; } @@ -8329,19 +8329,19 @@ x_533 = lean_ctor_get(x_506, 0); lean_inc(x_533); lean_dec_ref(x_506); x_534 = 0; -x_233 = x_532; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_532; +x_235 = x_533; x_236 = x_492; -x_237 = x_310; -x_238 = x_309; -x_239 = x_503; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_500; -x_242 = x_306; -x_243 = x_305; -x_244 = x_533; -x_245 = x_304; +x_242 = x_503; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_534; goto block_303; } @@ -8356,19 +8356,19 @@ x_536 = lean_ctor_get(x_506, 0); lean_inc(x_536); lean_dec_ref(x_506); x_537 = 1; -x_233 = x_535; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_535; +x_235 = x_536; x_236 = x_492; -x_237 = x_310; -x_238 = x_309; -x_239 = x_503; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_500; -x_242 = x_306; -x_243 = x_305; -x_244 = x_536; -x_245 = x_304; +x_242 = x_503; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_537; goto block_303; } @@ -8768,19 +8768,19 @@ x_601 = lean_ctor_get(x_574, 0); lean_inc(x_601); lean_dec_ref(x_574); x_602 = 0; -x_233 = x_600; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_600; +x_235 = x_601; x_236 = x_560; -x_237 = x_310; -x_238 = x_309; -x_239 = x_571; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_568; -x_242 = x_306; -x_243 = x_305; -x_244 = x_601; -x_245 = x_304; +x_242 = x_571; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_602; goto block_303; } @@ -8795,19 +8795,19 @@ x_604 = lean_ctor_get(x_574, 0); lean_inc(x_604); lean_dec_ref(x_574); x_605 = 1; -x_233 = x_603; -x_234 = x_311; -x_235 = x_307; +x_233 = x_308; +x_234 = x_603; +x_235 = x_604; x_236 = x_560; -x_237 = x_310; -x_238 = x_309; -x_239 = x_571; -x_240 = x_308; +x_237 = x_309; +x_238 = x_310; +x_239 = x_311; +x_240 = x_304; x_241 = x_568; -x_242 = x_306; -x_243 = x_305; -x_244 = x_604; -x_245 = x_304; +x_242 = x_571; +x_243 = x_306; +x_244 = x_307; +x_245 = x_305; x_246 = x_605; goto block_303; } @@ -11668,13 +11668,13 @@ if (x_96 == 0) { lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_dec(x_95); -lean_dec(x_94); -lean_dec_ref(x_93); -lean_dec(x_92); +lean_dec_ref(x_94); +lean_dec(x_93); +lean_dec_ref(x_92); lean_dec_ref(x_91); lean_dec(x_90); lean_dec(x_89); -lean_dec_ref(x_88); +lean_dec(x_88); lean_dec(x_85); lean_dec(x_81); lean_dec(x_80); @@ -11715,11 +11715,11 @@ if (lean_obj_tag(x_80) == 0) { uint8_t x_101; lean_object* x_102; x_101 = 0; -lean_inc(x_92); -lean_inc_ref(x_88); -lean_inc(x_94); -lean_inc_ref(x_93); -x_102 = l_Lean_Meta_Grind_proveEq_x3f(x_81, x_85, x_101, x_90, x_89, x_91, x_95, x_93, x_94, x_88, x_92, x_97); +lean_inc(x_88); +lean_inc_ref(x_92); +lean_inc(x_89); +lean_inc_ref(x_94); +x_102 = l_Lean_Meta_Grind_proveEq_x3f(x_81, x_85, x_101, x_90, x_93, x_91, x_95, x_94, x_89, x_92, x_88, x_97); if (lean_obj_tag(x_102) == 0) { lean_object* x_103; lean_object* x_104; @@ -11729,20 +11729,20 @@ x_104 = lean_ctor_get(x_102, 1); lean_inc(x_104); lean_dec_ref(x_102); x_42 = x_103; -x_43 = x_93; -x_44 = x_94; -x_45 = x_88; -x_46 = x_92; +x_43 = x_94; +x_44 = x_89; +x_45 = x_92; +x_46 = x_88; x_47 = x_104; goto block_69; } else { uint8_t x_105; -lean_dec(x_94); -lean_dec_ref(x_93); -lean_dec(x_92); -lean_dec_ref(x_88); +lean_dec_ref(x_94); +lean_dec_ref(x_92); +lean_dec(x_89); +lean_dec(x_88); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -11780,11 +11780,11 @@ else { lean_object* x_109; lean_dec_ref(x_80); -lean_inc(x_92); -lean_inc_ref(x_88); -lean_inc(x_94); -lean_inc_ref(x_93); -x_109 = l_Lean_Meta_Grind_proveHEq_x3f(x_81, x_85, x_90, x_89, x_91, x_95, x_93, x_94, x_88, x_92, x_97); +lean_inc(x_88); +lean_inc_ref(x_92); +lean_inc(x_89); +lean_inc_ref(x_94); +x_109 = l_Lean_Meta_Grind_proveHEq_x3f(x_81, x_85, x_90, x_93, x_91, x_95, x_94, x_89, x_92, x_88, x_97); if (lean_obj_tag(x_109) == 0) { lean_object* x_110; lean_object* x_111; @@ -11794,20 +11794,20 @@ x_111 = lean_ctor_get(x_109, 1); lean_inc(x_111); lean_dec_ref(x_109); x_42 = x_110; -x_43 = x_93; -x_44 = x_94; -x_45 = x_88; -x_46 = x_92; +x_43 = x_94; +x_44 = x_89; +x_45 = x_92; +x_46 = x_88; x_47 = x_111; goto block_69; } else { uint8_t x_112; -lean_dec(x_94); -lean_dec_ref(x_93); -lean_dec(x_92); -lean_dec_ref(x_88); +lean_dec_ref(x_94); +lean_dec_ref(x_92); +lean_dec(x_89); +lean_dec(x_88); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -11903,13 +11903,13 @@ lean_inc(x_148); lean_dec_ref(x_146); x_149 = lean_unbox(x_147); lean_dec(x_147); -x_88 = x_123; -x_89 = x_118; +x_88 = x_124; +x_89 = x_122; x_90 = x_117; x_91 = x_119; -x_92 = x_124; -x_93 = x_121; -x_94 = x_122; +x_92 = x_123; +x_93 = x_118; +x_94 = x_121; x_95 = x_120; x_96 = x_149; x_97 = x_148; @@ -11927,13 +11927,13 @@ lean_inc(x_151); lean_dec_ref(x_146); x_152 = lean_unbox(x_150); lean_dec(x_150); -x_88 = x_123; -x_89 = x_118; +x_88 = x_124; +x_89 = x_122; x_90 = x_117; x_91 = x_119; -x_92 = x_124; -x_93 = x_121; -x_94 = x_122; +x_92 = x_123; +x_93 = x_118; +x_94 = x_121; x_95 = x_120; x_96 = x_152; x_97 = x_151; @@ -12082,13 +12082,13 @@ lean_inc(x_196); lean_dec_ref(x_194); x_197 = lean_unbox(x_195); lean_dec(x_195); -x_88 = x_123; -x_89 = x_118; +x_88 = x_124; +x_89 = x_122; x_90 = x_117; x_91 = x_119; -x_92 = x_124; -x_93 = x_121; -x_94 = x_122; +x_92 = x_123; +x_93 = x_118; +x_94 = x_121; x_95 = x_120; x_96 = x_197; x_97 = x_196; @@ -12106,13 +12106,13 @@ lean_inc(x_199); lean_dec_ref(x_194); x_200 = lean_unbox(x_198); lean_dec(x_198); -x_88 = x_123; -x_89 = x_118; +x_88 = x_124; +x_89 = x_122; x_90 = x_117; x_91 = x_119; -x_92 = x_124; -x_93 = x_121; -x_94 = x_122; +x_92 = x_123; +x_93 = x_118; +x_94 = x_121; x_95 = x_120; x_96 = x_200; x_97 = x_199; @@ -12351,13 +12351,13 @@ if (x_252 == 0) { lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_dec(x_251); -lean_dec(x_250); -lean_dec_ref(x_249); -lean_dec(x_248); +lean_dec_ref(x_250); +lean_dec(x_249); +lean_dec_ref(x_248); lean_dec_ref(x_247); lean_dec(x_246); lean_dec(x_245); -lean_dec_ref(x_244); +lean_dec(x_244); lean_dec(x_241); lean_dec(x_237); lean_dec(x_236); @@ -12398,11 +12398,11 @@ if (lean_obj_tag(x_236) == 0) { uint8_t x_257; lean_object* x_258; x_257 = 0; -lean_inc(x_248); -lean_inc_ref(x_244); -lean_inc(x_250); -lean_inc_ref(x_249); -x_258 = l_Lean_Meta_Grind_proveEq_x3f(x_237, x_241, x_257, x_246, x_245, x_247, x_251, x_249, x_250, x_244, x_248, x_253); +lean_inc(x_244); +lean_inc_ref(x_248); +lean_inc(x_245); +lean_inc_ref(x_250); +x_258 = l_Lean_Meta_Grind_proveEq_x3f(x_237, x_241, x_257, x_246, x_249, x_247, x_251, x_250, x_245, x_248, x_244, x_253); if (lean_obj_tag(x_258) == 0) { lean_object* x_259; lean_object* x_260; @@ -12412,20 +12412,20 @@ x_260 = lean_ctor_get(x_258, 1); lean_inc(x_260); lean_dec_ref(x_258); x_42 = x_259; -x_43 = x_249; -x_44 = x_250; -x_45 = x_244; -x_46 = x_248; +x_43 = x_250; +x_44 = x_245; +x_45 = x_248; +x_46 = x_244; x_47 = x_260; goto block_69; } else { lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; -lean_dec(x_250); -lean_dec_ref(x_249); -lean_dec(x_248); -lean_dec_ref(x_244); +lean_dec_ref(x_250); +lean_dec_ref(x_248); +lean_dec(x_245); +lean_dec(x_244); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -12465,11 +12465,11 @@ else { lean_object* x_265; lean_dec_ref(x_236); -lean_inc(x_248); -lean_inc_ref(x_244); -lean_inc(x_250); -lean_inc_ref(x_249); -x_265 = l_Lean_Meta_Grind_proveHEq_x3f(x_237, x_241, x_246, x_245, x_247, x_251, x_249, x_250, x_244, x_248, x_253); +lean_inc(x_244); +lean_inc_ref(x_248); +lean_inc(x_245); +lean_inc_ref(x_250); +x_265 = l_Lean_Meta_Grind_proveHEq_x3f(x_237, x_241, x_246, x_249, x_247, x_251, x_250, x_245, x_248, x_244, x_253); if (lean_obj_tag(x_265) == 0) { lean_object* x_266; lean_object* x_267; @@ -12479,20 +12479,20 @@ x_267 = lean_ctor_get(x_265, 1); lean_inc(x_267); lean_dec_ref(x_265); x_42 = x_266; -x_43 = x_249; -x_44 = x_250; -x_45 = x_244; -x_46 = x_248; +x_43 = x_250; +x_44 = x_245; +x_45 = x_248; +x_46 = x_244; x_47 = x_267; goto block_69; } else { lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; -lean_dec(x_250); -lean_dec_ref(x_249); -lean_dec(x_248); -lean_dec_ref(x_244); +lean_dec_ref(x_250); +lean_dec_ref(x_248); +lean_dec(x_245); +lean_dec(x_244); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -12633,13 +12633,13 @@ lean_inc(x_323); lean_dec_ref(x_321); x_324 = lean_unbox(x_322); lean_dec(x_322); -x_244 = x_279; -x_245 = x_274; +x_244 = x_280; +x_245 = x_278; x_246 = x_273; x_247 = x_275; -x_248 = x_280; -x_249 = x_277; -x_250 = x_278; +x_248 = x_279; +x_249 = x_274; +x_250 = x_277; x_251 = x_276; x_252 = x_324; x_253 = x_323; @@ -12657,13 +12657,13 @@ lean_inc(x_326); lean_dec_ref(x_321); x_327 = lean_unbox(x_325); lean_dec(x_325); -x_244 = x_279; -x_245 = x_274; +x_244 = x_280; +x_245 = x_278; x_246 = x_273; x_247 = x_275; -x_248 = x_280; -x_249 = x_277; -x_250 = x_278; +x_248 = x_279; +x_249 = x_274; +x_250 = x_277; x_251 = x_276; x_252 = x_327; x_253 = x_326; @@ -12953,13 +12953,13 @@ if (x_378 == 0) { lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_dec(x_377); -lean_dec(x_376); -lean_dec_ref(x_375); -lean_dec(x_374); +lean_dec_ref(x_376); +lean_dec(x_375); +lean_dec_ref(x_374); lean_dec_ref(x_373); lean_dec(x_372); lean_dec(x_371); -lean_dec_ref(x_370); +lean_dec(x_370); lean_dec(x_367); lean_dec(x_363); lean_dec(x_361); @@ -13000,11 +13000,11 @@ if (lean_obj_tag(x_361) == 0) { uint8_t x_383; lean_object* x_384; x_383 = 0; -lean_inc(x_374); -lean_inc_ref(x_370); -lean_inc(x_376); -lean_inc_ref(x_375); -x_384 = l_Lean_Meta_Grind_proveEq_x3f(x_363, x_367, x_383, x_372, x_371, x_373, x_377, x_375, x_376, x_370, x_374, x_379); +lean_inc(x_370); +lean_inc_ref(x_374); +lean_inc(x_371); +lean_inc_ref(x_376); +x_384 = l_Lean_Meta_Grind_proveEq_x3f(x_363, x_367, x_383, x_372, x_375, x_373, x_377, x_376, x_371, x_374, x_370, x_379); if (lean_obj_tag(x_384) == 0) { lean_object* x_385; lean_object* x_386; @@ -13014,20 +13014,20 @@ x_386 = lean_ctor_get(x_384, 1); lean_inc(x_386); lean_dec_ref(x_384); x_42 = x_385; -x_43 = x_375; -x_44 = x_376; -x_45 = x_370; -x_46 = x_374; +x_43 = x_376; +x_44 = x_371; +x_45 = x_374; +x_46 = x_370; x_47 = x_386; goto block_69; } else { lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; -lean_dec(x_376); -lean_dec_ref(x_375); -lean_dec(x_374); -lean_dec_ref(x_370); +lean_dec_ref(x_376); +lean_dec_ref(x_374); +lean_dec(x_371); +lean_dec(x_370); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -13067,11 +13067,11 @@ else { lean_object* x_391; lean_dec_ref(x_361); -lean_inc(x_374); -lean_inc_ref(x_370); -lean_inc(x_376); -lean_inc_ref(x_375); -x_391 = l_Lean_Meta_Grind_proveHEq_x3f(x_363, x_367, x_372, x_371, x_373, x_377, x_375, x_376, x_370, x_374, x_379); +lean_inc(x_370); +lean_inc_ref(x_374); +lean_inc(x_371); +lean_inc_ref(x_376); +x_391 = l_Lean_Meta_Grind_proveHEq_x3f(x_363, x_367, x_372, x_375, x_373, x_377, x_376, x_371, x_374, x_370, x_379); if (lean_obj_tag(x_391) == 0) { lean_object* x_392; lean_object* x_393; @@ -13081,20 +13081,20 @@ x_393 = lean_ctor_get(x_391, 1); lean_inc(x_393); lean_dec_ref(x_391); x_42 = x_392; -x_43 = x_375; -x_44 = x_376; -x_45 = x_370; -x_46 = x_374; +x_43 = x_376; +x_44 = x_371; +x_45 = x_374; +x_46 = x_370; x_47 = x_393; goto block_69; } else { lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; -lean_dec(x_376); -lean_dec_ref(x_375); -lean_dec(x_374); -lean_dec_ref(x_370); +lean_dec_ref(x_376); +lean_dec_ref(x_374); +lean_dec(x_371); +lean_dec(x_370); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -13235,13 +13235,13 @@ lean_inc(x_449); lean_dec_ref(x_447); x_450 = lean_unbox(x_448); lean_dec(x_448); -x_370 = x_405; -x_371 = x_400; +x_370 = x_406; +x_371 = x_404; x_372 = x_399; x_373 = x_401; -x_374 = x_406; -x_375 = x_403; -x_376 = x_404; +x_374 = x_405; +x_375 = x_400; +x_376 = x_403; x_377 = x_402; x_378 = x_450; x_379 = x_449; @@ -13259,13 +13259,13 @@ lean_inc(x_452); lean_dec_ref(x_447); x_453 = lean_unbox(x_451); lean_dec(x_451); -x_370 = x_405; -x_371 = x_400; +x_370 = x_406; +x_371 = x_404; x_372 = x_399; x_373 = x_401; -x_374 = x_406; -x_375 = x_403; -x_376 = x_404; +x_374 = x_405; +x_375 = x_400; +x_376 = x_403; x_377 = x_402; x_378 = x_453; x_379 = x_452; @@ -13796,13 +13796,13 @@ if (x_542 == 0) { lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_dec(x_541); -lean_dec(x_540); -lean_dec_ref(x_539); -lean_dec(x_538); +lean_dec_ref(x_540); +lean_dec(x_539); +lean_dec_ref(x_538); lean_dec_ref(x_537); lean_dec(x_536); lean_dec(x_535); -lean_dec_ref(x_534); +lean_dec(x_534); lean_dec(x_531); lean_dec(x_527); lean_dec(x_525); @@ -13843,11 +13843,11 @@ if (lean_obj_tag(x_525) == 0) { uint8_t x_547; lean_object* x_548; x_547 = 0; -lean_inc(x_538); -lean_inc_ref(x_534); -lean_inc(x_540); -lean_inc_ref(x_539); -x_548 = l_Lean_Meta_Grind_proveEq_x3f(x_527, x_531, x_547, x_536, x_535, x_537, x_541, x_539, x_540, x_534, x_538, x_543); +lean_inc(x_534); +lean_inc_ref(x_538); +lean_inc(x_535); +lean_inc_ref(x_540); +x_548 = l_Lean_Meta_Grind_proveEq_x3f(x_527, x_531, x_547, x_536, x_539, x_537, x_541, x_540, x_535, x_538, x_534, x_543); if (lean_obj_tag(x_548) == 0) { lean_object* x_549; lean_object* x_550; @@ -13857,20 +13857,20 @@ x_550 = lean_ctor_get(x_548, 1); lean_inc(x_550); lean_dec_ref(x_548); x_490 = x_549; -x_491 = x_539; -x_492 = x_540; -x_493 = x_534; -x_494 = x_538; +x_491 = x_540; +x_492 = x_535; +x_493 = x_538; +x_494 = x_534; x_495 = x_550; goto block_514; } else { lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; -lean_dec(x_540); -lean_dec_ref(x_539); -lean_dec(x_538); -lean_dec_ref(x_534); +lean_dec_ref(x_540); +lean_dec_ref(x_538); +lean_dec(x_535); +lean_dec(x_534); lean_dec_ref(x_489); lean_dec_ref(x_487); lean_dec(x_25); @@ -13910,11 +13910,11 @@ else { lean_object* x_555; lean_dec_ref(x_525); -lean_inc(x_538); -lean_inc_ref(x_534); -lean_inc(x_540); -lean_inc_ref(x_539); -x_555 = l_Lean_Meta_Grind_proveHEq_x3f(x_527, x_531, x_536, x_535, x_537, x_541, x_539, x_540, x_534, x_538, x_543); +lean_inc(x_534); +lean_inc_ref(x_538); +lean_inc(x_535); +lean_inc_ref(x_540); +x_555 = l_Lean_Meta_Grind_proveHEq_x3f(x_527, x_531, x_536, x_539, x_537, x_541, x_540, x_535, x_538, x_534, x_543); if (lean_obj_tag(x_555) == 0) { lean_object* x_556; lean_object* x_557; @@ -13924,20 +13924,20 @@ x_557 = lean_ctor_get(x_555, 1); lean_inc(x_557); lean_dec_ref(x_555); x_490 = x_556; -x_491 = x_539; -x_492 = x_540; -x_493 = x_534; -x_494 = x_538; +x_491 = x_540; +x_492 = x_535; +x_493 = x_538; +x_494 = x_534; x_495 = x_557; goto block_514; } else { lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; -lean_dec(x_540); -lean_dec_ref(x_539); -lean_dec(x_538); -lean_dec_ref(x_534); +lean_dec_ref(x_540); +lean_dec_ref(x_538); +lean_dec(x_535); +lean_dec(x_534); lean_dec_ref(x_489); lean_dec_ref(x_487); lean_dec(x_25); @@ -14078,13 +14078,13 @@ lean_inc(x_613); lean_dec_ref(x_611); x_614 = lean_unbox(x_612); lean_dec(x_612); -x_534 = x_569; -x_535 = x_564; +x_534 = x_570; +x_535 = x_568; x_536 = x_563; x_537 = x_565; -x_538 = x_570; -x_539 = x_567; -x_540 = x_568; +x_538 = x_569; +x_539 = x_564; +x_540 = x_567; x_541 = x_566; x_542 = x_614; x_543 = x_613; @@ -14102,13 +14102,13 @@ lean_inc(x_616); lean_dec_ref(x_611); x_617 = lean_unbox(x_615); lean_dec(x_615); -x_534 = x_569; -x_535 = x_564; +x_534 = x_570; +x_535 = x_568; x_536 = x_563; x_537 = x_565; -x_538 = x_570; -x_539 = x_567; -x_540 = x_568; +x_538 = x_569; +x_539 = x_564; +x_540 = x_567; x_541 = x_566; x_542 = x_617; x_543 = x_616; @@ -14741,8 +14741,8 @@ lean_dec_ref(x_94); lean_dec(x_93); lean_dec(x_92); lean_dec_ref(x_91); -lean_dec_ref(x_90); -lean_dec(x_89); +lean_dec(x_90); +lean_dec_ref(x_89); lean_dec(x_88); lean_dec(x_85); lean_dec(x_81); @@ -14785,10 +14785,10 @@ if (lean_obj_tag(x_80) == 0) uint8_t x_101; lean_object* x_102; x_101 = 0; lean_inc(x_93); -lean_inc_ref(x_90); -lean_inc(x_92); lean_inc_ref(x_94); -x_102 = l_Lean_Meta_Grind_proveEq_x3f(x_81, x_85, x_101, x_95, x_89, x_91, x_88, x_94, x_92, x_90, x_93, x_97); +lean_inc(x_95); +lean_inc_ref(x_89); +x_102 = l_Lean_Meta_Grind_proveEq_x3f(x_81, x_85, x_101, x_92, x_90, x_91, x_88, x_89, x_95, x_94, x_93, x_97); if (lean_obj_tag(x_102) == 0) { lean_object* x_103; lean_object* x_104; @@ -14798,9 +14798,9 @@ x_104 = lean_ctor_get(x_102, 1); lean_inc(x_104); lean_dec_ref(x_102); x_42 = x_103; -x_43 = x_94; -x_44 = x_92; -x_45 = x_90; +x_43 = x_89; +x_44 = x_95; +x_45 = x_94; x_46 = x_93; x_47 = x_104; goto block_69; @@ -14808,10 +14808,10 @@ goto block_69; else { uint8_t x_105; +lean_dec(x_95); lean_dec_ref(x_94); lean_dec(x_93); -lean_dec(x_92); -lean_dec_ref(x_90); +lean_dec_ref(x_89); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -14850,10 +14850,10 @@ else lean_object* x_109; lean_dec_ref(x_80); lean_inc(x_93); -lean_inc_ref(x_90); -lean_inc(x_92); lean_inc_ref(x_94); -x_109 = l_Lean_Meta_Grind_proveHEq_x3f(x_81, x_85, x_95, x_89, x_91, x_88, x_94, x_92, x_90, x_93, x_97); +lean_inc(x_95); +lean_inc_ref(x_89); +x_109 = l_Lean_Meta_Grind_proveHEq_x3f(x_81, x_85, x_92, x_90, x_91, x_88, x_89, x_95, x_94, x_93, x_97); if (lean_obj_tag(x_109) == 0) { lean_object* x_110; lean_object* x_111; @@ -14863,9 +14863,9 @@ x_111 = lean_ctor_get(x_109, 1); lean_inc(x_111); lean_dec_ref(x_109); x_42 = x_110; -x_43 = x_94; -x_44 = x_92; -x_45 = x_90; +x_43 = x_89; +x_44 = x_95; +x_45 = x_94; x_46 = x_93; x_47 = x_111; goto block_69; @@ -14873,10 +14873,10 @@ goto block_69; else { uint8_t x_112; +lean_dec(x_95); lean_dec_ref(x_94); lean_dec(x_93); -lean_dec(x_92); -lean_dec_ref(x_90); +lean_dec_ref(x_89); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -14973,13 +14973,13 @@ lean_dec_ref(x_146); x_149 = lean_unbox(x_147); lean_dec(x_147); x_88 = x_120; -x_89 = x_118; -x_90 = x_123; +x_89 = x_121; +x_90 = x_118; x_91 = x_119; -x_92 = x_122; +x_92 = x_117; x_93 = x_124; -x_94 = x_121; -x_95 = x_117; +x_94 = x_123; +x_95 = x_122; x_96 = x_149; x_97 = x_148; goto block_116; @@ -14997,13 +14997,13 @@ lean_dec_ref(x_146); x_152 = lean_unbox(x_150); lean_dec(x_150); x_88 = x_120; -x_89 = x_118; -x_90 = x_123; +x_89 = x_121; +x_90 = x_118; x_91 = x_119; -x_92 = x_122; +x_92 = x_117; x_93 = x_124; -x_94 = x_121; -x_95 = x_117; +x_94 = x_123; +x_95 = x_122; x_96 = x_152; x_97 = x_151; goto block_116; @@ -15152,13 +15152,13 @@ lean_dec_ref(x_194); x_197 = lean_unbox(x_195); lean_dec(x_195); x_88 = x_120; -x_89 = x_118; -x_90 = x_123; +x_89 = x_121; +x_90 = x_118; x_91 = x_119; -x_92 = x_122; +x_92 = x_117; x_93 = x_124; -x_94 = x_121; -x_95 = x_117; +x_94 = x_123; +x_95 = x_122; x_96 = x_197; x_97 = x_196; goto block_116; @@ -15176,13 +15176,13 @@ lean_dec_ref(x_194); x_200 = lean_unbox(x_198); lean_dec(x_198); x_88 = x_120; -x_89 = x_118; -x_90 = x_123; +x_89 = x_121; +x_90 = x_118; x_91 = x_119; -x_92 = x_122; +x_92 = x_117; x_93 = x_124; -x_94 = x_121; -x_95 = x_117; +x_94 = x_123; +x_95 = x_122; x_96 = x_200; x_97 = x_199; goto block_116; @@ -15424,8 +15424,8 @@ lean_dec_ref(x_250); lean_dec(x_249); lean_dec(x_248); lean_dec_ref(x_247); -lean_dec_ref(x_246); -lean_dec(x_245); +lean_dec(x_246); +lean_dec_ref(x_245); lean_dec(x_244); lean_dec(x_241); lean_dec(x_237); @@ -15468,10 +15468,10 @@ if (lean_obj_tag(x_236) == 0) uint8_t x_257; lean_object* x_258; x_257 = 0; lean_inc(x_249); -lean_inc_ref(x_246); -lean_inc(x_248); lean_inc_ref(x_250); -x_258 = l_Lean_Meta_Grind_proveEq_x3f(x_237, x_241, x_257, x_251, x_245, x_247, x_244, x_250, x_248, x_246, x_249, x_253); +lean_inc(x_251); +lean_inc_ref(x_245); +x_258 = l_Lean_Meta_Grind_proveEq_x3f(x_237, x_241, x_257, x_248, x_246, x_247, x_244, x_245, x_251, x_250, x_249, x_253); if (lean_obj_tag(x_258) == 0) { lean_object* x_259; lean_object* x_260; @@ -15481,9 +15481,9 @@ x_260 = lean_ctor_get(x_258, 1); lean_inc(x_260); lean_dec_ref(x_258); x_42 = x_259; -x_43 = x_250; -x_44 = x_248; -x_45 = x_246; +x_43 = x_245; +x_44 = x_251; +x_45 = x_250; x_46 = x_249; x_47 = x_260; goto block_69; @@ -15491,10 +15491,10 @@ goto block_69; else { lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; +lean_dec(x_251); lean_dec_ref(x_250); lean_dec(x_249); -lean_dec(x_248); -lean_dec_ref(x_246); +lean_dec_ref(x_245); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -15535,10 +15535,10 @@ else lean_object* x_265; lean_dec_ref(x_236); lean_inc(x_249); -lean_inc_ref(x_246); -lean_inc(x_248); lean_inc_ref(x_250); -x_265 = l_Lean_Meta_Grind_proveHEq_x3f(x_237, x_241, x_251, x_245, x_247, x_244, x_250, x_248, x_246, x_249, x_253); +lean_inc(x_251); +lean_inc_ref(x_245); +x_265 = l_Lean_Meta_Grind_proveHEq_x3f(x_237, x_241, x_248, x_246, x_247, x_244, x_245, x_251, x_250, x_249, x_253); if (lean_obj_tag(x_265) == 0) { lean_object* x_266; lean_object* x_267; @@ -15548,9 +15548,9 @@ x_267 = lean_ctor_get(x_265, 1); lean_inc(x_267); lean_dec_ref(x_265); x_42 = x_266; -x_43 = x_250; -x_44 = x_248; -x_45 = x_246; +x_43 = x_245; +x_44 = x_251; +x_45 = x_250; x_46 = x_249; x_47 = x_267; goto block_69; @@ -15558,10 +15558,10 @@ goto block_69; else { lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +lean_dec(x_251); lean_dec_ref(x_250); lean_dec(x_249); -lean_dec(x_248); -lean_dec_ref(x_246); +lean_dec_ref(x_245); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -15703,13 +15703,13 @@ lean_dec_ref(x_321); x_324 = lean_unbox(x_322); lean_dec(x_322); x_244 = x_276; -x_245 = x_274; -x_246 = x_279; +x_245 = x_277; +x_246 = x_274; x_247 = x_275; -x_248 = x_278; +x_248 = x_273; x_249 = x_280; -x_250 = x_277; -x_251 = x_273; +x_250 = x_279; +x_251 = x_278; x_252 = x_324; x_253 = x_323; goto block_272; @@ -15727,13 +15727,13 @@ lean_dec_ref(x_321); x_327 = lean_unbox(x_325); lean_dec(x_325); x_244 = x_276; -x_245 = x_274; -x_246 = x_279; +x_245 = x_277; +x_246 = x_274; x_247 = x_275; -x_248 = x_278; +x_248 = x_273; x_249 = x_280; -x_250 = x_277; -x_251 = x_273; +x_250 = x_279; +x_251 = x_278; x_252 = x_327; x_253 = x_326; goto block_272; @@ -16026,8 +16026,8 @@ lean_dec_ref(x_376); lean_dec(x_375); lean_dec(x_374); lean_dec_ref(x_373); -lean_dec_ref(x_372); -lean_dec(x_371); +lean_dec(x_372); +lean_dec_ref(x_371); lean_dec(x_370); lean_dec(x_367); lean_dec(x_363); @@ -16070,10 +16070,10 @@ if (lean_obj_tag(x_361) == 0) uint8_t x_383; lean_object* x_384; x_383 = 0; lean_inc(x_375); -lean_inc_ref(x_372); -lean_inc(x_374); lean_inc_ref(x_376); -x_384 = l_Lean_Meta_Grind_proveEq_x3f(x_363, x_367, x_383, x_377, x_371, x_373, x_370, x_376, x_374, x_372, x_375, x_379); +lean_inc(x_377); +lean_inc_ref(x_371); +x_384 = l_Lean_Meta_Grind_proveEq_x3f(x_363, x_367, x_383, x_374, x_372, x_373, x_370, x_371, x_377, x_376, x_375, x_379); if (lean_obj_tag(x_384) == 0) { lean_object* x_385; lean_object* x_386; @@ -16083,9 +16083,9 @@ x_386 = lean_ctor_get(x_384, 1); lean_inc(x_386); lean_dec_ref(x_384); x_42 = x_385; -x_43 = x_376; -x_44 = x_374; -x_45 = x_372; +x_43 = x_371; +x_44 = x_377; +x_45 = x_376; x_46 = x_375; x_47 = x_386; goto block_69; @@ -16093,10 +16093,10 @@ goto block_69; else { lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; +lean_dec(x_377); lean_dec_ref(x_376); lean_dec(x_375); -lean_dec(x_374); -lean_dec_ref(x_372); +lean_dec_ref(x_371); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -16137,10 +16137,10 @@ else lean_object* x_391; lean_dec_ref(x_361); lean_inc(x_375); -lean_inc_ref(x_372); -lean_inc(x_374); lean_inc_ref(x_376); -x_391 = l_Lean_Meta_Grind_proveHEq_x3f(x_363, x_367, x_377, x_371, x_373, x_370, x_376, x_374, x_372, x_375, x_379); +lean_inc(x_377); +lean_inc_ref(x_371); +x_391 = l_Lean_Meta_Grind_proveHEq_x3f(x_363, x_367, x_374, x_372, x_373, x_370, x_371, x_377, x_376, x_375, x_379); if (lean_obj_tag(x_391) == 0) { lean_object* x_392; lean_object* x_393; @@ -16150,9 +16150,9 @@ x_393 = lean_ctor_get(x_391, 1); lean_inc(x_393); lean_dec_ref(x_391); x_42 = x_392; -x_43 = x_376; -x_44 = x_374; -x_45 = x_372; +x_43 = x_371; +x_44 = x_377; +x_45 = x_376; x_46 = x_375; x_47 = x_393; goto block_69; @@ -16160,10 +16160,10 @@ goto block_69; else { lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; +lean_dec(x_377); lean_dec_ref(x_376); lean_dec(x_375); -lean_dec(x_374); -lean_dec_ref(x_372); +lean_dec_ref(x_371); lean_dec_ref(x_41); lean_dec_ref(x_24); lean_dec(x_25); @@ -16305,13 +16305,13 @@ lean_dec_ref(x_447); x_450 = lean_unbox(x_448); lean_dec(x_448); x_370 = x_402; -x_371 = x_400; -x_372 = x_405; +x_371 = x_403; +x_372 = x_400; x_373 = x_401; -x_374 = x_404; +x_374 = x_399; x_375 = x_406; -x_376 = x_403; -x_377 = x_399; +x_376 = x_405; +x_377 = x_404; x_378 = x_450; x_379 = x_449; goto block_398; @@ -16329,13 +16329,13 @@ lean_dec_ref(x_447); x_453 = lean_unbox(x_451); lean_dec(x_451); x_370 = x_402; -x_371 = x_400; -x_372 = x_405; +x_371 = x_403; +x_372 = x_400; x_373 = x_401; -x_374 = x_404; +x_374 = x_399; x_375 = x_406; -x_376 = x_403; -x_377 = x_399; +x_376 = x_405; +x_377 = x_404; x_378 = x_453; x_379 = x_452; goto block_398; @@ -16869,8 +16869,8 @@ lean_dec_ref(x_540); lean_dec(x_539); lean_dec(x_538); lean_dec_ref(x_537); -lean_dec_ref(x_536); -lean_dec(x_535); +lean_dec(x_536); +lean_dec_ref(x_535); lean_dec(x_534); lean_dec(x_531); lean_dec(x_527); @@ -16913,10 +16913,10 @@ if (lean_obj_tag(x_525) == 0) uint8_t x_547; lean_object* x_548; x_547 = 0; lean_inc(x_539); -lean_inc_ref(x_536); -lean_inc(x_538); lean_inc_ref(x_540); -x_548 = l_Lean_Meta_Grind_proveEq_x3f(x_527, x_531, x_547, x_541, x_535, x_537, x_534, x_540, x_538, x_536, x_539, x_543); +lean_inc(x_541); +lean_inc_ref(x_535); +x_548 = l_Lean_Meta_Grind_proveEq_x3f(x_527, x_531, x_547, x_538, x_536, x_537, x_534, x_535, x_541, x_540, x_539, x_543); if (lean_obj_tag(x_548) == 0) { lean_object* x_549; lean_object* x_550; @@ -16926,9 +16926,9 @@ x_550 = lean_ctor_get(x_548, 1); lean_inc(x_550); lean_dec_ref(x_548); x_490 = x_549; -x_491 = x_540; -x_492 = x_538; -x_493 = x_536; +x_491 = x_535; +x_492 = x_541; +x_493 = x_540; x_494 = x_539; x_495 = x_550; goto block_514; @@ -16936,10 +16936,10 @@ goto block_514; else { lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; +lean_dec(x_541); lean_dec_ref(x_540); lean_dec(x_539); -lean_dec(x_538); -lean_dec_ref(x_536); +lean_dec_ref(x_535); lean_dec_ref(x_489); lean_dec_ref(x_487); lean_dec(x_25); @@ -16980,10 +16980,10 @@ else lean_object* x_555; lean_dec_ref(x_525); lean_inc(x_539); -lean_inc_ref(x_536); -lean_inc(x_538); lean_inc_ref(x_540); -x_555 = l_Lean_Meta_Grind_proveHEq_x3f(x_527, x_531, x_541, x_535, x_537, x_534, x_540, x_538, x_536, x_539, x_543); +lean_inc(x_541); +lean_inc_ref(x_535); +x_555 = l_Lean_Meta_Grind_proveHEq_x3f(x_527, x_531, x_538, x_536, x_537, x_534, x_535, x_541, x_540, x_539, x_543); if (lean_obj_tag(x_555) == 0) { lean_object* x_556; lean_object* x_557; @@ -16993,9 +16993,9 @@ x_557 = lean_ctor_get(x_555, 1); lean_inc(x_557); lean_dec_ref(x_555); x_490 = x_556; -x_491 = x_540; -x_492 = x_538; -x_493 = x_536; +x_491 = x_535; +x_492 = x_541; +x_493 = x_540; x_494 = x_539; x_495 = x_557; goto block_514; @@ -17003,10 +17003,10 @@ goto block_514; else { lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; +lean_dec(x_541); lean_dec_ref(x_540); lean_dec(x_539); -lean_dec(x_538); -lean_dec_ref(x_536); +lean_dec_ref(x_535); lean_dec_ref(x_489); lean_dec_ref(x_487); lean_dec(x_25); @@ -17148,13 +17148,13 @@ lean_dec_ref(x_611); x_614 = lean_unbox(x_612); lean_dec(x_612); x_534 = x_566; -x_535 = x_564; -x_536 = x_569; +x_535 = x_567; +x_536 = x_564; x_537 = x_565; -x_538 = x_568; +x_538 = x_563; x_539 = x_570; -x_540 = x_567; -x_541 = x_563; +x_540 = x_569; +x_541 = x_568; x_542 = x_614; x_543 = x_613; goto block_562; @@ -17172,13 +17172,13 @@ lean_dec_ref(x_611); x_617 = lean_unbox(x_615); lean_dec(x_615); x_534 = x_566; -x_535 = x_564; -x_536 = x_569; +x_535 = x_567; +x_536 = x_564; x_537 = x_565; -x_538 = x_568; +x_538 = x_563; x_539 = x_570; -x_540 = x_567; -x_541 = x_563; +x_540 = x_569; +x_541 = x_568; x_542 = x_617; x_543 = x_616; goto block_562; diff --git a/stage0/stdlib/Lean/Parser/Command.c b/stage0/stdlib/Lean/Parser/Command.c index fa49f8ff9e..934b1705a5 100644 --- a/stage0/stdlib/Lean/Parser/Command.c +++ b/stage0/stdlib/Lean/Parser/Command.c @@ -26,14 +26,12 @@ static lean_object* l_Lean_Parser_Command_declValSimple___closed__12; lean_object* l_Lean_Parser_many1_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_register__tactic__tag_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_initialize_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145___closed__0; static lean_object* l_Lean_Parser_Command_openRenaming___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_declRange__3___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_declRange__5___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_mutual; static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__24____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85(lean_object*); static lean_object* l_Lean_Parser_Command_withExporting_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Tactic_open___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersT_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -47,16 +45,17 @@ static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_structFields_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Tactic_open_formatter___closed__5; static lean_object* l_Lean_Parser_Command_structure___closed__11; -static lean_object* l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declId_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_variable_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__7; static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229___closed__0; static lean_object* l_Lean_Parser_Command_declSig_formatter___closed__2; static lean_object* l_Lean_Parser_Command_axiom_formatter___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153(lean_object*); static lean_object* l_Lean_Parser_Command_deriving_parenthesizer___closed__8; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_register__tactic__tag; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_extends_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_example___closed__4; static lean_object* l_Lean_Parser_Command_check_formatter___closed__3; @@ -64,6 +63,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_set__opt LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_evalBang___regBuiltin_Lean_Parser_Command_evalBang_docString__3(lean_object*); static lean_object* l_Lean_Parser_Command_eoi___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_genInjectiveTheorems___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_declRange__5___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_declRange__5___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structImplicitBinder; @@ -85,6 +85,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer(lean_obje static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntilWsOrDelim; static lean_object* l_Lean_Parser_Command_ctor___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_evalBang___regBuiltin_Lean_Parser_Command_evalBang__1(lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__8; static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_namespace___closed__3; static lean_object* l_Lean_Parser_Command_protected___closed__7; @@ -101,6 +102,7 @@ static lean_object* l_Lean_Parser_Command_optDeriving_formatter___closed__4; static lean_object* l_Lean_Parser_Command_printTacTags_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_attribute___closed__3; lean_object* l_Lean_Parser_rawIdent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_printEqns_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_protected___closed__1; static lean_object* l_Lean_Parser_Tactic_set__option_formatter___closed__6; @@ -112,6 +114,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_partial_formatter(lean_object*, l LEAN_EXPORT lean_object* l_Lean_Parser_Command_withExporting_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_definition___closed__10; extern lean_object* l_Lean_Parser_identWithPartialTrailingDot; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137(lean_object*); lean_object* l_Lean_Parser_optional_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_declModifiers___closed__12; @@ -133,7 +136,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_formatter__67___closed__0; static lean_object* l_Lean_Parser_Command_set__option___closed__10; static lean_object* l_Lean_Parser_Command_open___closed__7; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_eoi; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321___closed__0; static lean_object* l_Lean_Parser_Command_declSig_formatter___closed__1; static lean_object* l_Lean_Parser_Command_addDocString___closed__0; static lean_object* l_Lean_Parser_Command_init__quot_parenthesizer___closed__0; @@ -143,10 +148,12 @@ static lean_object* l_Lean_Parser_Command_import___closed__1; static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__4; lean_object* l_Lean_Parser_Term_matchAlts_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_instance___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225(lean_object*); static lean_object* l_Lean_Parser_Command_variable_formatter___closed__5; static lean_object* l_Lean_Parser_Command_unsafe_formatter___closed__0; static lean_object* l_Lean_Parser_Command_namedPrio___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_declRange__5___closed__2; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169___closed__0; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_classTk; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__0; @@ -173,7 +180,6 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_unive static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_structFields___closed__3; static lean_object* l_Lean_Parser_Command_extends_parenthesizer___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_in; static lean_object* l_Lean_Parser_Command_computedField_formatter___closed__5; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__11; @@ -192,6 +198,7 @@ lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object* static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__21____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_declSig_parenthesizer___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___regBuiltin_Lean_Parser_Term_open__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79(lean_object*); lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_extends___closed__0; static lean_object* l_Lean_Parser_Command_deriving___closed__3; @@ -200,6 +207,8 @@ static lean_object* l_Lean_Parser_Command_printAxioms___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_addDocString___regBuiltin_Lean_Parser_Command_addDocString_declRange__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declId_formatter___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_eraseAttr_parenthesizer___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83(lean_object*); static lean_object* l_Lean_Parser_Command_variable_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_eraseAttr_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_printEqns_parenthesizer___closed__3; @@ -208,6 +217,7 @@ static lean_object* l_Lean_Parser_Command_openRenaming_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openRenamingItem_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eoi___regBuiltin_Lean_Parser_Command_eoi_formatter__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_visibility_ofBool___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277(lean_object*); static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_attribute_declRange__3___closed__2; @@ -216,6 +226,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval_ static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDeclSig_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_whereStructInst___closed__17; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91___closed__0; static lean_object* l_Lean_Parser_Command_openScoped_formatter___closed__1; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc_docString__3(lean_object*); @@ -228,17 +239,18 @@ static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__5; static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271(lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers___closed__7; static lean_object* l_Lean_Parser_Command_omit___closed__5; static lean_object* l_Lean_Parser_Command_declModifiers___closed__14; static lean_object* l_Lean_Parser_Command_public_formatter___closed__1; static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169(lean_object*); static lean_object* l_Lean_Parser_Command_quot_parenthesizer___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_public_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structFields_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_classTk___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structImplicitBinder_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers___closed__17; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_docString__3___closed__0; @@ -275,6 +287,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l_Lean_Parser_Command_declValSimple_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_eraseAttr_formatter___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_precheckedQuot___regBuiltin_Lean_Parser_Term_precheckedQuot__1(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_parenthesizer__11(lean_object*); static lean_object* l_Lean_Parser_Tactic_set__option_formatter___closed__4; static lean_object* l_Lean_Parser_Command_ctor___closed__4; @@ -285,13 +298,15 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Term_quot_parenthesizer___lam__0(lean_obj lean_object* l_instBEqOfDecidableEq___redArg___lam__0___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__10; static lean_object* l_Lean_Parser_Command_eval_parenthesizer___closed__3; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_declRange__5(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__14; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_exit___regBuiltin_Lean_Parser_Command_exit_parenthesizer__11(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313(lean_object*); static lean_object* l_Lean_Parser_Command_abbrev___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_parenthesizer__13(lean_object*); static lean_object* l_Lean_Parser_Command_section_parenthesizer___closed__3; @@ -303,11 +318,9 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attri static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_structure___closed__17; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__5; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349___closed__0; static lean_object* l_Lean_Parser_Command_withExporting_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_extends___closed__5; static lean_object* l_Lean_Parser_Command_declModifiers___closed__9; -static lean_object* l_Lean_Parser_Command_derivingClasses_formatter___closed__0; static lean_object* l_Lean_Parser_Command_tactic__extension_formatter___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_attribute_parenthesizer__19(lean_object*); static lean_object* l_Lean_Parser_Command_declSig_formatter___closed__0; @@ -324,7 +337,6 @@ static lean_object* l_Lean_Parser_Command_addDocString_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_open; static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_where___closed__4; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317___closed__0; static lean_object* l_Lean_Parser_Command_check_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_structCtor___closed__6; static lean_object* l_Lean_Parser_Command_nonrec___closed__1; @@ -344,7 +356,10 @@ static lean_object* l_Lean_Parser_Command_structureTk___closed__2; static lean_object* l_Lean_Parser_Command_openSimple_parenthesizer___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_formatter__21___closed__0; static lean_object* l_Lean_Parser_Command_openScoped___closed__1; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__6; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_computedField_formatter___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125(lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__15; static lean_object* l_Lean_Parser_Command_quot___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_Command_definition_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -364,6 +379,7 @@ static lean_object* l_Lean_Parser_Command_universe___closed__6; static lean_object* l_Lean_Parser_Command_declValSimple_formatter___closed__2; static lean_object* l_Lean_Parser_Command_declValSimple___closed__7; static lean_object* l_Lean_Parser_Command_section_parenthesizer___closed__5; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declId; static lean_object* l_Lean_Parser_Command_include___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_attribute_formatter___lam__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -372,6 +388,7 @@ static lean_object* l_Lean_Parser_Command_classTk_parenthesizer___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_eraseAttr_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_whereStructInst___closed__20; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntilWs___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321(lean_object*); static lean_object* l_Lean_Parser_Command_synth_formatter___closed__2; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__12; static lean_object* l_Lean_Parser_Command_theorem___closed__9; @@ -380,8 +397,8 @@ static lean_object* l_Lean_Parser_Command_nonrec___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structFields_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Term_quot___closed__12; static lean_object* l_Lean_Parser_Command_axiom_parenthesizer___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259(lean_object*); static lean_object* l_Lean_Parser_Command_addDocString_parenthesizer___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121(lean_object*); static lean_object* l_Lean_Parser_Command_structFields_formatter___closed__0; static lean_object* l_Lean_Parser_Command_namespace___closed__7; static lean_object* l_Lean_Parser_Command_variable_parenthesizer___closed__4; @@ -393,7 +410,6 @@ static lean_object* l_Lean_Parser_Command_structParent_formatter___closed__1; static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openScoped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__1; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure_declRange__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_visibility_ofAttrKind(lean_object*); static lean_object* l_Lean_Parser_Command_structParent___closed__5; @@ -417,6 +433,7 @@ static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_parenthesi static lean_object* l_Lean_Parser_Command_set__option_parenthesizer___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_declRange__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Term_set__option_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91(lean_object*); static lean_object* l_Lean_Parser_Term_quot_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_openRenamingItem___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_extends; @@ -433,10 +450,13 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ lean_object* l_Lean_Parser_Term_instBinder_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple___closed__0; static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printSig___regBuiltin_Lean_Parser_Command_printSig_formatter__5___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_end___regBuiltin_Lean_Parser_Command_end_declRange__5___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_addDocString___regBuiltin_Lean_Parser_Command_addDocString_declRange__5___closed__2; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181___closed__0; lean_object* l_Lean_Parser_many_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267(lean_object*); static lean_object* l_Lean_Parser_Command_check_formatter___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc_parenthesizer__13___closed__0; static lean_object* l_Lean_Parser_Command_printSig_parenthesizer___closed__4; @@ -487,6 +507,8 @@ static lean_object* l_Lean_Parser_Command_end___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openSimple_formatter__25___closed__0; static lean_object* l_Lean_Parser_Command_meta___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_attribute_declRange__3___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317(lean_object*); static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_section___closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_Command_ctor; @@ -496,6 +518,7 @@ lean_object* l_Lean_Parser_group_parenthesizer(lean_object*, lean_object*, lean_ static lean_object* l_Lean_Parser_Command_structureTk_formatter___closed__2; static lean_object* l_Lean_Parser_Command_openHiding_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declBody___closed__2; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_withExporting___regBuiltin_Lean_Parser_Command_withExporting_docString__3___closed__0; static lean_object* l_Lean_Parser_Command_attribute_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__9; @@ -572,13 +595,11 @@ static lean_object* l_Lean_Parser_Command_quot___closed__12; static lean_object* l_Lean_Parser_Command_definition_formatter___closed__1; static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structFields_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__11; static lean_object* l_Lean_Parser_Command_classInductive___closed__17; static lean_object* l_Lean_Parser_Command_opaque___closed__4; static lean_object* l_Lean_Parser_Command_structParent___closed__4; static lean_object* l_Lean_Parser_Command_opaque___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_declRange__3___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321___closed__0; static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_moduleDoc___closed__4; static lean_object* l_Lean_Parser_Command_declModifiers_formatter___closed__10; @@ -595,8 +616,8 @@ static lean_object* l_Lean_Parser_Command_instance_formatter___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_declRange__5___closed__2; static lean_object* l_Lean_Parser_Command_recommended__spelling___closed__12; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_parenthesizer__13(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169(lean_object*); static lean_object* l_Lean_Parser_Command_structParent_parenthesizer___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239___closed__0; static lean_object* l_Lean_Parser_Command_open_formatter___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___regBuiltin_Lean_Parser_Term_open_declRange__5___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__19____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; @@ -604,6 +625,7 @@ static lean_object* l_Lean_Parser_Command_end___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_declRange__3___closed__2; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__10; lean_object* l_Lean_Parser_optional(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__13____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_variable___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openSimple_formatter__25(lean_object*); @@ -627,6 +649,7 @@ static lean_object* l_Lean_Parser_Command_extends_formatter___closed__5; lean_object* l_Lean_Parser_nonReservedSymbol(lean_object*, uint8_t); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_declRange__5___closed__3; static lean_object* l_Lean_Parser_Command_tactic__extension___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117(lean_object*); static lean_object* l_Lean_Parser_Command_whereStructInst___closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_Command_print; static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__4; @@ -637,25 +660,24 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_end__ static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_formatter__13(lean_object*); static lean_object* l_Lean_Parser_Command_init__quot___closed__4; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333___closed__0; static lean_object* l_Lean_Parser_Command_printTacTags_formatter___closed__1; static lean_object* l_Lean_Parser_Command_set__option_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_printEqns_formatter___closed__2; static lean_object* l_Lean_Parser_Command_section___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declModifiers___regBuiltin_Lean_Parser_Command_declModifiers_docString__1___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_declRange__3___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245(lean_object*); static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__0; static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_in___regBuiltin_Lean_Parser_Command_in_declRange__3(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199(lean_object*); static lean_object* l_Lean_Parser_Command_section___closed__2; static lean_object* l_Lean_Parser_Command_visibility_ofAttrKind___closed__0; static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx___closed__10; static lean_object* l_Lean_Parser_Command_declValSimple_formatter___closed__6; static lean_object* l_Lean_Parser_Command_structure___closed__12; static lean_object* l_Lean_Parser_Command_printSig_formatter___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305(lean_object*); static lean_object* l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structureTk_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__5; @@ -681,6 +703,7 @@ static lean_object* l_Lean_Parser_Command_instance___closed__1; static lean_object* l_Lean_Parser_Command_whereStructInst_formatter___closed__3; static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState___closed__0; static lean_object* l_Lean_Parser_Command_attribute_formatter___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71___closed__0; static lean_object* l_Lean_Parser_Command_import___closed__2; static lean_object* l_Lean_Parser_Command_namedPrio___closed__4; static lean_object* l_Lean_Parser_Command_declModifiers___closed__4; @@ -710,7 +733,9 @@ static lean_object* l_Lean_Parser_Command_inductive___closed__0; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_opaque_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_openHiding___closed__8; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__29____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_where_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_parenthesizer__13___closed__0; lean_object* l_Lean_Parser_Termination_suffix_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -745,6 +770,7 @@ static lean_object* l_Lean_Parser_Command_classInductive_parenthesizer___closed_ static lean_object* l_Lean_Parser_Command_quot___closed__8; static lean_object* l_Lean_Parser_Command_mutual___closed__6; static lean_object* l_Lean_Parser_Command_computedFields_formatter___closed__2; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_namedPrio_parenthesizer___lam__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_initialize___closed__14; static lean_object* l_Lean_Parser_Command_instance___closed__6; @@ -768,7 +794,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving; static lean_object* l_Lean_Parser_Command_optionValue___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc_declRange__5___closed__3; static lean_object* l_Lean_Parser_Command_recommended__spelling_parenthesizer___closed__11; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntilWs___closed__1; static lean_object* l_Lean_Parser_Term_quot___closed__15; static lean_object* l_Lean_Parser_Command_computedFields_parenthesizer___closed__0; @@ -800,18 +825,18 @@ static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__8; static lean_object* l_Lean_Parser_Term_set__option_formatter___closed__4; static lean_object* l_Lean_Parser_Command_declModifiers___closed__18; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__7; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125___closed__0; static lean_object* l_Lean_Parser_Command_example_formatter___closed__1; static lean_object* l_Lean_Parser_Command_moduleDoc___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structure_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_theorem; static lean_object* l_Lean_Parser_Command_namedPrio___closed__17; static lean_object* l_Lean_Parser_Command_theorem_formatter___closed__5; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__5; static lean_object* l_Lean_Parser_Command_set__option___closed__5; static lean_object* l_Lean_Parser_Command_register__tactic__tag_formatter___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_print_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__9____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199___closed__0; static lean_object* l_Lean_Parser_Command_variable_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_axiom_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_variable___closed__4; @@ -835,10 +860,11 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__o static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__10; static lean_object* l_Lean_Parser_Command_structure___closed__16; static lean_object* l_Lean_Parser_Command_where___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325___closed__0; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__2; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_openDecl___regBuiltin_Lean_Parser_Command_openDecl_docString__1(lean_object*); static lean_object* l_Lean_Parser_Command_visibility_ofAttrKind___closed__1; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_precheckedQuot___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange__3___closed__3; static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__6; static lean_object* l_Lean_Parser_Command_eoi_formatter___closed__2; @@ -852,15 +878,16 @@ static lean_object* l_Lean_Parser_Command_unsafe_formatter___closed__2; static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_classTk_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_unsafe___closed__2; +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_docString__3(lean_object*); static lean_object* l_Lean_Parser_Command_register__tactic__tag_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_printEqns_formatter___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165(lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__8; -static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__0; static lean_object* l_Lean_Parser_Command_variable___closed__5; static lean_object* l_Lean_Parser_Command_partial_formatter___closed__2; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__12; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203___closed__0; lean_object* l_Lean_PrettyPrinter_Parenthesizer_visitToken___redArg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structFields___closed__8; lean_object* l_Lean_Parser_Term_attrInstance_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -874,6 +901,7 @@ static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option__1(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval___regBuiltin_Lean_Parser_Command_eval_docString__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declValSimple_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__9; static lean_object* l_Lean_Parser_Command_version___closed__1; static lean_object* l_Lean_Parser_Command_printTacTags_formatter___closed__4; static lean_object* l_Lean_Parser_Command_exit___closed__7; @@ -886,6 +914,7 @@ static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__10; static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval___regBuiltin_Lean_Parser_Command_eval_declRange__3___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173___closed__0; static lean_object* l_Lean_Parser_Command_attribute___closed__17; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_declRange__5___closed__2; static lean_object* l_Lean_Parser_Command_optDeclSig___closed__2; @@ -916,12 +945,13 @@ static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__7; static lean_object* l_Lean_Parser_Command_quot___closed__11; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_parenthesizer__13___closed__0; static lean_object* l_Lean_Parser_Command_withExporting_formatter___closed__1; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc_formatter__9___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305(lean_object*); static lean_object* l_Lean_Parser_Command_printAxioms_parenthesizer___closed__3; lean_object* l_Lean_Parser_priorityParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_deriving___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141(lean_object*); static lean_object* l_Lean_Parser_Command_ctor___closed__13; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_mutual___regBuiltin_Lean_Parser_Command_mutual_parenthesizer__11___closed__0; static lean_object* l_Lean_Parser_Command_computedField_parenthesizer___closed__4; @@ -931,6 +961,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open_ static lean_object* l_Lean_Parser_Command_structFields___closed__5; static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printTacTags___regBuiltin_Lean_Parser_Command_printTacTags_declRange__5___closed__1; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_where___regBuiltin_Lean_Parser_Command_where_formatter__7(lean_object*); static lean_object* l_Lean_Parser_Command_print___closed__9; static lean_object* l_Lean_Parser_Command_computedField___closed__11; @@ -992,10 +1023,12 @@ static lean_object* l_Lean_Parser_Command_optDeclSig___closed__6; static lean_object* l_Lean_Parser_Command_printSig_parenthesizer___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check_formatter__7___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_genInjectiveTheorems___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_docString__3(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149___closed__0; static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___closed__5; static lean_object* l_Lean_Parser_Command_moduleDoc_formatter___closed__2; static lean_object* l_Lean_Parser_Command_structSimpleBinder___closed__3; static lean_object* l_Lean_Parser_Command_structSimpleBinder___closed__8; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129___closed__0; lean_object* l_Lean_PrettyPrinter_Parenthesizer_categoryParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_classInductive___closed__9; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__19; @@ -1023,10 +1056,11 @@ static lean_object* l_Lean_Parser_Command_set__option_parenthesizer___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure_parenthesizer__11___closed__0; lean_object* l_Lean_Parser_Term_structInstFields(lean_object*); static lean_object* l_Lean_Parser_Command_axiom_parenthesizer___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239(lean_object*); static lean_object* l_Lean_Parser_Tactic_open_formatter___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153___closed__0; static lean_object* l_Lean_Parser_Command_eoi___closed__3; static lean_object* l_Lean_Parser_Command_exit___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_formatter__53(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_declRange__5___closed__3; static lean_object* l_Lean_Parser_Tactic_open___closed__0; @@ -1046,12 +1080,12 @@ static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___clos static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__40____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_set__option___regBuiltin_Lean_Parser_Command_set__option_declRange__5___closed__0; static lean_object* l_Lean_Parser_Command_eval___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_evalBang___regBuiltin_Lean_Parser_Command_evalBang_formatter__7___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_inductive___regBuiltin_Lean_Parser_Command_inductive_docString__1(lean_object*); static lean_object* l_Lean_Parser_Command_inductive___closed__5; static lean_object* l_Lean_Parser_Command_declValEqns___closed__1; lean_object* l_Lean_Parser_sepByIndent_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_declRange__5(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_open_formatter__35(lean_object*); static lean_object* l_Lean_Parser_Command_openRenaming___closed__11; @@ -1060,7 +1094,6 @@ static lean_object* l_Lean_Parser_Command_whereStructInst_formatter___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___regBuiltin_Lean_Parser_Term_open_declRange__5___closed__1; static lean_object* l_Lean_Parser_Term_set__option_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__7; -static lean_object* l_Lean_Parser_Command_sectionHeader___closed__17; lean_object* l_Lean_Parser_Term_matchAlts_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_structure___closed__13; @@ -1077,8 +1110,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l_Lean_Parser_Command_eval___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_declRange__5___closed__0; static lean_object* l_Lean_Parser_Command_printEqns_formatter___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111(lean_object*); static lean_object* l_Lean_Parser_Command_sectionHeader___closed__2; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_genInjectiveTheorems_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_instance___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_Command_eraseAttr_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1088,6 +1121,7 @@ static lean_object* l_Lean_Parser_Term_set__option___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_in_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_parenthesizer__11___closed__0; static lean_object* l_Lean_Parser_Command_protected___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189___closed__0; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer___lam__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_example___closed__1; @@ -1097,9 +1131,9 @@ static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx___closed__ static lean_object* l_Lean_Parser_Command_computedField_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState_formatter___closed__1; static lean_object* l_Lean_Parser_Command_printAxioms___closed__6; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181___closed__0; static lean_object* l_Lean_Parser_Command_namedPrio___closed__16; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_formatter__37___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_structInstBinder; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__18____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_register__tactic__tag_parenthesizer___closed__5; @@ -1123,13 +1157,13 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDeclSig; static lean_object* l_Lean_Parser_Command_sectionHeader___closed__6; static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_openSimple___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221(lean_object*); static lean_object* l_Lean_Parser_Command_optionValue_formatter___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_addDocString___regBuiltin_Lean_Parser_Command_addDocString_declRange__5___closed__3; static lean_object* l_Lean_Parser_Command_declaration___closed__13; static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__2; lean_object* l_Lean_Parser_mkAntiquot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_openScoped___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87(lean_object*); static lean_object* l_Lean_Parser_Command_open___closed__4; static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__7; static lean_object* l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__7; @@ -1152,6 +1186,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_recom LEAN_EXPORT lean_object* l_Lean_Parser_Command_tactic__extension_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_attribute_declRange__3___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_where___regBuiltin_Lean_Parser_Command_where_docString__3___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145___closed__0; static lean_object* l_Lean_Parser_Term_quot___closed__17; static lean_object* l_Lean_Parser_Command_meta_formatter___closed__1; static lean_object* l_Lean_Parser_Command_printEqns___closed__10; @@ -1199,6 +1234,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_check__failure; static lean_object* l_Lean_Parser_Command_classInductive_formatter___closed__0; lean_object* l_Lean_Parser_registerBuiltinNodeKind(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_inductive___closed__11; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281___closed__0; lean_object* l_Lean_Parser_Term_structInstFields_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Term_quot; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_declRange__3___closed__0; @@ -1211,12 +1247,12 @@ static lean_object* l_Lean_Parser_Command_structureTk_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_end___regBuiltin_Lean_Parser_Command_end_declRange__5___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot__1(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_optionValue_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_check___closed__5; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems_formatter___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293___closed__0; static lean_object* l_Lean_Parser_Command_structInstBinder___closed__11; static lean_object* l_Lean_Parser_Command_computedFields_formatter___closed__4; static lean_object* l_Lean_Parser_Command_addDocString_parenthesizer___closed__1; @@ -1230,6 +1266,7 @@ static lean_object* l_Lean_Parser_Command_axiom_parenthesizer___closed__4; lean_object* l_Lean_Parser_Term_binderIdent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_formatter__7___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161(lean_object*); static lean_object* l_Lean_Parser_Term_open___closed__0; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__15; static lean_object* l_Lean_Parser_Command_deriving___closed__13; @@ -1237,6 +1274,7 @@ static lean_object* l_Lean_Parser_Command_declValSimple_parenthesizer___closed__ static lean_object* l_Lean_Parser_Term_set__option_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_withExporting___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_quot___regBuiltin_Lean_Parser_Command_quot_docString__3(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105___closed__0; static lean_object* l_Lean_Parser_Command_end_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structFields; static lean_object* l_Lean_Parser_Command_openDecl_formatter___closed__0; @@ -1276,7 +1314,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_axiom; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__15; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__5; static lean_object* l_Lean_Parser_Command_declValSimple_formatter___closed__5; -static lean_object* l_Lean_Parser_Command_optDeriving___closed__7; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__6; static lean_object* l_Lean_Parser_Command_meta___closed__4; static lean_object* l_Lean_Parser_Command_import_parenthesizer___closed__1; @@ -1297,6 +1334,7 @@ static lean_object* l_Lean_Parser_Command_register__tactic__tag___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structCtor_formatter___lam__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_section_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_optionValue_formatter___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_declRange__5(lean_object*); static lean_object* l_Lean_Parser_Command_structCtor_parenthesizer___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__23____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; @@ -1309,8 +1347,8 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_structSimpleBinder_formatter(lean static lean_object* l_Lean_Parser_Command_instance_formatter___closed__6; lean_object* l_Lean_Parser_many1_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_commandParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass___closed__13; static lean_object* l_Lean_Parser_Command_structInstBinder___closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129(lean_object*); static lean_object* l_Lean_Parser_Command_eoi___closed__1; static lean_object* l_Lean_Parser_Term_set__option___closed__3; static lean_object* l_Lean_Parser_Command_nonrec___closed__4; @@ -1335,7 +1373,7 @@ static lean_object* l_Lean_Parser_Command_universe_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_omit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_Term_optType_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_docString__3___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_inductive___regBuiltin_Lean_Parser_Command_inductive_docString__1___closed__0; static lean_object* l_Lean_Parser_Command_addDocString___closed__2; @@ -1346,25 +1384,23 @@ static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__5 static lean_object* l_Lean_Parser_Command_classInductive___closed__1; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__9; -static lean_object* l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_quot_formatter___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_omit___regBuiltin_Lean_Parser_Command_omit_docString__3(lean_object*); static lean_object* l_Lean_Parser_Command_optDefDeriving___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_recommended__spelling___regBuiltin_Lean_Parser_Command_recommended__spelling_docString__3(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217___closed__0; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__14; static lean_object* l_Lean_Parser_Command_optDeriving___closed__3; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_withExporting___closed__4; extern lean_object* l_Lean_Parser_Term_binderTactic; static lean_object* l_Lean_Parser_Command_classInductive___closed__8; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77___closed__0; static lean_object* l_Lean_Parser_Command_omit_formatter___closed__4; static lean_object* l_Lean_Parser_Command_structureTk___closed__6; static lean_object* l_Lean_Parser_Command_declSig___closed__11; static lean_object* l_Lean_Parser_Command_ctor___closed__14; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189(lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple___closed__2; static lean_object* l_Lean_Parser_Command_attribute___closed__2; static lean_object* l_Lean_Parser_Command_namedPrio_formatter___closed__1; @@ -1372,7 +1408,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_where; static lean_object* l_Lean_Parser_Command_opaque___closed__11; static lean_object* l_Lean_Parser_Command_theorem___closed__5; static lean_object* l_Lean_Parser_Command_end___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95___closed__0; static lean_object* l_Lean_Parser_Command_eraseAttr___closed__2; static lean_object* l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_ctor___closed__9; @@ -1380,24 +1415,20 @@ static lean_object* l_Lean_Parser_Command_evalBang_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_openRenaming_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_partial_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_definition_formatter___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263(lean_object*); static lean_object* l_Lean_Parser_Command_noncomputable_formatter___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177(lean_object*); static lean_object* l_Lean_Parser_Command_inductive___closed__13; -static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_mutual___regBuiltin_Lean_Parser_Command_mutual_parenthesizer__11(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217(lean_object*); static lean_object* l_Lean_Parser_Command_declId___closed__1; static lean_object* l_Lean_Parser_Command_printAxioms___closed__3; static lean_object* l_Lean_Parser_Command_namedPrio_parenthesizer___closed__4; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283___closed__0; static lean_object* l_Lean_Parser_Command_namespace_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Term_set__option_formatter___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_parenthesizer__13___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval___regBuiltin_Lean_Parser_Command_eval_docString__1___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__1; static lean_object* l_Lean_Parser_Command_declId___closed__3; -static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__10; static lean_object* l_Lean_Parser_Command_namespace___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration__1(lean_object*); static lean_object* l_Lean_Parser_Command_openDecl_parenthesizer___closed__4; @@ -1405,6 +1436,7 @@ static lean_object* l_Lean_Parser_Command_structFields___closed__0; static lean_object* l_Lean_Parser_Term_quot___closed__2; static lean_object* l_Lean_Parser_Command_end_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declSig___closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281(lean_object*); static lean_object* l_Lean_Parser_Command_moduleDoc_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_version; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__13; @@ -1416,6 +1448,7 @@ static lean_object* l_Lean_Parser_Command_withExporting___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDeriving_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure_parenthesizer__11(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_computedFields; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285(lean_object*); static lean_object* l_Lean_Parser_Command_version_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_mutual_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_classInductive___closed__13; @@ -1432,10 +1465,9 @@ static lean_object* l_Lean_Parser_Command_opaque___closed__6; static lean_object* l_Lean_Parser_Command_open_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_protected_formatter___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_formatter__25___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClasses; static lean_object* l_Lean_Parser_Tactic_open_formatter___closed__2; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_declId___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_declRange__3___closed__3; @@ -1473,7 +1505,6 @@ static lean_object* l_Lean_Parser_Command_classInductive_parenthesizer___closed_ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_formatter__53___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_set__option___regBuiltin_Lean_Parser_Command_set__option_declRange__5(lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple_parenthesizer___closed__6; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271___closed__0; static lean_object* l_Lean_Parser_Command_namedPrio___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check_declRange__3___closed__0; static lean_object* l_Lean_Parser_Command_instance___closed__10; @@ -1488,12 +1519,12 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_meta_formatter(lean_object*, lean static lean_object* l_Lean_Parser_Command_quot___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eoi___regBuiltin_Lean_Parser_Command_eoi_parenthesizer__7___closed__0; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__6; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__4; static lean_object* l_Lean_Parser_Term_quot_formatter___closed__2; static lean_object* l_Lean_Parser_Command_declModifiers___closed__5; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersF_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_exit_formatter___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257___closed__0; lean_object* l_Lean_Parser_Tactic_tacticSeq_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_evalBang_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_openRenamingItem___closed__7; @@ -1505,9 +1536,9 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print static lean_object* l_Lean_Parser_Command_structSimpleBinder___closed__2; static lean_object* l_Lean_Parser_Command_tactic__extension_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_import_parenthesizer___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval___regBuiltin_Lean_Parser_Command_eval_parenthesizer__13(lean_object*); static lean_object* l_Lean_Parser_Command_optDeclSig___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_include_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_genInjectiveTheorems_formatter___closed__3; static lean_object* l_Lean_Parser_Command_in___closed__3; @@ -1515,6 +1546,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_opaque; static lean_object* l_Lean_Parser_Command_declSig___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntil___lam__0___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openRenamingItem_formatter__13(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113___closed__0; lean_object* l_Lean_Parser_identWithPartialTrailingDot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structInstBinder___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_declRange__5(lean_object*); @@ -1524,7 +1556,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_check_parenthesizer(lean_object*, static lean_object* l_Lean_Parser_Command_mutual___closed__13; static lean_object* l_Lean_Parser_Command_recommended__spelling___closed__15; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__31____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73(lean_object*); extern lean_object* l_Lean_Parser_Term_attrInstance; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntil___lam__2___boxed(lean_object*); static lean_object* l_Lean_Parser_Command_example_parenthesizer___closed__3; @@ -1562,12 +1593,13 @@ static lean_object* l_Lean_Parser_Command_classInductive_parenthesizer___closed_ static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_declRange__3___closed__1; static lean_object* l_Lean_Parser_Command_namedPrio___closed__3; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__5; static lean_object* l_Lean_Parser_Command_moduleDoc___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check_declRange__3___closed__5; static lean_object* l_Lean_Parser_Command_recommended__spelling_parenthesizer___closed__9; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__14; static lean_object* l_Lean_Parser_Command_whereStructInst_formatter___closed__8; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301___closed__0; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declaration___closed__12; static lean_object* l_Lean_Parser_Command_computedFields___closed__8; @@ -1596,7 +1628,6 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth static lean_object* l_Lean_Parser_Command_omit_formatter___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_open_parenthesizer__65___closed__0; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems___closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181(lean_object*); static lean_object* l_Lean_Parser_Command_register__tactic__tag_formatter___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__43____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_structureTk_formatter___closed__1; @@ -1609,6 +1640,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_set__opt extern lean_object* l_Lean_Parser_Term_binderIdent; static lean_object* l_Lean_Parser_Command_declBody_formatter___closed__0; static lean_object* l_Lean_Parser_Command_openRenaming_formatter___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_docString__3(lean_object*); static lean_object* l_Lean_Parser_Command_protected___closed__0; static lean_object* l_Lean_Parser_Command_section___closed__4; @@ -1622,7 +1654,6 @@ static lean_object* l_Lean_Parser_Command_exit_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__10; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printTacTags___regBuiltin_Lean_Parser_Command_printTacTags_declRange__5___closed__6; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337___closed__0; static lean_object* l_Lean_Parser_Command_section_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_protected_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_manyIndent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1636,7 +1667,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_import_formatter(lean_object*, le lean_object* l_Lean_ppLine_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Term_quot_formatter___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_where___closed__2; -static lean_object* l_Lean_Parser_Command_structInstBinder___closed__13; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_tactic__extension___regBuiltin_Lean_Parser_Command_tactic__extension_declRange__5___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_declRange__3___closed__0; static lean_object* l_Lean_Parser_Command_register__tactic__tag___closed__7; @@ -1647,15 +1678,16 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l_Lean_Parser_Command_declaration___closed__14; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_Command_example_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_universe___closed__2; lean_object* l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_declRange__3___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141___closed__0; static lean_object* l_Lean_Parser_Command_openScoped___closed__8; lean_object* l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_declRange__5___closed__4; static lean_object* l_Lean_Parser_Command_printTacTags___closed__8; static lean_object* l_Lean_Parser_Command_mutual___closed__2; +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClass_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_printAxioms___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_in___regBuiltin_Lean_Parser_Command_in_formatter__7___closed__0; @@ -1668,6 +1700,7 @@ static lean_object* l_Lean_Parser_Command_computedFields_formatter___closed__3; static lean_object* l_Lean_Parser_Command_export_formatter___closed__2; lean_object* l_Lean_Parser_sepBy1(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_Command_definition_parenthesizer___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83___closed__0; lean_object* l_Lean_Parser_notFollowedBy(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structCtor_formatter___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_version___regBuiltin_Lean_Parser_Command_version_formatter__7(lean_object*); @@ -1688,7 +1721,6 @@ static lean_object* l_Lean_Parser_Command_openRenaming_formatter___closed__6; static lean_object* l_Lean_Parser_Command_declVal___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_set__option_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple_formatter___closed__8; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import_declRange__3___closed__5; static lean_object* l_Lean_Parser_Command_namedPrio___closed__18; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import_declRange__3___closed__0; @@ -1718,7 +1750,6 @@ static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___close static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__7____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openDecl; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107(lean_object*); static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_formatter___closed__2; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__11; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems___closed__5; @@ -1766,11 +1797,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ LEAN_EXPORT lean_object* l_Lean_Parser_Command_open_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_set__option___closed__5; static lean_object* l_Lean_Parser_Command_omit___closed__6; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_end___regBuiltin_Lean_Parser_Command_end_formatter__9(lean_object*); static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__10; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195(lean_object*); static lean_object* l_Lean_Parser_Command_definition___closed__3; static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__1; @@ -1778,7 +1807,6 @@ static lean_object* l_Lean_Parser_Command_computedField_formatter___closed__4; static lean_object* l_Lean_Parser_Command_openHiding___closed__10; static lean_object* l_Lean_Parser_Command_structImplicitBinder_formatter___closed__4; static lean_object* l_Lean_Parser_Command_openDecl___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145(lean_object*); extern lean_object* l_Lean_Parser_Termination_suffix; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initializeKeyword_formatter__7(lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__1; @@ -1788,7 +1816,6 @@ static lean_object* l_Lean_Parser_Command_set__option_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_universe_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_initializeKeyword_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_initializeKeyword_parenthesizer___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345___closed__0; static lean_object* l_Lean_Parser_Command_export___closed__5; static lean_object* l_Lean_Parser_Command_structParent_parenthesizer___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_formatter__7(lean_object*); @@ -1810,7 +1837,6 @@ static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__8; static lean_object* l_Lean_Parser_Command_attribute_formatter___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_declRange__5___closed__2; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__14; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137___closed__0; static lean_object* l_Lean_Parser_Command_inductive___closed__10; static lean_object* l_Lean_Parser_Command_printAxioms_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_evalBang___closed__2; @@ -1823,6 +1849,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_computedField_formatter(lean_obje LEAN_EXPORT lean_object* l_Lean_Parser_Command_openScoped_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__14____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_parenthesizer__19(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195___closed__0; static lean_object* l_Lean_Parser_Command_variable___closed__2; static lean_object* l_Lean_Parser_Command_openRenamingItem_formatter___closed__2; static lean_object* l_Lean_Parser_Command_include___closed__3; @@ -1879,7 +1906,6 @@ static lean_object* l_Lean_Parser_Command_declId___closed__6; static lean_object* l_Lean_Parser_Command_synth_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_check__failure___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89___closed__0; static lean_object* l_Lean_Parser_Command_eoi_parenthesizer___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_quot___regBuiltin_Lean_Parser_Command_quot_declRange__5___closed__6; static lean_object* l_Lean_Parser_Command_declValEqns_parenthesizer___closed__0; @@ -1896,7 +1922,6 @@ static lean_object* l_Lean_Parser_Command_printSig___closed__3; static lean_object* l_Lean_Parser_Command_synth_formatter___closed__0; static lean_object* l_Lean_Parser_Command_structCtor___closed__7; static lean_object* l_Lean_Parser_Command_initialize___closed__2; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_initialize_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_printAxioms_formatter___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_docString__3(lean_object*); @@ -1904,13 +1929,13 @@ lean_object* l_Lean_PrettyPrinter_Parenthesizer_withPosition_parenthesizer(lean_ LEAN_EXPORT lean_object* l_Lean_Parser_Command_classTk_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check_parenthesizer__11(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_formatter__57(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357___closed__0; lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGt_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_optDefDeriving_formatter___closed__2; static lean_object* l_Lean_Parser_Command_omit_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_section_parenthesizer___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_classInductive_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__8____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; -static lean_object* l_Lean_Parser_Command_sectionHeader___closed__18; static lean_object* l_Lean_Parser_Command_universe_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_print___closed__3; static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__12; @@ -1921,7 +1946,6 @@ static lean_object* l_Lean_Parser_Command_structure___closed__18; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_inductive_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_eraseAttr_formatter__7(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_pushLine___redArg(lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_open_docString__3___closed__0; @@ -1937,8 +1961,8 @@ static lean_object* l_Lean_Parser_Command_tactic__extension___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_formatter__7___closed__0; static lean_object* l_Lean_Parser_Command_declValSimple_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__11; -static lean_object* l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337(lean_object*); static lean_object* l_Lean_Parser_Command_export___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_parenthesizer__13___closed__0; static lean_object* l_Lean_Parser_Command_declId___lam__0___closed__1; @@ -1950,6 +1974,7 @@ static lean_object* l_Lean_Parser_Command_private___closed__5; static lean_object* l_Lean_Parser_Term_quot_formatter___closed__0; static lean_object* l_Lean_Parser_Tactic_open_formatter___closed__3; static lean_object* l_Lean_Parser_Command_attribute___closed__4; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__1; static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__3; static lean_object* l_Lean_Parser_Command_classInductive___closed__15; static lean_object* l_Lean_Parser_Command_computedFields___closed__5; @@ -1978,12 +2003,12 @@ static lean_object* l_Lean_Parser_Command_definition___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_evalBang_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_where___regBuiltin_Lean_Parser_Command_where_parenthesizer__11(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_private_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253(lean_object*); static lean_object* l_Lean_Parser_Command_namespace___closed__0; static lean_object* l_Lean_Parser_Command_initialize___closed__5; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__3; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openRenamingItem_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_declRange__5___closed__2; lean_object* l_Lean_Parser_Term_attrKind_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_partial___closed__4; @@ -1999,11 +2024,9 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_namedPrio_parenthesizer(lean_obje static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval___regBuiltin_Lean_Parser_Command_eval_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_print_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_initialize___closed__11; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_sectionHeader; static lean_object* l_Lean_Parser_Command_noncomputable_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems_parenthesizer___closed__3; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207___closed__0; static lean_object* l_Lean_Parser_Command_optDeriving___closed__4; static lean_object* l_Lean_Parser_Command_version___closed__6; static lean_object* l_Lean_Parser_Command_universe___closed__0; @@ -2031,7 +2054,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_structExplicitBinder; static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__5; static lean_object* l_Lean_Parser_Command_declSig___closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersT; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_addDocString_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_registerErrorExplanationStx___regBuiltin_Lean_Parser_Command_registerErrorExplanationStx_docString__3(lean_object*); @@ -2047,13 +2070,14 @@ static lean_object* l_Lean_Parser_Command_universe_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_include___closed__7; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__11; static lean_object* l_Lean_Parser_Command_extends___closed__10; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101___closed__0; static lean_object* l_Lean_Parser_Command_abbrev_parenthesizer___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_dumpAsyncEnvState___regBuiltin_Lean_Parser_Command_dumpAsyncEnvState_parenthesizer__11(lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_declRange__3___closed__5; static lean_object* l_Lean_Parser_Command_structureTk___closed__7; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297___closed__0; static lean_object* l_Lean_Parser_Command_ctor___closed__5; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__7; static lean_object* l_Lean_Parser_Command_axiom___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_addDocString___regBuiltin_Lean_Parser_Command_addDocString_declRange__5___closed__6; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); @@ -2096,9 +2120,11 @@ static lean_object* l_Lean_Parser_Command_export_parenthesizer___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Term_quot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_printTacTags___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95(lean_object*); static lean_object* l_Lean_Parser_Command_declSig___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_set__option___regBuiltin_Lean_Parser_Term_set__option_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353(lean_object*); static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_computedFields___closed__12; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__2; @@ -2127,6 +2153,7 @@ static lean_object* l_Lean_Parser_Command_addDocString___closed__9; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check_formatter__7(lean_object*); static lean_object* l_Lean_Parser_Command_theorem_formatter___closed__3; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_Command_noncomputable_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_private; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__3____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; @@ -2135,9 +2162,7 @@ static lean_object* l_Lean_Parser_Command_printEqns___closed__2; static lean_object* l_Lean_Parser_Command_eval_formatter___closed__2; static lean_object* l_Lean_Parser_Command_deriving_formatter___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import__1(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Term_open_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325(lean_object*); static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__1; static lean_object* l_Lean_Parser_Command_init__quot___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_unsafe; @@ -2149,13 +2174,13 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init_ static lean_object* l_Lean_Parser_Command_definition___closed__8; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_declRange__3___closed__6; static lean_object* l_Lean_Parser_Command_computedFields___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203(lean_object*); static lean_object* l_Lean_Parser_Command_tactic__extension___closed__0; static lean_object* l_Lean_Parser_Command_private_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_partial_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structInstBinder___closed__10; static lean_object* l_Lean_Parser_Command_check___closed__4; static lean_object* l_Lean_Parser_Command_structCtor_parenthesizer___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109(lean_object*); static lean_object* l_Lean_Parser_Command_theorem___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_set__option___regBuiltin_Lean_Parser_Command_set__option_declRange__5___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3(lean_object*); @@ -2164,7 +2189,6 @@ static lean_object* l_Lean_Parser_Command_moduleDoc___closed__10; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__5; static lean_object* l_Lean_Parser_Command_meta___closed__7; static lean_object* l_Lean_Parser_Command_check__failure___closed__6; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245___closed__0; static lean_object* l_Lean_Parser_Command_openRenamingItem___closed__9; static lean_object* l_Lean_Parser_Command_declaration___closed__6; static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__3; @@ -2222,7 +2246,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_noncomputable; static lean_object* l_Lean_Parser_Term_open_formatter___closed__2; static lean_object* l_Lean_Parser_Command_computedField___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open__1___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_end___regBuiltin_Lean_Parser_Command_end_declRange__5___closed__1; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__5; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__7; @@ -2248,7 +2271,6 @@ static lean_object* l_Lean_Parser_Command_universe_formatter___closed__0; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__13; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declaration_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers_formatter___closed__14; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313(lean_object*); static lean_object* l_Lean_Parser_Command_omit___closed__10; lean_object* l_Lean_Parser_checkColGe(lean_object*); static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__9; @@ -2257,11 +2279,12 @@ static lean_object* l_Lean_Parser_Command_init__quot___closed__6; static lean_object* l_Lean_Parser_Command_public___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_declRange__3___closed__3; static lean_object* l_Lean_Parser_Command_openDecl___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_deriving___regBuiltin_Lean_Parser_Command_deriving_declRange__3___closed__4; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221___closed__0; static lean_object* l_Lean_Parser_Command_check___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_declVal_formatter___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_open_declRange__5___closed__1; static lean_object* l_Lean_Parser_Command_classTk___closed__3; static lean_object* l_Lean_Parser_Command_optDeriving___closed__5; @@ -2272,6 +2295,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_decla static lean_object* l_Lean_Parser_Term_quot___closed__6; static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__10; static lean_object* l_Lean_Parser_Command_check___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309(lean_object*); static lean_object* l_Lean_Parser_Command_omit_formatter___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_precheckedQuot___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange__3___closed__4; static lean_object* l_Lean_Parser_Command_partial_formatter___closed__1; @@ -2299,7 +2323,6 @@ static lean_object* l_Lean_Parser_Command_openRenaming_parenthesizer___closed__1 LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_quot___regBuiltin_Lean_Parser_Command_quot_parenthesizer__13(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199(lean_object*); static lean_object* l_Lean_Parser_Command_omit_formatter___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiers___boxed(lean_object*); static lean_object* l_Lean_Parser_Command_visibility___closed__4; @@ -2320,9 +2343,7 @@ static lean_object* l_Lean_Parser_Command_public___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_in_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structure___closed__1; lean_object* l_Lean_Parser_commandParser_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293(lean_object*); static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_parenthesizer___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229(lean_object*); static lean_object* l_Lean_Parser_Command_quot_formatter___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_set__option___regBuiltin_Lean_Parser_Term_set__option_parenthesizer__13(lean_object*); static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__0; @@ -2340,7 +2361,7 @@ lean_object* l_Lean_Parser_Term_structInstField_formatter(lean_object*, lean_obj LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_(lean_object*); static lean_object* l_Lean_Parser_Command_mutual___closed__11; static lean_object* l_Lean_Parser_Command_instance_formatter___closed__9; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_declRange__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openHiding_formatter__9(lean_object*); static lean_object* l_Lean_Parser_Command_openRenaming_formatter___closed__0; @@ -2348,6 +2369,7 @@ static lean_object* l_Lean_Parser_Command_tactic__extension_formatter___closed__ static lean_object* l_Lean_Parser_Command_classInductive___closed__2; static lean_object* l_Lean_Parser_Command_declaration___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printEqns___regBuiltin_Lean_Parser_Command_printEqns__1(lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass___closed__2; static lean_object* l_Lean_Parser_Command_theorem_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_moduleDoc_formatter___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_quot___regBuiltin_Lean_Parser_Command_quot_declRange__5___closed__5; @@ -2379,19 +2401,19 @@ static lean_object* l_Lean_Parser_Command_whereStructInst___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_parenthesizer__13(lean_object*); static lean_object* l_Lean_Parser_Command_eraseAttr_formatter___closed__3; static lean_object* l_Lean_Parser_Command_where___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printEqns___regBuiltin_Lean_Parser_Command_printEqns_declRange__3___closed__6; static lean_object* l_Lean_Parser_Command_check__failure_formatter___closed__3; lean_object* l_Lean_Parser_many(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__42____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_include___regBuiltin_Lean_Parser_Command_include_formatter__7(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333(lean_object*); -static lean_object* l_Lean_Parser_Command_sectionHeader___closed__16; LEAN_EXPORT lean_object* l_Lean_Parser_Command_synth_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_moduleDoc___closed__3; lean_object* l_Lean_Parser_sepBy1_parenthesizer___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_moduleDoc_formatter___closed__0; lean_object* l_Lean_ppDedent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289___closed__0; static lean_object* l_Lean_Parser_Command_universe___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import_parenthesizer__11(lean_object*); static lean_object* l_Lean_Parser_Command_declId_parenthesizer___closed__0; @@ -2407,6 +2429,7 @@ static lean_object* l_Lean_Parser_Command_tactic__extension___closed__2; static lean_object* l_Lean_Parser_Term_set__option___closed__7; static lean_object* l_Lean_Parser_Command_init__quot_formatter___closed__2; static lean_object* l_Lean_Parser_Term_quot___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345(lean_object*); static lean_object* l_Lean_Parser_Term_precheckedQuot_formatter___closed__0; LEAN_EXPORT uint8_t l_Lean_Parser_Command_declId___lam__0(uint8_t, uint32_t); static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___closed__1; @@ -2425,7 +2448,6 @@ static lean_object* l_Lean_Parser_Command_protected_formatter___closed__2; static lean_object* l_Lean_Parser_Command_declId_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_openDecl___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc_declRange__5(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279___closed__0; static lean_object* l_Lean_Parser_Command_deriving_formatter___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_set__option___regBuiltin_Lean_Parser_Term_set__option_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_printSig___closed__6; @@ -2439,15 +2461,14 @@ static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__8; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_omit_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declValEqns___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89(lean_object*); static lean_object* l_Lean_Parser_Command_structFields_formatter___closed__7; static lean_object* l_Lean_Parser_Command_unsafe___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_variable; LEAN_EXPORT lean_object* l_Lean_Parser_Command_nonrec; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207___closed__0; static lean_object* l_Lean_Parser_Command_declValEqns___closed__5; static lean_object* l_Lean_Parser_Command_tactic__extension_parenthesizer___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_quot___regBuiltin_Lean_Parser_Command_quot_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_export_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__0; @@ -2464,6 +2485,7 @@ static lean_object* l_Lean_Parser_Command_definition___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_initialize; static lean_object* l_Lean_Parser_Command_openDecl___closed__4; static lean_object* l_Lean_Parser_Command_declValSimple_formatter___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_ctor_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__1; static lean_object* l_Lean_Parser_Command_extends___closed__9; @@ -2474,7 +2496,6 @@ static lean_object* l_Lean_Parser_Command_structImplicitBinder_parenthesizer___c LEAN_EXPORT lean_object* l_Lean_Parser_Command_import; static lean_object* l_Lean_Parser_Command_inductive___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable__1(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191___closed__0; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__7; static lean_object* l_Lean_Parser_Command_structCtor___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open__1___closed__1; @@ -2486,7 +2507,9 @@ static lean_object* l_Lean_Parser_Tactic_open_formatter___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_evalBang___regBuiltin_Lean_Parser_Command_evalBang_formatter__7(lean_object*); lean_object* l_Lean_Parser_Termination_suffix_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_openScoped___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301(lean_object*); static lean_object* l_Lean_Parser_Command_printAxioms___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___regBuiltin_Lean_Parser_Term_open_parenthesizer__13___closed__0; lean_object* l_Lean_Parser_leadingNode_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_opaque_formatter___closed__1; @@ -2494,6 +2517,7 @@ static lean_object* l_Lean_Parser_Command_check__failure_parenthesizer___closed_ static lean_object* l_Lean_Parser_Command_computedField___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_docString__3___closed__0; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_dumpAsyncEnvState___regBuiltin_Lean_Parser_Command_dumpAsyncEnvState_docString__3(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_declRange__5___closed__4; static lean_object* l_Lean_Parser_Command_eval___closed__3; @@ -2538,6 +2562,7 @@ static lean_object* l_Lean_Parser_Command_import___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_addDocString___regBuiltin_Lean_Parser_Command_addDocString_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_open___closed__6; lean_object* l_Lean_Parser_unicodeSymbol_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structInstBinder_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___closed__11; static lean_object* l_Lean_Parser_Command_declId_parenthesizer___closed__2; @@ -2550,6 +2575,7 @@ static lean_object* l_Lean_Parser_Command_structImplicitBinder_parenthesizer___c static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_declRange__5___closed__4; static lean_object* l_Lean_Parser_Command_withExporting___closed__6; static lean_object* l_Lean_Parser_Command_declId_parenthesizer___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101(lean_object*); static lean_object* l_Lean_Parser_Command_classTk___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__1____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_tactic__extension_parenthesizer___closed__1; @@ -2558,7 +2584,7 @@ lean_object* l_Lean_Parser_sepBy1_formatter___boxed(lean_object*, lean_object*, static lean_object* l_Lean_Parser_Command_recommended__spelling___closed__7; static lean_object* l_Lean_Parser_Command_theorem_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_section_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Command_optDeriving___closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129(lean_object*); static lean_object* l_Lean_Parser_Command_computedFields___closed__3; static lean_object* l_Lean_Parser_Command_register__tactic__tag___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import_declRange__3___closed__4; @@ -2566,17 +2592,16 @@ static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__8; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__14; lean_object* l_Lean_Parser_manyIndent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_declRange__3___closed__1; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_open___closed__5; static lean_object* l_Lean_Parser_Command_variable_formatter___closed__0; static lean_object* l_Lean_Parser_Command_computedFields___closed__11; static lean_object* l_Lean_Parser_Command_structParent_parenthesizer___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137(lean_object*); static lean_object* l_Lean_Parser_Tactic_set__option_formatter___closed__0; static lean_object* l_Lean_Parser_Command_openRenaming___closed__1; static lean_object* l_Lean_Parser_Term_quot___closed__11; static lean_object* l_Lean_Parser_Command_theorem_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_register__tactic__tag_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283(lean_object*); static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__7; static lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__7; @@ -2593,6 +2618,7 @@ static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___clo static lean_object* l_Lean_Parser_Command_deriving_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_declBody___closed__0; static lean_object* l_Lean_Parser_Command_deriving_formatter___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113(lean_object*); static lean_object* l_Lean_Parser_Command_openHiding_formatter___closed__2; static lean_object* l_Lean_Parser_Command_eval_formatter___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openScoped_formatter__29___closed__0; @@ -2606,8 +2632,6 @@ static lean_object* l_Lean_Parser_Command_openRenamingItem_parenthesizer___close static lean_object* l_Lean_Parser_Command_universe_formatter___closed__1; static lean_object* l_Lean_Parser_Command_mutual___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_computedField_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325___closed__0; static lean_object* l_Lean_Parser_Command_where___closed__6; static lean_object* l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_eoi_formatter___closed__3; @@ -2637,6 +2661,7 @@ static lean_object* l_Lean_Parser_Command_classInductive_formatter___closed__3; static lean_object* l_Lean_Parser_Command_nonrec_formatter___closed__0; static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__0; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133(lean_object*); static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__5; static lean_object* l_Lean_Parser_Command_synth___closed__0; static lean_object* l_Lean_Parser_Command_computedFields___closed__0; @@ -2665,7 +2690,6 @@ static lean_object* l_Lean_Parser_Command_exit___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_exit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initializeKeyword_formatter__7___closed__0; static lean_object* l_Lean_Parser_Command_opaque_parenthesizer___closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_structureTk_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__1; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__8; @@ -2675,7 +2699,6 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_eraseAttr_parenthesizer__15___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openDecl_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_namedPrio___closed__20; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149___closed__0; static lean_object* l_Lean_Parser_Command_check_formatter___closed__0; static lean_object* l_Lean_Parser_Tactic_set__option_formatter___closed__1; static lean_object* l_Lean_Parser_Command_declVal___closed__2; @@ -2709,11 +2732,11 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___r LEAN_EXPORT lean_object* l_Lean_Parser_Command_unsafe_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_declRange__5___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_exit___regBuiltin_Lean_Parser_Command_exit_declRange__3___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_attribute_declRange__3___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printSig___regBuiltin_Lean_Parser_Command_printSig_formatter__5(lean_object*); static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import_parenthesizer__11___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145(lean_object*); lean_object* l_Lean_Parser_Term_typeSpec_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Term_quot_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declId___lam__0___closed__2; @@ -2723,27 +2746,29 @@ static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed static lean_object* l_Lean_Parser_Command_addDocString___closed__8; static lean_object* l_Lean_Parser_Command_open_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_structCtor_parenthesizer___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__0; static lean_object* l_Lean_Parser_Command_initialize___closed__10; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191(lean_object*); static lean_object* l_Lean_Parser_Command_eval___closed__0; static lean_object* l_Lean_Parser_Command_computedField___closed__3; lean_object* l_Lean_Parser_incQuotDepth(lean_object*); static lean_object* l_Lean_Parser_Command_moduleDoc___closed__7; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221___closed__0; lean_object* l_Lean_Parser_Term_matchAlts(lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass___closed__11; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntilWs; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check__1(lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple_parenthesizer___closed__7; lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95(lean_object*); static lean_object* l_Lean_Parser_Command_openOnly_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__1; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161___closed__0; extern lean_object* l_Lean_Parser_skip; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_declRange__5___closed__3; static lean_object* l_Lean_Parser_Command_print_parenthesizer___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_tactic__extension___regBuiltin_Lean_Parser_Command_tactic__extension_docString__3___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__14; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259___closed__0; static lean_object* l_Lean_Parser_Command_noncomputable___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_printEqns_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_formatter__29___closed__0; @@ -2757,15 +2782,15 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_abbrev_formatter(lean_object*, le static lean_object* l_Lean_Parser_Command_optDefDeriving___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_declRange__3(lean_object*); lean_object* l_Lean_Parser_Term_instBinder_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7; static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__2; static lean_object* l_Lean_Parser_Command_variable___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure__1(lean_object*); static lean_object* l_Lean_Parser_Command_initialize___closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133___closed__0; static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__12; static lean_object* l_Lean_Parser_Command_declModifiers___closed__8; static lean_object* l_Lean_Parser_Command_deriving___closed__12; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printTacTags___regBuiltin_Lean_Parser_Command_printTacTags_declRange__5___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure_formatter__7(lean_object*); lean_object* l_Lean_Parser_Term_structInstFields_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2776,7 +2801,6 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_modul lean_object* l_Lean_Parser_identWithPartialTrailingDot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple___closed__11; static lean_object* l_Lean_Parser_Command_omit___closed__7; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_declRange__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openScoped_formatter__29(lean_object*); static lean_object* l_Lean_Parser_Command_section___closed__13; @@ -2784,7 +2808,6 @@ static lean_object* l_Lean_Parser_Command_structInstBinder___closed__4; static lean_object* l_Lean_Parser_Command_ctor___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure_declRange__3___closed__1; static lean_object* l_Lean_Parser_Command_declaration___closed__15; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297(lean_object*); static lean_object* l_Lean_Parser_Command_where___closed__0; static lean_object* l_Lean_Parser_Command_register__tactic__tag___closed__4; static lean_object* l_Lean_Parser_Command_opaque_parenthesizer___closed__1; @@ -2800,14 +2823,12 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_declValSimple; static lean_object* l_Lean_Parser_Command_attribute_formatter___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declSig_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_addDocString___regBuiltin_Lean_Parser_Command_addDocString_declRange__5___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__1; static lean_object* l_Lean_Parser_Command_structParent_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_extends_formatter___closed__0; lean_object* l_Lean_Parser_priorityParser_formatter___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_eoi_formatter___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103(lean_object*); static lean_object* l_Lean_Parser_Command_openHiding_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_definition___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_formatter__9(lean_object*); @@ -2823,6 +2844,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_include_formatter(lean_object*, l static lean_object* l_Lean_Parser_Command_namedPrio___closed__13; static lean_object* l_Lean_Parser_Command_mutual_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__6; +static lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_declModifiers___closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structInstBinder_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_eraseAttr___closed__0; @@ -2832,16 +2854,18 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ lean_object* l_Lean_Parser_addBuiltinLeadingParser(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_quot_parenthesizer___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__14; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__17; static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__5; static lean_object* l_Lean_Parser_Command_instance___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297(lean_object*); static lean_object* l_Lean_Parser_Command_attribute_parenthesizer___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_omit___regBuiltin_Lean_Parser_Command_omit_formatter__7(lean_object*); static lean_object* l_Lean_Parser_Tactic_set__option___closed__2; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__10; static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__4; static lean_object* l_Lean_Parser_Command_extends_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_openSimple_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_optDeclSig___closed__5; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233___closed__0; static lean_object* l_Lean_Parser_Command_deriving_formatter___closed__5; static lean_object* l_Lean_Parser_Command_ctor___closed__11; static lean_object* l_Lean_Parser_Command_namedPrio_formatter___closed__4; @@ -2855,7 +2879,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_openRenaming; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_declRange__5___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_set__option___regBuiltin_Lean_Parser_Command_set__option_docString__3___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_formatter__9(lean_object*); -static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__6; static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState_formatter___closed__0; static lean_object* l_Lean_Parser_Command_recommended__spelling___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_parenthesizer__21(lean_object*); @@ -2866,34 +2889,38 @@ static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState___closed__2; static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_declRange__3___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345___closed__0; lean_object* l_Lean_Parser_many1(lean_object*); static lean_object* l_Lean_Parser_Command_example___closed__3; static lean_object* l_Lean_Parser_Command_visibility_ofAttrKind___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printEqns___regBuiltin_Lean_Parser_Command_printEqns_declRange__3___closed__4; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_declRange__5___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_declRange__3___closed__5; lean_object* l_Lean_Parser_Term_leftArrow_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_dumpAsyncEnvState___regBuiltin_Lean_Parser_Command_dumpAsyncEnvState_formatter__7___closed__0; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__12; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337___closed__0; static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printSig___regBuiltin_Lean_Parser_Command_printSig_parenthesizer__9___closed__0; static lean_object* l_Lean_Parser_Command_partial_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_unsafe___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_genInjectiveTheorems; LEAN_EXPORT lean_object* l_Lean_Parser_Command_attribute_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_ctor___closed__0; static lean_object* l_Lean_Parser_Command_openDecl_parenthesizer___closed__2; -static lean_object* l_Lean_Parser_Command_optDeriving___closed__8; static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth__1(lean_object*); +static lean_object* l_Lean_Parser_Command_derivingClass___closed__3; static lean_object* l_Lean_Parser_Command_recommended__spelling_parenthesizer___closed__10; static lean_object* l_Lean_Parser_Command_theorem___closed__6; static lean_object* l_Lean_Parser_Command_tactic__extension_formatter___closed__3; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267___closed__0; static lean_object* l_Lean_Parser_Command_protected_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_open_formatter___closed__2; static lean_object* l_Lean_Parser_Command_computedField___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_eraseAttr; static lean_object* l_Lean_Parser_Command_declId_formatter___closed__4; static lean_object* l_Lean_Parser_Command_synth___closed__2; @@ -2907,6 +2934,7 @@ static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_section_declRange__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_register__tactic__tag_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declVal___regBuiltin_Lean_Parser_Command_declVal_docString__1___closed__1; +static lean_object* l_Lean_Parser_Command_computedField_parenthesizer___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structParent; LEAN_EXPORT lean_object* l_Lean_Parser_Command_namespace_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__16; @@ -2919,7 +2947,6 @@ static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg__ static lean_object* l_Lean_Parser_Command_evalBang_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_export_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_open_declRange__5___closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_declRange__5___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_unsafe___closed__6; @@ -2929,8 +2956,8 @@ extern lean_object* l_Lean_Parser_Command_commentBody; static lean_object* l_Lean_Parser_Command_structCtor_formatter___closed__3; static lean_object* l_Lean_Parser_Command_deriving_parenthesizer___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_omit___regBuiltin_Lean_Parser_Command_omit_docString__3___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check__failure___regBuiltin_Lean_Parser_Command_check__failure_declRange__3___closed__0; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__16; static lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9; static lean_object* l_Lean_Parser_Command_inductive___closed__17; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_genInjectiveTheorems___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_declRange__5___closed__0; @@ -2940,12 +2967,10 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_declBody_formatter(lean_object*, static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declModifiers___regBuiltin_Lean_Parser_Command_declModifiers_docString__1___closed__1; static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___closed__8; lean_object* l_Lean_Parser_Term_optType_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337(lean_object*); static lean_object* l_Lean_Parser_Command_computedFields___closed__4; static lean_object* l_Lean_Parser_Command_check__failure___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_precheckedQuot___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange__3(lean_object*); uint8_t l_List_elem___redArg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99(lean_object*); static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_declRange__3___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; @@ -2978,7 +3003,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_instance_formatter(lean_object*, static lean_object* l_Lean_Parser_Command_declVal___closed__0; static lean_object* l_Lean_Parser_Command_ctor___closed__8; static lean_object* l_Lean_Parser_Command_recommended__spelling_formatter___closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161(lean_object*); static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState_parenthesizer___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printTacTags___regBuiltin_Lean_Parser_Command_printTacTags_formatter__9(lean_object*); static lean_object* l_Lean_Parser_Command_export___closed__9; @@ -2995,16 +3019,17 @@ static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__8; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_withExporting___regBuiltin_Lean_Parser_Command_withExporting_parenthesizer__11___closed__0; static lean_object* l_Lean_Parser_Command_derivingClasses___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initializeKeyword_parenthesizer__15(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printEqns___regBuiltin_Lean_Parser_Command_printEqns_parenthesizer__11(lean_object*); static lean_object* l_Lean_Parser_Command_print___closed__10; static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__8; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openRenamingItem_parenthesizer__43___closed__0; lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_universe___closed__3; lean_object* l_Lean_Parser_withOpenDeclFn(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declId_formatter___closed__1; lean_object* l_Lean_Parser_Term_leftArrow_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243(lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple___closed__10; static lean_object* l_Lean_Parser_Command_deriving___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declBody_formatter___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3018,8 +3043,8 @@ static lean_object* l_Lean_Parser_Command_printEqns_formatter___closed__0; static lean_object* l_Lean_Parser_Command_structFields___closed__1; static lean_object* l_Lean_Parser_Command_structFields_formatter___closed__5; lean_object* l_Lean_Parser_sepBy(lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__10; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255___closed__0; static lean_object* l_Lean_Parser_Command_structure___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_declRange__3___closed__2; static lean_object* l_Lean_Parser_Command_register__tactic__tag_parenthesizer___closed__6; @@ -3034,7 +3059,6 @@ static lean_object* l_Lean_Parser_Command_declSig___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_noncomputable_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structCtor___closed__4; lean_object* l_Lean_PrettyPrinter_Parenthesizer_trailingNode_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Command_structInstBinder___closed__12; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_docString__3(lean_object*); static lean_object* l_Lean_Parser_Command_synth_formatter___closed__3; static lean_object* l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__3; @@ -3070,13 +3094,11 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_in___regBuiltin_Lean_Parser_Command_in_declRange__3___closed__0; static lean_object* l_Lean_Parser_Command_optDeclSig_formatter___closed__4; static lean_object* l_Lean_Parser_Command_computedFields_formatter___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153(lean_object*); lean_object* l_Lean_Parser_Term_bracketedBinder_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntil___lam__2(uint32_t); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_evalBang___regBuiltin_Lean_Parser_Command_evalBang_parenthesizer__11___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_partial; static lean_object* l_Lean_Parser_Command_nonrec_parenthesizer___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129___closed__0; static lean_object* l_Lean_Parser_Command_printEqns_formatter___closed__5; static lean_object* l_Lean_Parser_Command_namedPrio___closed__14; static lean_object* l_Lean_Parser_Command_variable___closed__7; @@ -3085,7 +3107,9 @@ static lean_object* l_Lean_Parser_Command_visibility_ofBool___closed__1; static lean_object* l_Lean_Parser_Command_omit___closed__0; static lean_object* l_Lean_Parser_Command_classInductive_parenthesizer___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_printTacTags; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_definition_parenthesizer___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177(lean_object*); static lean_object* l_Lean_Parser_Command_omit___closed__2; static lean_object* l_Lean_Parser_Command_structCtor_formatter___closed__6; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__3; @@ -3104,10 +3128,10 @@ static lean_object* l_Lean_Parser_Command_structSimpleBinder___closed__5; static lean_object* l_Lean_Parser_Command_print___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declaration_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declaration___closed__7; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115___closed__0; static lean_object* l_Lean_Parser_Command_include_formatter___closed__2; static lean_object* l_Lean_Parser_Command_mutual___closed__4; static lean_object* l_Lean_Parser_Command_openDecl_parenthesizer___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_declRange__5___closed__1; static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_Command_withExporting_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3123,6 +3147,7 @@ static lean_object* l_Lean_Parser_Command_extends_formatter___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_export___regBuiltin_Lean_Parser_Command_export_declRange__5___closed__1; static lean_object* l_Lean_Parser_Command_printEqns___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_declRange__3(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_openOnly_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc__1(lean_object*); static lean_object* l_Lean_Parser_Command_omit_formatter___closed__5; @@ -3130,6 +3155,7 @@ static lean_object* l_Lean_Parser_Command_check__failure___closed__3; static lean_object* l_Lean_Parser_Command_classTk___closed__4; static lean_object* l_Lean_Parser_Command_axiom___closed__5; static lean_object* l_Lean_Parser_Command_declModifiers___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_parenthesizer__13(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_version_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_declRange__5___closed__4; @@ -3146,16 +3172,16 @@ static lean_object* l_Lean_Parser_Command_sectionHeader___closed__14; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_check___regBuiltin_Lean_Parser_Command_check_declRange__3___closed__1; static lean_object* l_Lean_Parser_Command_structFields_formatter___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_registerErrorExplanationStx___regBuiltin_Lean_Parser_Command_registerErrorExplanationStx_docString__3___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305___closed__0; static lean_object* l_Lean_Parser_Command_export_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_sectionHeader_formatter___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121(lean_object*); static lean_object* l_Lean_Parser_Command_openDecl_formatter___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_print___regBuiltin_Lean_Parser_Command_print_declRange__3___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_declRange__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_attribute_parenthesizer___lam__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_synth___closed__6; static lean_object* l_Lean_Parser_Command_initializeKeyword_parenthesizer___closed__3; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341___closed__0; -static lean_object* l_Lean_Parser_Command_sectionHeader___closed__15; static lean_object* l_Lean_Parser_Term_quot___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_genInjectiveTheorems___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_evalBang___closed__0; @@ -3164,6 +3190,7 @@ static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__9; static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_inductive_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_initializeKeyword_formatter___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177___closed__0; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems___closed__4; static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_init__quot___regBuiltin_Lean_Parser_Command_init__quot_declRange__3___closed__4; @@ -3193,7 +3220,6 @@ static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__11; static lean_object* l_Lean_Parser_Command_sectionHeader___closed__8; static lean_object* l_Lean_Parser_Command_structCtor_formatter___closed__1; static lean_object* l_Lean_Parser_Command_sectionHeader___closed__0; -static lean_object* l_Lean_Parser_Command_derivingClasses___closed__2; static lean_object* l_Lean_Parser_Command_structFields_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__16____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; @@ -3201,7 +3227,6 @@ static lean_object* l_Lean_Parser_Command_where_formatter___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structParent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_recommended__spelling___regBuiltin_Lean_Parser_Command_recommended__spelling_formatter__7___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_printSig_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207(lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_declBody_formatter___closed__1; static lean_object* l_Lean_Parser_Command_computedField___closed__4; @@ -3215,13 +3240,13 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initF static lean_object* l_Lean_Parser_Command_inductive___closed__8; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__17; LEAN_EXPORT uint8_t l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntilWsOrDelim___lam__0(uint32_t); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_declRange__5___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structCtor_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_recommended__spelling___regBuiltin_Lean_Parser_Command_recommended__spelling_parenthesizer__11(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_import___regBuiltin_Lean_Parser_Command_import_declRange__3___closed__6; static lean_object* l_Lean_Parser_Command_variable_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_computedField_formatter___closed__7; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263___closed__0; static lean_object* l_Lean_Parser_Term_precheckedQuot_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_addDocString_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_eraseAttr___closed__6; @@ -3237,6 +3262,7 @@ static lean_object* l_Lean_Parser_Command_openHiding_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_set__option; static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState___closed__1; static lean_object* l_Lean_Parser_Term_quot___closed__14; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__3; static lean_object* l_Lean_Parser_Command_nonrec_formatter___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_where___regBuiltin_Lean_Parser_Command_where_parenthesizer__11___closed__0; static lean_object* l_Lean_Parser_Command_axiom_parenthesizer___closed__2; @@ -3255,6 +3281,7 @@ static lean_object* l_Lean_Parser_Command_attribute_formatter___closed__5; static lean_object* l_Lean_Parser_Command_openRenamingItem___closed__1; static lean_object* l_Lean_Parser_Command_import___closed__6; static lean_object* l_Lean_Parser_Command_visibility_ofAttrKind___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__5____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; static lean_object* l_Lean_Parser_Command_version_formatter___closed__2; static lean_object* l_Lean_Parser_Command_declSig_parenthesizer___closed__0; @@ -3269,11 +3296,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ LEAN_EXPORT lean_object* l_Lean_Parser_Command_universe_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printAxioms___regBuiltin_Lean_Parser_Command_printAxioms_declRange__3___closed__6; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_exit___regBuiltin_Lean_Parser_Command_exit_declRange__3___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_check_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_export_formatter___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115(lean_object*); static lean_object* l_Lean_Parser_Command_abbrev___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_namespace___regBuiltin_Lean_Parser_Command_namespace_docString__3___closed__0; static lean_object* l_Lean_Parser_Command_print___closed__0; @@ -3290,7 +3315,6 @@ static lean_object* l_Lean_Parser_Command_register__tactic__tag_formatter___clos LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_tactic__extension___regBuiltin_Lean_Parser_Command_tactic__extension_declRange__5(lean_object*); static lean_object* l_Lean_Parser_Command_printEqns_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_structureTk_parenthesizer___closed__2; -static lean_object* l_Lean_Parser_Command_derivingClasses___closed__1; lean_object* l_Lean_Name_mkStr1(lean_object*); static lean_object* l_Lean_Parser_Command_printSig___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_check__failure_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3311,7 +3335,6 @@ lean_object* l_Lean_Parser_strLit_parenthesizer(lean_object*, lean_object*, lean static lean_object* l_Lean_Parser_Command_universe___closed__5; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_set__option___regBuiltin_Lean_Parser_Command_set__option_formatter__11___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_registerErrorExplanationStx___regBuiltin_Lean_Parser_Command_registerErrorExplanationStx_parenthesizer__11___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_parenthesizer__11(lean_object*); static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__8; static lean_object* l_Lean_Parser_Command_export_formatter___closed__5; @@ -3324,7 +3347,6 @@ static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_eval_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_structureTk___closed__0; static lean_object* l_Lean_Parser_Command_ctor___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349(lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers___closed__6; static lean_object* l_Lean_Parser_Command_classTk_formatter___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___regBuiltin_Lean_Parser_Term_open_formatter__9(lean_object*); @@ -3343,10 +3365,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l_Lean_Parser_Command_addDocString___closed__7; static lean_object* l_Lean_Parser_Tactic_set__option___closed__3; static lean_object* l_Lean_Parser_Command_recommended__spelling___closed__4; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__15; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_omit___regBuiltin_Lean_Parser_Command_omit_parenthesizer__11___closed__0; static lean_object* l_Lean_Parser_Command_namedPrio___closed__12; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_set__option___regBuiltin_Lean_Parser_Term_set__option_docString__3___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_skipUntil___lam__0(lean_object*); static lean_object* l_Lean_Parser_Command_instance___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_quot___regBuiltin_Lean_Parser_Command_quot_declRange__5___closed__4; @@ -3361,7 +3383,6 @@ static lean_object* l_Lean_Parser_Command_universe_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_end_formatter___closed__1; extern lean_object* l_Lean_Parser_Term_optType; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structSimpleBinder; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103___closed__0; static lean_object* l_Lean_Parser_Command_structure___closed__19; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_formatter__29(lean_object*); static lean_object* l_Lean_Parser_Command_unsafe___closed__5; @@ -3373,7 +3394,6 @@ static lean_object* l_Lean_Parser_Command_optDeclSig_formatter___closed__1; static lean_object* l_Lean_Parser_Term_set__option_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structCtor_formatter___closed__4; static lean_object* l_Lean_Parser_Command_printTacTags_formatter___closed__3; -static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_declRange__5___closed__2; static lean_object* l_Lean_Parser_Command_evalBang___closed__8; static lean_object* l_Lean_Parser_Command_theorem_formatter___closed__7; @@ -3415,7 +3435,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_sectionHeader_parenthesizer(lean_ static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__6; static lean_object* l_Lean_Parser_Command_declValEqns___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225(lean_object*); static lean_object* l_Lean_Parser_Command_recommended__spelling___closed__16; static lean_object* l_Lean_Parser_Command_version_formatter___closed__1; static lean_object* l_Lean_Parser_Command_classInductive___closed__4; @@ -3424,28 +3443,28 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval_ static lean_object* l_Lean_Parser_Command_classInductive___closed__6; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__7; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_declRange__5___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_declRange__5(lean_object*); static lean_object* l_Lean_Parser_Command_openScoped_formatter___closed__2; static lean_object* l_Lean_Parser_Command_openSimple___closed__0; -static lean_object* l_Lean_Parser_Command_optDefDeriving_formatter___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_synth___regBuiltin_Lean_Parser_Command_synth_formatter__7(lean_object*); static lean_object* l_Lean_Parser_Command_extends_formatter___closed__2; static lean_object* l_Lean_Parser_Command_init__quot_formatter___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_parenthesizer__17(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203(lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_namedPrio_formatter___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_omit___closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_Command_example; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341___closed__0; static lean_object* l_Lean_Parser_Command_initializeKeyword_formatter___closed__4; static lean_object* l_Lean_Parser_Term_set__option___closed__6; static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState___closed__7; static lean_object* l_Lean_Parser_Command_abbrev_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_eraseAttr___closed__7; static lean_object* l_Lean_Parser_Command_structureTk_parenthesizer___closed__1; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261___closed__0; static lean_object* l_Lean_Parser_Command_print___closed__8; static lean_object* l_Lean_Parser_Tactic_set__option___closed__0; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153___closed__0; static lean_object* l_Lean_Parser_Command_meta_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_opaque___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersF_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3454,11 +3473,8 @@ static lean_object* l_Lean_Parser_Command_optionValue___closed__3; static lean_object* l_Lean_Parser_Command_omit_formatter___closed__0; static lean_object* l_Lean_Parser_Command_namedPrio___closed__19; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_version___regBuiltin_Lean_Parser_Command_version__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267(lean_object*); static lean_object* l_Lean_Parser_Command_deriving___closed__1; static lean_object* l_Lean_Parser_Command_structCtor___closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173(lean_object*); -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169___closed__0; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_declRange__3___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initFn___closed__52____x40_Lean_Parser_Command_3343425417____hygCtx___hyg_2_; @@ -3466,6 +3482,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eoi__ static lean_object* l_Lean_Parser_Command_withExporting___closed__5; static lean_object* l_Lean_Parser_Command_printTacTags___closed__5; static lean_object* l_Lean_Parser_Command_namedPrio___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printEqns___regBuiltin_Lean_Parser_Command_printEqns_declRange__3___closed__0; static lean_object* l_Lean_Parser_Command_declBody___closed__6; static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2; @@ -3480,6 +3497,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___r static lean_object* l_Lean_Parser_Command_example___closed__7; static lean_object* l_Lean_Parser_Command_computedField_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_variable___regBuiltin_Lean_Parser_Command_variable_parenthesizer__13(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__1; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_attribute___regBuiltin_Lean_Parser_Command_attribute_declRange__3___closed__1; @@ -3491,21 +3509,19 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_deriving; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_deriving___regBuiltin_Lean_Parser_Command_deriving_declRange__3___closed__5; static lean_object* l_Lean_Parser_Command_openDecl_formatter___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_version___regBuiltin_Lean_Parser_Command_version_docString__3___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_unsafe_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_tactic__extension___closed__6; static lean_object* l_Lean_Parser_Command_openSimple___closed__3; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_open___regBuiltin_Lean_Parser_Tactic_open_declRange__5___closed__1; static lean_object* l_Lean_Parser_Command_eraseAttr_parenthesizer___closed__3; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_open___regBuiltin_Lean_Parser_Command_openRenamingItem_formatter__13___closed__0; static lean_object* l_Lean_Parser_Command_extends___closed__6; static lean_object* l_Lean_Parser_Term_quot_parenthesizer___closed__0; static lean_object* l_Lean_Parser_Command_optNamedPrio___closed__0; static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__11; static lean_object* l_Lean_Parser_Command_noncomputable___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_version___regBuiltin_Lean_Parser_Command_version_formatter__7___closed__0; -static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_omit_formatter___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_eval___regBuiltin_Lean_Parser_Command_eval_declRange__3(lean_object*); static lean_object* l_Lean_Parser_Command_register__tactic__tag_parenthesizer___closed__3; @@ -3539,15 +3555,15 @@ static lean_object* l_Lean_Parser_Command_optionValue_formatter___closed__2; static lean_object* l_Lean_Parser_Command_example_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_evalBang_formatter___closed__3; static lean_object* l_Lean_Parser_Command_openRenamingItem_formatter___closed__4; -static lean_object* l_Lean_Parser_Command_optDefDeriving___closed__10; static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_formatter___closed__0; lean_object* l_Lean_Parser_sepBy1_formatter___redArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__0; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267___closed__0; static lean_object* l_Lean_Parser_Command_openRenaming___closed__10; static lean_object* l_Lean_Parser_Command_set__option___closed__1; static lean_object* l_Lean_Parser_Command_openRenamingItem_formatter___closed__0; static lean_object* l_Lean_Parser_Command_printSig_parenthesizer___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_quot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__7; static lean_object* l_Lean_Parser_Command_declVal_formatter___closed__0; @@ -3565,7 +3581,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_eval_parenthesizer(lean_object*, static lean_object* l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_formatter___closed__4; static lean_object* l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__4; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_abbrev_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer___lam__0(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_version___regBuiltin_Lean_Parser_Command_version_parenthesizer__11___closed__0; @@ -3574,7 +3589,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l_Lean_Parser_Command_mutual_parenthesizer___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDeriving; static lean_object* l_Lean_Parser_Command_declId_parenthesizer___closed__4; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73___closed__0; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printEqns___regBuiltin_Lean_Parser_Command_printEqns_declRange__3___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_formatter__7___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_open___regBuiltin_Lean_Parser_Term_open_declRange__5___closed__4; @@ -3582,9 +3597,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_ static lean_object* l_Lean_Parser_Term_precheckedQuot_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structParent___closed__0; static lean_object* l_Lean_Parser_Command_attribute___closed__11; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87___closed__0; static lean_object* l_Lean_Parser_Command_section_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_instance___closed__7; static lean_object* l_Lean_Parser_Command_classTk___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329(lean_object*); static lean_object* l_Lean_Parser_Command_variable_formatter___closed__2; static lean_object* l_Lean_Parser_Command_universe_formatter___closed__3; static lean_object* l_Lean_Parser_Command_public___closed__2; @@ -3594,6 +3611,7 @@ static lean_object* l_Lean_Parser_Command_dumpAsyncEnvState_formatter___closed__ LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_printTacTags___regBuiltin_Lean_Parser_Command_printTacTags__1(lean_object*); static lean_object* l_Lean_Parser_Command_attribute___closed__14; static lean_object* l_Lean_Parser_Command_addDocString_formatter___closed__4; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__8; static lean_object* l_Lean_Parser_Command_omit_formatter___closed__2; static lean_object* l_Lean_Parser_Command_structSimpleBinder___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Tactic_set__option___regBuiltin_Lean_Parser_Tactic_set__option_declRange__5(lean_object*); @@ -3606,6 +3624,7 @@ static lean_object* l_Lean_Parser_Command_initialize___closed__8; static lean_object* l_Lean_Parser_Command_declaration___closed__4; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_end___regBuiltin_Lean_Parser_Command_end_declRange__5___closed__6; static lean_object* l_Lean_Parser_Term_quot_formatter___closed__1; +static lean_object* l_Lean_Parser_Command_derivingClass_formatter___closed__2; static lean_object* l_Lean_Parser_Command_exit_parenthesizer___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structureTk; static lean_object* l_Lean_Parser_Command_mutual___closed__12; @@ -3621,8 +3640,10 @@ static lean_object* l_Lean_Parser_Term_quot___closed__8; static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx___closed__2; static lean_object* l_Lean_Parser_Command_structure___closed__6; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__1; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237___closed__0; LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_genInjectiveTheorems___regBuiltin_Lean_Parser_Command_genInjectiveTheorems__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_computedFields_parenthesizer___lam__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClass; LEAN_EXPORT lean_object* l_Lean_Parser_Command_namespace; static lean_object* l_Lean_Parser_Command_mutual_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_public___closed__1; @@ -3639,6 +3660,7 @@ static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_secti static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_precheckedQuot___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange__3___closed__0; static lean_object* l_Lean_Parser_Command_check__failure_formatter___closed__2; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_moduleDoc___regBuiltin_Lean_Parser_Command_moduleDoc_declRange__5___closed__6; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_omit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_synth___closed__8; static lean_object* l_Lean_Parser_Command_section_formatter___closed__0; @@ -3659,9 +3681,9 @@ static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___clo LEAN_EXPORT lean_object* l_Lean_Parser_Command_openRenaming_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_genInjectiveTheorems___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_parenthesizer__13(lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289(lean_object*); static lean_object* l_Lean_Parser_Command_recommended__spelling_parenthesizer___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declVal___regBuiltin_Lean_Parser_Command_declVal_docString__1___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275(lean_object*); static lean_object* l_Lean_Parser_Command_openScoped___closed__0; static lean_object* l_Lean_Parser_Command_addDocString_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_genInjectiveTheorems_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3678,6 +3700,7 @@ static lean_object* l_Lean_Parser_Command_namespace_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_namespace___closed__5; static lean_object* l_Lean_Parser_Command_export_formatter___closed__0; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_in___regBuiltin_Lean_Parser_Command_in_declRange__3___closed__2; +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185___closed__0; LEAN_EXPORT lean_object* l_Lean_Parser_Command_evalBang_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_Command_visibility; @@ -3686,6 +3709,7 @@ static lean_object* l_Lean_Parser_Command_eval_parenthesizer___closed__2; lean_object* l_Lean_Parser_unicodeSymbol_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_register__tactic__tag___regBuiltin_Lean_Parser_Command_register__tactic__tag_formatter__9___closed__0; static lean_object* l_Lean_Parser_Command_structParent___closed__3; +static lean_object* l_Lean_Parser_Command_derivingClass___closed__4; static lean_object* l_Lean_Parser_Command_noncomputable___closed__6; static lean_object* l_Lean_Parser_Command_check_parenthesizer___closed__2; lean_object* l_Lean_Parser_notSymbol_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3700,9 +3724,8 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_synth; static lean_object* l_Lean_Parser_Command_openRenaming_formatter___closed__2; lean_object* l_Lean_Parser_Command_docComment_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_set__option___closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141(lean_object*); +static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271___closed__0; static lean_object* l_Lean_Parser_Command_declSig___closed__5; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173___closed__0; static lean_object* l_Lean_Parser_Term_precheckedQuot_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_registerErrorExplanationStx_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_open_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3723,7 +3746,6 @@ static lean_object* l_Lean_Parser_Command_in___closed__1; static lean_object* l_Lean_Parser_Command_openHiding_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_eoi___closed__0; static lean_object* l_Lean_Parser_Command_openHiding___closed__4; -static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199___closed__0; static lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_Command_dumpAsyncEnvState; @@ -3735,7 +3757,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_openHiding; lean_object* l_Lean_Parser_Term_structInstField_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_abbrev_formatter___closed__1; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279(lean_object*); static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_declRange__5___closed__5; static lean_object* l_Lean_Parser_Command_structFields___closed__9; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_initialize___regBuiltin_Lean_Parser_Command_initialize_declRange__3___closed__6; @@ -3747,7 +3768,7 @@ static lean_object* l_Lean_Parser_Command_variable___closed__10; lean_object* l_Lean_Parser_ppGroup_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_attribute___closed__10; static lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_universe___regBuiltin_Lean_Parser_Command_universe_declRange__5___closed__0; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349(lean_object*); static lean_object* l_Lean_Parser_Command_inductive___closed__15; static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__5; static lean_object* l_Lean_Parser_Command_variable___closed__0; @@ -8496,6 +8517,206 @@ x_1 = l_Lean_Parser_Command_abbrev___closed__10; return x_1; } } +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("derivingClass", 13, 13); +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_Parser_Command_derivingClass___closed__0; +x_2 = l_Lean_Parser_Command_quot___closed__0; +x_3 = l_Lean_Parser_Term_quot___closed__1; +x_4 = l_Lean_Parser_Term_quot___closed__0; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__2() { +_start: +{ +uint8_t x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = 0; +x_2 = 1; +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = l_Lean_Parser_Command_derivingClass___closed__0; +x_5 = l_Lean_Parser_mkAntiquot(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("@[", 2, 2); +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__3; +x_2 = l_Lean_Parser_symbol(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("expose", 6, 6); +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__6() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; +x_1 = 0; +x_2 = l_Lean_Parser_Command_derivingClass___closed__5; +x_3 = l_Lean_Parser_nonReservedSymbol(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("]", 1, 1); +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__7; +x_2 = l_Lean_Parser_symbol(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass___closed__8; +x_2 = l_Lean_Parser_Command_derivingClass___closed__6; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass___closed__9; +x_2 = l_Lean_Parser_Command_derivingClass___closed__4; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__10; +x_2 = l_Lean_Parser_optional(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("for", 3, 3); +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Term_quot___closed__8; +x_2 = l_Lean_Parser_Command_derivingClass___closed__12; +x_3 = l_Lean_Parser_withForbidden(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass___closed__13; +x_2 = l_Lean_Parser_Command_derivingClass___closed__11; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__15() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Parser_Command_derivingClass___closed__14; +x_2 = lean_unsigned_to_nat(1024u); +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = l_Lean_Parser_leadingNode(x_3, x_2, x_1); +return x_4; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__16() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass___closed__15; +x_2 = l_Lean_Parser_Command_derivingClass___closed__2; +x_3 = l_Lean_Parser_withAntiquot(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass___closed__17() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass___closed__16; +x_2 = l_Lean_Parser_Command_derivingClass___closed__1; +x_3 = l_Lean_Parser_withCache(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Parser_Command_derivingClass___closed__17; +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClasses___closed__0() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = 0; +x_2 = l_Lean_Parser_Command_declId___closed__7; +x_3 = l_Lean_Parser_Command_declId___closed__6; +x_4 = l_Lean_Parser_Command_derivingClass; +x_5 = l_Lean_Parser_sepBy1(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClasses() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Parser_Command_derivingClasses___closed__0; +return x_1; +} +} static lean_object* _init_l_Lean_Parser_Command_optDefDeriving___closed__0() { _start: { @@ -8562,13 +8783,11 @@ return x_2; static lean_object* _init_l_Lean_Parser_Command_optDefDeriving___closed__7() { _start: { -uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = 0; -x_2 = l_Lean_Parser_Command_declId___closed__7; -x_3 = l_Lean_Parser_Command_declId___closed__6; -x_4 = l_Lean_Parser_Term_quot___closed__8; -x_5 = l_Lean_Parser_sepBy1(x_4, x_3, x_2, x_1); -return x_5; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClasses; +x_2 = l_Lean_Parser_Command_optDefDeriving___closed__6; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_optDefDeriving___closed__8() { @@ -8576,7 +8795,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_optDefDeriving___closed__7; -x_2 = l_Lean_Parser_Command_optDefDeriving___closed__6; +x_2 = l_Lean_Parser_Command_moduleDoc___closed__6; x_3 = l_Lean_Parser_andthen(x_2, x_1); return x_3; } @@ -8584,18 +8803,8 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_optDefDeriving___closed__9() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving___closed__8; -x_2 = l_Lean_Parser_Command_moduleDoc___closed__6; -x_3 = l_Lean_Parser_andthen(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDefDeriving___closed__10() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_optDefDeriving___closed__9; +x_1 = l_Lean_Parser_Command_optDefDeriving___closed__8; x_2 = l_Lean_Parser_optional(x_1); return x_2; } @@ -8604,7 +8813,7 @@ static lean_object* _init_l_Lean_Parser_Command_optDefDeriving() { _start: { lean_object* x_1; -x_1 = l_Lean_Parser_Command_optDefDeriving___closed__10; +x_1 = l_Lean_Parser_Command_optDefDeriving___closed__9; return x_1; } } @@ -9473,44 +9682,6 @@ x_1 = l_Lean_Parser_Command_ctor___closed__14; return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_derivingClasses___closed__0() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("for", 3, 3); -return x_1; -} -} -static lean_object* _init_l_Lean_Parser_Command_derivingClasses___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Term_quot___closed__8; -x_2 = l_Lean_Parser_Command_derivingClasses___closed__0; -x_3 = l_Lean_Parser_withForbidden(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_derivingClasses___closed__2() { -_start: -{ -uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = 0; -x_2 = l_Lean_Parser_Command_declId___closed__7; -x_3 = l_Lean_Parser_Command_declId___closed__6; -x_4 = l_Lean_Parser_Command_derivingClasses___closed__1; -x_5 = l_Lean_Parser_sepBy1(x_4, x_3, x_2, x_1); -return x_5; -} -} -static lean_object* _init_l_Lean_Parser_Command_derivingClasses() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Parser_Command_derivingClasses___closed__2; -return x_1; -} -} static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__0() { _start: { @@ -9546,11 +9717,12 @@ return x_5; static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_derivingClasses; -x_2 = l_Lean_Parser_Command_optDefDeriving___closed__6; -x_3 = l_Lean_Parser_andthen(x_2, x_1); -return x_3; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Parser_Command_optDefDeriving___closed__9; +x_2 = lean_unsigned_to_nat(1024u); +x_3 = l_Lean_Parser_Command_optDeriving___closed__1; +x_4 = l_Lean_Parser_leadingNode(x_3, x_2, x_1); +return x_4; } } static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__4() { @@ -9558,46 +9730,16 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_optDeriving___closed__3; -x_2 = l_Lean_Parser_Command_moduleDoc___closed__6; -x_3 = l_Lean_Parser_andthen(x_2, x_1); +x_2 = l_Lean_Parser_Command_optDeriving___closed__2; +x_3 = l_Lean_Parser_withAntiquot(x_2, x_1); return x_3; } } static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__5() { _start: { -lean_object* x_1; lean_object* x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_optDeriving___closed__4; -x_2 = l_Lean_Parser_optional(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_optDeriving___closed__5; -x_2 = lean_unsigned_to_nat(1024u); -x_3 = l_Lean_Parser_Command_optDeriving___closed__1; -x_4 = l_Lean_Parser_leadingNode(x_3, x_2, x_1); -return x_4; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDeriving___closed__6; -x_2 = l_Lean_Parser_Command_optDeriving___closed__2; -x_3 = l_Lean_Parser_withAntiquot(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDeriving___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDeriving___closed__7; x_2 = l_Lean_Parser_Command_optDeriving___closed__1; x_3 = l_Lean_Parser_withCache(x_2, x_1); return x_3; @@ -9607,7 +9749,7 @@ static lean_object* _init_l_Lean_Parser_Command_optDeriving() { _start: { lean_object* x_1; -x_1 = l_Lean_Parser_Command_optDeriving___closed__8; +x_1 = l_Lean_Parser_Command_optDeriving___closed__5; return x_1; } } @@ -10715,28 +10857,32 @@ return x_2; static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__7() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("]", 1, 1); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass___closed__8; +x_2 = l_Lean_Parser_Command_structImplicitBinder___closed__8; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__8() { _start: { -lean_object* x_1; lean_object* x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_structInstBinder___closed__7; -x_2 = l_Lean_Parser_symbol(x_1); -return x_2; +x_2 = l_Lean_Parser_Command_structInstBinder___closed__6; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__9() { _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_Parser_Command_structInstBinder___closed__8; -x_2 = l_Lean_Parser_Command_structImplicitBinder___closed__8; -x_3 = l_Lean_Parser_andthen(x_2, x_1); -return x_3; +x_2 = lean_unsigned_to_nat(1024u); +x_3 = l_Lean_Parser_Command_structInstBinder___closed__1; +x_4 = l_Lean_Parser_leadingNode(x_3, x_2, x_1); +return x_4; } } static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__10() { @@ -10744,37 +10890,16 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_structInstBinder___closed__9; -x_2 = l_Lean_Parser_Command_structInstBinder___closed__6; -x_3 = l_Lean_Parser_andthen(x_2, x_1); +x_2 = l_Lean_Parser_Command_structInstBinder___closed__2; +x_3 = l_Lean_Parser_withAntiquot(x_2, x_1); return x_3; } } static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__11() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_structInstBinder___closed__10; -x_2 = lean_unsigned_to_nat(1024u); -x_3 = l_Lean_Parser_Command_structInstBinder___closed__1; -x_4 = l_Lean_Parser_leadingNode(x_3, x_2, x_1); -return x_4; -} -} -static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder___closed__11; -x_2 = l_Lean_Parser_Command_structInstBinder___closed__2; -x_3 = l_Lean_Parser_withAntiquot(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_structInstBinder___closed__13() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder___closed__12; x_2 = l_Lean_Parser_Command_structInstBinder___closed__1; x_3 = l_Lean_Parser_withCache(x_2, x_1); return x_3; @@ -10784,7 +10909,7 @@ static lean_object* _init_l_Lean_Parser_Command_structInstBinder() { _start: { lean_object* x_1; -x_1 = l_Lean_Parser_Command_structInstBinder___closed__13; +x_1 = l_Lean_Parser_Command_structInstBinder___closed__11; return x_1; } } @@ -13855,6 +13980,171 @@ x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; } } +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__0() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Term_quot_formatter___lam__0), 5, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__1() { +_start: +{ +uint8_t x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_1 = 0; +x_2 = 1; +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = l_Lean_Parser_Command_derivingClass___closed__0; +x_5 = lean_box(x_2); +x_6 = lean_box(x_1); +x_7 = lean_alloc_closure((void*)(l_Lean_Parser_mkAntiquot_formatter___boxed), 9, 4); +lean_closure_set(x_7, 0, x_4); +lean_closure_set(x_7, 1, x_3); +lean_closure_set(x_7, 2, x_5); +lean_closure_set(x_7, 3, x_6); +return x_7; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__3; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_formatter), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__3() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = 0; +x_2 = l_Lean_Parser_Command_derivingClass___closed__5; +x_3 = lean_box(x_1); +x_4 = lean_alloc_closure((void*)(l_Lean_Parser_nonReservedSymbol_formatter___boxed), 7, 2); +lean_closure_set(x_4, 0, x_2); +lean_closure_set(x_4, 1, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__7; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_formatter), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__4; +x_2 = l_Lean_Parser_Command_derivingClass_formatter___closed__3; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__5; +x_2 = l_Lean_Parser_Command_derivingClass_formatter___closed__2; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__6; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_optional_formatter), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__0; +x_2 = l_Lean_Parser_Command_derivingClass_formatter___closed__7; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_formatter___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__8; +x_2 = lean_unsigned_to_nat(1024u); +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = lean_alloc_closure((void*)(l_Lean_Parser_leadingNode_formatter___boxed), 8, 3); +lean_closure_set(x_4, 0, x_3); +lean_closure_set(x_4, 1, x_2); +lean_closure_set(x_4, 2, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClass_formatter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = l_Lean_Parser_Command_derivingClass_formatter___closed__1; +x_7 = l_Lean_Parser_Command_derivingClass_formatter___closed__9; +x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x_4, x_5); +return x_8; +} +} +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71___closed__0() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_1 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__1; +x_2 = l_Lean_Parser_Command_derivingClass___closed__0; +x_3 = l_Lean_Parser_Command_quot___closed__0; +x_4 = l_Lean_Parser_Term_quot___closed__1; +x_5 = l_Lean_Parser_Term_quot___closed__0; +x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71___closed__0; +x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClass_formatter), 5, 0); +x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClasses_formatter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_6 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClass_formatter), 5, 0); +x_7 = l_Lean_Parser_Command_declId___closed__6; +x_8 = l_Lean_Parser_Command_declId_formatter___closed__3; +x_9 = l_Lean_Parser_sepBy1_formatter___redArg(x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_5); +return x_9; +} +} LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving_formatter___lam__0(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) { _start: { @@ -13893,23 +14183,6 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_formatter___closed__3() { -_start: -{ -uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_1 = 0; -x_2 = l_Lean_Parser_Command_declId_formatter___closed__3; -x_3 = l_Lean_Parser_Command_declId___closed__6; -x_4 = l_Lean_Parser_Command_declBody_formatter___closed__1; -x_5 = lean_box(x_1); -x_6 = lean_alloc_closure((void*)(l_Lean_Parser_sepBy1_formatter___boxed), 9, 4); -lean_closure_set(x_6, 0, x_4); -lean_closure_set(x_6, 1, x_3); -lean_closure_set(x_6, 2, x_2); -lean_closure_set(x_6, 3, x_5); -return x_6; -} -} LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving_formatter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -13920,7 +14193,7 @@ x_8 = l_Lean_Parser_Command_optDefDeriving_formatter___closed__2; x_9 = lean_alloc_closure((void*)(l_Lean_Parser_Command_optDefDeriving_formatter___lam__0), 7, 2); lean_closure_set(x_9, 0, x_7); lean_closure_set(x_9, 1, x_8); -x_10 = l_Lean_Parser_Command_optDefDeriving_formatter___closed__3; +x_10 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClasses_formatter), 5, 0); x_11 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); lean_closure_set(x_11, 0, x_9); lean_closure_set(x_11, 1, x_10); @@ -14015,7 +14288,7 @@ x_15 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_8, x_14, x_1, x_2, x_3, return x_15; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14028,13 +14301,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_definition___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_definition_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14124,7 +14397,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14137,13 +14410,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_declSig___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declSig_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14255,7 +14528,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14268,13 +14541,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_theorem___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_theorem_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14378,7 +14651,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14391,13 +14664,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_opaque___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_opaque_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14502,7 +14775,7 @@ x_17 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_8, x_16, x_1, x_2, x_3, return x_17; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14515,13 +14788,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_namedPrio___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_namedPrio_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14666,7 +14939,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14679,13 +14952,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_instance___closed__0; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_instance_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14767,7 +15040,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14780,13 +15053,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_axiom___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_axiom_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -14856,7 +15129,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -14869,13 +15142,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_example___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_example_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15010,7 +15283,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15023,13 +15296,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_ctor___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_ctor_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15145,7 +15418,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15158,13 +15431,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_computedField___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_computedField_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15266,7 +15539,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15279,37 +15552,18 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_computedFields___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_computedFields_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Parser_Command_derivingClasses_formatter___closed__0() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Term_quot_formatter___lam__0), 5, 0); -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClasses_formatter(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_6 = l_Lean_Parser_Command_derivingClasses_formatter___closed__0; -x_7 = l_Lean_Parser_Command_declId___closed__6; -x_8 = l_Lean_Parser_Command_declId_formatter___closed__3; -x_9 = l_Lean_Parser_sepBy1_formatter___redArg(x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_5); -return x_9; -} -} static lean_object* _init_l_Lean_Parser_Command_optDeriving_formatter___closed__0() { _start: { @@ -15398,7 +15652,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15411,13 +15665,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_optDeriving___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_optDeriving_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15611,7 +15865,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15624,13 +15878,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_inductive___regBuiltin_Lean_Parser_Command_inductive_docString__1___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_inductive_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15754,7 +16008,7 @@ x_14 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_7, x_13, x_1, x_2, x_3, return x_14; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15767,13 +16021,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_classInductive___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_classInductive_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15831,7 +16085,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15844,13 +16098,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structureTk___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structureTk_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15898,7 +16152,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -15911,13 +16165,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_classTk___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_classTk_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -15999,7 +16253,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16012,13 +16266,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structParent___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structParent_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16117,7 +16371,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16130,13 +16384,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_extends___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_extends_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16254,7 +16508,7 @@ x_12 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_7, x_11, x_1, x_2, x_3, return x_12; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16267,13 +16521,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structCtor___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structCtor_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16439,7 +16693,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16452,13 +16706,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structExplicitBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structExplicitBinder_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16564,7 +16818,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16577,13 +16831,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structImplicitBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structImplicitBinder_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16632,11 +16886,13 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_structInstBinder___closed__7; -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_formatter), 6, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__4; +x_2 = l_Lean_Parser_Command_structImplicitBinder_formatter___closed__3; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__4() { @@ -16644,7 +16900,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_structInstBinder_formatter___closed__3; -x_2 = l_Lean_Parser_Command_structImplicitBinder_formatter___closed__3; +x_2 = l_Lean_Parser_Command_structInstBinder_formatter___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -16654,20 +16910,8 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__5() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder_formatter___closed__4; -x_2 = l_Lean_Parser_Command_structInstBinder_formatter___closed__2; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__6() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_structInstBinder_formatter___closed__5; +x_1 = l_Lean_Parser_Command_structInstBinder_formatter___closed__4; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_structInstBinder___closed__1; x_4 = lean_alloc_closure((void*)(l_Lean_Parser_leadingNode_formatter___boxed), 8, 3); @@ -16682,12 +16926,12 @@ _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = l_Lean_Parser_Command_structInstBinder_formatter___closed__0; -x_7 = l_Lean_Parser_Command_structInstBinder_formatter___closed__6; +x_7 = l_Lean_Parser_Command_structInstBinder_formatter___closed__5; x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x_4, x_5); return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16700,13 +16944,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structInstBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structInstBinder_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16790,7 +17034,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16803,13 +17047,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structSimpleBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structSimpleBinder_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -16937,7 +17181,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -16950,13 +17194,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structFields___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structFields_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17162,7 +17406,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17175,13 +17419,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_structure___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structure_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17360,7 +17604,7 @@ x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17373,13 +17617,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_formatter__9___closed__0; x_3 = l_Lean_Parser_Command_declaration___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declaration_formatter), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17437,7 +17681,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17450,13 +17694,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_private___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_private_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17514,7 +17758,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17527,13 +17771,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_public___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_public_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17630,7 +17874,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17643,13 +17887,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_protected___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_protected_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17707,7 +17951,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17720,13 +17964,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_meta___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_meta_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17784,7 +18028,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17797,13 +18041,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_noncomputable___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_noncomputable_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17861,7 +18105,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17874,13 +18118,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_unsafe___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_unsafe_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -17938,7 +18182,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -17951,13 +18195,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_partial___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_partial_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -18015,7 +18259,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -18028,13 +18272,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_nonrec___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_nonrec_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -18404,7 +18648,7 @@ x_23 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_9, x_22, return x_23; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -18417,13 +18661,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_declId___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declId_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -18544,7 +18788,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -18557,13 +18801,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_optDeclSig___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_optDeclSig_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -18695,7 +18939,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -18708,13 +18952,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_declValSimple___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declValSimple_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -18770,7 +19014,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -18783,13 +19027,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_declValEqns___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declValEqns_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -18928,7 +19172,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -18941,13 +19185,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_whereStructInst___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_whereStructInst_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19068,7 +19312,7 @@ x_17 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_8, x_16, return x_17; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19081,18 +19325,185 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_abbrev___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_abbrev_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; } } +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__0() { +_start: +{ +uint8_t x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_1 = 0; +x_2 = 1; +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = l_Lean_Parser_Command_derivingClass___closed__0; +x_5 = lean_box(x_2); +x_6 = lean_box(x_1); +x_7 = lean_alloc_closure((void*)(l_Lean_Parser_mkAntiquot_parenthesizer___boxed), 9, 4); +lean_closure_set(x_7, 0, x_4); +lean_closure_set(x_7, 1, x_3); +lean_closure_set(x_7, 2, x_5); +lean_closure_set(x_7, 3, x_6); +return x_7; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__3; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_parenthesizer___boxed), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = 0; +x_2 = l_Lean_Parser_Command_derivingClass___closed__5; +x_3 = lean_box(x_1); +x_4 = lean_alloc_closure((void*)(l_Lean_Parser_nonReservedSymbol_parenthesizer___boxed), 7, 2); +lean_closure_set(x_4, 0, x_2); +lean_closure_set(x_4, 1, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass___closed__7; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_parenthesizer___boxed), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3; +x_2 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__4; +x_2 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__5; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_optional_parenthesizer), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_Term_quot_parenthesizer___lam__0), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7; +x_2 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__6; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__8; +x_2 = lean_unsigned_to_nat(1024u); +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer), 8, 3); +lean_closure_set(x_4, 0, x_3); +lean_closure_set(x_4, 1, x_2); +lean_closure_set(x_4, 2, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClass_parenthesizer(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__0; +x_7 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__9; +x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_1, x_2, x_3, x_4, x_5); +return x_8; +} +} +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247___closed__0() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_1 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__1; +x_2 = l_Lean_Parser_Command_derivingClass___closed__0; +x_3 = l_Lean_Parser_Command_quot___closed__0; +x_4 = l_Lean_Parser_Term_quot___closed__1; +x_5 = l_Lean_Parser_Term_quot___closed__0; +x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; +x_3 = l_Lean_Parser_Command_derivingClass___closed__1; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247___closed__0; +x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClass_parenthesizer), 5, 0); +x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClasses_parenthesizer(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_6 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClass_parenthesizer), 5, 0); +x_7 = l_Lean_Parser_Command_declId___closed__6; +x_8 = l_Lean_Parser_Command_declId_parenthesizer___closed__3; +x_9 = l_Lean_Parser_sepBy1_parenthesizer___redArg(x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_5); +return x_9; +} +} static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__0() { _start: { @@ -19128,35 +19539,8 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_termParser_parenthesizer), 6, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4() { -_start: -{ -uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_1 = 0; -x_2 = l_Lean_Parser_Command_declId_parenthesizer___closed__3; -x_3 = l_Lean_Parser_Command_declId___closed__6; -x_4 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; -x_5 = lean_box(x_1); -x_6 = lean_alloc_closure((void*)(l_Lean_Parser_sepBy1_parenthesizer___boxed), 9, 4); -lean_closure_set(x_6, 0, x_4); -lean_closure_set(x_6, 1, x_3); -lean_closure_set(x_6, 2, x_2); -lean_closure_set(x_6, 3, x_5); -return x_6; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__5() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4; +x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClasses_parenthesizer), 5, 0); x_2 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -19164,11 +19548,11 @@ lean_closure_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__6() { +static lean_object* _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__5; +x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; x_2 = l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__0; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -19180,7 +19564,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving_parenthesizer(lean _start: { lean_object* x_6; lean_object* x_7; -x_6 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__6; +x_6 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4; x_7 = l_Lean_Parser_optional_parenthesizer(x_6, x_1, x_2, x_3, x_4, x_5); return x_7; } @@ -19277,7 +19661,7 @@ x_15 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_8, x_14, return x_15; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19290,13 +19674,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_definition___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_definition_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19364,7 +19748,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19377,13 +19761,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_declSig___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declSig_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19461,7 +19845,7 @@ x_17 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_9, x_16, return x_17; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19474,13 +19858,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_theorem___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_theorem_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19592,7 +19976,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19605,13 +19989,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_opaque___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_opaque_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19718,7 +20102,7 @@ x_18 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_7, x_17, return x_18; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19731,13 +20115,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_namedPrio___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_namedPrio_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19894,7 +20278,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -19907,13 +20291,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_instance___closed__0; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_instance_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -19995,7 +20379,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20008,13 +20392,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_axiom___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_axiom_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -20096,7 +20480,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20109,13 +20493,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_example___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_example_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -20240,7 +20624,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20253,13 +20637,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_ctor___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_ctor_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -20297,8 +20681,8 @@ static lean_object* _init_l_Lean_Parser_Command_computedField_parenthesizer___cl _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_Term_matchAlts_parenthesizer), 6, 1); +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_termParser_parenthesizer), 6, 1); lean_closure_set(x_2, 0, x_1); return x_2; } @@ -20306,13 +20690,11 @@ return x_2; static lean_object* _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; +lean_object* x_1; lean_object* x_2; x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; -x_2 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; +x_2 = lean_alloc_closure((void*)(l_Lean_Parser_Term_matchAlts_parenthesizer), 6, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; } } static lean_object* _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__4() { @@ -20320,7 +20702,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__3; -x_2 = l_Lean_Parser_Command_computedField_parenthesizer___closed__1; +x_2 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -20332,7 +20714,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__4; -x_2 = l_Lean_Parser_Command_declId_parenthesizer___closed__1; +x_2 = l_Lean_Parser_Command_computedField_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -20344,7 +20726,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__5; -x_2 = l_Lean_Parser_Command_ctor_parenthesizer___closed__3; +x_2 = l_Lean_Parser_Command_declId_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -20354,8 +20736,20 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__7() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__6; +x_2 = l_Lean_Parser_Command_ctor_parenthesizer___closed__3; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__7; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_computedField___closed__1; x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer), 8, 3); @@ -20370,12 +20764,12 @@ _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = l_Lean_Parser_Command_computedField_parenthesizer___closed__0; -x_7 = l_Lean_Parser_Command_computedField_parenthesizer___closed__7; +x_7 = l_Lean_Parser_Command_computedField_parenthesizer___closed__8; x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_1, x_2, x_3, x_4, x_5); return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20388,13 +20782,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_computedField___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_computedField_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -20462,7 +20856,7 @@ x_16 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_9, x_15, return x_16; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20475,39 +20869,18 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_computedFields___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_computedFields_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_Term_quot_parenthesizer___lam__0), 6, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClasses_parenthesizer(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_6 = l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0; -x_7 = l_Lean_Parser_Command_declId___closed__6; -x_8 = l_Lean_Parser_Command_declId_parenthesizer___closed__3; -x_9 = l_Lean_Parser_sepBy1_parenthesizer___redArg(x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_5); -return x_9; -} -} static lean_object* _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0() { _start: { @@ -20529,42 +20902,18 @@ return x_7; static lean_object* _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Command_derivingClasses_parenthesizer), 5, 0); -x_2 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__2; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1; -x_2 = l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__0; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__3() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2; +x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4; x_2 = lean_alloc_closure((void*)(l_Lean_Parser_optional_parenthesizer), 6, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__4() { +static lean_object* _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_optDeriving___closed__1; x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer), 8, 3); @@ -20579,12 +20928,12 @@ _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0; -x_7 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__4; +x_7 = l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2; x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_1, x_2, x_3, x_4, x_5); return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20597,13 +20946,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_optDeriving___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_optDeriving_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -20797,7 +21146,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20810,13 +21159,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_inductive___regBuiltin_Lean_Parser_Command_inductive_docString__1___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_inductive_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -20940,7 +21289,7 @@ x_14 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_7, x_13, return x_14; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -20953,13 +21302,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_classInductive___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_classInductive_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21017,7 +21366,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21030,13 +21379,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structureTk___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structureTk_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21084,7 +21433,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21097,13 +21446,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_classTk___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_classTk_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21153,7 +21502,7 @@ static lean_object* _init_l_Lean_Parser_Command_structParent_parenthesizer___clo _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_structParent_parenthesizer___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -21185,7 +21534,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21198,13 +21547,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structParent___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structParent_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21303,7 +21652,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21316,13 +21665,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_extends___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_extends_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21438,7 +21787,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21451,13 +21800,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structCtor___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structCtor_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21615,7 +21964,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21628,13 +21977,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structExplicitBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structExplicitBinder_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21740,7 +22089,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21753,13 +22102,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structImplicitBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structImplicitBinder_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21808,11 +22157,13 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_structInstBinder___closed__7; -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_parenthesizer___boxed), 6, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3; +x_2 = l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__3; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__4() { @@ -21820,7 +22171,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__3; -x_2 = l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__3; +x_2 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -21830,20 +22181,8 @@ return x_3; static lean_object* _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__5() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__4; -x_2 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__2; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__6() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__5; +x_1 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__4; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_structInstBinder___closed__1; x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer), 8, 3); @@ -21858,12 +22197,12 @@ _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__0; -x_7 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__6; +x_7 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__5; x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_1, x_2, x_3, x_4, x_5); return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21876,13 +22215,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structInstBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structInstBinder_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -21966,7 +22305,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -21979,13 +22318,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structSimpleBinder___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structSimpleBinder_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -22071,7 +22410,7 @@ x_18 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_8, x_17, return x_18; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -22084,13 +22423,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structFields___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structFields_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -22286,7 +22625,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -22299,13 +22638,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_structure___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_structure_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -22484,7 +22823,7 @@ x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_ return x_8; } } -static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349___closed__0() { +static lean_object* _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357___closed__0() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; @@ -22497,13 +22836,13 @@ x_6 = l_Lean_Name_mkStr5(x_5, x_4, x_3, x_2, x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___private_Lean_Parser_Command_0__Lean_Parser_Term_quot___regBuiltin_Lean_Parser_Term_quot_parenthesizer__13___closed__0; x_3 = l_Lean_Parser_Command_declaration___closed__1; -x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349___closed__0; +x_4 = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357___closed__0; x_5 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declaration_parenthesizer), 5, 0); x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___redArg(x_2, x_3, x_4, x_5, x_1); return x_6; @@ -22835,7 +23174,7 @@ uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_1 = 0; x_2 = l_Lean_Parser_Command_declId_formatter___closed__3; x_3 = l_Lean_Parser_Command_declId___closed__6; -x_4 = l_Lean_Parser_Command_derivingClasses_formatter___closed__0; +x_4 = l_Lean_Parser_Command_derivingClass_formatter___closed__0; x_5 = lean_box(x_1); x_6 = lean_alloc_closure((void*)(l_Lean_Parser_sepBy1_formatter___boxed), 9, 4); lean_closure_set(x_6, 0, x_4); @@ -22987,7 +23326,7 @@ uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_1 = 0; x_2 = l_Lean_Parser_Command_declId_parenthesizer___closed__3; x_3 = l_Lean_Parser_Command_declId___closed__6; -x_4 = l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0; +x_4 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7; x_5 = lean_box(x_1); x_6 = lean_alloc_closure((void*)(l_Lean_Parser_sepBy1_parenthesizer___boxed), 9, 4); lean_closure_set(x_6, 0, x_4); @@ -23130,7 +23469,7 @@ static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("@[", 2, 2); +x_1 = lean_mk_string_unchecked("] ", 2, 2); return x_1; } } @@ -23146,68 +23485,33 @@ return x_2; static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__5() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("expose", 6, 6); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__4; +x_2 = l_Lean_Parser_Command_derivingClass___closed__6; +x_3 = l_Lean_Parser_andthen(x_2, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__6() { _start: { -uint8_t x_1; lean_object* x_2; lean_object* x_3; -x_1 = 0; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__5; -x_3 = l_Lean_Parser_nonReservedSymbol(x_2, x_1); +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__5; +x_2 = l_Lean_Parser_Command_derivingClass___closed__4; +x_3 = l_Lean_Parser_andthen(x_2, x_1); return x_3; } } static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__7() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("] ", 2, 2); -return x_1; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__8() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__7; -x_2 = l_Lean_Parser_symbol(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__8; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__6; -x_3 = l_Lean_Parser_andthen(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__9; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__4; -x_3 = l_Lean_Parser_andthen(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__10; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__6; x_2 = l_Lean_Parser_optional(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__12() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__8() { _start: { lean_object* x_1; lean_object* x_2; @@ -23216,7 +23520,7 @@ x_2 = l_Lean_Parser_optional(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__13() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__9() { _start: { lean_object* x_1; lean_object* x_2; @@ -23225,52 +23529,52 @@ x_2 = l_Lean_Parser_optional(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__14() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__13; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__12; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__9; +x_2 = l_Lean_Parser_Command_sectionHeader___closed__8; x_3 = l_Lean_Parser_andthen(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__15() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__14; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__11; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__10; +x_2 = l_Lean_Parser_Command_sectionHeader___closed__7; x_3 = l_Lean_Parser_andthen(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__16() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__15; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__11; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_sectionHeader___closed__1; x_4 = l_Lean_Parser_leadingNode(x_3, x_2, x_1); return x_4; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__17() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__16; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__12; x_2 = l_Lean_Parser_Command_sectionHeader___closed__2; x_3 = l_Lean_Parser_withAntiquot(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__18() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader___closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__17; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__13; x_2 = l_Lean_Parser_Command_sectionHeader___closed__1; x_3 = l_Lean_Parser_withCache(x_2, x_1); return x_3; @@ -23280,7 +23584,7 @@ static lean_object* _init_l_Lean_Parser_Command_sectionHeader() { _start: { lean_object* x_1; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__18; +x_1 = l_Lean_Parser_Command_sectionHeader___closed__14; return x_1; } } @@ -23593,61 +23897,38 @@ return x_2; static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__2() { _start: { -uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = 0; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__5; -x_3 = lean_box(x_1); -x_4 = lean_alloc_closure((void*)(l_Lean_Parser_nonReservedSymbol_formatter___boxed), 7, 2); -lean_closure_set(x_4, 0, x_2); -lean_closure_set(x_4, 1, x_3); -return x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__1; +x_2 = l_Lean_Parser_Command_derivingClass_formatter___closed__3; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__7; -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_formatter), 6, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__2; +x_2 = l_Lean_Parser_Command_derivingClass_formatter___closed__2; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__3; -x_2 = l_Lean_Parser_Command_sectionHeader_formatter___closed__2; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__4; -x_2 = l_Lean_Parser_Command_sectionHeader_formatter___closed__1; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__6() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__5; +x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__3; x_2 = lean_alloc_closure((void*)(l_Lean_Parser_optional_formatter), 6, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__7() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -23657,7 +23938,7 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__8() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__6() { _start: { lean_object* x_1; lean_object* x_2; @@ -23667,35 +23948,35 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__6; +x_2 = l_Lean_Parser_Command_sectionHeader_formatter___closed__5; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__7; +x_2 = l_Lean_Parser_Command_sectionHeader_formatter___closed__4; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__9() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__8; -x_2 = l_Lean_Parser_Command_sectionHeader_formatter___closed__7; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__9; -x_2 = l_Lean_Parser_Command_sectionHeader_formatter___closed__6; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__11() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__10; +x_1 = l_Lean_Parser_Command_sectionHeader_formatter___closed__8; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_sectionHeader___closed__1; x_4 = lean_alloc_closure((void*)(l_Lean_Parser_leadingNode_formatter___boxed), 8, 3); @@ -23710,7 +23991,7 @@ _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = l_Lean_Parser_Command_sectionHeader_formatter___closed__0; -x_7 = l_Lean_Parser_Command_sectionHeader_formatter___closed__11; +x_7 = l_Lean_Parser_Command_sectionHeader_formatter___closed__9; x_8 = l_Lean_PrettyPrinter_Formatter_orelse_formatter(x_6, x_7, x_1, x_2, x_3, x_4, x_5); return x_8; } @@ -23906,61 +24187,38 @@ return x_2; static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__2() { _start: { -uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = 0; -x_2 = l_Lean_Parser_Command_sectionHeader___closed__5; -x_3 = lean_box(x_1); -x_4 = lean_alloc_closure((void*)(l_Lean_Parser_nonReservedSymbol_parenthesizer___boxed), 7, 2); -lean_closure_set(x_4, 0, x_2); -lean_closure_set(x_4, 1, x_3); -return x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__1; +x_2 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_sectionHeader___closed__7; -x_2 = lean_alloc_closure((void*)(l_Lean_Parser_symbol_parenthesizer___boxed), 6, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__2; +x_2 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; } } static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__3; -x_2 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__2; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__4; -x_2 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__1; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__6() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__5; +x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__3; x_2 = lean_alloc_closure((void*)(l_Lean_Parser_optional_parenthesizer), 6, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__7() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -23970,7 +24228,7 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8() { +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__6() { _start: { lean_object* x_1; lean_object* x_2; @@ -23980,35 +24238,35 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__6; +x_2 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__5; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__7; +x_2 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__4; +x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); +lean_closure_set(x_3, 0, x_2); +lean_closure_set(x_3, 1, x_1); +return x_3; +} +} static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8; -x_2 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__7; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__10() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9; -x_2 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__6; -x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); -lean_closure_set(x_3, 0, x_2); -lean_closure_set(x_3, 1, x_1); -return x_3; -} -} -static lean_object* _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__11() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__10; +x_1 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8; x_2 = lean_unsigned_to_nat(1024u); x_3 = l_Lean_Parser_Command_sectionHeader___closed__1; x_4 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer), 8, 3); @@ -24023,7 +24281,7 @@ _start: { lean_object* x_6; lean_object* x_7; lean_object* x_8; x_6 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__0; -x_7 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__11; +x_7 = l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9; x_8 = l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(x_6, x_7, x_1, x_2, x_3, x_4, x_5); return x_8; } @@ -26255,7 +26513,7 @@ static lean_object* _init_l_Lean_Parser_Command_check_parenthesizer___closed__2( _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_check_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -26645,7 +26903,7 @@ static lean_object* _init_l_Lean_Parser_Command_check__failure_parenthesizer___c _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_check__failure_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -27073,7 +27331,7 @@ static lean_object* _init_l_Lean_Parser_Command_eval_parenthesizer___closed__2() _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_eval_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -27371,7 +27629,7 @@ static lean_object* _init_l_Lean_Parser_Command_evalBang_parenthesizer___closed_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_evalBang_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -27761,7 +28019,7 @@ static lean_object* _init_l_Lean_Parser_Command_synth_parenthesizer___closed__2( _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_synth_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -32774,7 +33032,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_attribute___closed__10; -x_2 = l_Lean_Parser_Command_structInstBinder___closed__8; +x_2 = l_Lean_Parser_Command_derivingClass___closed__8; x_3 = l_Lean_Parser_andthen(x_2, x_1); return x_3; } @@ -33134,7 +33392,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_attribute_formatter___closed__5; -x_2 = l_Lean_Parser_Command_structInstBinder_formatter___closed__3; +x_2 = l_Lean_Parser_Command_derivingClass_formatter___closed__4; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -33372,7 +33630,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_Command_attribute_parenthesizer___closed__5; -x_2 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__3; +x_2 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); lean_closure_set(x_3, 1, x_1); @@ -40143,7 +40401,7 @@ static lean_object* _init_l_Lean_Parser_Command_recommended__spelling___closed__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder___closed__8; +x_1 = l_Lean_Parser_Command_derivingClass___closed__8; x_2 = l_Lean_Parser_Command_recommended__spelling___closed__5; x_3 = l_Lean_Parser_andthen(x_2, x_1); return x_3; @@ -40337,7 +40595,7 @@ static lean_object* _init_l_Lean_Parser_Command_recommended__spelling_formatter_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder_formatter___closed__3; +x_1 = l_Lean_Parser_Command_derivingClass_formatter___closed__4; x_2 = l_Lean_Parser_Command_recommended__spelling_formatter___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_andthen_formatter), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -40527,7 +40785,7 @@ static lean_object* _init_l_Lean_Parser_Command_recommended__spelling_parenthesi _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3; x_2 = l_Lean_Parser_Command_recommended__spelling_parenthesizer___closed__2; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -43374,7 +43632,7 @@ static lean_object* _init_l_Lean_Parser_Command_registerErrorExplanationStx_pare _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_declId_parenthesizer___closed__1; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -43976,7 +44234,7 @@ static lean_object* _init_l_Lean_Parser_Term_open_parenthesizer___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_in_parenthesizer___closed__0; x_3 = lean_alloc_closure((void*)(l_Lean_Parser_Command_moduleDoc_parenthesizer___lam__2), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -44441,7 +44699,7 @@ static lean_object* _init_l_Lean_Parser_Term_set__option_parenthesizer___closed_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3; +x_1 = l_Lean_Parser_Command_computedField_parenthesizer___closed__2; x_2 = l_Lean_Parser_Command_in_parenthesizer___closed__0; x_3 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer), 7, 2); lean_closure_set(x_3, 0, x_2); @@ -46385,6 +46643,48 @@ l_Lean_Parser_Command_abbrev___closed__10 = _init_l_Lean_Parser_Command_abbrev__ lean_mark_persistent(l_Lean_Parser_Command_abbrev___closed__10); l_Lean_Parser_Command_abbrev = _init_l_Lean_Parser_Command_abbrev(); lean_mark_persistent(l_Lean_Parser_Command_abbrev); +l_Lean_Parser_Command_derivingClass___closed__0 = _init_l_Lean_Parser_Command_derivingClass___closed__0(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__0); +l_Lean_Parser_Command_derivingClass___closed__1 = _init_l_Lean_Parser_Command_derivingClass___closed__1(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__1); +l_Lean_Parser_Command_derivingClass___closed__2 = _init_l_Lean_Parser_Command_derivingClass___closed__2(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__2); +l_Lean_Parser_Command_derivingClass___closed__3 = _init_l_Lean_Parser_Command_derivingClass___closed__3(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__3); +l_Lean_Parser_Command_derivingClass___closed__4 = _init_l_Lean_Parser_Command_derivingClass___closed__4(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__4); +l_Lean_Parser_Command_derivingClass___closed__5 = _init_l_Lean_Parser_Command_derivingClass___closed__5(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__5); +l_Lean_Parser_Command_derivingClass___closed__6 = _init_l_Lean_Parser_Command_derivingClass___closed__6(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__6); +l_Lean_Parser_Command_derivingClass___closed__7 = _init_l_Lean_Parser_Command_derivingClass___closed__7(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__7); +l_Lean_Parser_Command_derivingClass___closed__8 = _init_l_Lean_Parser_Command_derivingClass___closed__8(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__8); +l_Lean_Parser_Command_derivingClass___closed__9 = _init_l_Lean_Parser_Command_derivingClass___closed__9(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__9); +l_Lean_Parser_Command_derivingClass___closed__10 = _init_l_Lean_Parser_Command_derivingClass___closed__10(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__10); +l_Lean_Parser_Command_derivingClass___closed__11 = _init_l_Lean_Parser_Command_derivingClass___closed__11(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__11); +l_Lean_Parser_Command_derivingClass___closed__12 = _init_l_Lean_Parser_Command_derivingClass___closed__12(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__12); +l_Lean_Parser_Command_derivingClass___closed__13 = _init_l_Lean_Parser_Command_derivingClass___closed__13(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__13); +l_Lean_Parser_Command_derivingClass___closed__14 = _init_l_Lean_Parser_Command_derivingClass___closed__14(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__14); +l_Lean_Parser_Command_derivingClass___closed__15 = _init_l_Lean_Parser_Command_derivingClass___closed__15(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__15); +l_Lean_Parser_Command_derivingClass___closed__16 = _init_l_Lean_Parser_Command_derivingClass___closed__16(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__16); +l_Lean_Parser_Command_derivingClass___closed__17 = _init_l_Lean_Parser_Command_derivingClass___closed__17(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass___closed__17); +l_Lean_Parser_Command_derivingClass = _init_l_Lean_Parser_Command_derivingClass(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass); +l_Lean_Parser_Command_derivingClasses___closed__0 = _init_l_Lean_Parser_Command_derivingClasses___closed__0(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClasses___closed__0); +l_Lean_Parser_Command_derivingClasses = _init_l_Lean_Parser_Command_derivingClasses(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClasses); l_Lean_Parser_Command_optDefDeriving___closed__0 = _init_l_Lean_Parser_Command_optDefDeriving___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving___closed__0); l_Lean_Parser_Command_optDefDeriving___closed__1 = _init_l_Lean_Parser_Command_optDefDeriving___closed__1(); @@ -46405,8 +46705,6 @@ l_Lean_Parser_Command_optDefDeriving___closed__8 = _init_l_Lean_Parser_Command_o lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving___closed__8); l_Lean_Parser_Command_optDefDeriving___closed__9 = _init_l_Lean_Parser_Command_optDefDeriving___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving___closed__9); -l_Lean_Parser_Command_optDefDeriving___closed__10 = _init_l_Lean_Parser_Command_optDefDeriving___closed__10(); -lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving___closed__10); l_Lean_Parser_Command_optDefDeriving = _init_l_Lean_Parser_Command_optDefDeriving(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving); l_Lean_Parser_Command_definition___closed__0 = _init_l_Lean_Parser_Command_definition___closed__0(); @@ -46585,14 +46883,6 @@ l_Lean_Parser_Command_ctor___closed__14 = _init_l_Lean_Parser_Command_ctor___clo lean_mark_persistent(l_Lean_Parser_Command_ctor___closed__14); l_Lean_Parser_Command_ctor = _init_l_Lean_Parser_Command_ctor(); lean_mark_persistent(l_Lean_Parser_Command_ctor); -l_Lean_Parser_Command_derivingClasses___closed__0 = _init_l_Lean_Parser_Command_derivingClasses___closed__0(); -lean_mark_persistent(l_Lean_Parser_Command_derivingClasses___closed__0); -l_Lean_Parser_Command_derivingClasses___closed__1 = _init_l_Lean_Parser_Command_derivingClasses___closed__1(); -lean_mark_persistent(l_Lean_Parser_Command_derivingClasses___closed__1); -l_Lean_Parser_Command_derivingClasses___closed__2 = _init_l_Lean_Parser_Command_derivingClasses___closed__2(); -lean_mark_persistent(l_Lean_Parser_Command_derivingClasses___closed__2); -l_Lean_Parser_Command_derivingClasses = _init_l_Lean_Parser_Command_derivingClasses(); -lean_mark_persistent(l_Lean_Parser_Command_derivingClasses); l_Lean_Parser_Command_optDeriving___closed__0 = _init_l_Lean_Parser_Command_optDeriving___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving___closed__0); l_Lean_Parser_Command_optDeriving___closed__1 = _init_l_Lean_Parser_Command_optDeriving___closed__1(); @@ -46605,12 +46895,6 @@ l_Lean_Parser_Command_optDeriving___closed__4 = _init_l_Lean_Parser_Command_optD lean_mark_persistent(l_Lean_Parser_Command_optDeriving___closed__4); l_Lean_Parser_Command_optDeriving___closed__5 = _init_l_Lean_Parser_Command_optDeriving___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving___closed__5); -l_Lean_Parser_Command_optDeriving___closed__6 = _init_l_Lean_Parser_Command_optDeriving___closed__6(); -lean_mark_persistent(l_Lean_Parser_Command_optDeriving___closed__6); -l_Lean_Parser_Command_optDeriving___closed__7 = _init_l_Lean_Parser_Command_optDeriving___closed__7(); -lean_mark_persistent(l_Lean_Parser_Command_optDeriving___closed__7); -l_Lean_Parser_Command_optDeriving___closed__8 = _init_l_Lean_Parser_Command_optDeriving___closed__8(); -lean_mark_persistent(l_Lean_Parser_Command_optDeriving___closed__8); l_Lean_Parser_Command_optDeriving = _init_l_Lean_Parser_Command_optDeriving(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving); l_Lean_Parser_Command_computedField___closed__0 = _init_l_Lean_Parser_Command_computedField___closed__0(); @@ -46852,10 +47136,6 @@ l_Lean_Parser_Command_structInstBinder___closed__10 = _init_l_Lean_Parser_Comman lean_mark_persistent(l_Lean_Parser_Command_structInstBinder___closed__10); l_Lean_Parser_Command_structInstBinder___closed__11 = _init_l_Lean_Parser_Command_structInstBinder___closed__11(); lean_mark_persistent(l_Lean_Parser_Command_structInstBinder___closed__11); -l_Lean_Parser_Command_structInstBinder___closed__12 = _init_l_Lean_Parser_Command_structInstBinder___closed__12(); -lean_mark_persistent(l_Lean_Parser_Command_structInstBinder___closed__12); -l_Lean_Parser_Command_structInstBinder___closed__13 = _init_l_Lean_Parser_Command_structInstBinder___closed__13(); -lean_mark_persistent(l_Lean_Parser_Command_structInstBinder___closed__13); l_Lean_Parser_Command_structInstBinder = _init_l_Lean_Parser_Command_structInstBinder(); lean_mark_persistent(l_Lean_Parser_Command_structInstBinder); l_Lean_Parser_Command_structSimpleBinder___closed__0 = _init_l_Lean_Parser_Command_structSimpleBinder___closed__0(); @@ -47364,14 +47644,37 @@ lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_decl if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_formatter__67(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +}l_Lean_Parser_Command_derivingClass_formatter___closed__0 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__0(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__0); +l_Lean_Parser_Command_derivingClass_formatter___closed__1 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__1(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__1); +l_Lean_Parser_Command_derivingClass_formatter___closed__2 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__2(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__2); +l_Lean_Parser_Command_derivingClass_formatter___closed__3 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__3(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__3); +l_Lean_Parser_Command_derivingClass_formatter___closed__4 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__4(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__4); +l_Lean_Parser_Command_derivingClass_formatter___closed__5 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__5(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__5); +l_Lean_Parser_Command_derivingClass_formatter___closed__6 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__6(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__6); +l_Lean_Parser_Command_derivingClass_formatter___closed__7 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__7(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__7); +l_Lean_Parser_Command_derivingClass_formatter___closed__8 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__8(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__8); +l_Lean_Parser_Command_derivingClass_formatter___closed__9 = _init_l_Lean_Parser_Command_derivingClass_formatter___closed__9(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_formatter___closed__9); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_formatter__71(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); }l_Lean_Parser_Command_optDefDeriving_formatter___closed__0 = _init_l_Lean_Parser_Command_optDefDeriving_formatter___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_formatter___closed__0); l_Lean_Parser_Command_optDefDeriving_formatter___closed__1 = _init_l_Lean_Parser_Command_optDefDeriving_formatter___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_formatter___closed__1); l_Lean_Parser_Command_optDefDeriving_formatter___closed__2 = _init_l_Lean_Parser_Command_optDefDeriving_formatter___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_formatter___closed__2); -l_Lean_Parser_Command_optDefDeriving_formatter___closed__3 = _init_l_Lean_Parser_Command_optDefDeriving_formatter___closed__3(); -lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_formatter___closed__3); l_Lean_Parser_Command_definition_formatter___closed__0 = _init_l_Lean_Parser_Command_definition_formatter___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_definition_formatter___closed__0); l_Lean_Parser_Command_definition_formatter___closed__1 = _init_l_Lean_Parser_Command_definition_formatter___closed__1(); @@ -47380,9 +47683,9 @@ l_Lean_Parser_Command_definition_formatter___closed__2 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_definition_formatter___closed__2); l_Lean_Parser_Command_definition_formatter___closed__3 = _init_l_Lean_Parser_Command_definition_formatter___closed__3(); lean_mark_persistent(l_Lean_Parser_Command_definition_formatter___closed__3); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__73(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_formatter__79(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declSig_formatter___closed__0 = _init_l_Lean_Parser_Command_declSig_formatter___closed__0(); @@ -47397,9 +47700,9 @@ l_Lean_Parser_Command_declSig_formatter___closed__4 = _init_l_Lean_Parser_Comman lean_mark_persistent(l_Lean_Parser_Command_declSig_formatter___closed__4); l_Lean_Parser_Command_declSig_formatter___closed__5 = _init_l_Lean_Parser_Command_declSig_formatter___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_declSig_formatter___closed__5); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__77(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_formatter__83(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_theorem_formatter___closed__0 = _init_l_Lean_Parser_Command_theorem_formatter___closed__0(); @@ -47418,9 +47721,9 @@ l_Lean_Parser_Command_theorem_formatter___closed__6 = _init_l_Lean_Parser_Comman lean_mark_persistent(l_Lean_Parser_Command_theorem_formatter___closed__6); l_Lean_Parser_Command_theorem_formatter___closed__7 = _init_l_Lean_Parser_Command_theorem_formatter___closed__7(); lean_mark_persistent(l_Lean_Parser_Command_theorem_formatter___closed__7); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__81(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_formatter__87(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_opaque_formatter___closed__0 = _init_l_Lean_Parser_Command_opaque_formatter___closed__0(); @@ -47437,9 +47740,9 @@ l_Lean_Parser_Command_opaque_formatter___closed__5 = _init_l_Lean_Parser_Command lean_mark_persistent(l_Lean_Parser_Command_opaque_formatter___closed__5); l_Lean_Parser_Command_opaque_formatter___closed__6 = _init_l_Lean_Parser_Command_opaque_formatter___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_opaque_formatter___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__85(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_formatter__91(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_namedPrio_formatter___closed__0 = _init_l_Lean_Parser_Command_namedPrio_formatter___closed__0(); @@ -47452,9 +47755,9 @@ l_Lean_Parser_Command_namedPrio_formatter___closed__3 = _init_l_Lean_Parser_Comm lean_mark_persistent(l_Lean_Parser_Command_namedPrio_formatter___closed__3); l_Lean_Parser_Command_namedPrio_formatter___closed__4 = _init_l_Lean_Parser_Command_namedPrio_formatter___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_namedPrio_formatter___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__89(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_formatter__95(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_instance_formatter___closed__0 = _init_l_Lean_Parser_Command_instance_formatter___closed__0(); @@ -47477,9 +47780,9 @@ l_Lean_Parser_Command_instance_formatter___closed__8 = _init_l_Lean_Parser_Comma lean_mark_persistent(l_Lean_Parser_Command_instance_formatter___closed__8); l_Lean_Parser_Command_instance_formatter___closed__9 = _init_l_Lean_Parser_Command_instance_formatter___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_instance_formatter___closed__9); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__95(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_formatter__101(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_axiom_formatter___closed__0 = _init_l_Lean_Parser_Command_axiom_formatter___closed__0(); @@ -47492,9 +47795,9 @@ l_Lean_Parser_Command_axiom_formatter___closed__3 = _init_l_Lean_Parser_Command_ lean_mark_persistent(l_Lean_Parser_Command_axiom_formatter___closed__3); l_Lean_Parser_Command_axiom_formatter___closed__4 = _init_l_Lean_Parser_Command_axiom_formatter___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_axiom_formatter___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__99(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_formatter__105(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_example_formatter___closed__0 = _init_l_Lean_Parser_Command_example_formatter___closed__0(); @@ -47505,9 +47808,9 @@ l_Lean_Parser_Command_example_formatter___closed__2 = _init_l_Lean_Parser_Comman lean_mark_persistent(l_Lean_Parser_Command_example_formatter___closed__2); l_Lean_Parser_Command_example_formatter___closed__3 = _init_l_Lean_Parser_Command_example_formatter___closed__3(); lean_mark_persistent(l_Lean_Parser_Command_example_formatter___closed__3); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__103(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_formatter__109(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_ctor_formatter___closed__0 = _init_l_Lean_Parser_Command_ctor_formatter___closed__0(); @@ -47530,9 +47833,9 @@ l_Lean_Parser_Command_ctor_formatter___closed__8 = _init_l_Lean_Parser_Command_c lean_mark_persistent(l_Lean_Parser_Command_ctor_formatter___closed__8); l_Lean_Parser_Command_ctor_formatter___closed__9 = _init_l_Lean_Parser_Command_ctor_formatter___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_ctor_formatter___closed__9); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__107(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_formatter__113(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_computedField_formatter___closed__0 = _init_l_Lean_Parser_Command_computedField_formatter___closed__0(); @@ -47551,9 +47854,9 @@ l_Lean_Parser_Command_computedField_formatter___closed__6 = _init_l_Lean_Parser_ lean_mark_persistent(l_Lean_Parser_Command_computedField_formatter___closed__6); l_Lean_Parser_Command_computedField_formatter___closed__7 = _init_l_Lean_Parser_Command_computedField_formatter___closed__7(); lean_mark_persistent(l_Lean_Parser_Command_computedField_formatter___closed__7); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__111(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_formatter__117(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_computedFields_formatter___closed__0 = _init_l_Lean_Parser_Command_computedFields_formatter___closed__0(); @@ -47570,14 +47873,12 @@ l_Lean_Parser_Command_computedFields_formatter___closed__5 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_computedFields_formatter___closed__5); l_Lean_Parser_Command_computedFields_formatter___closed__6 = _init_l_Lean_Parser_Command_computedFields_formatter___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_computedFields_formatter___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__115(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_formatter__121(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Parser_Command_derivingClasses_formatter___closed__0 = _init_l_Lean_Parser_Command_derivingClasses_formatter___closed__0(); -lean_mark_persistent(l_Lean_Parser_Command_derivingClasses_formatter___closed__0); -l_Lean_Parser_Command_optDeriving_formatter___closed__0 = _init_l_Lean_Parser_Command_optDeriving_formatter___closed__0(); +}l_Lean_Parser_Command_optDeriving_formatter___closed__0 = _init_l_Lean_Parser_Command_optDeriving_formatter___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving_formatter___closed__0); l_Lean_Parser_Command_optDeriving_formatter___closed__1 = _init_l_Lean_Parser_Command_optDeriving_formatter___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving_formatter___closed__1); @@ -47589,9 +47890,9 @@ l_Lean_Parser_Command_optDeriving_formatter___closed__4 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_optDeriving_formatter___closed__4); l_Lean_Parser_Command_optDeriving_formatter___closed__5 = _init_l_Lean_Parser_Command_optDeriving_formatter___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving_formatter___closed__5); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__121(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_formatter__125(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_inductive_formatter___closed__0 = _init_l_Lean_Parser_Command_inductive_formatter___closed__0(); @@ -47624,9 +47925,9 @@ l_Lean_Parser_Command_inductive_formatter___closed__13 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_inductive_formatter___closed__13); l_Lean_Parser_Command_inductive_formatter___closed__14 = _init_l_Lean_Parser_Command_inductive_formatter___closed__14(); lean_mark_persistent(l_Lean_Parser_Command_inductive_formatter___closed__14); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__125(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_formatter__129(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_classInductive_formatter___closed__0 = _init_l_Lean_Parser_Command_classInductive_formatter___closed__0(); @@ -47643,9 +47944,9 @@ l_Lean_Parser_Command_classInductive_formatter___closed__5 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_classInductive_formatter___closed__5); l_Lean_Parser_Command_classInductive_formatter___closed__6 = _init_l_Lean_Parser_Command_classInductive_formatter___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_classInductive_formatter___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__129(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_formatter__133(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structureTk_formatter___closed__0 = _init_l_Lean_Parser_Command_structureTk_formatter___closed__0(); @@ -47654,18 +47955,18 @@ l_Lean_Parser_Command_structureTk_formatter___closed__1 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_structureTk_formatter___closed__1); l_Lean_Parser_Command_structureTk_formatter___closed__2 = _init_l_Lean_Parser_Command_structureTk_formatter___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_structureTk_formatter___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__133(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_formatter__137(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_classTk_formatter___closed__0 = _init_l_Lean_Parser_Command_classTk_formatter___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_classTk_formatter___closed__0); l_Lean_Parser_Command_classTk_formatter___closed__1 = _init_l_Lean_Parser_Command_classTk_formatter___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_classTk_formatter___closed__1); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__137(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_formatter__141(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structParent_formatter___closed__0 = _init_l_Lean_Parser_Command_structParent_formatter___closed__0(); @@ -47678,9 +47979,9 @@ l_Lean_Parser_Command_structParent_formatter___closed__3 = _init_l_Lean_Parser_C lean_mark_persistent(l_Lean_Parser_Command_structParent_formatter___closed__3); l_Lean_Parser_Command_structParent_formatter___closed__4 = _init_l_Lean_Parser_Command_structParent_formatter___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_structParent_formatter___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__141(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_formatter__145(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_extends_formatter___closed__0 = _init_l_Lean_Parser_Command_extends_formatter___closed__0(); @@ -47695,9 +47996,9 @@ l_Lean_Parser_Command_extends_formatter___closed__4 = _init_l_Lean_Parser_Comman lean_mark_persistent(l_Lean_Parser_Command_extends_formatter___closed__4); l_Lean_Parser_Command_extends_formatter___closed__5 = _init_l_Lean_Parser_Command_extends_formatter___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_extends_formatter___closed__5); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__145(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_formatter__149(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structCtor_formatter___closed__0 = _init_l_Lean_Parser_Command_structCtor_formatter___closed__0(); @@ -47714,9 +48015,9 @@ l_Lean_Parser_Command_structCtor_formatter___closed__5 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_structCtor_formatter___closed__5); l_Lean_Parser_Command_structCtor_formatter___closed__6 = _init_l_Lean_Parser_Command_structCtor_formatter___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_structCtor_formatter___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__149(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_formatter__153(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structExplicitBinder_formatter___closed__0 = _init_l_Lean_Parser_Command_structExplicitBinder_formatter___closed__0(); @@ -47745,9 +48046,9 @@ l_Lean_Parser_Command_structExplicitBinder_formatter___closed__11 = _init_l_Lean lean_mark_persistent(l_Lean_Parser_Command_structExplicitBinder_formatter___closed__11); l_Lean_Parser_Command_structExplicitBinder_formatter___closed__12 = _init_l_Lean_Parser_Command_structExplicitBinder_formatter___closed__12(); lean_mark_persistent(l_Lean_Parser_Command_structExplicitBinder_formatter___closed__12); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__153(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_formatter__157(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structImplicitBinder_formatter___closed__0 = _init_l_Lean_Parser_Command_structImplicitBinder_formatter___closed__0(); @@ -47764,9 +48065,9 @@ l_Lean_Parser_Command_structImplicitBinder_formatter___closed__5 = _init_l_Lean_ lean_mark_persistent(l_Lean_Parser_Command_structImplicitBinder_formatter___closed__5); l_Lean_Parser_Command_structImplicitBinder_formatter___closed__6 = _init_l_Lean_Parser_Command_structImplicitBinder_formatter___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_structImplicitBinder_formatter___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__157(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_formatter__161(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structInstBinder_formatter___closed__0 = _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__0(); @@ -47781,11 +48082,9 @@ l_Lean_Parser_Command_structInstBinder_formatter___closed__4 = _init_l_Lean_Pars lean_mark_persistent(l_Lean_Parser_Command_structInstBinder_formatter___closed__4); l_Lean_Parser_Command_structInstBinder_formatter___closed__5 = _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_structInstBinder_formatter___closed__5); -l_Lean_Parser_Command_structInstBinder_formatter___closed__6 = _init_l_Lean_Parser_Command_structInstBinder_formatter___closed__6(); -lean_mark_persistent(l_Lean_Parser_Command_structInstBinder_formatter___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__161(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_formatter__165(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structSimpleBinder_formatter___closed__0 = _init_l_Lean_Parser_Command_structSimpleBinder_formatter___closed__0(); @@ -47798,9 +48097,9 @@ l_Lean_Parser_Command_structSimpleBinder_formatter___closed__3 = _init_l_Lean_Pa lean_mark_persistent(l_Lean_Parser_Command_structSimpleBinder_formatter___closed__3); l_Lean_Parser_Command_structSimpleBinder_formatter___closed__4 = _init_l_Lean_Parser_Command_structSimpleBinder_formatter___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_structSimpleBinder_formatter___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__165(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_formatter__169(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structFields_formatter___closed__0 = _init_l_Lean_Parser_Command_structFields_formatter___closed__0(); @@ -47821,9 +48120,9 @@ l_Lean_Parser_Command_structFields_formatter___closed__7 = _init_l_Lean_Parser_C lean_mark_persistent(l_Lean_Parser_Command_structFields_formatter___closed__7); l_Lean_Parser_Command_structFields_formatter___closed__8 = _init_l_Lean_Parser_Command_structFields_formatter___closed__8(); lean_mark_persistent(l_Lean_Parser_Command_structFields_formatter___closed__8); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__169(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_formatter__173(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structure_formatter___closed__0 = _init_l_Lean_Parser_Command_structure_formatter___closed__0(); @@ -47858,9 +48157,9 @@ l_Lean_Parser_Command_structure_formatter___closed__14 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_structure_formatter___closed__14); l_Lean_Parser_Command_structure_formatter___closed__15 = _init_l_Lean_Parser_Command_structure_formatter___closed__15(); lean_mark_persistent(l_Lean_Parser_Command_structure_formatter___closed__15); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__173(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_formatter__177(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declaration_formatter___closed__0 = _init_l_Lean_Parser_Command_declaration_formatter___closed__0(); @@ -47889,9 +48188,9 @@ l_Lean_Parser_Command_declaration_formatter___closed__11 = _init_l_Lean_Parser_C lean_mark_persistent(l_Lean_Parser_Command_declaration_formatter___closed__11); l_Lean_Parser_Command_declaration_formatter___closed__12 = _init_l_Lean_Parser_Command_declaration_formatter___closed__12(); lean_mark_persistent(l_Lean_Parser_Command_declaration_formatter___closed__12); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__177(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_formatter__181(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_private_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_private_parenthesizer___closed__0(); @@ -47900,9 +48199,9 @@ l_Lean_Parser_Command_private_parenthesizer___closed__1 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_private_parenthesizer___closed__1); l_Lean_Parser_Command_private_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_private_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_private_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__181(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_private_parenthesizer__185(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_public_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_public_parenthesizer___closed__0(); @@ -47911,9 +48210,9 @@ l_Lean_Parser_Command_public_parenthesizer___closed__1 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_public_parenthesizer___closed__1); l_Lean_Parser_Command_public_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_public_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_public_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__185(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_public_parenthesizer__189(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_visibility_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_visibility_parenthesizer___closed__0(); @@ -47926,9 +48225,9 @@ l_Lean_Parser_Command_protected_parenthesizer___closed__1 = _init_l_Lean_Parser_ lean_mark_persistent(l_Lean_Parser_Command_protected_parenthesizer___closed__1); l_Lean_Parser_Command_protected_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_protected_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_protected_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__191(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_protected_parenthesizer__195(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_meta_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_meta_parenthesizer___closed__0(); @@ -47937,9 +48236,9 @@ l_Lean_Parser_Command_meta_parenthesizer___closed__1 = _init_l_Lean_Parser_Comma lean_mark_persistent(l_Lean_Parser_Command_meta_parenthesizer___closed__1); l_Lean_Parser_Command_meta_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_meta_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_meta_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__195(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_meta_parenthesizer__199(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_noncomputable_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_noncomputable_parenthesizer___closed__0(); @@ -47948,9 +48247,9 @@ l_Lean_Parser_Command_noncomputable_parenthesizer___closed__1 = _init_l_Lean_Par lean_mark_persistent(l_Lean_Parser_Command_noncomputable_parenthesizer___closed__1); l_Lean_Parser_Command_noncomputable_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_noncomputable_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_noncomputable_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__199(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer__203(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_unsafe_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_unsafe_parenthesizer___closed__0(); @@ -47959,9 +48258,9 @@ l_Lean_Parser_Command_unsafe_parenthesizer___closed__1 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_unsafe_parenthesizer___closed__1); l_Lean_Parser_Command_unsafe_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_unsafe_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_unsafe_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__203(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer__207(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_partial_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_partial_parenthesizer___closed__0(); @@ -47970,9 +48269,9 @@ l_Lean_Parser_Command_partial_parenthesizer___closed__1 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_partial_parenthesizer___closed__1); l_Lean_Parser_Command_partial_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_partial_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_partial_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__207(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_partial_parenthesizer__211(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_nonrec_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_nonrec_parenthesizer___closed__0(); @@ -47981,9 +48280,9 @@ l_Lean_Parser_Command_nonrec_parenthesizer___closed__1 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_nonrec_parenthesizer___closed__1); l_Lean_Parser_Command_nonrec_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_nonrec_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_nonrec_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__211(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer__215(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__0 = _init_l_Lean_Parser_Command_declModifiers_parenthesizer___redArg___closed__0(); @@ -48038,9 +48337,9 @@ l_Lean_Parser_Command_declId_parenthesizer___closed__3 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_declId_parenthesizer___closed__3); l_Lean_Parser_Command_declId_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_declId_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_declId_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__217(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declId_parenthesizer__221(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__0(); @@ -48061,9 +48360,9 @@ l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__7 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__7); l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__8 = _init_l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__8(); lean_mark_persistent(l_Lean_Parser_Command_optDeclSig_parenthesizer___closed__8); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__221(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeclSig_parenthesizer__225(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declValSimple_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_declValSimple_parenthesizer___closed__0(); @@ -48086,9 +48385,9 @@ l_Lean_Parser_Command_declValSimple_parenthesizer___closed__8 = _init_l_Lean_Par lean_mark_persistent(l_Lean_Parser_Command_declValSimple_parenthesizer___closed__8); l_Lean_Parser_Command_declValSimple_parenthesizer___closed__9 = _init_l_Lean_Parser_Command_declValSimple_parenthesizer___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_declValSimple_parenthesizer___closed__9); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__225(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValSimple_parenthesizer__229(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declValEqns_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_declValEqns_parenthesizer___closed__0(); @@ -48097,9 +48396,9 @@ l_Lean_Parser_Command_declValEqns_parenthesizer___closed__1 = _init_l_Lean_Parse lean_mark_persistent(l_Lean_Parser_Command_declValEqns_parenthesizer___closed__1); l_Lean_Parser_Command_declValEqns_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_declValEqns_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_declValEqns_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__229(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declValEqns_parenthesizer__233(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__0(); @@ -48122,9 +48421,9 @@ l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__8 = _init_l_Lean_P lean_mark_persistent(l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__8); l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__9 = _init_l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__9); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__233(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer__237(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declVal_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_declVal_parenthesizer___closed__0(); @@ -48137,9 +48436,34 @@ l_Lean_Parser_Command_abbrev_parenthesizer___closed__0 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_abbrev_parenthesizer___closed__0); l_Lean_Parser_Command_abbrev_parenthesizer___closed__1 = _init_l_Lean_Parser_Command_abbrev_parenthesizer___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_abbrev_parenthesizer___closed__1); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__239(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer__243(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +}l_Lean_Parser_Command_derivingClass_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__0(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__0); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__1); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__2); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__3); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__4(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__4); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__5 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__5(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__5); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__6 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__6(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__6); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__7); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__8 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__8(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__8); +l_Lean_Parser_Command_derivingClass_parenthesizer___closed__9 = _init_l_Lean_Parser_Command_derivingClass_parenthesizer___closed__9(); +lean_mark_persistent(l_Lean_Parser_Command_derivingClass_parenthesizer___closed__9); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_derivingClass_parenthesizer__247(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__0(); @@ -48152,10 +48476,6 @@ l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3 = _init_l_Lean_Pa lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__3); l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__4); -l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__5 = _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__5(); -lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__5); -l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__6 = _init_l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__6(); -lean_mark_persistent(l_Lean_Parser_Command_optDefDeriving_parenthesizer___closed__6); l_Lean_Parser_Command_definition_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_definition_parenthesizer___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_definition_parenthesizer___closed__0); l_Lean_Parser_Command_definition_parenthesizer___closed__1 = _init_l_Lean_Parser_Command_definition_parenthesizer___closed__1(); @@ -48166,9 +48486,9 @@ l_Lean_Parser_Command_definition_parenthesizer___closed__3 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_definition_parenthesizer___closed__3); l_Lean_Parser_Command_definition_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_definition_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_definition_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__245(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_definition_parenthesizer__255(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declSig_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_declSig_parenthesizer___closed__0(); @@ -48179,9 +48499,9 @@ l_Lean_Parser_Command_declSig_parenthesizer___closed__2 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_declSig_parenthesizer___closed__2); l_Lean_Parser_Command_declSig_parenthesizer___closed__3 = _init_l_Lean_Parser_Command_declSig_parenthesizer___closed__3(); lean_mark_persistent(l_Lean_Parser_Command_declSig_parenthesizer___closed__3); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__249(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declSig_parenthesizer__259(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_theorem_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_theorem_parenthesizer___closed__0(); @@ -48190,9 +48510,9 @@ l_Lean_Parser_Command_theorem_parenthesizer___closed__1 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_theorem_parenthesizer___closed__1); l_Lean_Parser_Command_theorem_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_theorem_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_theorem_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__253(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_theorem_parenthesizer__263(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_opaque_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_opaque_parenthesizer___closed__0(); @@ -48211,9 +48531,9 @@ l_Lean_Parser_Command_opaque_parenthesizer___closed__6 = _init_l_Lean_Parser_Com lean_mark_persistent(l_Lean_Parser_Command_opaque_parenthesizer___closed__6); l_Lean_Parser_Command_opaque_parenthesizer___closed__7 = _init_l_Lean_Parser_Command_opaque_parenthesizer___closed__7(); lean_mark_persistent(l_Lean_Parser_Command_opaque_parenthesizer___closed__7); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__257(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_opaque_parenthesizer__267(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_namedPrio_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_namedPrio_parenthesizer___closed__0(); @@ -48226,9 +48546,9 @@ l_Lean_Parser_Command_namedPrio_parenthesizer___closed__3 = _init_l_Lean_Parser_ lean_mark_persistent(l_Lean_Parser_Command_namedPrio_parenthesizer___closed__3); l_Lean_Parser_Command_namedPrio_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_namedPrio_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_namedPrio_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__261(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer__271(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_instance_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_instance_parenthesizer___closed__0(); @@ -48253,9 +48573,9 @@ l_Lean_Parser_Command_instance_parenthesizer___closed__9 = _init_l_Lean_Parser_C lean_mark_persistent(l_Lean_Parser_Command_instance_parenthesizer___closed__9); l_Lean_Parser_Command_instance_parenthesizer___closed__10 = _init_l_Lean_Parser_Command_instance_parenthesizer___closed__10(); lean_mark_persistent(l_Lean_Parser_Command_instance_parenthesizer___closed__10); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__267(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_instance_parenthesizer__277(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_axiom_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_axiom_parenthesizer___closed__0(); @@ -48268,9 +48588,9 @@ l_Lean_Parser_Command_axiom_parenthesizer___closed__3 = _init_l_Lean_Parser_Comm lean_mark_persistent(l_Lean_Parser_Command_axiom_parenthesizer___closed__3); l_Lean_Parser_Command_axiom_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_axiom_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_axiom_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__271(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_axiom_parenthesizer__281(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_example_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_example_parenthesizer___closed__0(); @@ -48283,9 +48603,9 @@ l_Lean_Parser_Command_example_parenthesizer___closed__3 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_example_parenthesizer___closed__3); l_Lean_Parser_Command_example_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_example_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_example_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__275(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_example_parenthesizer__285(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_ctor_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_ctor_parenthesizer___closed__0(); @@ -48306,9 +48626,9 @@ l_Lean_Parser_Command_ctor_parenthesizer___closed__7 = _init_l_Lean_Parser_Comma lean_mark_persistent(l_Lean_Parser_Command_ctor_parenthesizer___closed__7); l_Lean_Parser_Command_ctor_parenthesizer___closed__8 = _init_l_Lean_Parser_Command_ctor_parenthesizer___closed__8(); lean_mark_persistent(l_Lean_Parser_Command_ctor_parenthesizer___closed__8); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__279(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_ctor_parenthesizer__289(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_computedField_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__0(); @@ -48327,35 +48647,31 @@ l_Lean_Parser_Command_computedField_parenthesizer___closed__6 = _init_l_Lean_Par lean_mark_persistent(l_Lean_Parser_Command_computedField_parenthesizer___closed__6); l_Lean_Parser_Command_computedField_parenthesizer___closed__7 = _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__7(); lean_mark_persistent(l_Lean_Parser_Command_computedField_parenthesizer___closed__7); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__283(lean_io_mk_world()); +l_Lean_Parser_Command_computedField_parenthesizer___closed__8 = _init_l_Lean_Parser_Command_computedField_parenthesizer___closed__8(); +lean_mark_persistent(l_Lean_Parser_Command_computedField_parenthesizer___closed__8); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedField_parenthesizer__293(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_computedFields_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_computedFields_parenthesizer___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_computedFields_parenthesizer___closed__0); l_Lean_Parser_Command_computedFields_parenthesizer___closed__1 = _init_l_Lean_Parser_Command_computedFields_parenthesizer___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_computedFields_parenthesizer___closed__1); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__287(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer__297(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -}l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0(); -lean_mark_persistent(l_Lean_Parser_Command_derivingClasses_parenthesizer___closed__0); -l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0(); +}l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving_parenthesizer___closed__0); l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1 = _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving_parenthesizer___closed__1); l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2); -l_Lean_Parser_Command_optDeriving_parenthesizer___closed__3 = _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__3(); -lean_mark_persistent(l_Lean_Parser_Command_optDeriving_parenthesizer___closed__3); -l_Lean_Parser_Command_optDeriving_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_optDeriving_parenthesizer___closed__4(); -lean_mark_persistent(l_Lean_Parser_Command_optDeriving_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__293(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer__301(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_inductive_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_inductive_parenthesizer___closed__0(); @@ -48388,9 +48704,9 @@ l_Lean_Parser_Command_inductive_parenthesizer___closed__13 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_inductive_parenthesizer___closed__13); l_Lean_Parser_Command_inductive_parenthesizer___closed__14 = _init_l_Lean_Parser_Command_inductive_parenthesizer___closed__14(); lean_mark_persistent(l_Lean_Parser_Command_inductive_parenthesizer___closed__14); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__297(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_inductive_parenthesizer__305(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_classInductive_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_classInductive_parenthesizer___closed__0(); @@ -48407,9 +48723,9 @@ l_Lean_Parser_Command_classInductive_parenthesizer___closed__5 = _init_l_Lean_Pa lean_mark_persistent(l_Lean_Parser_Command_classInductive_parenthesizer___closed__5); l_Lean_Parser_Command_classInductive_parenthesizer___closed__6 = _init_l_Lean_Parser_Command_classInductive_parenthesizer___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_classInductive_parenthesizer___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__301(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer__309(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structureTk_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structureTk_parenthesizer___closed__0(); @@ -48418,18 +48734,18 @@ l_Lean_Parser_Command_structureTk_parenthesizer___closed__1 = _init_l_Lean_Parse lean_mark_persistent(l_Lean_Parser_Command_structureTk_parenthesizer___closed__1); l_Lean_Parser_Command_structureTk_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_structureTk_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_structureTk_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__305(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structureTk_parenthesizer__313(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_classTk_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_classTk_parenthesizer___closed__0(); lean_mark_persistent(l_Lean_Parser_Command_classTk_parenthesizer___closed__0); l_Lean_Parser_Command_classTk_parenthesizer___closed__1 = _init_l_Lean_Parser_Command_classTk_parenthesizer___closed__1(); lean_mark_persistent(l_Lean_Parser_Command_classTk_parenthesizer___closed__1); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__309(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_classTk_parenthesizer__317(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structParent_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structParent_parenthesizer___closed__0(); @@ -48442,9 +48758,9 @@ l_Lean_Parser_Command_structParent_parenthesizer___closed__3 = _init_l_Lean_Pars lean_mark_persistent(l_Lean_Parser_Command_structParent_parenthesizer___closed__3); l_Lean_Parser_Command_structParent_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_structParent_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_structParent_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__313(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structParent_parenthesizer__321(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_extends_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_extends_parenthesizer___closed__0(); @@ -48459,9 +48775,9 @@ l_Lean_Parser_Command_extends_parenthesizer___closed__4 = _init_l_Lean_Parser_Co lean_mark_persistent(l_Lean_Parser_Command_extends_parenthesizer___closed__4); l_Lean_Parser_Command_extends_parenthesizer___closed__5 = _init_l_Lean_Parser_Command_extends_parenthesizer___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_extends_parenthesizer___closed__5); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__317(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_extends_parenthesizer__325(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structCtor_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structCtor_parenthesizer___closed__0(); @@ -48480,9 +48796,9 @@ l_Lean_Parser_Command_structCtor_parenthesizer___closed__6 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_structCtor_parenthesizer___closed__6); l_Lean_Parser_Command_structCtor_parenthesizer___closed__7 = _init_l_Lean_Parser_Command_structCtor_parenthesizer___closed__7(); lean_mark_persistent(l_Lean_Parser_Command_structCtor_parenthesizer___closed__7); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__321(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structCtor_parenthesizer__329(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__0(); @@ -48509,9 +48825,9 @@ l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__10 = _init_l_ lean_mark_persistent(l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__10); l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__11 = _init_l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__11(); lean_mark_persistent(l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__11); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__325(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structExplicitBinder_parenthesizer__333(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__0(); @@ -48528,9 +48844,9 @@ l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__5 = _init_l_L lean_mark_persistent(l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__5); l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__6 = _init_l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__6(); lean_mark_persistent(l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__329(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer__337(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__0(); @@ -48545,11 +48861,9 @@ l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__4 = _init_l_Lean_ lean_mark_persistent(l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__4); l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__5 = _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__5(); lean_mark_persistent(l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__5); -l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__6 = _init_l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__6(); -lean_mark_persistent(l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__6); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__333(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer__341(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__0(); @@ -48562,9 +48876,9 @@ l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__3 = _init_l_Lea lean_mark_persistent(l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__3); l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__4 = _init_l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__4(); lean_mark_persistent(l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__4); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__337(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structSimpleBinder_parenthesizer__345(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structFields_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structFields_parenthesizer___closed__0(); @@ -48573,9 +48887,9 @@ l_Lean_Parser_Command_structFields_parenthesizer___closed__1 = _init_l_Lean_Pars lean_mark_persistent(l_Lean_Parser_Command_structFields_parenthesizer___closed__1); l_Lean_Parser_Command_structFields_parenthesizer___closed__2 = _init_l_Lean_Parser_Command_structFields_parenthesizer___closed__2(); lean_mark_persistent(l_Lean_Parser_Command_structFields_parenthesizer___closed__2); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__341(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structFields_parenthesizer__349(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_structure_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_structure_parenthesizer___closed__0(); @@ -48608,9 +48922,9 @@ l_Lean_Parser_Command_structure_parenthesizer___closed__13 = _init_l_Lean_Parser lean_mark_persistent(l_Lean_Parser_Command_structure_parenthesizer___closed__13); l_Lean_Parser_Command_structure_parenthesizer___closed__14 = _init_l_Lean_Parser_Command_structure_parenthesizer___closed__14(); lean_mark_persistent(l_Lean_Parser_Command_structure_parenthesizer___closed__14); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__345(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_structure_parenthesizer__353(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_declaration_parenthesizer___closed__0 = _init_l_Lean_Parser_Command_declaration_parenthesizer___closed__0(); @@ -48639,9 +48953,9 @@ l_Lean_Parser_Command_declaration_parenthesizer___closed__11 = _init_l_Lean_Pars lean_mark_persistent(l_Lean_Parser_Command_declaration_parenthesizer___closed__11); l_Lean_Parser_Command_declaration_parenthesizer___closed__12 = _init_l_Lean_Parser_Command_declaration_parenthesizer___closed__12(); lean_mark_persistent(l_Lean_Parser_Command_declaration_parenthesizer___closed__12); -l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349___closed__0(); -lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349___closed__0); -if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__349(lean_io_mk_world()); +l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357___closed__0(); +lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357___closed__0); +if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_declaration___regBuiltin_Lean_Parser_Command_declaration_parenthesizer__357(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); }l_Lean_Parser_Command_deriving___closed__0 = _init_l_Lean_Parser_Command_deriving___closed__0(); @@ -48774,14 +49088,6 @@ l_Lean_Parser_Command_sectionHeader___closed__13 = _init_l_Lean_Parser_Command_s lean_mark_persistent(l_Lean_Parser_Command_sectionHeader___closed__13); l_Lean_Parser_Command_sectionHeader___closed__14 = _init_l_Lean_Parser_Command_sectionHeader___closed__14(); lean_mark_persistent(l_Lean_Parser_Command_sectionHeader___closed__14); -l_Lean_Parser_Command_sectionHeader___closed__15 = _init_l_Lean_Parser_Command_sectionHeader___closed__15(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader___closed__15); -l_Lean_Parser_Command_sectionHeader___closed__16 = _init_l_Lean_Parser_Command_sectionHeader___closed__16(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader___closed__16); -l_Lean_Parser_Command_sectionHeader___closed__17 = _init_l_Lean_Parser_Command_sectionHeader___closed__17(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader___closed__17); -l_Lean_Parser_Command_sectionHeader___closed__18 = _init_l_Lean_Parser_Command_sectionHeader___closed__18(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader___closed__18); l_Lean_Parser_Command_sectionHeader = _init_l_Lean_Parser_Command_sectionHeader(); lean_mark_persistent(l_Lean_Parser_Command_sectionHeader); l_Lean_Parser_Command_section___closed__0 = _init_l_Lean_Parser_Command_section___closed__0(); @@ -48859,10 +49165,6 @@ l_Lean_Parser_Command_sectionHeader_formatter___closed__8 = _init_l_Lean_Parser_ lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_formatter___closed__8); l_Lean_Parser_Command_sectionHeader_formatter___closed__9 = _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_formatter___closed__9); -l_Lean_Parser_Command_sectionHeader_formatter___closed__10 = _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__10(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_formatter___closed__10); -l_Lean_Parser_Command_sectionHeader_formatter___closed__11 = _init_l_Lean_Parser_Command_sectionHeader_formatter___closed__11(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_formatter___closed__11); l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_formatter__9___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_formatter__9___closed__0(); lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_formatter__9___closed__0); if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_formatter__9(lean_io_mk_world()); @@ -48909,10 +49211,6 @@ l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8 = _init_l_Lean_Par lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__8); l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9 = _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9(); lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__9); -l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__10 = _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__10(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__10); -l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__11 = _init_l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__11(); -lean_mark_persistent(l_Lean_Parser_Command_sectionHeader_parenthesizer___closed__11); l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_parenthesizer__17___closed__0 = _init_l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_parenthesizer__17___closed__0(); lean_mark_persistent(l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_parenthesizer__17___closed__0); if (builtin) {res = l___private_Lean_Parser_Command_0__Lean_Parser_Command_section___regBuiltin_Lean_Parser_Command_sectionHeader_parenthesizer__17(lean_io_mk_world()); diff --git a/stage0/stdlib/Lean/Server/Rpc/Deriving.c b/stage0/stdlib/Lean/Server/Rpc/Deriving.c index 662ed4a735..d89b55cb5c 100644 --- a/stage0/stdlib/Lean/Server/Rpc/Deriving.c +++ b/stage0/stdlib/Lean/Server/Rpc/Deriving.c @@ -351,6 +351,7 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__45; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; +static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154; static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__61; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; lean_object* l_Lean_PersistentArray_push___redArg(lean_object*, lean_object*); @@ -433,6 +434,7 @@ static lean_object* l_List_foldl___at___Lean_Elab_addMacroStack___at___Lean_thro static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__22(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___closed__3; static lean_object* l_Lean_Server_RpcEncodable_initFn___closed__11____x40_Lean_Server_Rpc_Deriving_198155338____hygCtx___hyg_2_; @@ -5835,58 +5837,56 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("FromJson", 8, 8); +x_1 = lean_mk_string_unchecked("derivingClass", 13, 13); return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30() { _start: { -lean_object* x_1; lean_object* x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__29; -x_2 = l_String_toSubstring_x27(x_1); -return x_2; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__29; -x_2 = l_Lean_Name_mkStr1(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_unchecked("FromJson", 8, 8); +return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__29; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_3 = l_Lean_Name_mkStr2(x_2, x_1); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_2 = l_String_toSubstring_x27(x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___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); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__34() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; -x_2 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_3 = l_Lean_Name_mkStr2(x_2, x_1); +return x_3; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__35() { @@ -5904,16 +5904,38 @@ return x_3; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__34; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37() { +_start: +{ lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__35; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__35; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39() { _start: { lean_object* x_1; @@ -5921,7 +5943,7 @@ x_1 = lean_mk_string_unchecked(",", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40() { _start: { lean_object* x_1; @@ -5929,54 +5951,32 @@ x_1 = lean_mk_string_unchecked("ToJson", 6, 6); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; -x_2 = l_String_toSubstring_x27(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; -x_2 = l_Lean_Name_mkStr1(x_1); -return x_2; -} -} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_3 = l_Lean_Name_mkStr2(x_2, x_1); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; +x_2 = l_String_toSubstring_x27(x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; -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; +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__43() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; -x_2 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_3 = l_Lean_Name_mkStr2(x_2, x_1); +return x_3; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__44() { @@ -5994,40 +5994,42 @@ return x_3; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__43; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46() { +_start: +{ lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__44; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; 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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("in", 2, 2); -return x_1; -} -} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); -return x_5; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__44; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("variable", 8, 8); +x_1 = lean_mk_string_unchecked("in", 2, 2); return x_1; } } @@ -6047,7 +6049,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("instance", 8, 8); +x_1 = lean_mk_string_unchecked("variable", 8, 8); return x_1; } } @@ -6067,7 +6069,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("attrKind", 8, 8); +x_1 = lean_mk_string_unchecked("instance", 8, 8); return x_1; } } @@ -6076,7 +6078,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); @@ -6087,7 +6089,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("declSig", 7, 7); +x_1 = lean_mk_string_unchecked("attrKind", 8, 8); return x_1; } } @@ -6096,7 +6098,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__54; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); @@ -6106,6 +6108,26 @@ return x_5; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56() { _start: { +lean_object* x_1; +x_1 = lean_mk_string_unchecked("declSig", 7, 7); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58() { +_start: +{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__1; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; @@ -6115,7 +6137,7 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59() { _start: { lean_object* x_1; lean_object* x_2; @@ -6124,7 +6146,7 @@ x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60() { _start: { lean_object* x_1; lean_object* x_2; @@ -6133,7 +6155,7 @@ x_2 = l_Lean_Name_mkStr1(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -6144,28 +6166,6 @@ x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); return x_4; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; -x_2 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} -} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__62() { _start: { @@ -6181,41 +6181,42 @@ return x_3; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__64() { +_start: +{ lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__62; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; 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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__64() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__0; -x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); -return x_4; -} -} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65() { _start: { -lean_object* x_1; lean_object* x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__64; -x_2 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__62; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__66() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__0; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); @@ -6235,11 +6236,12 @@ return x_2; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__68() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__0; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_3 = l_Lean_Name_mkStr2(x_2, x_1); -return x_3; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__0; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); +return x_4; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__69() { @@ -6256,32 +6258,28 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__61; -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_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__0; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_3 = l_Lean_Name_mkStr2(x_2, x_1); return x_3; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__71() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; +lean_object* x_1; lean_object* x_2; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__70; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__69; -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; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__72() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__71; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__67; +x_1 = lean_box(0); +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__61; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -6293,7 +6291,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__72; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__71; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -6305,7 +6303,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__73; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__57; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__69; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -6317,7 +6315,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__74; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__67; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -6327,16 +6325,40 @@ return x_3; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__76() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("explicit", 8, 8); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__57; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__76; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("explicit", 8, 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; @@ -6344,7 +6366,7 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80() { _start: { lean_object* x_1; @@ -6352,31 +6374,11 @@ x_1 = lean_mk_string_unchecked("@", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("declValSimple", 13, 13); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); -return x_5; -} -} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__81() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("structInst", 10, 10); +x_1 = lean_mk_string_unchecked("declValSimple", 13, 13); return x_1; } } @@ -6385,7 +6387,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__81; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); @@ -6396,23 +6398,15 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("{", 1, 1); +x_1 = lean_mk_string_unchecked("structInst", 10, 10); return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("structInstFields", 16, 16); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; @@ -6420,9 +6414,37 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("{", 1, 1); +return x_1; +} +} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__86() { _start: { +lean_object* x_1; +x_1 = lean_mk_string_unchecked("structInstFields", 16, 16); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__86; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88() { +_start: +{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__26; x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__2; @@ -6432,57 +6454,57 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__86; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__89() { _start: { +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__89; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91() { +_start: +{ lean_object* x_1; x_1 = lean_mk_string_unchecked("enc", 3, 3); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__89; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__89; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; x_2 = l_Lean_Name_mkStr1(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; @@ -6494,57 +6516,57 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__95() { _start: { +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__95; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97() { +_start: +{ lean_object* x_1; x_1 = lean_mk_string_unchecked("dec", 3, 3); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__95; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__95; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; x_2 = l_Lean_Name_mkStr1(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100() { _start: { lean_object* x_1; @@ -6552,11 +6574,11 @@ x_1 = lean_mk_string_unchecked("optEllipsis", 11, 11); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; @@ -6564,7 +6586,7 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102() { _start: { lean_object* x_1; @@ -6572,7 +6594,7 @@ x_1 = lean_mk_string_unchecked("}", 1, 1); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101() { +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103() { _start: { lean_object* x_1; @@ -6580,31 +6602,11 @@ x_1 = lean_mk_string_unchecked("Termination", 11, 11); return x_1; } } -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("suffix", 6, 6); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; -x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); -return x_5; -} -} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__104() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("whereDecls", 10, 10); +x_1 = lean_mk_string_unchecked("suffix", 6, 6); return x_1; } } @@ -6613,7 +6615,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__104; -x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); @@ -6624,7 +6626,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("letRecDecl", 10, 10); +x_1 = lean_mk_string_unchecked("whereDecls", 10, 10); return x_1; } } @@ -6644,7 +6646,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("letDecl", 7, 7); +x_1 = lean_mk_string_unchecked("letRecDecl", 10, 10); return x_1; } } @@ -6664,7 +6666,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("letIdDecl", 9, 9); +x_1 = lean_mk_string_unchecked("letDecl", 7, 7); return x_1; } } @@ -6684,7 +6686,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("letId", 5, 5); +x_1 = lean_mk_string_unchecked("letIdDecl", 9, 9); return x_1; } } @@ -6704,7 +6706,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("termReturn", 10, 10); +x_1 = lean_mk_string_unchecked("letId", 5, 5); return x_1; } } @@ -6724,119 +6726,15 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("return", 6, 6); +x_1 = lean_mk_string_unchecked("termReturn", 10, 10); return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("toJson", 6, 6); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; -x_2 = l_String_toSubstring_x27(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; -x_2 = l_Lean_Name_mkStr1(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; -x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); -return x_4; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -x_2 = l_Lean_mkAtom(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("j", 1, 1); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; -x_2 = l_String_toSubstring_x27(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; -x_2 = l_Lean_Name_mkStr1(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("do", 2, 2); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; @@ -6844,11 +6742,115 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("return", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("toJson", 6, 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_2 = l_String_toSubstring_x27(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +x_2 = l_Lean_mkAtom(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("j", 1, 1); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; +x_2 = l_String_toSubstring_x27(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; +} +} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("doSeqIndent", 11, 11); +x_1 = lean_mk_string_unchecked("do", 2, 2); return x_1; } } @@ -6868,7 +6870,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("doSeqItem", 9, 9); +x_1 = lean_mk_string_unchecked("doSeqIndent", 11, 11); return x_1; } } @@ -6888,7 +6890,7 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("doLetArrow", 10, 10); +x_1 = lean_mk_string_unchecked("doSeqItem", 9, 9); return x_1; } } @@ -6908,23 +6910,15 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("let", 3, 3); +x_1 = lean_mk_string_unchecked("doLetArrow", 10, 10); return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_unchecked("doIdDecl", 8, 8); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; @@ -6932,11 +6926,19 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("let", 3, 3); +return x_1; +} +} static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__138() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("doExpr", 6, 6); +x_1 = lean_mk_string_unchecked("doIdDecl", 8, 8); return x_1; } } @@ -6956,76 +6958,15 @@ static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rp _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("fromJson\?", 9, 9); +x_1 = lean_mk_string_unchecked("doExpr", 6, 6); return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__140; -x_2 = l_String_toSubstring_x27(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__140; -x_2 = l_Lean_Name_mkStr1(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__140; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__29; -x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); -return x_4; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; -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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__146() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_unchecked("doReturn", 8, 8); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__146; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__140; x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; @@ -7033,28 +6974,92 @@ x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); return x_5; } } +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_unchecked("fromJson\?", 9, 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; +x_2 = l_String_toSubstring_x27(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; +x_2 = l_Lean_Name_mkStr1(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_4 = l_Lean_Name_mkStr3(x_3, x_2, x_1); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__146() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__146; +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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__148() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked("for structure ", 14, 14); +x_1 = lean_mk_string_unchecked("doReturn", 8, 8); return x_1; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149() { _start: { -lean_object* x_1; lean_object* x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__148; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +x_2 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_3 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_4 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_5 = l_Lean_Name_mkStr4(x_4, x_3, x_2, x_1); +return x_5; } } static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__150() { _start: { lean_object* x_1; -x_1 = lean_mk_string_unchecked(" with params ", 13, 13); +x_1 = lean_mk_string_unchecked("for structure ", 14, 14); return x_1; } } @@ -7070,6 +7075,23 @@ return x_2; static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152() { _start: { +lean_object* x_1; +x_1 = lean_mk_string_unchecked(" with params ", 13, 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154() { +_start: +{ lean_object* x_1; lean_object* x_2; x_1 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__54; x_2 = l_Lean_stringToMessageData(x_1); @@ -7079,7 +7101,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance(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, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_1570; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_1588; x_11 = lean_st_ref_get(x_9, x_10); x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); @@ -7129,9 +7151,9 @@ if (lean_is_exclusive(x_19)) { x_26 = 0; lean_inc(x_24); x_27 = l_Lean_getStructureFieldsFlattened(x_23, x_24, x_26); -x_1570 = lean_unbox(x_20); +x_1588 = lean_unbox(x_20); lean_dec(x_20); -if (x_1570 == 0) +if (x_1588 == 0) { x_28 = x_4; x_29 = x_5; @@ -7140,47 +7162,47 @@ x_31 = x_7; x_32 = x_8; x_33 = x_9; x_34 = x_21; -goto block_1569; +goto block_1587; } else { -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; -x_1571 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +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; +x_1589 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__151; lean_inc(x_24); -x_1572 = l_Lean_MessageData_ofName(x_24); -x_1573 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1573, 0, x_1571); -lean_ctor_set(x_1573, 1, x_1572); -x_1574 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__151; -x_1575 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1575, 0, x_1573); -lean_ctor_set(x_1575, 1, x_1574); +x_1590 = l_Lean_MessageData_ofName(x_24); +x_1591 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1591, 0, x_1589); +lean_ctor_set(x_1591, 1, x_1590); +x_1592 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153; +x_1593 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1593, 0, x_1591); +lean_ctor_set(x_1593, 1, x_1592); lean_inc_ref(x_2); -x_1576 = lean_array_to_list(x_2); -x_1577 = lean_box(0); -x_1578 = l_List_mapTR_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__6(x_1576, x_1577); -x_1579 = l_Lean_MessageData_ofList(x_1578); -x_1580 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1580, 0, x_1575); -lean_ctor_set(x_1580, 1, x_1579); -x_1581 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152; -x_1582 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1582, 0, x_1580); -lean_ctor_set(x_1582, 1, x_1581); -x_1583 = l_Lean_addTrace___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__7___redArg(x_17, x_1582, x_6, x_7, x_8, x_9, x_21); -x_1584 = lean_ctor_get(x_1583, 1); -lean_inc(x_1584); -lean_dec_ref(x_1583); +x_1594 = lean_array_to_list(x_2); +x_1595 = lean_box(0); +x_1596 = l_List_mapTR_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__6(x_1594, x_1595); +x_1597 = l_Lean_MessageData_ofList(x_1596); +x_1598 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1598, 0, x_1593); +lean_ctor_set(x_1598, 1, x_1597); +x_1599 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154; +x_1600 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1600, 0, x_1598); +lean_ctor_set(x_1600, 1, x_1599); +x_1601 = l_Lean_addTrace___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__7___redArg(x_17, x_1600, x_6, x_7, x_8, x_9, x_21); +x_1602 = lean_ctor_get(x_1601, 1); +lean_inc(x_1602); +lean_dec_ref(x_1601); x_28 = x_4; x_29 = x_5; x_30 = x_6; x_31 = x_7; x_32 = x_8; x_33 = x_9; -x_34 = x_1584; -goto block_1569; +x_34 = x_1602; +goto block_1587; } -block_1569: +block_1587: { lean_object* x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; x_35 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__7; @@ -7230,7 +7252,7 @@ uint8_t x_56; x_56 = !lean_is_exclusive(x_55); if (x_56 == 0) { -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_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; size_t 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; 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; size_t 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; 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; size_t 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_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_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; size_t 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; 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; size_t 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; 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; size_t 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; x_57 = lean_ctor_get(x_55, 0); x_58 = lean_ctor_get(x_32, 5); lean_inc(x_58); @@ -7325,1067 +7347,1081 @@ lean_ctor_set_tag(x_39, 2); lean_ctor_set(x_39, 1, x_94); lean_ctor_set(x_39, 0, x_61); x_95 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_96 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_96 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_97 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; lean_inc(x_60); lean_inc(x_59); -x_97 = l_Lean_addMacroScope(x_59, x_96, x_60); -x_98 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36; +x_98 = l_Lean_addMacroScope(x_59, x_97, x_60); +x_99 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; lean_inc(x_61); -x_99 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_99, 0, x_61); -lean_ctor_set(x_99, 1, x_95); -lean_ctor_set(x_99, 2, x_97); -lean_ctor_set(x_99, 3, x_98); -x_100 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; +x_100 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_100, 0, x_61); +lean_ctor_set(x_100, 1, x_96); +lean_ctor_set(x_100, 2, x_98); +lean_ctor_set(x_100, 3, x_99); +lean_inc_ref(x_69); +lean_inc(x_61); +x_101 = l_Lean_Syntax_node2(x_61, x_95, x_69, x_100); +x_102 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; lean_inc(x_61); lean_ctor_set_tag(x_38, 2); -lean_ctor_set(x_38, 1, x_100); +lean_ctor_set(x_38, 1, x_102); lean_ctor_set(x_38, 0, x_61); -x_101 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_102 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; +x_103 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_104 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; lean_inc(x_60); lean_inc(x_59); -x_103 = l_Lean_addMacroScope(x_59, x_102, x_60); -x_104 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; +x_105 = l_Lean_addMacroScope(x_59, x_104, x_60); +x_106 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; lean_inc(x_61); -x_105 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_105, 0, x_61); -lean_ctor_set(x_105, 1, x_101); -lean_ctor_set(x_105, 2, x_103); -lean_ctor_set(x_105, 3, x_104); +x_107 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_107, 0, x_61); +lean_ctor_set(x_107, 1, x_103); +lean_ctor_set(x_107, 2, x_105); +lean_ctor_set(x_107, 3, x_106); +lean_inc_ref(x_69); +lean_inc(x_61); +x_108 = l_Lean_Syntax_node2(x_61, x_95, x_69, x_107); lean_inc_ref(x_38); lean_inc(x_61); -x_106 = l_Lean_Syntax_node3(x_61, x_62, x_99, x_38, x_105); +x_109 = l_Lean_Syntax_node3(x_61, x_62, x_101, x_38, x_108); lean_inc(x_61); -x_107 = l_Lean_Syntax_node2(x_61, x_62, x_39, x_106); +x_110 = l_Lean_Syntax_node2(x_61, x_62, x_39, x_109); lean_inc(x_61); -x_108 = l_Lean_Syntax_node1(x_61, x_93, x_107); +x_111 = l_Lean_Syntax_node1(x_61, x_93, x_110); lean_inc_ref(x_69); lean_inc(x_61); -x_109 = l_Lean_Syntax_node6(x_61, x_72, x_74, x_81, x_83, x_69, x_92, x_108); +x_112 = l_Lean_Syntax_node6(x_61, x_72, x_74, x_81, x_83, x_69, x_92, x_111); lean_inc(x_70); lean_inc(x_61); -x_110 = l_Lean_Syntax_node2(x_61, x_66, x_70, x_109); -x_111 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_112 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_113 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_114 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_113 = l_Lean_Syntax_node2(x_61, x_66, x_70, x_112); +x_114 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_115 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_116 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_117 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; lean_inc(x_61); if (lean_is_scalar(x_22)) { - x_115 = lean_alloc_ctor(2, 2, 0); + x_118 = lean_alloc_ctor(2, 2, 0); } else { - x_115 = x_22; - lean_ctor_set_tag(x_115, 2); + x_118 = x_22; + lean_ctor_set_tag(x_118, 2); } -lean_ctor_set(x_115, 0, x_61); -lean_ctor_set(x_115, 1, x_113); -x_116 = l_Array_append___redArg(x_68, x_3); +lean_ctor_set(x_118, 0, x_61); +lean_ctor_set(x_118, 1, x_116); +x_119 = l_Array_append___redArg(x_68, x_3); lean_inc(x_61); -x_117 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_117, 0, x_61); -lean_ctor_set(x_117, 1, x_62); -lean_ctor_set(x_117, 2, x_116); +x_120 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_120, 0, x_61); +lean_ctor_set(x_120, 1, x_62); +lean_ctor_set(x_120, 2, x_119); lean_inc(x_61); -x_118 = l_Lean_Syntax_node2(x_61, x_114, x_115, x_117); +x_121 = l_Lean_Syntax_node2(x_61, x_117, x_118, x_120); lean_inc(x_61); if (lean_is_scalar(x_14)) { - x_119 = lean_alloc_ctor(2, 2, 0); + x_122 = lean_alloc_ctor(2, 2, 0); } else { - x_119 = x_14; - lean_ctor_set_tag(x_119, 2); + x_122 = x_14; + lean_ctor_set_tag(x_122, 2); } -lean_ctor_set(x_119, 0, x_61); -lean_ctor_set(x_119, 1, x_111); -x_120 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_121 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_122 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_69); -lean_inc(x_61); -x_123 = l_Lean_Syntax_node1(x_61, x_122, x_69); -lean_inc(x_61); -x_124 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_124, 0, x_61); -lean_ctor_set(x_124, 1, x_120); +lean_ctor_set(x_122, 0, x_61); +lean_ctor_set(x_122, 1, x_114); +x_123 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_124 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; x_125 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_126 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_127 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_61); -x_128 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_128, 0, x_61); -lean_ctor_set(x_128, 1, x_127); -x_129 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_130 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_131 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_60); -lean_inc(x_59); -x_132 = l_Lean_addMacroScope(x_59, x_131, x_60); -x_133 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; -lean_inc(x_61); -x_134 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_134, 0, x_61); -lean_ctor_set(x_134, 1, x_130); -lean_ctor_set(x_134, 2, x_132); -lean_ctor_set(x_134, 3, x_133); -x_135 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; -x_136 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; -x_137 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; -lean_inc(x_61); -x_138 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_138, 0, x_61); -lean_ctor_set(x_138, 1, x_137); -x_139 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; -x_140 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; -x_141 = lean_box(0); -lean_inc(x_60); -lean_inc(x_59); -x_142 = l_Lean_addMacroScope(x_59, x_141, x_60); -x_143 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; -lean_inc(x_61); -x_144 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_144, 0, x_61); -lean_ctor_set(x_144, 1, x_140); -lean_ctor_set(x_144, 2, x_142); -lean_ctor_set(x_144, 3, x_143); -lean_inc(x_61); -x_145 = l_Lean_Syntax_node1(x_61, x_139, x_144); -lean_inc(x_61); -x_146 = l_Lean_Syntax_node2(x_61, x_136, x_138, x_145); -x_147 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_148 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_61); -x_149 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_149, 0, x_61); -lean_ctor_set(x_149, 1, x_148); -x_150 = l_Lean_mkCIdent(x_24); -lean_inc(x_61); -x_151 = l_Lean_Syntax_node2(x_61, x_147, x_149, x_150); -x_152 = lean_array_size(x_57); -x_153 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_152, x_37, x_57); -x_154 = l_Array_append___redArg(x_68, x_153); -lean_dec_ref(x_153); -lean_inc(x_61); -x_155 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_155, 0, x_61); -lean_ctor_set(x_155, 1, x_62); -lean_ctor_set(x_155, 2, x_154); -lean_inc(x_61); -x_156 = l_Lean_Syntax_node2(x_61, x_129, x_151, x_155); -x_157 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; -lean_inc(x_61); -x_158 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_158, 0, x_61); -lean_ctor_set(x_158, 1, x_157); -lean_inc(x_61); -x_159 = l_Lean_Syntax_node3(x_61, x_135, x_146, x_156, x_158); -lean_inc(x_61); -x_160 = l_Lean_Syntax_node1(x_61, x_62, x_159); -lean_inc(x_61); -x_161 = l_Lean_Syntax_node2(x_61, x_129, x_134, x_160); -lean_inc_ref(x_128); -lean_inc(x_61); -x_162 = l_Lean_Syntax_node2(x_61, x_126, x_128, x_161); lean_inc_ref(x_69); lean_inc(x_61); -x_163 = l_Lean_Syntax_node2(x_61, x_125, x_69, x_162); -x_164 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_165 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +x_126 = l_Lean_Syntax_node1(x_61, x_125, x_69); lean_inc(x_61); -x_166 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_166, 0, x_61); -lean_ctor_set(x_166, 1, x_165); +x_127 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_127, 0, x_61); +lean_ctor_set(x_127, 1, x_123); +x_128 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_129 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_130 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_61); +x_131 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_131, 0, x_61); +lean_ctor_set(x_131, 1, x_130); +x_132 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_133 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_134 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_60); +lean_inc(x_59); +x_135 = l_Lean_addMacroScope(x_59, x_134, x_60); +x_136 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +lean_inc(x_61); +x_137 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_137, 0, x_61); +lean_ctor_set(x_137, 1, x_133); +lean_ctor_set(x_137, 2, x_135); +lean_ctor_set(x_137, 3, x_136); +x_138 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; +x_139 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; +x_140 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; +lean_inc(x_61); +x_141 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_141, 0, x_61); +lean_ctor_set(x_141, 1, x_140); +x_142 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; +x_143 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; +x_144 = lean_box(0); +lean_inc(x_60); +lean_inc(x_59); +x_145 = l_Lean_addMacroScope(x_59, x_144, x_60); +x_146 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; +lean_inc(x_61); +x_147 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_147, 0, x_61); +lean_ctor_set(x_147, 1, x_143); +lean_ctor_set(x_147, 2, x_145); +lean_ctor_set(x_147, 3, x_146); +lean_inc(x_61); +x_148 = l_Lean_Syntax_node1(x_61, x_142, x_147); +lean_inc(x_61); +x_149 = l_Lean_Syntax_node2(x_61, x_139, x_141, x_148); +x_150 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_151 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_61); +x_152 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_152, 0, x_61); +lean_ctor_set(x_152, 1, x_151); +x_153 = l_Lean_mkCIdent(x_24); +lean_inc(x_61); +x_154 = l_Lean_Syntax_node2(x_61, x_150, x_152, x_153); +x_155 = lean_array_size(x_57); +x_156 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_155, x_37, x_57); +x_157 = l_Array_append___redArg(x_68, x_156); +lean_dec_ref(x_156); +lean_inc(x_61); +x_158 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_158, 0, x_61); +lean_ctor_set(x_158, 1, x_62); +lean_ctor_set(x_158, 2, x_157); +lean_inc(x_61); +x_159 = l_Lean_Syntax_node2(x_61, x_132, x_154, x_158); +x_160 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; +lean_inc(x_61); +x_161 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_161, 0, x_61); +lean_ctor_set(x_161, 1, x_160); +lean_inc(x_61); +x_162 = l_Lean_Syntax_node3(x_61, x_138, x_149, x_159, x_161); +lean_inc(x_61); +x_163 = l_Lean_Syntax_node1(x_61, x_62, x_162); +lean_inc(x_61); +x_164 = l_Lean_Syntax_node2(x_61, x_132, x_137, x_163); +lean_inc_ref(x_131); +lean_inc(x_61); +x_165 = l_Lean_Syntax_node2(x_61, x_129, x_131, x_164); +lean_inc_ref(x_69); +lean_inc(x_61); +x_166 = l_Lean_Syntax_node2(x_61, x_128, x_69, x_165); x_167 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_168 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; +x_168 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; lean_inc(x_61); x_169 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_169, 0, x_61); lean_ctor_set(x_169, 1, x_168); -x_170 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_171 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_172 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_173 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_174 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +x_170 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_171 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_61); +x_172 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_172, 0, x_61); +lean_ctor_set(x_172, 1, x_171); +x_173 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_174 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_175 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_176 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_177 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; lean_inc(x_60); lean_inc(x_59); -x_175 = l_Lean_addMacroScope(x_59, x_174, x_60); -x_176 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; +x_178 = l_Lean_addMacroScope(x_59, x_177, x_60); +x_179 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; lean_inc(x_61); -x_177 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_177, 0, x_61); -lean_ctor_set(x_177, 1, x_173); -lean_ctor_set(x_177, 2, x_175); -lean_ctor_set(x_177, 3, x_176); +x_180 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_180, 0, x_61); +lean_ctor_set(x_180, 1, x_176); +lean_ctor_set(x_180, 2, x_178); +lean_ctor_set(x_180, 3, x_179); lean_inc_ref(x_69); lean_inc(x_61); -x_178 = l_Lean_Syntax_node2(x_61, x_172, x_177, x_69); -x_179 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_180 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_181 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; +x_181 = l_Lean_Syntax_node2(x_61, x_175, x_180, x_69); +x_182 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_183 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_184 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; lean_inc(x_60); lean_inc(x_59); -x_182 = l_Lean_addMacroScope(x_59, x_181, x_60); +x_185 = l_Lean_addMacroScope(x_59, x_184, x_60); lean_inc(x_61); -x_183 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_183, 0, x_61); -lean_ctor_set(x_183, 1, x_180); -lean_ctor_set(x_183, 2, x_182); -lean_ctor_set(x_183, 3, x_79); -lean_inc_ref(x_183); +x_186 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_186, 0, x_61); +lean_ctor_set(x_186, 1, x_183); +lean_ctor_set(x_186, 2, x_185); +lean_ctor_set(x_186, 3, x_79); +lean_inc_ref(x_186); lean_inc_ref(x_69); -lean_inc_ref(x_166); +lean_inc_ref(x_169); lean_inc(x_61); -x_184 = l_Lean_Syntax_node3(x_61, x_179, x_166, x_69, x_183); +x_187 = l_Lean_Syntax_node3(x_61, x_182, x_169, x_69, x_186); lean_inc_ref_n(x_69, 2); lean_inc(x_61); -x_185 = l_Lean_Syntax_node3(x_61, x_62, x_69, x_69, x_184); +x_188 = l_Lean_Syntax_node3(x_61, x_62, x_69, x_69, x_187); lean_inc(x_61); -x_186 = l_Lean_Syntax_node2(x_61, x_171, x_178, x_185); -x_187 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_188 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +x_189 = l_Lean_Syntax_node2(x_61, x_174, x_181, x_188); +x_190 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_191 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; lean_inc(x_60); lean_inc(x_59); -x_189 = l_Lean_addMacroScope(x_59, x_188, x_60); -x_190 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; -lean_inc(x_61); -x_191 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_191, 0, x_61); -lean_ctor_set(x_191, 1, x_187); -lean_ctor_set(x_191, 2, x_189); -lean_ctor_set(x_191, 3, x_190); -lean_inc_ref(x_69); -lean_inc(x_61); -x_192 = l_Lean_Syntax_node2(x_61, x_172, x_191, x_69); +x_192 = l_Lean_addMacroScope(x_59, x_191, x_60); x_193 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_194 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; +lean_inc(x_61); +x_194 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_194, 0, x_61); +lean_ctor_set(x_194, 1, x_190); +lean_ctor_set(x_194, 2, x_192); +lean_ctor_set(x_194, 3, x_193); +lean_inc_ref(x_69); +lean_inc(x_61); +x_195 = l_Lean_Syntax_node2(x_61, x_175, x_194, x_69); +x_196 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_197 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; lean_inc(x_60); lean_inc(x_59); -x_195 = l_Lean_addMacroScope(x_59, x_194, x_60); +x_198 = l_Lean_addMacroScope(x_59, x_197, x_60); lean_inc(x_61); -x_196 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_196, 0, x_61); -lean_ctor_set(x_196, 1, x_193); -lean_ctor_set(x_196, 2, x_195); -lean_ctor_set(x_196, 3, x_79); -lean_inc_ref(x_196); +x_199 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_199, 0, x_61); +lean_ctor_set(x_199, 1, x_196); +lean_ctor_set(x_199, 2, x_198); +lean_ctor_set(x_199, 3, x_79); +lean_inc_ref(x_199); lean_inc_ref(x_69); -lean_inc_ref(x_166); -lean_inc(x_61); -x_197 = l_Lean_Syntax_node3(x_61, x_179, x_166, x_69, x_196); -lean_inc_ref_n(x_69, 2); -lean_inc(x_61); -x_198 = l_Lean_Syntax_node3(x_61, x_62, x_69, x_69, x_197); -lean_inc(x_61); -x_199 = l_Lean_Syntax_node2(x_61, x_171, x_192, x_198); -lean_inc(x_61); -x_200 = l_Lean_Syntax_node3(x_61, x_62, x_186, x_38, x_199); -lean_inc(x_61); -x_201 = l_Lean_Syntax_node1(x_61, x_170, x_200); -x_202 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_69); -lean_inc(x_61); -x_203 = l_Lean_Syntax_node1(x_61, x_202, x_69); -x_204 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_61); -x_205 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_205, 0, x_61); -lean_ctor_set(x_205, 1, x_204); -lean_inc_ref(x_205); -lean_inc(x_203); -lean_inc_ref_n(x_69, 2); lean_inc_ref(x_169); lean_inc(x_61); -x_206 = l_Lean_Syntax_node6(x_61, x_167, x_169, x_69, x_201, x_203, x_69, x_205); -x_207 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; +x_200 = l_Lean_Syntax_node3(x_61, x_182, x_169, x_69, x_199); lean_inc_ref_n(x_69, 2); lean_inc(x_61); -x_208 = l_Lean_Syntax_node2(x_61, x_207, x_69, x_69); -x_209 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_210 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_211 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_212 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_213 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_201 = l_Lean_Syntax_node3(x_61, x_62, x_69, x_69, x_200); lean_inc(x_61); -x_214 = l_Lean_Syntax_node1(x_61, x_213, x_183); -x_215 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; -x_216 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; +x_202 = l_Lean_Syntax_node2(x_61, x_174, x_195, x_201); +lean_inc(x_61); +x_203 = l_Lean_Syntax_node3(x_61, x_62, x_189, x_38, x_202); +lean_inc(x_61); +x_204 = l_Lean_Syntax_node1(x_61, x_173, x_203); +x_205 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_69); +lean_inc(x_61); +x_206 = l_Lean_Syntax_node1(x_61, x_205, x_69); +x_207 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_61); +x_208 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_208, 0, x_61); +lean_ctor_set(x_208, 1, x_207); +lean_inc_ref(x_208); +lean_inc(x_206); +lean_inc_ref_n(x_69, 2); +lean_inc_ref(x_172); +lean_inc(x_61); +x_209 = l_Lean_Syntax_node6(x_61, x_170, x_172, x_69, x_204, x_206, x_69, x_208); +x_210 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_69, 2); +lean_inc(x_61); +x_211 = l_Lean_Syntax_node2(x_61, x_210, x_69, x_69); +x_212 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_213 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_214 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_215 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_216 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_61); +x_217 = l_Lean_Syntax_node1(x_61, x_216, x_186); +x_218 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; +x_219 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; lean_inc(x_60); lean_inc(x_59); -x_217 = l_Lean_addMacroScope(x_59, x_216, x_60); +x_220 = l_Lean_addMacroScope(x_59, x_219, x_60); lean_inc(x_61); -x_218 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_218, 0, x_61); -lean_ctor_set(x_218, 1, x_215); -lean_ctor_set(x_218, 2, x_217); -lean_ctor_set(x_218, 3, x_79); -lean_inc_ref(x_218); +x_221 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_221, 0, x_61); +lean_ctor_set(x_221, 1, x_218); +lean_ctor_set(x_221, 2, x_220); +lean_ctor_set(x_221, 3, x_79); +lean_inc_ref(x_221); lean_inc(x_61); -x_219 = l_Lean_Syntax_node1(x_61, x_62, x_218); -x_220 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_221 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; +x_222 = l_Lean_Syntax_node1(x_61, x_62, x_221); +x_223 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_224 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; lean_inc(x_61); -x_222 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_222, 0, x_61); -lean_ctor_set(x_222, 1, x_221); -x_223 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_224 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_225 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_225, 0, x_61); +lean_ctor_set(x_225, 1, x_224); +x_226 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_227 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; lean_inc(x_60); lean_inc(x_59); -x_225 = l_Lean_addMacroScope(x_59, x_224, x_60); -x_226 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; +x_228 = l_Lean_addMacroScope(x_59, x_227, x_60); +x_229 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; lean_inc(x_61); -x_227 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_227, 0, x_61); -lean_ctor_set(x_227, 1, x_223); -lean_ctor_set(x_227, 2, x_225); -lean_ctor_set(x_227, 3, x_226); -x_228 = lean_array_size(x_49); -x_229 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_228, x_37, x_49); -x_230 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; -x_231 = l_Lean_mkSepArray(x_229, x_230); -lean_dec_ref(x_229); -x_232 = l_Array_append___redArg(x_68, x_231); -lean_dec_ref(x_231); +x_230 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_230, 0, x_61); +lean_ctor_set(x_230, 1, x_226); +lean_ctor_set(x_230, 2, x_228); +lean_ctor_set(x_230, 3, x_229); +x_231 = lean_array_size(x_49); +x_232 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_231, x_37, x_49); +x_233 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; +x_234 = l_Lean_mkSepArray(x_232, x_233); +lean_dec_ref(x_232); +x_235 = l_Array_append___redArg(x_68, x_234); +lean_dec_ref(x_234); lean_inc(x_61); -x_233 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_233, 0, x_61); -lean_ctor_set(x_233, 1, x_62); -lean_ctor_set(x_233, 2, x_232); +x_236 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_236, 0, x_61); +lean_ctor_set(x_236, 1, x_62); +lean_ctor_set(x_236, 2, x_235); lean_inc(x_61); -x_234 = l_Lean_Syntax_node1(x_61, x_170, x_233); +x_237 = l_Lean_Syntax_node1(x_61, x_173, x_236); lean_inc_ref(x_80); -lean_inc_ref(x_128); +lean_inc_ref(x_131); lean_inc(x_61); -x_235 = l_Lean_Syntax_node2(x_61, x_62, x_128, x_80); -lean_inc_ref(x_205); -lean_inc(x_203); +x_238 = l_Lean_Syntax_node2(x_61, x_62, x_131, x_80); +lean_inc_ref(x_208); +lean_inc(x_206); lean_inc_ref(x_69); +lean_inc_ref(x_172); +lean_inc(x_61); +x_239 = l_Lean_Syntax_node6(x_61, x_170, x_172, x_69, x_237, x_206, x_238, x_208); +lean_inc(x_61); +x_240 = l_Lean_Syntax_node1(x_61, x_62, x_239); +lean_inc(x_61); +x_241 = l_Lean_Syntax_node2(x_61, x_132, x_230, x_240); +lean_inc(x_61); +x_242 = l_Lean_Syntax_node1(x_61, x_62, x_241); +lean_inc_ref(x_225); +lean_inc(x_61); +x_243 = l_Lean_Syntax_node2(x_61, x_223, x_225, x_242); lean_inc_ref(x_169); -lean_inc(x_61); -x_236 = l_Lean_Syntax_node6(x_61, x_167, x_169, x_69, x_234, x_203, x_235, x_205); -lean_inc(x_61); -x_237 = l_Lean_Syntax_node1(x_61, x_62, x_236); -lean_inc(x_61); -x_238 = l_Lean_Syntax_node2(x_61, x_129, x_227, x_237); -lean_inc(x_61); -x_239 = l_Lean_Syntax_node1(x_61, x_62, x_238); -lean_inc_ref(x_222); -lean_inc(x_61); -x_240 = l_Lean_Syntax_node2(x_61, x_220, x_222, x_239); -lean_inc_ref(x_166); lean_inc_ref(x_69); lean_inc(x_61); -x_241 = l_Lean_Syntax_node5(x_61, x_212, x_214, x_219, x_69, x_166, x_240); +x_244 = l_Lean_Syntax_node5(x_61, x_215, x_217, x_222, x_69, x_169, x_243); lean_inc(x_61); -x_242 = l_Lean_Syntax_node1(x_61, x_211, x_241); -lean_inc(x_208); +x_245 = l_Lean_Syntax_node1(x_61, x_214, x_244); +lean_inc(x_211); lean_inc_ref_n(x_69, 2); lean_inc(x_61); -x_243 = l_Lean_Syntax_node4(x_61, x_210, x_69, x_69, x_242, x_208); +x_246 = l_Lean_Syntax_node4(x_61, x_213, x_69, x_69, x_245, x_211); lean_inc(x_61); -x_244 = l_Lean_Syntax_node1(x_61, x_213, x_196); -x_245 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_246 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; +x_247 = l_Lean_Syntax_node1(x_61, x_216, x_199); +x_248 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_249 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; lean_inc(x_60); lean_inc(x_59); -x_247 = l_Lean_addMacroScope(x_59, x_246, x_60); +x_250 = l_Lean_addMacroScope(x_59, x_249, x_60); lean_inc(x_61); -x_248 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_248, 0, x_61); -lean_ctor_set(x_248, 1, x_245); -lean_ctor_set(x_248, 2, x_247); -lean_ctor_set(x_248, 3, x_79); +x_251 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_251, 0, x_61); +lean_ctor_set(x_251, 1, x_248); +lean_ctor_set(x_251, 2, x_250); +lean_ctor_set(x_251, 3, x_79); lean_inc(x_61); -x_249 = l_Lean_Syntax_node1(x_61, x_62, x_248); -x_250 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_251 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +x_252 = l_Lean_Syntax_node1(x_61, x_62, x_251); +x_253 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_254 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; lean_inc(x_61); -x_252 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_252, 0, x_61); -lean_ctor_set(x_252, 1, x_250); -x_253 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_254 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_255 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_256 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; +x_255 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_255, 0, x_61); +lean_ctor_set(x_255, 1, x_253); +x_256 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_257 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_258 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_259 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; lean_inc(x_61); -x_257 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_257, 0, x_61); -lean_ctor_set(x_257, 1, x_256); -x_258 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +x_260 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_260, 0, x_61); +lean_ctor_set(x_260, 1, x_259); +x_261 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; lean_inc(x_61); -x_259 = l_Lean_Syntax_node2(x_61, x_126, x_128, x_80); +x_262 = l_Lean_Syntax_node2(x_61, x_129, x_131, x_80); lean_inc(x_61); -x_260 = l_Lean_Syntax_node1(x_61, x_62, x_259); -x_261 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +x_263 = l_Lean_Syntax_node1(x_61, x_62, x_262); +x_264 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; lean_inc(x_61); -x_262 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_262, 0, x_61); -lean_ctor_set(x_262, 1, x_261); -x_263 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_264 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_265 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -x_266 = l_Lean_addMacroScope(x_59, x_265, x_60); -x_267 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; +x_265 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_265, 0, x_61); +lean_ctor_set(x_265, 1, x_264); +x_266 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_267 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_268 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +x_269 = l_Lean_addMacroScope(x_59, x_268, x_60); +x_270 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; lean_inc(x_61); -x_268 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_268, 0, x_61); -lean_ctor_set(x_268, 1, x_264); -lean_ctor_set(x_268, 2, x_266); -lean_ctor_set(x_268, 3, x_267); -lean_inc(x_249); +x_271 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_271, 0, x_61); +lean_ctor_set(x_271, 1, x_267); +lean_ctor_set(x_271, 2, x_269); +lean_ctor_set(x_271, 3, x_270); +lean_inc(x_252); lean_inc(x_61); -x_269 = l_Lean_Syntax_node2(x_61, x_129, x_268, x_249); +x_272 = l_Lean_Syntax_node2(x_61, x_132, x_271, x_252); lean_inc(x_61); -x_270 = l_Lean_Syntax_node1(x_61, x_263, x_269); +x_273 = l_Lean_Syntax_node1(x_61, x_266, x_272); lean_inc(x_61); -x_271 = l_Lean_Syntax_node4(x_61, x_258, x_218, x_260, x_262, x_270); +x_274 = l_Lean_Syntax_node4(x_61, x_261, x_221, x_263, x_265, x_273); lean_inc_ref(x_69); lean_inc(x_61); -x_272 = l_Lean_Syntax_node3(x_61, x_255, x_257, x_69, x_271); +x_275 = l_Lean_Syntax_node3(x_61, x_258, x_260, x_69, x_274); lean_inc_ref(x_69); lean_inc(x_61); -x_273 = l_Lean_Syntax_node2(x_61, x_254, x_272, x_69); -x_274 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; -x_275 = l_Lean_Syntax_SepArray_ofElems(x_100, x_46); +x_276 = l_Lean_Syntax_node2(x_61, x_257, x_275, x_69); +x_277 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +x_278 = l_Lean_Syntax_SepArray_ofElems(x_102, x_46); lean_dec(x_46); -x_276 = l_Array_append___redArg(x_68, x_275); -lean_dec_ref(x_275); +x_279 = l_Array_append___redArg(x_68, x_278); +lean_dec_ref(x_278); lean_inc(x_61); -x_277 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_277, 0, x_61); -lean_ctor_set(x_277, 1, x_62); -lean_ctor_set(x_277, 2, x_276); +x_280 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_280, 0, x_61); +lean_ctor_set(x_280, 1, x_62); +lean_ctor_set(x_280, 2, x_279); lean_inc(x_61); -x_278 = l_Lean_Syntax_node1(x_61, x_170, x_277); +x_281 = l_Lean_Syntax_node1(x_61, x_173, x_280); lean_inc_ref_n(x_69, 2); lean_inc(x_61); -x_279 = l_Lean_Syntax_node6(x_61, x_167, x_169, x_69, x_278, x_203, x_69, x_205); +x_282 = l_Lean_Syntax_node6(x_61, x_170, x_172, x_69, x_281, x_206, x_69, x_208); lean_inc(x_61); -x_280 = l_Lean_Syntax_node1(x_61, x_62, x_279); +x_283 = l_Lean_Syntax_node1(x_61, x_62, x_282); lean_inc(x_61); -x_281 = l_Lean_Syntax_node2(x_61, x_274, x_222, x_280); +x_284 = l_Lean_Syntax_node2(x_61, x_277, x_225, x_283); lean_inc_ref(x_69); lean_inc(x_61); -x_282 = l_Lean_Syntax_node2(x_61, x_254, x_281, x_69); +x_285 = l_Lean_Syntax_node2(x_61, x_257, x_284, x_69); lean_inc(x_61); -x_283 = l_Lean_Syntax_node2(x_61, x_62, x_273, x_282); +x_286 = l_Lean_Syntax_node2(x_61, x_62, x_276, x_285); lean_inc(x_61); -x_284 = l_Lean_Syntax_node1(x_61, x_253, x_283); +x_287 = l_Lean_Syntax_node1(x_61, x_256, x_286); lean_inc(x_61); -x_285 = l_Lean_Syntax_node2(x_61, x_251, x_252, x_284); -lean_inc_ref(x_166); +x_288 = l_Lean_Syntax_node2(x_61, x_254, x_255, x_287); +lean_inc_ref(x_169); lean_inc_ref(x_69); lean_inc(x_61); -x_286 = l_Lean_Syntax_node5(x_61, x_212, x_244, x_249, x_69, x_166, x_285); +x_289 = l_Lean_Syntax_node5(x_61, x_215, x_247, x_252, x_69, x_169, x_288); lean_inc(x_61); -x_287 = l_Lean_Syntax_node1(x_61, x_211, x_286); -lean_inc(x_208); +x_290 = l_Lean_Syntax_node1(x_61, x_214, x_289); +lean_inc(x_211); lean_inc_ref_n(x_69, 2); lean_inc(x_61); -x_288 = l_Lean_Syntax_node4(x_61, x_210, x_69, x_69, x_287, x_208); +x_291 = l_Lean_Syntax_node4(x_61, x_213, x_69, x_69, x_290, x_211); lean_inc_ref(x_69); lean_inc(x_61); -x_289 = l_Lean_Syntax_node3(x_61, x_62, x_243, x_69, x_288); +x_292 = l_Lean_Syntax_node3(x_61, x_62, x_246, x_69, x_291); lean_inc_ref(x_69); lean_inc(x_61); -x_290 = l_Lean_Syntax_node3(x_61, x_209, x_40, x_289, x_69); +x_293 = l_Lean_Syntax_node3(x_61, x_212, x_40, x_292, x_69); lean_inc(x_61); -x_291 = l_Lean_Syntax_node1(x_61, x_62, x_290); +x_294 = l_Lean_Syntax_node1(x_61, x_62, x_293); lean_inc(x_61); -x_292 = l_Lean_Syntax_node4(x_61, x_164, x_166, x_206, x_208, x_291); +x_295 = l_Lean_Syntax_node4(x_61, x_167, x_169, x_209, x_211, x_294); lean_inc_ref(x_69); lean_inc(x_61); -x_293 = l_Lean_Syntax_node6(x_61, x_121, x_123, x_124, x_69, x_69, x_163, x_292); +x_296 = l_Lean_Syntax_node6(x_61, x_124, x_126, x_127, x_69, x_69, x_166, x_295); lean_inc(x_61); -x_294 = l_Lean_Syntax_node2(x_61, x_66, x_70, x_293); +x_297 = l_Lean_Syntax_node2(x_61, x_66, x_70, x_296); lean_inc(x_61); -x_295 = l_Lean_Syntax_node3(x_61, x_112, x_118, x_119, x_294); -x_296 = l_Lean_Syntax_node2(x_61, x_62, x_110, x_295); -lean_ctor_set(x_55, 0, x_296); +x_298 = l_Lean_Syntax_node3(x_61, x_115, x_121, x_122, x_297); +x_299 = l_Lean_Syntax_node2(x_61, x_62, x_113, x_298); +lean_ctor_set(x_55, 0, x_299); return x_55; } else { -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_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; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; size_t x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; 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_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; size_t 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; size_t 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; -x_297 = lean_ctor_get(x_55, 0); -x_298 = lean_ctor_get(x_55, 1); -lean_inc(x_298); -lean_inc(x_297); +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_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; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; size_t x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; 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_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; size_t 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; size_t 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; +x_300 = lean_ctor_get(x_55, 0); +x_301 = lean_ctor_get(x_55, 1); +lean_inc(x_301); +lean_inc(x_300); lean_dec(x_55); -x_299 = lean_ctor_get(x_32, 5); -lean_inc(x_299); -x_300 = lean_ctor_get(x_32, 10); -lean_inc(x_300); -x_301 = lean_ctor_get(x_32, 11); -lean_inc(x_301); +x_302 = lean_ctor_get(x_32, 5); +lean_inc(x_302); +x_303 = lean_ctor_get(x_32, 10); +lean_inc(x_303); +x_304 = lean_ctor_get(x_32, 11); +lean_inc(x_304); lean_dec_ref(x_32); -x_302 = l_Lean_SourceInfo_fromRef(x_299, x_26); -lean_dec(x_299); -x_303 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_304 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_305 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_306 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_307 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_308 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -x_309 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -lean_inc(x_302); +x_305 = l_Lean_SourceInfo_fromRef(x_302, x_26); +lean_dec(x_302); +x_306 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_307 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_308 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_309 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_310 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_311 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +x_312 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +lean_inc(x_305); if (lean_is_scalar(x_25)) { - x_310 = lean_alloc_ctor(1, 3, 0); + x_313 = lean_alloc_ctor(1, 3, 0); } else { - x_310 = x_25; - lean_ctor_set_tag(x_310, 1); + x_313 = x_25; + lean_ctor_set_tag(x_313, 1); } -lean_ctor_set(x_310, 0, x_302); -lean_ctor_set(x_310, 1, x_303); -lean_ctor_set(x_310, 2, x_309); -lean_inc_ref_n(x_310, 7); -lean_inc(x_302); -x_311 = l_Lean_Syntax_node7(x_302, x_308, x_310, x_310, x_310, x_310, x_310, x_310, x_310); -x_312 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; -x_313 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; -x_314 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; -lean_inc(x_302); +lean_ctor_set(x_313, 0, x_305); +lean_ctor_set(x_313, 1, x_306); +lean_ctor_set(x_313, 2, x_312); +lean_inc_ref_n(x_313, 7); +lean_inc(x_305); +x_314 = l_Lean_Syntax_node7(x_305, x_311, x_313, x_313, x_313, x_313, x_313, x_313, x_313); +x_315 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; +x_316 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; +x_317 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; +lean_inc(x_305); lean_ctor_set_tag(x_41, 2); -lean_ctor_set(x_41, 1, x_312); -lean_ctor_set(x_41, 0, x_302); -lean_inc(x_302); -x_315 = l_Lean_Syntax_node1(x_302, x_314, x_41); -x_316 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_317 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_318 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_301); -lean_inc(x_300); -x_319 = l_Lean_addMacroScope(x_300, x_318, x_301); -x_320 = lean_box(0); -lean_inc(x_302); -x_321 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_321, 0, x_302); -lean_ctor_set(x_321, 1, x_317); -lean_ctor_set(x_321, 2, x_319); -lean_ctor_set(x_321, 3, x_320); -lean_inc_ref(x_310); -lean_inc_ref(x_321); -lean_inc(x_302); -x_322 = l_Lean_Syntax_node2(x_302, x_316, x_321, x_310); -x_323 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_324 = l_Lean_Syntax_node2(x_302, x_323, x_310, x_310); -x_325 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_302); +lean_ctor_set(x_41, 1, x_315); +lean_ctor_set(x_41, 0, x_305); +lean_inc(x_305); +x_318 = l_Lean_Syntax_node1(x_305, x_317, x_41); +x_319 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_320 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_321 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_304); +lean_inc(x_303); +x_322 = l_Lean_addMacroScope(x_303, x_321, x_304); +x_323 = lean_box(0); +lean_inc(x_305); +x_324 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_324, 0, x_305); +lean_ctor_set(x_324, 1, x_320); +lean_ctor_set(x_324, 2, x_322); +lean_ctor_set(x_324, 3, x_323); +lean_inc_ref(x_313); +lean_inc_ref(x_324); +lean_inc(x_305); +x_325 = l_Lean_Syntax_node2(x_305, x_319, x_324, x_313); +x_326 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_327 = l_Lean_Syntax_node2(x_305, x_326, x_313, x_313); +x_328 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_305); lean_ctor_set_tag(x_40, 2); -lean_ctor_set(x_40, 1, x_325); -lean_ctor_set(x_40, 0, x_302); -x_326 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; -x_327 = l_Array_zip___redArg(x_52, x_53); +lean_ctor_set(x_40, 1, x_328); +lean_ctor_set(x_40, 0, x_305); +x_329 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; +x_330 = l_Array_zip___redArg(x_52, x_53); lean_dec(x_53); lean_dec(x_52); -x_328 = lean_array_size(x_327); -lean_inc(x_311); -lean_inc_ref(x_310); -lean_inc(x_302); -x_329 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_304, x_305, x_306, x_302, x_303, x_323, x_310, x_311, x_328, x_37, x_327); -x_330 = l_Array_append___redArg(x_309, x_329); -lean_dec_ref(x_329); -lean_inc(x_302); -x_331 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_331, 0, x_302); -lean_ctor_set(x_331, 1, x_303); -lean_ctor_set(x_331, 2, x_330); -lean_inc(x_302); -x_332 = l_Lean_Syntax_node1(x_302, x_326, x_331); -lean_inc_ref(x_310); +x_331 = lean_array_size(x_330); +lean_inc(x_314); +lean_inc_ref(x_313); +lean_inc(x_305); +x_332 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_307, x_308, x_309, x_305, x_306, x_326, x_313, x_314, x_331, x_37, x_330); +x_333 = l_Array_append___redArg(x_312, x_332); +lean_dec_ref(x_332); +lean_inc(x_305); +x_334 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_334, 0, x_305); +lean_ctor_set(x_334, 1, x_306); +lean_ctor_set(x_334, 2, x_333); +lean_inc(x_305); +x_335 = l_Lean_Syntax_node1(x_305, x_329, x_334); +lean_inc_ref(x_313); lean_inc_ref(x_40); -lean_inc(x_302); -x_333 = l_Lean_Syntax_node3(x_302, x_303, x_40, x_310, x_332); -x_334 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_302); +lean_inc(x_305); +x_336 = l_Lean_Syntax_node3(x_305, x_306, x_40, x_313, x_335); +x_337 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_338 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_305); lean_ctor_set_tag(x_39, 2); -lean_ctor_set(x_39, 1, x_335); -lean_ctor_set(x_39, 0, x_302); -x_336 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_337 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_301); -lean_inc(x_300); -x_338 = l_Lean_addMacroScope(x_300, x_337, x_301); -x_339 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36; -lean_inc(x_302); -x_340 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_340, 0, x_302); -lean_ctor_set(x_340, 1, x_336); -lean_ctor_set(x_340, 2, x_338); -lean_ctor_set(x_340, 3, x_339); -x_341 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_302); +lean_ctor_set(x_39, 1, x_338); +lean_ctor_set(x_39, 0, x_305); +x_339 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_340 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_341 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_304); +lean_inc(x_303); +x_342 = l_Lean_addMacroScope(x_303, x_341, x_304); +x_343 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; +lean_inc(x_305); +x_344 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_344, 0, x_305); +lean_ctor_set(x_344, 1, x_340); +lean_ctor_set(x_344, 2, x_342); +lean_ctor_set(x_344, 3, x_343); +lean_inc_ref(x_313); +lean_inc(x_305); +x_345 = l_Lean_Syntax_node2(x_305, x_339, x_313, x_344); +x_346 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_305); lean_ctor_set_tag(x_38, 2); -lean_ctor_set(x_38, 1, x_341); -lean_ctor_set(x_38, 0, x_302); -x_342 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_343 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_301); -lean_inc(x_300); -x_344 = l_Lean_addMacroScope(x_300, x_343, x_301); -x_345 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; -lean_inc(x_302); -x_346 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_346, 0, x_302); -lean_ctor_set(x_346, 1, x_342); -lean_ctor_set(x_346, 2, x_344); -lean_ctor_set(x_346, 3, x_345); +lean_ctor_set(x_38, 1, x_346); +lean_ctor_set(x_38, 0, x_305); +x_347 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_348 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_304); +lean_inc(x_303); +x_349 = l_Lean_addMacroScope(x_303, x_348, x_304); +x_350 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; +lean_inc(x_305); +x_351 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_351, 0, x_305); +lean_ctor_set(x_351, 1, x_347); +lean_ctor_set(x_351, 2, x_349); +lean_ctor_set(x_351, 3, x_350); +lean_inc_ref(x_313); +lean_inc(x_305); +x_352 = l_Lean_Syntax_node2(x_305, x_339, x_313, x_351); lean_inc_ref(x_38); -lean_inc(x_302); -x_347 = l_Lean_Syntax_node3(x_302, x_303, x_340, x_38, x_346); -lean_inc(x_302); -x_348 = l_Lean_Syntax_node2(x_302, x_303, x_39, x_347); -lean_inc(x_302); -x_349 = l_Lean_Syntax_node1(x_302, x_334, x_348); -lean_inc_ref(x_310); -lean_inc(x_302); -x_350 = l_Lean_Syntax_node6(x_302, x_313, x_315, x_322, x_324, x_310, x_333, x_349); -lean_inc(x_311); -lean_inc(x_302); -x_351 = l_Lean_Syntax_node2(x_302, x_307, x_311, x_350); -x_352 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_353 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_354 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_355 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_302); +lean_inc(x_305); +x_353 = l_Lean_Syntax_node3(x_305, x_306, x_345, x_38, x_352); +lean_inc(x_305); +x_354 = l_Lean_Syntax_node2(x_305, x_306, x_39, x_353); +lean_inc(x_305); +x_355 = l_Lean_Syntax_node1(x_305, x_337, x_354); +lean_inc_ref(x_313); +lean_inc(x_305); +x_356 = l_Lean_Syntax_node6(x_305, x_316, x_318, x_325, x_327, x_313, x_336, x_355); +lean_inc(x_314); +lean_inc(x_305); +x_357 = l_Lean_Syntax_node2(x_305, x_310, x_314, x_356); +x_358 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_359 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_360 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_305); if (lean_is_scalar(x_22)) { - x_356 = lean_alloc_ctor(2, 2, 0); + x_362 = lean_alloc_ctor(2, 2, 0); } else { - x_356 = x_22; - lean_ctor_set_tag(x_356, 2); + x_362 = x_22; + lean_ctor_set_tag(x_362, 2); } -lean_ctor_set(x_356, 0, x_302); -lean_ctor_set(x_356, 1, x_354); -x_357 = l_Array_append___redArg(x_309, x_3); -lean_inc(x_302); -x_358 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_358, 0, x_302); -lean_ctor_set(x_358, 1, x_303); -lean_ctor_set(x_358, 2, x_357); -lean_inc(x_302); -x_359 = l_Lean_Syntax_node2(x_302, x_355, x_356, x_358); -lean_inc(x_302); +lean_ctor_set(x_362, 0, x_305); +lean_ctor_set(x_362, 1, x_360); +x_363 = l_Array_append___redArg(x_312, x_3); +lean_inc(x_305); +x_364 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_364, 0, x_305); +lean_ctor_set(x_364, 1, x_306); +lean_ctor_set(x_364, 2, x_363); +lean_inc(x_305); +x_365 = l_Lean_Syntax_node2(x_305, x_361, x_362, x_364); +lean_inc(x_305); if (lean_is_scalar(x_14)) { - x_360 = lean_alloc_ctor(2, 2, 0); + x_366 = lean_alloc_ctor(2, 2, 0); } else { - x_360 = x_14; - lean_ctor_set_tag(x_360, 2); + x_366 = x_14; + lean_ctor_set_tag(x_366, 2); } -lean_ctor_set(x_360, 0, x_302); -lean_ctor_set(x_360, 1, x_352); -x_361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_362 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_363 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_310); -lean_inc(x_302); -x_364 = l_Lean_Syntax_node1(x_302, x_363, x_310); -lean_inc(x_302); -x_365 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_365, 0, x_302); -lean_ctor_set(x_365, 1, x_361); -x_366 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_367 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_368 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_302); -x_369 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_369, 0, x_302); -lean_ctor_set(x_369, 1, x_368); -x_370 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_371 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_372 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_301); -lean_inc(x_300); -x_373 = l_Lean_addMacroScope(x_300, x_372, x_301); -x_374 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; -lean_inc(x_302); -x_375 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_375, 0, x_302); -lean_ctor_set(x_375, 1, x_371); -lean_ctor_set(x_375, 2, x_373); -lean_ctor_set(x_375, 3, x_374); -x_376 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; -x_377 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; -x_378 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; -lean_inc(x_302); -x_379 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_379, 0, x_302); -lean_ctor_set(x_379, 1, x_378); -x_380 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; -x_381 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; -x_382 = lean_box(0); -lean_inc(x_301); -lean_inc(x_300); -x_383 = l_Lean_addMacroScope(x_300, x_382, x_301); -x_384 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; -lean_inc(x_302); -x_385 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_385, 0, x_302); -lean_ctor_set(x_385, 1, x_381); -lean_ctor_set(x_385, 2, x_383); -lean_ctor_set(x_385, 3, x_384); -lean_inc(x_302); -x_386 = l_Lean_Syntax_node1(x_302, x_380, x_385); -lean_inc(x_302); -x_387 = l_Lean_Syntax_node2(x_302, x_377, x_379, x_386); -x_388 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_389 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_302); -x_390 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_390, 0, x_302); -lean_ctor_set(x_390, 1, x_389); -x_391 = l_Lean_mkCIdent(x_24); -lean_inc(x_302); -x_392 = l_Lean_Syntax_node2(x_302, x_388, x_390, x_391); -x_393 = lean_array_size(x_297); -x_394 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_393, x_37, x_297); -x_395 = l_Array_append___redArg(x_309, x_394); -lean_dec_ref(x_394); -lean_inc(x_302); -x_396 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_396, 0, x_302); -lean_ctor_set(x_396, 1, x_303); -lean_ctor_set(x_396, 2, x_395); -lean_inc(x_302); -x_397 = l_Lean_Syntax_node2(x_302, x_370, x_392, x_396); -x_398 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; -lean_inc(x_302); -x_399 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_399, 0, x_302); -lean_ctor_set(x_399, 1, x_398); -lean_inc(x_302); -x_400 = l_Lean_Syntax_node3(x_302, x_376, x_387, x_397, x_399); -lean_inc(x_302); -x_401 = l_Lean_Syntax_node1(x_302, x_303, x_400); -lean_inc(x_302); -x_402 = l_Lean_Syntax_node2(x_302, x_370, x_375, x_401); -lean_inc_ref(x_369); -lean_inc(x_302); -x_403 = l_Lean_Syntax_node2(x_302, x_367, x_369, x_402); -lean_inc_ref(x_310); -lean_inc(x_302); -x_404 = l_Lean_Syntax_node2(x_302, x_366, x_310, x_403); -x_405 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_406 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_302); -x_407 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_407, 0, x_302); -lean_ctor_set(x_407, 1, x_406); -x_408 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_409 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_302); -x_410 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_410, 0, x_302); -lean_ctor_set(x_410, 1, x_409); -x_411 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_412 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_413 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_414 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_415 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_301); -lean_inc(x_300); -x_416 = l_Lean_addMacroScope(x_300, x_415, x_301); -x_417 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; -lean_inc(x_302); -x_418 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_418, 0, x_302); -lean_ctor_set(x_418, 1, x_414); -lean_ctor_set(x_418, 2, x_416); -lean_ctor_set(x_418, 3, x_417); -lean_inc_ref(x_310); -lean_inc(x_302); -x_419 = l_Lean_Syntax_node2(x_302, x_413, x_418, x_310); -x_420 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_421 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_422 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_301); -lean_inc(x_300); -x_423 = l_Lean_addMacroScope(x_300, x_422, x_301); -lean_inc(x_302); +lean_ctor_set(x_366, 0, x_305); +lean_ctor_set(x_366, 1, x_358); +x_367 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_368 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_369 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_313); +lean_inc(x_305); +x_370 = l_Lean_Syntax_node1(x_305, x_369, x_313); +lean_inc(x_305); +x_371 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_371, 0, x_305); +lean_ctor_set(x_371, 1, x_367); +x_372 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_373 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_374 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_305); +x_375 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_375, 0, x_305); +lean_ctor_set(x_375, 1, x_374); +x_376 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_377 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_378 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_304); +lean_inc(x_303); +x_379 = l_Lean_addMacroScope(x_303, x_378, x_304); +x_380 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +lean_inc(x_305); +x_381 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_381, 0, x_305); +lean_ctor_set(x_381, 1, x_377); +lean_ctor_set(x_381, 2, x_379); +lean_ctor_set(x_381, 3, x_380); +x_382 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; +x_383 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; +x_384 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; +lean_inc(x_305); +x_385 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_385, 0, x_305); +lean_ctor_set(x_385, 1, x_384); +x_386 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; +x_387 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; +x_388 = lean_box(0); +lean_inc(x_304); +lean_inc(x_303); +x_389 = l_Lean_addMacroScope(x_303, x_388, x_304); +x_390 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; +lean_inc(x_305); +x_391 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_391, 0, x_305); +lean_ctor_set(x_391, 1, x_387); +lean_ctor_set(x_391, 2, x_389); +lean_ctor_set(x_391, 3, x_390); +lean_inc(x_305); +x_392 = l_Lean_Syntax_node1(x_305, x_386, x_391); +lean_inc(x_305); +x_393 = l_Lean_Syntax_node2(x_305, x_383, x_385, x_392); +x_394 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_395 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_305); +x_396 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_396, 0, x_305); +lean_ctor_set(x_396, 1, x_395); +x_397 = l_Lean_mkCIdent(x_24); +lean_inc(x_305); +x_398 = l_Lean_Syntax_node2(x_305, x_394, x_396, x_397); +x_399 = lean_array_size(x_300); +x_400 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_399, x_37, x_300); +x_401 = l_Array_append___redArg(x_312, x_400); +lean_dec_ref(x_400); +lean_inc(x_305); +x_402 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_402, 0, x_305); +lean_ctor_set(x_402, 1, x_306); +lean_ctor_set(x_402, 2, x_401); +lean_inc(x_305); +x_403 = l_Lean_Syntax_node2(x_305, x_376, x_398, x_402); +x_404 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; +lean_inc(x_305); +x_405 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_405, 0, x_305); +lean_ctor_set(x_405, 1, x_404); +lean_inc(x_305); +x_406 = l_Lean_Syntax_node3(x_305, x_382, x_393, x_403, x_405); +lean_inc(x_305); +x_407 = l_Lean_Syntax_node1(x_305, x_306, x_406); +lean_inc(x_305); +x_408 = l_Lean_Syntax_node2(x_305, x_376, x_381, x_407); +lean_inc_ref(x_375); +lean_inc(x_305); +x_409 = l_Lean_Syntax_node2(x_305, x_373, x_375, x_408); +lean_inc_ref(x_313); +lean_inc(x_305); +x_410 = l_Lean_Syntax_node2(x_305, x_372, x_313, x_409); +x_411 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_412 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_305); +x_413 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_413, 0, x_305); +lean_ctor_set(x_413, 1, x_412); +x_414 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_415 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_305); +x_416 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_416, 0, x_305); +lean_ctor_set(x_416, 1, x_415); +x_417 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_418 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_419 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_420 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_421 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_304); +lean_inc(x_303); +x_422 = l_Lean_addMacroScope(x_303, x_421, x_304); +x_423 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; +lean_inc(x_305); x_424 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_424, 0, x_302); -lean_ctor_set(x_424, 1, x_421); -lean_ctor_set(x_424, 2, x_423); -lean_ctor_set(x_424, 3, x_320); -lean_inc_ref(x_424); -lean_inc_ref(x_310); -lean_inc_ref(x_407); -lean_inc(x_302); -x_425 = l_Lean_Syntax_node3(x_302, x_420, x_407, x_310, x_424); -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_426 = l_Lean_Syntax_node3(x_302, x_303, x_310, x_310, x_425); -lean_inc(x_302); -x_427 = l_Lean_Syntax_node2(x_302, x_412, x_419, x_426); -x_428 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_429 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_301); -lean_inc(x_300); -x_430 = l_Lean_addMacroScope(x_300, x_429, x_301); -x_431 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; -lean_inc(x_302); -x_432 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_432, 0, x_302); -lean_ctor_set(x_432, 1, x_428); -lean_ctor_set(x_432, 2, x_430); -lean_ctor_set(x_432, 3, x_431); -lean_inc_ref(x_310); -lean_inc(x_302); -x_433 = l_Lean_Syntax_node2(x_302, x_413, x_432, x_310); -x_434 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_435 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_301); -lean_inc(x_300); -x_436 = l_Lean_addMacroScope(x_300, x_435, x_301); -lean_inc(x_302); -x_437 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_437, 0, x_302); -lean_ctor_set(x_437, 1, x_434); -lean_ctor_set(x_437, 2, x_436); -lean_ctor_set(x_437, 3, x_320); -lean_inc_ref(x_437); -lean_inc_ref(x_310); -lean_inc_ref(x_407); -lean_inc(x_302); -x_438 = l_Lean_Syntax_node3(x_302, x_420, x_407, x_310, x_437); -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_439 = l_Lean_Syntax_node3(x_302, x_303, x_310, x_310, x_438); -lean_inc(x_302); -x_440 = l_Lean_Syntax_node2(x_302, x_412, x_433, x_439); -lean_inc(x_302); -x_441 = l_Lean_Syntax_node3(x_302, x_303, x_427, x_38, x_440); -lean_inc(x_302); -x_442 = l_Lean_Syntax_node1(x_302, x_411, x_441); -x_443 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_310); -lean_inc(x_302); -x_444 = l_Lean_Syntax_node1(x_302, x_443, x_310); -x_445 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_302); -x_446 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_446, 0, x_302); -lean_ctor_set(x_446, 1, x_445); -lean_inc_ref(x_446); -lean_inc(x_444); -lean_inc_ref_n(x_310, 2); -lean_inc_ref(x_410); -lean_inc(x_302); -x_447 = l_Lean_Syntax_node6(x_302, x_408, x_410, x_310, x_442, x_444, x_310, x_446); -x_448 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_449 = l_Lean_Syntax_node2(x_302, x_448, x_310, x_310); -x_450 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_451 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_452 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_453 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_454 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_302); -x_455 = l_Lean_Syntax_node1(x_302, x_454, x_424); -x_456 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; -x_457 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; -lean_inc(x_301); -lean_inc(x_300); -x_458 = l_Lean_addMacroScope(x_300, x_457, x_301); -lean_inc(x_302); -x_459 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_459, 0, x_302); -lean_ctor_set(x_459, 1, x_456); -lean_ctor_set(x_459, 2, x_458); -lean_ctor_set(x_459, 3, x_320); -lean_inc_ref(x_459); -lean_inc(x_302); -x_460 = l_Lean_Syntax_node1(x_302, x_303, x_459); -x_461 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_462 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; -lean_inc(x_302); -x_463 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_463, 0, x_302); -lean_ctor_set(x_463, 1, x_462); -x_464 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_465 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; -lean_inc(x_301); -lean_inc(x_300); -x_466 = l_Lean_addMacroScope(x_300, x_465, x_301); -x_467 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; -lean_inc(x_302); -x_468 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_468, 0, x_302); -lean_ctor_set(x_468, 1, x_464); -lean_ctor_set(x_468, 2, x_466); -lean_ctor_set(x_468, 3, x_467); -x_469 = lean_array_size(x_49); -x_470 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_469, x_37, x_49); -x_471 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; -x_472 = l_Lean_mkSepArray(x_470, x_471); -lean_dec_ref(x_470); -x_473 = l_Array_append___redArg(x_309, x_472); -lean_dec_ref(x_472); -lean_inc(x_302); -x_474 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_474, 0, x_302); -lean_ctor_set(x_474, 1, x_303); -lean_ctor_set(x_474, 2, x_473); -lean_inc(x_302); -x_475 = l_Lean_Syntax_node1(x_302, x_411, x_474); -lean_inc_ref(x_321); -lean_inc_ref(x_369); -lean_inc(x_302); -x_476 = l_Lean_Syntax_node2(x_302, x_303, x_369, x_321); -lean_inc_ref(x_446); -lean_inc(x_444); -lean_inc_ref(x_310); -lean_inc_ref(x_410); -lean_inc(x_302); -x_477 = l_Lean_Syntax_node6(x_302, x_408, x_410, x_310, x_475, x_444, x_476, x_446); -lean_inc(x_302); -x_478 = l_Lean_Syntax_node1(x_302, x_303, x_477); -lean_inc(x_302); -x_479 = l_Lean_Syntax_node2(x_302, x_370, x_468, x_478); -lean_inc(x_302); -x_480 = l_Lean_Syntax_node1(x_302, x_303, x_479); -lean_inc_ref(x_463); -lean_inc(x_302); -x_481 = l_Lean_Syntax_node2(x_302, x_461, x_463, x_480); -lean_inc_ref(x_407); -lean_inc_ref(x_310); -lean_inc(x_302); -x_482 = l_Lean_Syntax_node5(x_302, x_453, x_455, x_460, x_310, x_407, x_481); -lean_inc(x_302); -x_483 = l_Lean_Syntax_node1(x_302, x_452, x_482); -lean_inc(x_449); -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_484 = l_Lean_Syntax_node4(x_302, x_451, x_310, x_310, x_483, x_449); -lean_inc(x_302); -x_485 = l_Lean_Syntax_node1(x_302, x_454, x_437); -x_486 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_487 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_301); -lean_inc(x_300); -x_488 = l_Lean_addMacroScope(x_300, x_487, x_301); -lean_inc(x_302); -x_489 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_489, 0, x_302); -lean_ctor_set(x_489, 1, x_486); -lean_ctor_set(x_489, 2, x_488); -lean_ctor_set(x_489, 3, x_320); -lean_inc(x_302); -x_490 = l_Lean_Syntax_node1(x_302, x_303, x_489); -x_491 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_492 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_302); -x_493 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_493, 0, x_302); -lean_ctor_set(x_493, 1, x_491); -x_494 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_495 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_496 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_497 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_302); -x_498 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_498, 0, x_302); -lean_ctor_set(x_498, 1, x_497); -x_499 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -lean_inc(x_302); -x_500 = l_Lean_Syntax_node2(x_302, x_367, x_369, x_321); -lean_inc(x_302); -x_501 = l_Lean_Syntax_node1(x_302, x_303, x_500); -x_502 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_302); -x_503 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_503, 0, x_302); -lean_ctor_set(x_503, 1, x_502); -x_504 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_505 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_506 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -x_507 = l_Lean_addMacroScope(x_300, x_506, x_301); -x_508 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; -lean_inc(x_302); -x_509 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_509, 0, x_302); -lean_ctor_set(x_509, 1, x_505); -lean_ctor_set(x_509, 2, x_507); -lean_ctor_set(x_509, 3, x_508); -lean_inc(x_490); -lean_inc(x_302); -x_510 = l_Lean_Syntax_node2(x_302, x_370, x_509, x_490); -lean_inc(x_302); -x_511 = l_Lean_Syntax_node1(x_302, x_504, x_510); -lean_inc(x_302); -x_512 = l_Lean_Syntax_node4(x_302, x_499, x_459, x_501, x_503, x_511); -lean_inc_ref(x_310); -lean_inc(x_302); -x_513 = l_Lean_Syntax_node3(x_302, x_496, x_498, x_310, x_512); -lean_inc_ref(x_310); -lean_inc(x_302); -x_514 = l_Lean_Syntax_node2(x_302, x_495, x_513, x_310); -x_515 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; -x_516 = l_Lean_Syntax_SepArray_ofElems(x_341, x_46); +lean_ctor_set(x_424, 0, x_305); +lean_ctor_set(x_424, 1, x_420); +lean_ctor_set(x_424, 2, x_422); +lean_ctor_set(x_424, 3, x_423); +lean_inc_ref(x_313); +lean_inc(x_305); +x_425 = l_Lean_Syntax_node2(x_305, x_419, x_424, x_313); +x_426 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_427 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_428 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_304); +lean_inc(x_303); +x_429 = l_Lean_addMacroScope(x_303, x_428, x_304); +lean_inc(x_305); +x_430 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_430, 0, x_305); +lean_ctor_set(x_430, 1, x_427); +lean_ctor_set(x_430, 2, x_429); +lean_ctor_set(x_430, 3, x_323); +lean_inc_ref(x_430); +lean_inc_ref(x_313); +lean_inc_ref(x_413); +lean_inc(x_305); +x_431 = l_Lean_Syntax_node3(x_305, x_426, x_413, x_313, x_430); +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_432 = l_Lean_Syntax_node3(x_305, x_306, x_313, x_313, x_431); +lean_inc(x_305); +x_433 = l_Lean_Syntax_node2(x_305, x_418, x_425, x_432); +x_434 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_435 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_304); +lean_inc(x_303); +x_436 = l_Lean_addMacroScope(x_303, x_435, x_304); +x_437 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; +lean_inc(x_305); +x_438 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_438, 0, x_305); +lean_ctor_set(x_438, 1, x_434); +lean_ctor_set(x_438, 2, x_436); +lean_ctor_set(x_438, 3, x_437); +lean_inc_ref(x_313); +lean_inc(x_305); +x_439 = l_Lean_Syntax_node2(x_305, x_419, x_438, x_313); +x_440 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_441 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_304); +lean_inc(x_303); +x_442 = l_Lean_addMacroScope(x_303, x_441, x_304); +lean_inc(x_305); +x_443 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_443, 0, x_305); +lean_ctor_set(x_443, 1, x_440); +lean_ctor_set(x_443, 2, x_442); +lean_ctor_set(x_443, 3, x_323); +lean_inc_ref(x_443); +lean_inc_ref(x_313); +lean_inc_ref(x_413); +lean_inc(x_305); +x_444 = l_Lean_Syntax_node3(x_305, x_426, x_413, x_313, x_443); +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_445 = l_Lean_Syntax_node3(x_305, x_306, x_313, x_313, x_444); +lean_inc(x_305); +x_446 = l_Lean_Syntax_node2(x_305, x_418, x_439, x_445); +lean_inc(x_305); +x_447 = l_Lean_Syntax_node3(x_305, x_306, x_433, x_38, x_446); +lean_inc(x_305); +x_448 = l_Lean_Syntax_node1(x_305, x_417, x_447); +x_449 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_313); +lean_inc(x_305); +x_450 = l_Lean_Syntax_node1(x_305, x_449, x_313); +x_451 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_305); +x_452 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_452, 0, x_305); +lean_ctor_set(x_452, 1, x_451); +lean_inc_ref(x_452); +lean_inc(x_450); +lean_inc_ref_n(x_313, 2); +lean_inc_ref(x_416); +lean_inc(x_305); +x_453 = l_Lean_Syntax_node6(x_305, x_414, x_416, x_313, x_448, x_450, x_313, x_452); +x_454 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_455 = l_Lean_Syntax_node2(x_305, x_454, x_313, x_313); +x_456 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_457 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_458 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_459 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_460 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_305); +x_461 = l_Lean_Syntax_node1(x_305, x_460, x_430); +x_462 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; +x_463 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; +lean_inc(x_304); +lean_inc(x_303); +x_464 = l_Lean_addMacroScope(x_303, x_463, x_304); +lean_inc(x_305); +x_465 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_465, 0, x_305); +lean_ctor_set(x_465, 1, x_462); +lean_ctor_set(x_465, 2, x_464); +lean_ctor_set(x_465, 3, x_323); +lean_inc_ref(x_465); +lean_inc(x_305); +x_466 = l_Lean_Syntax_node1(x_305, x_306, x_465); +x_467 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_468 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; +lean_inc(x_305); +x_469 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_469, 0, x_305); +lean_ctor_set(x_469, 1, x_468); +x_470 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_471 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; +lean_inc(x_304); +lean_inc(x_303); +x_472 = l_Lean_addMacroScope(x_303, x_471, x_304); +x_473 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; +lean_inc(x_305); +x_474 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_474, 0, x_305); +lean_ctor_set(x_474, 1, x_470); +lean_ctor_set(x_474, 2, x_472); +lean_ctor_set(x_474, 3, x_473); +x_475 = lean_array_size(x_49); +x_476 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_475, x_37, x_49); +x_477 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; +x_478 = l_Lean_mkSepArray(x_476, x_477); +lean_dec_ref(x_476); +x_479 = l_Array_append___redArg(x_312, x_478); +lean_dec_ref(x_478); +lean_inc(x_305); +x_480 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_480, 0, x_305); +lean_ctor_set(x_480, 1, x_306); +lean_ctor_set(x_480, 2, x_479); +lean_inc(x_305); +x_481 = l_Lean_Syntax_node1(x_305, x_417, x_480); +lean_inc_ref(x_324); +lean_inc_ref(x_375); +lean_inc(x_305); +x_482 = l_Lean_Syntax_node2(x_305, x_306, x_375, x_324); +lean_inc_ref(x_452); +lean_inc(x_450); +lean_inc_ref(x_313); +lean_inc_ref(x_416); +lean_inc(x_305); +x_483 = l_Lean_Syntax_node6(x_305, x_414, x_416, x_313, x_481, x_450, x_482, x_452); +lean_inc(x_305); +x_484 = l_Lean_Syntax_node1(x_305, x_306, x_483); +lean_inc(x_305); +x_485 = l_Lean_Syntax_node2(x_305, x_376, x_474, x_484); +lean_inc(x_305); +x_486 = l_Lean_Syntax_node1(x_305, x_306, x_485); +lean_inc_ref(x_469); +lean_inc(x_305); +x_487 = l_Lean_Syntax_node2(x_305, x_467, x_469, x_486); +lean_inc_ref(x_413); +lean_inc_ref(x_313); +lean_inc(x_305); +x_488 = l_Lean_Syntax_node5(x_305, x_459, x_461, x_466, x_313, x_413, x_487); +lean_inc(x_305); +x_489 = l_Lean_Syntax_node1(x_305, x_458, x_488); +lean_inc(x_455); +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_490 = l_Lean_Syntax_node4(x_305, x_457, x_313, x_313, x_489, x_455); +lean_inc(x_305); +x_491 = l_Lean_Syntax_node1(x_305, x_460, x_443); +x_492 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_493 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_304); +lean_inc(x_303); +x_494 = l_Lean_addMacroScope(x_303, x_493, x_304); +lean_inc(x_305); +x_495 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_495, 0, x_305); +lean_ctor_set(x_495, 1, x_492); +lean_ctor_set(x_495, 2, x_494); +lean_ctor_set(x_495, 3, x_323); +lean_inc(x_305); +x_496 = l_Lean_Syntax_node1(x_305, x_306, x_495); +x_497 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_498 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_305); +x_499 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_499, 0, x_305); +lean_ctor_set(x_499, 1, x_497); +x_500 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_501 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_502 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_503 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_305); +x_504 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_504, 0, x_305); +lean_ctor_set(x_504, 1, x_503); +x_505 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +lean_inc(x_305); +x_506 = l_Lean_Syntax_node2(x_305, x_373, x_375, x_324); +lean_inc(x_305); +x_507 = l_Lean_Syntax_node1(x_305, x_306, x_506); +x_508 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_305); +x_509 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_509, 0, x_305); +lean_ctor_set(x_509, 1, x_508); +x_510 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_511 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_512 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +x_513 = l_Lean_addMacroScope(x_303, x_512, x_304); +x_514 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; +lean_inc(x_305); +x_515 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_515, 0, x_305); +lean_ctor_set(x_515, 1, x_511); +lean_ctor_set(x_515, 2, x_513); +lean_ctor_set(x_515, 3, x_514); +lean_inc(x_496); +lean_inc(x_305); +x_516 = l_Lean_Syntax_node2(x_305, x_376, x_515, x_496); +lean_inc(x_305); +x_517 = l_Lean_Syntax_node1(x_305, x_510, x_516); +lean_inc(x_305); +x_518 = l_Lean_Syntax_node4(x_305, x_505, x_465, x_507, x_509, x_517); +lean_inc_ref(x_313); +lean_inc(x_305); +x_519 = l_Lean_Syntax_node3(x_305, x_502, x_504, x_313, x_518); +lean_inc_ref(x_313); +lean_inc(x_305); +x_520 = l_Lean_Syntax_node2(x_305, x_501, x_519, x_313); +x_521 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +x_522 = l_Lean_Syntax_SepArray_ofElems(x_346, x_46); lean_dec(x_46); -x_517 = l_Array_append___redArg(x_309, x_516); -lean_dec_ref(x_516); -lean_inc(x_302); -x_518 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_518, 0, x_302); -lean_ctor_set(x_518, 1, x_303); -lean_ctor_set(x_518, 2, x_517); -lean_inc(x_302); -x_519 = l_Lean_Syntax_node1(x_302, x_411, x_518); -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_520 = l_Lean_Syntax_node6(x_302, x_408, x_410, x_310, x_519, x_444, x_310, x_446); -lean_inc(x_302); -x_521 = l_Lean_Syntax_node1(x_302, x_303, x_520); -lean_inc(x_302); -x_522 = l_Lean_Syntax_node2(x_302, x_515, x_463, x_521); -lean_inc_ref(x_310); -lean_inc(x_302); -x_523 = l_Lean_Syntax_node2(x_302, x_495, x_522, x_310); -lean_inc(x_302); -x_524 = l_Lean_Syntax_node2(x_302, x_303, x_514, x_523); -lean_inc(x_302); -x_525 = l_Lean_Syntax_node1(x_302, x_494, x_524); -lean_inc(x_302); -x_526 = l_Lean_Syntax_node2(x_302, x_492, x_493, x_525); -lean_inc_ref(x_407); -lean_inc_ref(x_310); -lean_inc(x_302); -x_527 = l_Lean_Syntax_node5(x_302, x_453, x_485, x_490, x_310, x_407, x_526); -lean_inc(x_302); -x_528 = l_Lean_Syntax_node1(x_302, x_452, x_527); -lean_inc(x_449); -lean_inc_ref_n(x_310, 2); -lean_inc(x_302); -x_529 = l_Lean_Syntax_node4(x_302, x_451, x_310, x_310, x_528, x_449); -lean_inc_ref(x_310); -lean_inc(x_302); -x_530 = l_Lean_Syntax_node3(x_302, x_303, x_484, x_310, x_529); -lean_inc_ref(x_310); -lean_inc(x_302); -x_531 = l_Lean_Syntax_node3(x_302, x_450, x_40, x_530, x_310); -lean_inc(x_302); -x_532 = l_Lean_Syntax_node1(x_302, x_303, x_531); -lean_inc(x_302); -x_533 = l_Lean_Syntax_node4(x_302, x_405, x_407, x_447, x_449, x_532); -lean_inc_ref(x_310); -lean_inc(x_302); -x_534 = l_Lean_Syntax_node6(x_302, x_362, x_364, x_365, x_310, x_310, x_404, x_533); -lean_inc(x_302); -x_535 = l_Lean_Syntax_node2(x_302, x_307, x_311, x_534); -lean_inc(x_302); -x_536 = l_Lean_Syntax_node3(x_302, x_353, x_359, x_360, x_535); -x_537 = l_Lean_Syntax_node2(x_302, x_303, x_351, x_536); -x_538 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_538, 0, x_537); -lean_ctor_set(x_538, 1, x_298); -return x_538; +x_523 = l_Array_append___redArg(x_312, x_522); +lean_dec_ref(x_522); +lean_inc(x_305); +x_524 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_524, 0, x_305); +lean_ctor_set(x_524, 1, x_306); +lean_ctor_set(x_524, 2, x_523); +lean_inc(x_305); +x_525 = l_Lean_Syntax_node1(x_305, x_417, x_524); +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_526 = l_Lean_Syntax_node6(x_305, x_414, x_416, x_313, x_525, x_450, x_313, x_452); +lean_inc(x_305); +x_527 = l_Lean_Syntax_node1(x_305, x_306, x_526); +lean_inc(x_305); +x_528 = l_Lean_Syntax_node2(x_305, x_521, x_469, x_527); +lean_inc_ref(x_313); +lean_inc(x_305); +x_529 = l_Lean_Syntax_node2(x_305, x_501, x_528, x_313); +lean_inc(x_305); +x_530 = l_Lean_Syntax_node2(x_305, x_306, x_520, x_529); +lean_inc(x_305); +x_531 = l_Lean_Syntax_node1(x_305, x_500, x_530); +lean_inc(x_305); +x_532 = l_Lean_Syntax_node2(x_305, x_498, x_499, x_531); +lean_inc_ref(x_413); +lean_inc_ref(x_313); +lean_inc(x_305); +x_533 = l_Lean_Syntax_node5(x_305, x_459, x_491, x_496, x_313, x_413, x_532); +lean_inc(x_305); +x_534 = l_Lean_Syntax_node1(x_305, x_458, x_533); +lean_inc(x_455); +lean_inc_ref_n(x_313, 2); +lean_inc(x_305); +x_535 = l_Lean_Syntax_node4(x_305, x_457, x_313, x_313, x_534, x_455); +lean_inc_ref(x_313); +lean_inc(x_305); +x_536 = l_Lean_Syntax_node3(x_305, x_306, x_490, x_313, x_535); +lean_inc_ref(x_313); +lean_inc(x_305); +x_537 = l_Lean_Syntax_node3(x_305, x_456, x_40, x_536, x_313); +lean_inc(x_305); +x_538 = l_Lean_Syntax_node1(x_305, x_306, x_537); +lean_inc(x_305); +x_539 = l_Lean_Syntax_node4(x_305, x_411, x_413, x_453, x_455, x_538); +lean_inc_ref(x_313); +lean_inc(x_305); +x_540 = l_Lean_Syntax_node6(x_305, x_368, x_370, x_371, x_313, x_313, x_410, x_539); +lean_inc(x_305); +x_541 = l_Lean_Syntax_node2(x_305, x_310, x_314, x_540); +lean_inc(x_305); +x_542 = l_Lean_Syntax_node3(x_305, x_359, x_365, x_366, x_541); +x_543 = l_Lean_Syntax_node2(x_305, x_306, x_357, x_542); +x_544 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_544, 0, x_543); +lean_ctor_set(x_544, 1, x_301); +return x_544; } } else { -uint8_t x_539; +uint8_t x_545; lean_free_object(x_41); lean_dec(x_53); lean_dec(x_52); @@ -8399,632 +8435,639 @@ lean_dec(x_25); lean_dec(x_24); lean_dec(x_22); lean_dec(x_14); -x_539 = !lean_is_exclusive(x_55); -if (x_539 == 0) +x_545 = !lean_is_exclusive(x_55); +if (x_545 == 0) { return x_55; } else { -lean_object* x_540; lean_object* x_541; lean_object* x_542; -x_540 = lean_ctor_get(x_55, 0); -x_541 = lean_ctor_get(x_55, 1); -lean_inc(x_541); -lean_inc(x_540); -lean_dec(x_55); -x_542 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_542, 0, x_540); -lean_ctor_set(x_542, 1, x_541); -return x_542; -} -} -} -else -{ -lean_object* x_543; lean_object* x_544; size_t x_545; lean_object* x_546; -x_543 = lean_ctor_get(x_41, 0); -x_544 = lean_ctor_get(x_41, 1); -lean_inc(x_544); -lean_inc(x_543); -lean_dec(x_41); -x_545 = lean_array_size(x_2); -x_546 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_545, x_37, x_2, x_30, x_32, x_33, x_43); -if (lean_obj_tag(x_546) == 0) -{ -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; size_t 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; size_t 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; lean_object* x_683; 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; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; lean_object* x_718; lean_object* x_719; lean_object* x_720; size_t 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_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; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; 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; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; -x_547 = lean_ctor_get(x_546, 0); +lean_object* x_546; lean_object* x_547; lean_object* x_548; +x_546 = lean_ctor_get(x_55, 0); +x_547 = lean_ctor_get(x_55, 1); lean_inc(x_547); -x_548 = lean_ctor_get(x_546, 1); -lean_inc(x_548); -if (lean_is_exclusive(x_546)) { - lean_ctor_release(x_546, 0); - lean_ctor_release(x_546, 1); - x_549 = x_546; -} else { - lean_dec_ref(x_546); - x_549 = lean_box(0); +lean_inc(x_546); +lean_dec(x_55); +x_548 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_548, 0, x_546); +lean_ctor_set(x_548, 1, x_547); +return x_548; } -x_550 = lean_ctor_get(x_32, 5); -lean_inc(x_550); -x_551 = lean_ctor_get(x_32, 10); -lean_inc(x_551); -x_552 = lean_ctor_get(x_32, 11); -lean_inc(x_552); -lean_dec_ref(x_32); -x_553 = l_Lean_SourceInfo_fromRef(x_550, x_26); -lean_dec(x_550); -x_554 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_555 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_556 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_557 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_558 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_559 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -x_560 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -lean_inc(x_553); -if (lean_is_scalar(x_25)) { - x_561 = lean_alloc_ctor(1, 3, 0); -} else { - x_561 = x_25; - lean_ctor_set_tag(x_561, 1); } -lean_ctor_set(x_561, 0, x_553); -lean_ctor_set(x_561, 1, x_554); -lean_ctor_set(x_561, 2, x_560); -lean_inc_ref_n(x_561, 7); -lean_inc(x_553); -x_562 = l_Lean_Syntax_node7(x_553, x_559, x_561, x_561, x_561, x_561, x_561, x_561, x_561); -x_563 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; -x_564 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; -x_565 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; -lean_inc(x_553); -x_566 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_566, 0, x_553); -lean_ctor_set(x_566, 1, x_563); -lean_inc(x_553); -x_567 = l_Lean_Syntax_node1(x_553, x_565, x_566); -x_568 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_569 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_570 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_552); -lean_inc(x_551); -x_571 = l_Lean_addMacroScope(x_551, x_570, x_552); -x_572 = lean_box(0); -lean_inc(x_553); -x_573 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_573, 0, x_553); -lean_ctor_set(x_573, 1, x_569); -lean_ctor_set(x_573, 2, x_571); -lean_ctor_set(x_573, 3, x_572); -lean_inc_ref(x_561); -lean_inc_ref(x_573); -lean_inc(x_553); -x_574 = l_Lean_Syntax_node2(x_553, x_568, x_573, x_561); -x_575 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_576 = l_Lean_Syntax_node2(x_553, x_575, x_561, x_561); -x_577 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_553); -lean_ctor_set_tag(x_40, 2); -lean_ctor_set(x_40, 1, x_577); -lean_ctor_set(x_40, 0, x_553); -x_578 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; -x_579 = l_Array_zip___redArg(x_543, x_544); -lean_dec(x_544); -lean_dec(x_543); -x_580 = lean_array_size(x_579); -lean_inc(x_562); -lean_inc_ref(x_561); -lean_inc(x_553); -x_581 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_555, x_556, x_557, x_553, x_554, x_575, x_561, x_562, x_580, x_37, x_579); -x_582 = l_Array_append___redArg(x_560, x_581); -lean_dec_ref(x_581); -lean_inc(x_553); -x_583 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_583, 0, x_553); -lean_ctor_set(x_583, 1, x_554); -lean_ctor_set(x_583, 2, x_582); -lean_inc(x_553); -x_584 = l_Lean_Syntax_node1(x_553, x_578, x_583); -lean_inc_ref(x_561); -lean_inc_ref(x_40); -lean_inc(x_553); -x_585 = l_Lean_Syntax_node3(x_553, x_554, x_40, x_561, x_584); -x_586 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_587 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_553); -lean_ctor_set_tag(x_39, 2); -lean_ctor_set(x_39, 1, x_587); -lean_ctor_set(x_39, 0, x_553); -x_588 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_589 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_552); -lean_inc(x_551); -x_590 = l_Lean_addMacroScope(x_551, x_589, x_552); -x_591 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36; -lean_inc(x_553); -x_592 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_592, 0, x_553); -lean_ctor_set(x_592, 1, x_588); -lean_ctor_set(x_592, 2, x_590); -lean_ctor_set(x_592, 3, x_591); -x_593 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_553); -lean_ctor_set_tag(x_38, 2); -lean_ctor_set(x_38, 1, x_593); -lean_ctor_set(x_38, 0, x_553); -x_594 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_595 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_552); -lean_inc(x_551); -x_596 = l_Lean_addMacroScope(x_551, x_595, x_552); -x_597 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; -lean_inc(x_553); -x_598 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_598, 0, x_553); -lean_ctor_set(x_598, 1, x_594); -lean_ctor_set(x_598, 2, x_596); -lean_ctor_set(x_598, 3, x_597); -lean_inc_ref(x_38); -lean_inc(x_553); -x_599 = l_Lean_Syntax_node3(x_553, x_554, x_592, x_38, x_598); -lean_inc(x_553); -x_600 = l_Lean_Syntax_node2(x_553, x_554, x_39, x_599); -lean_inc(x_553); -x_601 = l_Lean_Syntax_node1(x_553, x_586, x_600); -lean_inc_ref(x_561); -lean_inc(x_553); -x_602 = l_Lean_Syntax_node6(x_553, x_564, x_567, x_574, x_576, x_561, x_585, x_601); -lean_inc(x_562); -lean_inc(x_553); -x_603 = l_Lean_Syntax_node2(x_553, x_558, x_562, x_602); -x_604 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_605 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_606 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_607 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_553); -if (lean_is_scalar(x_22)) { - x_608 = lean_alloc_ctor(2, 2, 0); -} else { - x_608 = x_22; - lean_ctor_set_tag(x_608, 2); -} -lean_ctor_set(x_608, 0, x_553); -lean_ctor_set(x_608, 1, x_606); -x_609 = l_Array_append___redArg(x_560, x_3); -lean_inc(x_553); -x_610 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_610, 0, x_553); -lean_ctor_set(x_610, 1, x_554); -lean_ctor_set(x_610, 2, x_609); -lean_inc(x_553); -x_611 = l_Lean_Syntax_node2(x_553, x_607, x_608, x_610); -lean_inc(x_553); -if (lean_is_scalar(x_14)) { - x_612 = lean_alloc_ctor(2, 2, 0); -} else { - x_612 = x_14; - lean_ctor_set_tag(x_612, 2); -} -lean_ctor_set(x_612, 0, x_553); -lean_ctor_set(x_612, 1, x_604); -x_613 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_614 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_615 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_561); -lean_inc(x_553); -x_616 = l_Lean_Syntax_node1(x_553, x_615, x_561); -lean_inc(x_553); -x_617 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_617, 0, x_553); -lean_ctor_set(x_617, 1, x_613); -x_618 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_619 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_620 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_553); -x_621 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_621, 0, x_553); -lean_ctor_set(x_621, 1, x_620); -x_622 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_623 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_624 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_552); -lean_inc(x_551); -x_625 = l_Lean_addMacroScope(x_551, x_624, x_552); -x_626 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; -lean_inc(x_553); -x_627 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_627, 0, x_553); -lean_ctor_set(x_627, 1, x_623); -lean_ctor_set(x_627, 2, x_625); -lean_ctor_set(x_627, 3, x_626); -x_628 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; -x_629 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; -x_630 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; -lean_inc(x_553); -x_631 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_631, 0, x_553); -lean_ctor_set(x_631, 1, x_630); -x_632 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; -x_633 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; -x_634 = lean_box(0); -lean_inc(x_552); -lean_inc(x_551); -x_635 = l_Lean_addMacroScope(x_551, x_634, x_552); -x_636 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; -lean_inc(x_553); -x_637 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_637, 0, x_553); -lean_ctor_set(x_637, 1, x_633); -lean_ctor_set(x_637, 2, x_635); -lean_ctor_set(x_637, 3, x_636); -lean_inc(x_553); -x_638 = l_Lean_Syntax_node1(x_553, x_632, x_637); -lean_inc(x_553); -x_639 = l_Lean_Syntax_node2(x_553, x_629, x_631, x_638); -x_640 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_641 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_553); -x_642 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_642, 0, x_553); -lean_ctor_set(x_642, 1, x_641); -x_643 = l_Lean_mkCIdent(x_24); -lean_inc(x_553); -x_644 = l_Lean_Syntax_node2(x_553, x_640, x_642, x_643); -x_645 = lean_array_size(x_547); -x_646 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_645, x_37, x_547); -x_647 = l_Array_append___redArg(x_560, x_646); -lean_dec_ref(x_646); -lean_inc(x_553); -x_648 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_648, 0, x_553); -lean_ctor_set(x_648, 1, x_554); -lean_ctor_set(x_648, 2, x_647); -lean_inc(x_553); -x_649 = l_Lean_Syntax_node2(x_553, x_622, x_644, x_648); -x_650 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; -lean_inc(x_553); -x_651 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_651, 0, x_553); -lean_ctor_set(x_651, 1, x_650); -lean_inc(x_553); -x_652 = l_Lean_Syntax_node3(x_553, x_628, x_639, x_649, x_651); -lean_inc(x_553); -x_653 = l_Lean_Syntax_node1(x_553, x_554, x_652); -lean_inc(x_553); -x_654 = l_Lean_Syntax_node2(x_553, x_622, x_627, x_653); -lean_inc_ref(x_621); -lean_inc(x_553); -x_655 = l_Lean_Syntax_node2(x_553, x_619, x_621, x_654); -lean_inc_ref(x_561); -lean_inc(x_553); -x_656 = l_Lean_Syntax_node2(x_553, x_618, x_561, x_655); -x_657 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_658 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_553); -x_659 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_659, 0, x_553); -lean_ctor_set(x_659, 1, x_658); -x_660 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_661 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_553); -x_662 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_662, 0, x_553); -lean_ctor_set(x_662, 1, x_661); -x_663 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_664 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_665 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_666 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_667 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_552); -lean_inc(x_551); -x_668 = l_Lean_addMacroScope(x_551, x_667, x_552); -x_669 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; -lean_inc(x_553); -x_670 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_670, 0, x_553); -lean_ctor_set(x_670, 1, x_666); -lean_ctor_set(x_670, 2, x_668); -lean_ctor_set(x_670, 3, x_669); -lean_inc_ref(x_561); -lean_inc(x_553); -x_671 = l_Lean_Syntax_node2(x_553, x_665, x_670, x_561); -x_672 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_673 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_674 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_552); -lean_inc(x_551); -x_675 = l_Lean_addMacroScope(x_551, x_674, x_552); -lean_inc(x_553); -x_676 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_676, 0, x_553); -lean_ctor_set(x_676, 1, x_673); -lean_ctor_set(x_676, 2, x_675); -lean_ctor_set(x_676, 3, x_572); -lean_inc_ref(x_676); -lean_inc_ref(x_561); -lean_inc_ref(x_659); -lean_inc(x_553); -x_677 = l_Lean_Syntax_node3(x_553, x_672, x_659, x_561, x_676); -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_678 = l_Lean_Syntax_node3(x_553, x_554, x_561, x_561, x_677); -lean_inc(x_553); -x_679 = l_Lean_Syntax_node2(x_553, x_664, x_671, x_678); -x_680 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_681 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_552); -lean_inc(x_551); -x_682 = l_Lean_addMacroScope(x_551, x_681, x_552); -x_683 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; -lean_inc(x_553); -x_684 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_684, 0, x_553); -lean_ctor_set(x_684, 1, x_680); -lean_ctor_set(x_684, 2, x_682); -lean_ctor_set(x_684, 3, x_683); -lean_inc_ref(x_561); -lean_inc(x_553); -x_685 = l_Lean_Syntax_node2(x_553, x_665, x_684, x_561); -x_686 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_687 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_552); -lean_inc(x_551); -x_688 = l_Lean_addMacroScope(x_551, x_687, x_552); -lean_inc(x_553); -x_689 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_689, 0, x_553); -lean_ctor_set(x_689, 1, x_686); -lean_ctor_set(x_689, 2, x_688); -lean_ctor_set(x_689, 3, x_572); -lean_inc_ref(x_689); -lean_inc_ref(x_561); -lean_inc_ref(x_659); -lean_inc(x_553); -x_690 = l_Lean_Syntax_node3(x_553, x_672, x_659, x_561, x_689); -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_691 = l_Lean_Syntax_node3(x_553, x_554, x_561, x_561, x_690); -lean_inc(x_553); -x_692 = l_Lean_Syntax_node2(x_553, x_664, x_685, x_691); -lean_inc(x_553); -x_693 = l_Lean_Syntax_node3(x_553, x_554, x_679, x_38, x_692); -lean_inc(x_553); -x_694 = l_Lean_Syntax_node1(x_553, x_663, x_693); -x_695 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_561); -lean_inc(x_553); -x_696 = l_Lean_Syntax_node1(x_553, x_695, x_561); -x_697 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_553); -x_698 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_698, 0, x_553); -lean_ctor_set(x_698, 1, x_697); -lean_inc_ref(x_698); -lean_inc(x_696); -lean_inc_ref_n(x_561, 2); -lean_inc_ref(x_662); -lean_inc(x_553); -x_699 = l_Lean_Syntax_node6(x_553, x_660, x_662, x_561, x_694, x_696, x_561, x_698); -x_700 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_701 = l_Lean_Syntax_node2(x_553, x_700, x_561, x_561); -x_702 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_703 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_704 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_705 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_706 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_553); -x_707 = l_Lean_Syntax_node1(x_553, x_706, x_676); -x_708 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; -x_709 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; -lean_inc(x_552); -lean_inc(x_551); -x_710 = l_Lean_addMacroScope(x_551, x_709, x_552); -lean_inc(x_553); -x_711 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_711, 0, x_553); -lean_ctor_set(x_711, 1, x_708); -lean_ctor_set(x_711, 2, x_710); -lean_ctor_set(x_711, 3, x_572); -lean_inc_ref(x_711); -lean_inc(x_553); -x_712 = l_Lean_Syntax_node1(x_553, x_554, x_711); -x_713 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_714 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; -lean_inc(x_553); -x_715 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_715, 0, x_553); -lean_ctor_set(x_715, 1, x_714); -x_716 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_717 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; -lean_inc(x_552); -lean_inc(x_551); -x_718 = l_Lean_addMacroScope(x_551, x_717, x_552); -x_719 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; -lean_inc(x_553); -x_720 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_720, 0, x_553); -lean_ctor_set(x_720, 1, x_716); -lean_ctor_set(x_720, 2, x_718); -lean_ctor_set(x_720, 3, x_719); -x_721 = lean_array_size(x_49); -x_722 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_721, x_37, x_49); -x_723 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; -x_724 = l_Lean_mkSepArray(x_722, x_723); -lean_dec_ref(x_722); -x_725 = l_Array_append___redArg(x_560, x_724); -lean_dec_ref(x_724); -lean_inc(x_553); -x_726 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_726, 0, x_553); -lean_ctor_set(x_726, 1, x_554); -lean_ctor_set(x_726, 2, x_725); -lean_inc(x_553); -x_727 = l_Lean_Syntax_node1(x_553, x_663, x_726); -lean_inc_ref(x_573); -lean_inc_ref(x_621); -lean_inc(x_553); -x_728 = l_Lean_Syntax_node2(x_553, x_554, x_621, x_573); -lean_inc_ref(x_698); -lean_inc(x_696); -lean_inc_ref(x_561); -lean_inc_ref(x_662); -lean_inc(x_553); -x_729 = l_Lean_Syntax_node6(x_553, x_660, x_662, x_561, x_727, x_696, x_728, x_698); -lean_inc(x_553); -x_730 = l_Lean_Syntax_node1(x_553, x_554, x_729); -lean_inc(x_553); -x_731 = l_Lean_Syntax_node2(x_553, x_622, x_720, x_730); -lean_inc(x_553); -x_732 = l_Lean_Syntax_node1(x_553, x_554, x_731); -lean_inc_ref(x_715); -lean_inc(x_553); -x_733 = l_Lean_Syntax_node2(x_553, x_713, x_715, x_732); -lean_inc_ref(x_659); -lean_inc_ref(x_561); -lean_inc(x_553); -x_734 = l_Lean_Syntax_node5(x_553, x_705, x_707, x_712, x_561, x_659, x_733); -lean_inc(x_553); -x_735 = l_Lean_Syntax_node1(x_553, x_704, x_734); -lean_inc(x_701); -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_736 = l_Lean_Syntax_node4(x_553, x_703, x_561, x_561, x_735, x_701); -lean_inc(x_553); -x_737 = l_Lean_Syntax_node1(x_553, x_706, x_689); -x_738 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_739 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_552); -lean_inc(x_551); -x_740 = l_Lean_addMacroScope(x_551, x_739, x_552); -lean_inc(x_553); -x_741 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_741, 0, x_553); -lean_ctor_set(x_741, 1, x_738); -lean_ctor_set(x_741, 2, x_740); -lean_ctor_set(x_741, 3, x_572); -lean_inc(x_553); -x_742 = l_Lean_Syntax_node1(x_553, x_554, x_741); -x_743 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_744 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_553); -x_745 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_745, 0, x_553); -lean_ctor_set(x_745, 1, x_743); -x_746 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_747 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_748 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_749 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_553); -x_750 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_750, 0, x_553); -lean_ctor_set(x_750, 1, x_749); -x_751 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -lean_inc(x_553); -x_752 = l_Lean_Syntax_node2(x_553, x_619, x_621, x_573); -lean_inc(x_553); -x_753 = l_Lean_Syntax_node1(x_553, x_554, x_752); -x_754 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_553); -x_755 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_755, 0, x_553); -lean_ctor_set(x_755, 1, x_754); -x_756 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_757 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_758 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -x_759 = l_Lean_addMacroScope(x_551, x_758, x_552); -x_760 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; -lean_inc(x_553); -x_761 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_761, 0, x_553); -lean_ctor_set(x_761, 1, x_757); -lean_ctor_set(x_761, 2, x_759); -lean_ctor_set(x_761, 3, x_760); -lean_inc(x_742); -lean_inc(x_553); -x_762 = l_Lean_Syntax_node2(x_553, x_622, x_761, x_742); -lean_inc(x_553); -x_763 = l_Lean_Syntax_node1(x_553, x_756, x_762); -lean_inc(x_553); -x_764 = l_Lean_Syntax_node4(x_553, x_751, x_711, x_753, x_755, x_763); -lean_inc_ref(x_561); -lean_inc(x_553); -x_765 = l_Lean_Syntax_node3(x_553, x_748, x_750, x_561, x_764); -lean_inc_ref(x_561); -lean_inc(x_553); -x_766 = l_Lean_Syntax_node2(x_553, x_747, x_765, x_561); -x_767 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; -x_768 = l_Lean_Syntax_SepArray_ofElems(x_593, x_46); -lean_dec(x_46); -x_769 = l_Array_append___redArg(x_560, x_768); -lean_dec_ref(x_768); -lean_inc(x_553); -x_770 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_770, 0, x_553); -lean_ctor_set(x_770, 1, x_554); -lean_ctor_set(x_770, 2, x_769); -lean_inc(x_553); -x_771 = l_Lean_Syntax_node1(x_553, x_663, x_770); -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_772 = l_Lean_Syntax_node6(x_553, x_660, x_662, x_561, x_771, x_696, x_561, x_698); -lean_inc(x_553); -x_773 = l_Lean_Syntax_node1(x_553, x_554, x_772); -lean_inc(x_553); -x_774 = l_Lean_Syntax_node2(x_553, x_767, x_715, x_773); -lean_inc_ref(x_561); -lean_inc(x_553); -x_775 = l_Lean_Syntax_node2(x_553, x_747, x_774, x_561); -lean_inc(x_553); -x_776 = l_Lean_Syntax_node2(x_553, x_554, x_766, x_775); -lean_inc(x_553); -x_777 = l_Lean_Syntax_node1(x_553, x_746, x_776); -lean_inc(x_553); -x_778 = l_Lean_Syntax_node2(x_553, x_744, x_745, x_777); -lean_inc_ref(x_659); -lean_inc_ref(x_561); -lean_inc(x_553); -x_779 = l_Lean_Syntax_node5(x_553, x_705, x_737, x_742, x_561, x_659, x_778); -lean_inc(x_553); -x_780 = l_Lean_Syntax_node1(x_553, x_704, x_779); -lean_inc(x_701); -lean_inc_ref_n(x_561, 2); -lean_inc(x_553); -x_781 = l_Lean_Syntax_node4(x_553, x_703, x_561, x_561, x_780, x_701); -lean_inc_ref(x_561); -lean_inc(x_553); -x_782 = l_Lean_Syntax_node3(x_553, x_554, x_736, x_561, x_781); -lean_inc_ref(x_561); -lean_inc(x_553); -x_783 = l_Lean_Syntax_node3(x_553, x_702, x_40, x_782, x_561); -lean_inc(x_553); -x_784 = l_Lean_Syntax_node1(x_553, x_554, x_783); -lean_inc(x_553); -x_785 = l_Lean_Syntax_node4(x_553, x_657, x_659, x_699, x_701, x_784); -lean_inc_ref(x_561); -lean_inc(x_553); -x_786 = l_Lean_Syntax_node6(x_553, x_614, x_616, x_617, x_561, x_561, x_656, x_785); -lean_inc(x_553); -x_787 = l_Lean_Syntax_node2(x_553, x_558, x_562, x_786); -lean_inc(x_553); -x_788 = l_Lean_Syntax_node3(x_553, x_605, x_611, x_612, x_787); -x_789 = l_Lean_Syntax_node2(x_553, x_554, x_603, x_788); -if (lean_is_scalar(x_549)) { - x_790 = lean_alloc_ctor(0, 2, 0); -} else { - x_790 = x_549; -} -lean_ctor_set(x_790, 0, x_789); -lean_ctor_set(x_790, 1, x_548); -return x_790; } else { -lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; -lean_dec(x_544); -lean_dec(x_543); +lean_object* x_549; lean_object* x_550; size_t x_551; lean_object* x_552; +x_549 = lean_ctor_get(x_41, 0); +x_550 = lean_ctor_get(x_41, 1); +lean_inc(x_550); +lean_inc(x_549); +lean_dec(x_41); +x_551 = lean_array_size(x_2); +x_552 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_551, x_37, x_2, x_30, x_32, x_33, x_43); +if (lean_obj_tag(x_552) == 0) +{ +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; size_t 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; size_t 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; lean_object* x_683; 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; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; lean_object* 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; size_t 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_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; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; 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; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; 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; lean_object* x_798; lean_object* x_799; +x_553 = lean_ctor_get(x_552, 0); +lean_inc(x_553); +x_554 = lean_ctor_get(x_552, 1); +lean_inc(x_554); +if (lean_is_exclusive(x_552)) { + lean_ctor_release(x_552, 0); + lean_ctor_release(x_552, 1); + x_555 = x_552; +} else { + lean_dec_ref(x_552); + x_555 = lean_box(0); +} +x_556 = lean_ctor_get(x_32, 5); +lean_inc(x_556); +x_557 = lean_ctor_get(x_32, 10); +lean_inc(x_557); +x_558 = lean_ctor_get(x_32, 11); +lean_inc(x_558); +lean_dec_ref(x_32); +x_559 = l_Lean_SourceInfo_fromRef(x_556, x_26); +lean_dec(x_556); +x_560 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_561 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_562 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_563 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_564 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_565 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +x_566 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +lean_inc(x_559); +if (lean_is_scalar(x_25)) { + x_567 = lean_alloc_ctor(1, 3, 0); +} else { + x_567 = x_25; + lean_ctor_set_tag(x_567, 1); +} +lean_ctor_set(x_567, 0, x_559); +lean_ctor_set(x_567, 1, x_560); +lean_ctor_set(x_567, 2, x_566); +lean_inc_ref_n(x_567, 7); +lean_inc(x_559); +x_568 = l_Lean_Syntax_node7(x_559, x_565, x_567, x_567, x_567, x_567, x_567, x_567, x_567); +x_569 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; +x_570 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; +x_571 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; +lean_inc(x_559); +x_572 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_572, 0, x_559); +lean_ctor_set(x_572, 1, x_569); +lean_inc(x_559); +x_573 = l_Lean_Syntax_node1(x_559, x_571, x_572); +x_574 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_575 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_576 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_558); +lean_inc(x_557); +x_577 = l_Lean_addMacroScope(x_557, x_576, x_558); +x_578 = lean_box(0); +lean_inc(x_559); +x_579 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_579, 0, x_559); +lean_ctor_set(x_579, 1, x_575); +lean_ctor_set(x_579, 2, x_577); +lean_ctor_set(x_579, 3, x_578); +lean_inc_ref(x_567); +lean_inc_ref(x_579); +lean_inc(x_559); +x_580 = l_Lean_Syntax_node2(x_559, x_574, x_579, x_567); +x_581 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_582 = l_Lean_Syntax_node2(x_559, x_581, x_567, x_567); +x_583 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_559); +lean_ctor_set_tag(x_40, 2); +lean_ctor_set(x_40, 1, x_583); +lean_ctor_set(x_40, 0, x_559); +x_584 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; +x_585 = l_Array_zip___redArg(x_549, x_550); +lean_dec(x_550); +lean_dec(x_549); +x_586 = lean_array_size(x_585); +lean_inc(x_568); +lean_inc_ref(x_567); +lean_inc(x_559); +x_587 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_561, x_562, x_563, x_559, x_560, x_581, x_567, x_568, x_586, x_37, x_585); +x_588 = l_Array_append___redArg(x_566, x_587); +lean_dec_ref(x_587); +lean_inc(x_559); +x_589 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_589, 0, x_559); +lean_ctor_set(x_589, 1, x_560); +lean_ctor_set(x_589, 2, x_588); +lean_inc(x_559); +x_590 = l_Lean_Syntax_node1(x_559, x_584, x_589); +lean_inc_ref(x_567); +lean_inc_ref(x_40); +lean_inc(x_559); +x_591 = l_Lean_Syntax_node3(x_559, x_560, x_40, x_567, x_590); +x_592 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_593 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_559); +lean_ctor_set_tag(x_39, 2); +lean_ctor_set(x_39, 1, x_593); +lean_ctor_set(x_39, 0, x_559); +x_594 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_595 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_596 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_558); +lean_inc(x_557); +x_597 = l_Lean_addMacroScope(x_557, x_596, x_558); +x_598 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; +lean_inc(x_559); +x_599 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_599, 0, x_559); +lean_ctor_set(x_599, 1, x_595); +lean_ctor_set(x_599, 2, x_597); +lean_ctor_set(x_599, 3, x_598); +lean_inc_ref(x_567); +lean_inc(x_559); +x_600 = l_Lean_Syntax_node2(x_559, x_594, x_567, x_599); +x_601 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_559); +lean_ctor_set_tag(x_38, 2); +lean_ctor_set(x_38, 1, x_601); +lean_ctor_set(x_38, 0, x_559); +x_602 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_603 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_558); +lean_inc(x_557); +x_604 = l_Lean_addMacroScope(x_557, x_603, x_558); +x_605 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; +lean_inc(x_559); +x_606 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_606, 0, x_559); +lean_ctor_set(x_606, 1, x_602); +lean_ctor_set(x_606, 2, x_604); +lean_ctor_set(x_606, 3, x_605); +lean_inc_ref(x_567); +lean_inc(x_559); +x_607 = l_Lean_Syntax_node2(x_559, x_594, x_567, x_606); +lean_inc_ref(x_38); +lean_inc(x_559); +x_608 = l_Lean_Syntax_node3(x_559, x_560, x_600, x_38, x_607); +lean_inc(x_559); +x_609 = l_Lean_Syntax_node2(x_559, x_560, x_39, x_608); +lean_inc(x_559); +x_610 = l_Lean_Syntax_node1(x_559, x_592, x_609); +lean_inc_ref(x_567); +lean_inc(x_559); +x_611 = l_Lean_Syntax_node6(x_559, x_570, x_573, x_580, x_582, x_567, x_591, x_610); +lean_inc(x_568); +lean_inc(x_559); +x_612 = l_Lean_Syntax_node2(x_559, x_564, x_568, x_611); +x_613 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_614 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_615 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_616 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_559); +if (lean_is_scalar(x_22)) { + x_617 = lean_alloc_ctor(2, 2, 0); +} else { + x_617 = x_22; + lean_ctor_set_tag(x_617, 2); +} +lean_ctor_set(x_617, 0, x_559); +lean_ctor_set(x_617, 1, x_615); +x_618 = l_Array_append___redArg(x_566, x_3); +lean_inc(x_559); +x_619 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_619, 0, x_559); +lean_ctor_set(x_619, 1, x_560); +lean_ctor_set(x_619, 2, x_618); +lean_inc(x_559); +x_620 = l_Lean_Syntax_node2(x_559, x_616, x_617, x_619); +lean_inc(x_559); +if (lean_is_scalar(x_14)) { + x_621 = lean_alloc_ctor(2, 2, 0); +} else { + x_621 = x_14; + lean_ctor_set_tag(x_621, 2); +} +lean_ctor_set(x_621, 0, x_559); +lean_ctor_set(x_621, 1, x_613); +x_622 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_623 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_624 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_567); +lean_inc(x_559); +x_625 = l_Lean_Syntax_node1(x_559, x_624, x_567); +lean_inc(x_559); +x_626 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_626, 0, x_559); +lean_ctor_set(x_626, 1, x_622); +x_627 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_628 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_629 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_559); +x_630 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_630, 0, x_559); +lean_ctor_set(x_630, 1, x_629); +x_631 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_632 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_633 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_558); +lean_inc(x_557); +x_634 = l_Lean_addMacroScope(x_557, x_633, x_558); +x_635 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +lean_inc(x_559); +x_636 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_636, 0, x_559); +lean_ctor_set(x_636, 1, x_632); +lean_ctor_set(x_636, 2, x_634); +lean_ctor_set(x_636, 3, x_635); +x_637 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; +x_638 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; +x_639 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; +lean_inc(x_559); +x_640 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_640, 0, x_559); +lean_ctor_set(x_640, 1, x_639); +x_641 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; +x_642 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; +x_643 = lean_box(0); +lean_inc(x_558); +lean_inc(x_557); +x_644 = l_Lean_addMacroScope(x_557, x_643, x_558); +x_645 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; +lean_inc(x_559); +x_646 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_646, 0, x_559); +lean_ctor_set(x_646, 1, x_642); +lean_ctor_set(x_646, 2, x_644); +lean_ctor_set(x_646, 3, x_645); +lean_inc(x_559); +x_647 = l_Lean_Syntax_node1(x_559, x_641, x_646); +lean_inc(x_559); +x_648 = l_Lean_Syntax_node2(x_559, x_638, x_640, x_647); +x_649 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_650 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_559); +x_651 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_651, 0, x_559); +lean_ctor_set(x_651, 1, x_650); +x_652 = l_Lean_mkCIdent(x_24); +lean_inc(x_559); +x_653 = l_Lean_Syntax_node2(x_559, x_649, x_651, x_652); +x_654 = lean_array_size(x_553); +x_655 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_654, x_37, x_553); +x_656 = l_Array_append___redArg(x_566, x_655); +lean_dec_ref(x_655); +lean_inc(x_559); +x_657 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_657, 0, x_559); +lean_ctor_set(x_657, 1, x_560); +lean_ctor_set(x_657, 2, x_656); +lean_inc(x_559); +x_658 = l_Lean_Syntax_node2(x_559, x_631, x_653, x_657); +x_659 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; +lean_inc(x_559); +x_660 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_660, 0, x_559); +lean_ctor_set(x_660, 1, x_659); +lean_inc(x_559); +x_661 = l_Lean_Syntax_node3(x_559, x_637, x_648, x_658, x_660); +lean_inc(x_559); +x_662 = l_Lean_Syntax_node1(x_559, x_560, x_661); +lean_inc(x_559); +x_663 = l_Lean_Syntax_node2(x_559, x_631, x_636, x_662); +lean_inc_ref(x_630); +lean_inc(x_559); +x_664 = l_Lean_Syntax_node2(x_559, x_628, x_630, x_663); +lean_inc_ref(x_567); +lean_inc(x_559); +x_665 = l_Lean_Syntax_node2(x_559, x_627, x_567, x_664); +x_666 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_667 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_559); +x_668 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_668, 0, x_559); +lean_ctor_set(x_668, 1, x_667); +x_669 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_670 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_559); +x_671 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_671, 0, x_559); +lean_ctor_set(x_671, 1, x_670); +x_672 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_673 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_674 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_675 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_676 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_558); +lean_inc(x_557); +x_677 = l_Lean_addMacroScope(x_557, x_676, x_558); +x_678 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; +lean_inc(x_559); +x_679 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_679, 0, x_559); +lean_ctor_set(x_679, 1, x_675); +lean_ctor_set(x_679, 2, x_677); +lean_ctor_set(x_679, 3, x_678); +lean_inc_ref(x_567); +lean_inc(x_559); +x_680 = l_Lean_Syntax_node2(x_559, x_674, x_679, x_567); +x_681 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_682 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_683 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_558); +lean_inc(x_557); +x_684 = l_Lean_addMacroScope(x_557, x_683, x_558); +lean_inc(x_559); +x_685 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_685, 0, x_559); +lean_ctor_set(x_685, 1, x_682); +lean_ctor_set(x_685, 2, x_684); +lean_ctor_set(x_685, 3, x_578); +lean_inc_ref(x_685); +lean_inc_ref(x_567); +lean_inc_ref(x_668); +lean_inc(x_559); +x_686 = l_Lean_Syntax_node3(x_559, x_681, x_668, x_567, x_685); +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_687 = l_Lean_Syntax_node3(x_559, x_560, x_567, x_567, x_686); +lean_inc(x_559); +x_688 = l_Lean_Syntax_node2(x_559, x_673, x_680, x_687); +x_689 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_690 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_558); +lean_inc(x_557); +x_691 = l_Lean_addMacroScope(x_557, x_690, x_558); +x_692 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; +lean_inc(x_559); +x_693 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_693, 0, x_559); +lean_ctor_set(x_693, 1, x_689); +lean_ctor_set(x_693, 2, x_691); +lean_ctor_set(x_693, 3, x_692); +lean_inc_ref(x_567); +lean_inc(x_559); +x_694 = l_Lean_Syntax_node2(x_559, x_674, x_693, x_567); +x_695 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_696 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_558); +lean_inc(x_557); +x_697 = l_Lean_addMacroScope(x_557, x_696, x_558); +lean_inc(x_559); +x_698 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_698, 0, x_559); +lean_ctor_set(x_698, 1, x_695); +lean_ctor_set(x_698, 2, x_697); +lean_ctor_set(x_698, 3, x_578); +lean_inc_ref(x_698); +lean_inc_ref(x_567); +lean_inc_ref(x_668); +lean_inc(x_559); +x_699 = l_Lean_Syntax_node3(x_559, x_681, x_668, x_567, x_698); +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_700 = l_Lean_Syntax_node3(x_559, x_560, x_567, x_567, x_699); +lean_inc(x_559); +x_701 = l_Lean_Syntax_node2(x_559, x_673, x_694, x_700); +lean_inc(x_559); +x_702 = l_Lean_Syntax_node3(x_559, x_560, x_688, x_38, x_701); +lean_inc(x_559); +x_703 = l_Lean_Syntax_node1(x_559, x_672, x_702); +x_704 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_567); +lean_inc(x_559); +x_705 = l_Lean_Syntax_node1(x_559, x_704, x_567); +x_706 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_559); +x_707 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_707, 0, x_559); +lean_ctor_set(x_707, 1, x_706); +lean_inc_ref(x_707); +lean_inc(x_705); +lean_inc_ref_n(x_567, 2); +lean_inc_ref(x_671); +lean_inc(x_559); +x_708 = l_Lean_Syntax_node6(x_559, x_669, x_671, x_567, x_703, x_705, x_567, x_707); +x_709 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_710 = l_Lean_Syntax_node2(x_559, x_709, x_567, x_567); +x_711 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_712 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_713 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_714 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_715 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_559); +x_716 = l_Lean_Syntax_node1(x_559, x_715, x_685); +x_717 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; +x_718 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; +lean_inc(x_558); +lean_inc(x_557); +x_719 = l_Lean_addMacroScope(x_557, x_718, x_558); +lean_inc(x_559); +x_720 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_720, 0, x_559); +lean_ctor_set(x_720, 1, x_717); +lean_ctor_set(x_720, 2, x_719); +lean_ctor_set(x_720, 3, x_578); +lean_inc_ref(x_720); +lean_inc(x_559); +x_721 = l_Lean_Syntax_node1(x_559, x_560, x_720); +x_722 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_723 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; +lean_inc(x_559); +x_724 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_724, 0, x_559); +lean_ctor_set(x_724, 1, x_723); +x_725 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_726 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; +lean_inc(x_558); +lean_inc(x_557); +x_727 = l_Lean_addMacroScope(x_557, x_726, x_558); +x_728 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; +lean_inc(x_559); +x_729 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_729, 0, x_559); +lean_ctor_set(x_729, 1, x_725); +lean_ctor_set(x_729, 2, x_727); +lean_ctor_set(x_729, 3, x_728); +x_730 = lean_array_size(x_49); +x_731 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_730, x_37, x_49); +x_732 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; +x_733 = l_Lean_mkSepArray(x_731, x_732); +lean_dec_ref(x_731); +x_734 = l_Array_append___redArg(x_566, x_733); +lean_dec_ref(x_733); +lean_inc(x_559); +x_735 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_735, 0, x_559); +lean_ctor_set(x_735, 1, x_560); +lean_ctor_set(x_735, 2, x_734); +lean_inc(x_559); +x_736 = l_Lean_Syntax_node1(x_559, x_672, x_735); +lean_inc_ref(x_579); +lean_inc_ref(x_630); +lean_inc(x_559); +x_737 = l_Lean_Syntax_node2(x_559, x_560, x_630, x_579); +lean_inc_ref(x_707); +lean_inc(x_705); +lean_inc_ref(x_567); +lean_inc_ref(x_671); +lean_inc(x_559); +x_738 = l_Lean_Syntax_node6(x_559, x_669, x_671, x_567, x_736, x_705, x_737, x_707); +lean_inc(x_559); +x_739 = l_Lean_Syntax_node1(x_559, x_560, x_738); +lean_inc(x_559); +x_740 = l_Lean_Syntax_node2(x_559, x_631, x_729, x_739); +lean_inc(x_559); +x_741 = l_Lean_Syntax_node1(x_559, x_560, x_740); +lean_inc_ref(x_724); +lean_inc(x_559); +x_742 = l_Lean_Syntax_node2(x_559, x_722, x_724, x_741); +lean_inc_ref(x_668); +lean_inc_ref(x_567); +lean_inc(x_559); +x_743 = l_Lean_Syntax_node5(x_559, x_714, x_716, x_721, x_567, x_668, x_742); +lean_inc(x_559); +x_744 = l_Lean_Syntax_node1(x_559, x_713, x_743); +lean_inc(x_710); +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_745 = l_Lean_Syntax_node4(x_559, x_712, x_567, x_567, x_744, x_710); +lean_inc(x_559); +x_746 = l_Lean_Syntax_node1(x_559, x_715, x_698); +x_747 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_748 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_558); +lean_inc(x_557); +x_749 = l_Lean_addMacroScope(x_557, x_748, x_558); +lean_inc(x_559); +x_750 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_750, 0, x_559); +lean_ctor_set(x_750, 1, x_747); +lean_ctor_set(x_750, 2, x_749); +lean_ctor_set(x_750, 3, x_578); +lean_inc(x_559); +x_751 = l_Lean_Syntax_node1(x_559, x_560, x_750); +x_752 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_753 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_559); +x_754 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_754, 0, x_559); +lean_ctor_set(x_754, 1, x_752); +x_755 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_756 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_757 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_758 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_559); +x_759 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_759, 0, x_559); +lean_ctor_set(x_759, 1, x_758); +x_760 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +lean_inc(x_559); +x_761 = l_Lean_Syntax_node2(x_559, x_628, x_630, x_579); +lean_inc(x_559); +x_762 = l_Lean_Syntax_node1(x_559, x_560, x_761); +x_763 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_559); +x_764 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_764, 0, x_559); +lean_ctor_set(x_764, 1, x_763); +x_765 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_766 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_767 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +x_768 = l_Lean_addMacroScope(x_557, x_767, x_558); +x_769 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; +lean_inc(x_559); +x_770 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_770, 0, x_559); +lean_ctor_set(x_770, 1, x_766); +lean_ctor_set(x_770, 2, x_768); +lean_ctor_set(x_770, 3, x_769); +lean_inc(x_751); +lean_inc(x_559); +x_771 = l_Lean_Syntax_node2(x_559, x_631, x_770, x_751); +lean_inc(x_559); +x_772 = l_Lean_Syntax_node1(x_559, x_765, x_771); +lean_inc(x_559); +x_773 = l_Lean_Syntax_node4(x_559, x_760, x_720, x_762, x_764, x_772); +lean_inc_ref(x_567); +lean_inc(x_559); +x_774 = l_Lean_Syntax_node3(x_559, x_757, x_759, x_567, x_773); +lean_inc_ref(x_567); +lean_inc(x_559); +x_775 = l_Lean_Syntax_node2(x_559, x_756, x_774, x_567); +x_776 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +x_777 = l_Lean_Syntax_SepArray_ofElems(x_601, x_46); +lean_dec(x_46); +x_778 = l_Array_append___redArg(x_566, x_777); +lean_dec_ref(x_777); +lean_inc(x_559); +x_779 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_779, 0, x_559); +lean_ctor_set(x_779, 1, x_560); +lean_ctor_set(x_779, 2, x_778); +lean_inc(x_559); +x_780 = l_Lean_Syntax_node1(x_559, x_672, x_779); +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_781 = l_Lean_Syntax_node6(x_559, x_669, x_671, x_567, x_780, x_705, x_567, x_707); +lean_inc(x_559); +x_782 = l_Lean_Syntax_node1(x_559, x_560, x_781); +lean_inc(x_559); +x_783 = l_Lean_Syntax_node2(x_559, x_776, x_724, x_782); +lean_inc_ref(x_567); +lean_inc(x_559); +x_784 = l_Lean_Syntax_node2(x_559, x_756, x_783, x_567); +lean_inc(x_559); +x_785 = l_Lean_Syntax_node2(x_559, x_560, x_775, x_784); +lean_inc(x_559); +x_786 = l_Lean_Syntax_node1(x_559, x_755, x_785); +lean_inc(x_559); +x_787 = l_Lean_Syntax_node2(x_559, x_753, x_754, x_786); +lean_inc_ref(x_668); +lean_inc_ref(x_567); +lean_inc(x_559); +x_788 = l_Lean_Syntax_node5(x_559, x_714, x_746, x_751, x_567, x_668, x_787); +lean_inc(x_559); +x_789 = l_Lean_Syntax_node1(x_559, x_713, x_788); +lean_inc(x_710); +lean_inc_ref_n(x_567, 2); +lean_inc(x_559); +x_790 = l_Lean_Syntax_node4(x_559, x_712, x_567, x_567, x_789, x_710); +lean_inc_ref(x_567); +lean_inc(x_559); +x_791 = l_Lean_Syntax_node3(x_559, x_560, x_745, x_567, x_790); +lean_inc_ref(x_567); +lean_inc(x_559); +x_792 = l_Lean_Syntax_node3(x_559, x_711, x_40, x_791, x_567); +lean_inc(x_559); +x_793 = l_Lean_Syntax_node1(x_559, x_560, x_792); +lean_inc(x_559); +x_794 = l_Lean_Syntax_node4(x_559, x_666, x_668, x_708, x_710, x_793); +lean_inc_ref(x_567); +lean_inc(x_559); +x_795 = l_Lean_Syntax_node6(x_559, x_623, x_625, x_626, x_567, x_567, x_665, x_794); +lean_inc(x_559); +x_796 = l_Lean_Syntax_node2(x_559, x_564, x_568, x_795); +lean_inc(x_559); +x_797 = l_Lean_Syntax_node3(x_559, x_614, x_620, x_621, x_796); +x_798 = l_Lean_Syntax_node2(x_559, x_560, x_612, x_797); +if (lean_is_scalar(x_555)) { + x_799 = lean_alloc_ctor(0, 2, 0); +} else { + x_799 = x_555; +} +lean_ctor_set(x_799, 0, x_798); +lean_ctor_set(x_799, 1, x_554); +return x_799; +} +else +{ +lean_object* x_800; lean_object* x_801; lean_object* x_802; lean_object* x_803; +lean_dec(x_550); +lean_dec(x_549); lean_free_object(x_40); lean_dec(x_49); lean_free_object(x_39); @@ -9035,652 +9078,659 @@ lean_dec(x_25); lean_dec(x_24); lean_dec(x_22); lean_dec(x_14); -x_791 = lean_ctor_get(x_546, 0); -lean_inc(x_791); -x_792 = lean_ctor_get(x_546, 1); -lean_inc(x_792); -if (lean_is_exclusive(x_546)) { - lean_ctor_release(x_546, 0); - lean_ctor_release(x_546, 1); - x_793 = x_546; +x_800 = lean_ctor_get(x_552, 0); +lean_inc(x_800); +x_801 = lean_ctor_get(x_552, 1); +lean_inc(x_801); +if (lean_is_exclusive(x_552)) { + lean_ctor_release(x_552, 0); + lean_ctor_release(x_552, 1); + x_802 = x_552; } else { - lean_dec_ref(x_546); - x_793 = lean_box(0); + lean_dec_ref(x_552); + x_802 = lean_box(0); } -if (lean_is_scalar(x_793)) { - x_794 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_802)) { + x_803 = lean_alloc_ctor(1, 2, 0); } else { - x_794 = x_793; + x_803 = x_802; } -lean_ctor_set(x_794, 0, x_791); -lean_ctor_set(x_794, 1, x_792); -return x_794; +lean_ctor_set(x_803, 0, x_800); +lean_ctor_set(x_803, 1, x_801); +return x_803; } } } else { -lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; size_t x_799; lean_object* x_800; -x_795 = lean_ctor_get(x_40, 0); -lean_inc(x_795); +lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; size_t x_808; lean_object* x_809; +x_804 = lean_ctor_get(x_40, 0); +lean_inc(x_804); lean_dec(x_40); -x_796 = lean_ctor_get(x_41, 0); -lean_inc(x_796); -x_797 = lean_ctor_get(x_41, 1); -lean_inc(x_797); +x_805 = lean_ctor_get(x_41, 0); +lean_inc(x_805); +x_806 = lean_ctor_get(x_41, 1); +lean_inc(x_806); if (lean_is_exclusive(x_41)) { lean_ctor_release(x_41, 0); lean_ctor_release(x_41, 1); - x_798 = x_41; + x_807 = x_41; } else { lean_dec_ref(x_41); - x_798 = lean_box(0); + x_807 = lean_box(0); } -x_799 = lean_array_size(x_2); -x_800 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_799, x_37, x_2, x_30, x_32, x_33, x_43); -if (lean_obj_tag(x_800) == 0) +x_808 = lean_array_size(x_2); +x_809 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_808, x_37, x_2, x_30, x_32, x_33, x_43); +if (lean_obj_tag(x_809) == 0) { -lean_object* x_801; lean_object* x_802; 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; 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_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; size_t 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; 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; size_t 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; 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; size_t 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; -x_801 = lean_ctor_get(x_800, 0); -lean_inc(x_801); -x_802 = lean_ctor_get(x_800, 1); -lean_inc(x_802); -if (lean_is_exclusive(x_800)) { - lean_ctor_release(x_800, 0); - lean_ctor_release(x_800, 1); - x_803 = x_800; +lean_object* x_810; lean_object* x_811; lean_object* x_812; 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_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; size_t 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; 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; lean_object* x_907; lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; size_t 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; 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; size_t 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; +x_810 = lean_ctor_get(x_809, 0); +lean_inc(x_810); +x_811 = lean_ctor_get(x_809, 1); +lean_inc(x_811); +if (lean_is_exclusive(x_809)) { + lean_ctor_release(x_809, 0); + lean_ctor_release(x_809, 1); + x_812 = x_809; } else { - lean_dec_ref(x_800); - x_803 = lean_box(0); + lean_dec_ref(x_809); + x_812 = lean_box(0); } -x_804 = lean_ctor_get(x_32, 5); -lean_inc(x_804); -x_805 = lean_ctor_get(x_32, 10); -lean_inc(x_805); -x_806 = lean_ctor_get(x_32, 11); -lean_inc(x_806); +x_813 = lean_ctor_get(x_32, 5); +lean_inc(x_813); +x_814 = lean_ctor_get(x_32, 10); +lean_inc(x_814); +x_815 = lean_ctor_get(x_32, 11); +lean_inc(x_815); lean_dec_ref(x_32); -x_807 = l_Lean_SourceInfo_fromRef(x_804, x_26); -lean_dec(x_804); -x_808 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_809 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_810 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_811 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_812 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_813 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -x_814 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -lean_inc(x_807); +x_816 = l_Lean_SourceInfo_fromRef(x_813, x_26); +lean_dec(x_813); +x_817 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_818 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_819 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_820 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_821 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_822 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +x_823 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +lean_inc(x_816); if (lean_is_scalar(x_25)) { - x_815 = lean_alloc_ctor(1, 3, 0); + x_824 = lean_alloc_ctor(1, 3, 0); } else { - x_815 = x_25; - lean_ctor_set_tag(x_815, 1); + x_824 = x_25; + lean_ctor_set_tag(x_824, 1); } -lean_ctor_set(x_815, 0, x_807); -lean_ctor_set(x_815, 1, x_808); -lean_ctor_set(x_815, 2, x_814); -lean_inc_ref_n(x_815, 7); -lean_inc(x_807); -x_816 = l_Lean_Syntax_node7(x_807, x_813, x_815, x_815, x_815, x_815, x_815, x_815, x_815); -x_817 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; -x_818 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; -x_819 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; -lean_inc(x_807); -if (lean_is_scalar(x_798)) { - x_820 = lean_alloc_ctor(2, 2, 0); -} else { - x_820 = x_798; - lean_ctor_set_tag(x_820, 2); -} -lean_ctor_set(x_820, 0, x_807); -lean_ctor_set(x_820, 1, x_817); -lean_inc(x_807); -x_821 = l_Lean_Syntax_node1(x_807, x_819, x_820); -x_822 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_823 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_824 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_806); -lean_inc(x_805); -x_825 = l_Lean_addMacroScope(x_805, x_824, x_806); -x_826 = lean_box(0); -lean_inc(x_807); -x_827 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_827, 0, x_807); -lean_ctor_set(x_827, 1, x_823); -lean_ctor_set(x_827, 2, x_825); -lean_ctor_set(x_827, 3, x_826); -lean_inc_ref(x_815); -lean_inc_ref(x_827); -lean_inc(x_807); -x_828 = l_Lean_Syntax_node2(x_807, x_822, x_827, x_815); -x_829 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_830 = l_Lean_Syntax_node2(x_807, x_829, x_815, x_815); -x_831 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_807); -x_832 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_832, 0, x_807); -lean_ctor_set(x_832, 1, x_831); -x_833 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; -x_834 = l_Array_zip___redArg(x_796, x_797); -lean_dec(x_797); -lean_dec(x_796); -x_835 = lean_array_size(x_834); +lean_ctor_set(x_824, 0, x_816); +lean_ctor_set(x_824, 1, x_817); +lean_ctor_set(x_824, 2, x_823); +lean_inc_ref_n(x_824, 7); +lean_inc(x_816); +x_825 = l_Lean_Syntax_node7(x_816, x_822, x_824, x_824, x_824, x_824, x_824, x_824, x_824); +x_826 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; +x_827 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; +x_828 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; +lean_inc(x_816); +if (lean_is_scalar(x_807)) { + x_829 = lean_alloc_ctor(2, 2, 0); +} else { + x_829 = x_807; + lean_ctor_set_tag(x_829, 2); +} +lean_ctor_set(x_829, 0, x_816); +lean_ctor_set(x_829, 1, x_826); +lean_inc(x_816); +x_830 = l_Lean_Syntax_node1(x_816, x_828, x_829); +x_831 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_832 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_833 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_815); +lean_inc(x_814); +x_834 = l_Lean_addMacroScope(x_814, x_833, x_815); +x_835 = lean_box(0); +lean_inc(x_816); +x_836 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_836, 0, x_816); +lean_ctor_set(x_836, 1, x_832); +lean_ctor_set(x_836, 2, x_834); +lean_ctor_set(x_836, 3, x_835); +lean_inc_ref(x_824); +lean_inc_ref(x_836); +lean_inc(x_816); +x_837 = l_Lean_Syntax_node2(x_816, x_831, x_836, x_824); +x_838 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_839 = l_Lean_Syntax_node2(x_816, x_838, x_824, x_824); +x_840 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_816); +x_841 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_841, 0, x_816); +lean_ctor_set(x_841, 1, x_840); +x_842 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; +x_843 = l_Array_zip___redArg(x_805, x_806); +lean_dec(x_806); +lean_dec(x_805); +x_844 = lean_array_size(x_843); +lean_inc(x_825); +lean_inc_ref(x_824); +lean_inc(x_816); +x_845 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_818, x_819, x_820, x_816, x_817, x_838, x_824, x_825, x_844, x_37, x_843); +x_846 = l_Array_append___redArg(x_823, x_845); +lean_dec_ref(x_845); +lean_inc(x_816); +x_847 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_847, 0, x_816); +lean_ctor_set(x_847, 1, x_817); +lean_ctor_set(x_847, 2, x_846); +lean_inc(x_816); +x_848 = l_Lean_Syntax_node1(x_816, x_842, x_847); +lean_inc_ref(x_824); +lean_inc_ref(x_841); +lean_inc(x_816); +x_849 = l_Lean_Syntax_node3(x_816, x_817, x_841, x_824, x_848); +x_850 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_851 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; lean_inc(x_816); -lean_inc_ref(x_815); -lean_inc(x_807); -x_836 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_809, x_810, x_811, x_807, x_808, x_829, x_815, x_816, x_835, x_37, x_834); -x_837 = l_Array_append___redArg(x_814, x_836); -lean_dec_ref(x_836); -lean_inc(x_807); -x_838 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_838, 0, x_807); -lean_ctor_set(x_838, 1, x_808); -lean_ctor_set(x_838, 2, x_837); -lean_inc(x_807); -x_839 = l_Lean_Syntax_node1(x_807, x_833, x_838); -lean_inc_ref(x_815); -lean_inc_ref(x_832); -lean_inc(x_807); -x_840 = l_Lean_Syntax_node3(x_807, x_808, x_832, x_815, x_839); -x_841 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_842 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_807); lean_ctor_set_tag(x_39, 2); -lean_ctor_set(x_39, 1, x_842); -lean_ctor_set(x_39, 0, x_807); -x_843 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_844 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_806); -lean_inc(x_805); -x_845 = l_Lean_addMacroScope(x_805, x_844, x_806); -x_846 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36; -lean_inc(x_807); -x_847 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_847, 0, x_807); -lean_ctor_set(x_847, 1, x_843); -lean_ctor_set(x_847, 2, x_845); -lean_ctor_set(x_847, 3, x_846); -x_848 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_807); -lean_ctor_set_tag(x_38, 2); -lean_ctor_set(x_38, 1, x_848); -lean_ctor_set(x_38, 0, x_807); -x_849 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_850 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_806); -lean_inc(x_805); -x_851 = l_Lean_addMacroScope(x_805, x_850, x_806); -x_852 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; -lean_inc(x_807); -x_853 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_853, 0, x_807); -lean_ctor_set(x_853, 1, x_849); -lean_ctor_set(x_853, 2, x_851); -lean_ctor_set(x_853, 3, x_852); -lean_inc_ref(x_38); -lean_inc(x_807); -x_854 = l_Lean_Syntax_node3(x_807, x_808, x_847, x_38, x_853); -lean_inc(x_807); -x_855 = l_Lean_Syntax_node2(x_807, x_808, x_39, x_854); -lean_inc(x_807); -x_856 = l_Lean_Syntax_node1(x_807, x_841, x_855); -lean_inc_ref(x_815); -lean_inc(x_807); -x_857 = l_Lean_Syntax_node6(x_807, x_818, x_821, x_828, x_830, x_815, x_840, x_856); +lean_ctor_set(x_39, 1, x_851); +lean_ctor_set(x_39, 0, x_816); +x_852 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_853 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_854 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_815); +lean_inc(x_814); +x_855 = l_Lean_addMacroScope(x_814, x_854, x_815); +x_856 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; +lean_inc(x_816); +x_857 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_857, 0, x_816); +lean_ctor_set(x_857, 1, x_853); +lean_ctor_set(x_857, 2, x_855); +lean_ctor_set(x_857, 3, x_856); +lean_inc_ref(x_824); +lean_inc(x_816); +x_858 = l_Lean_Syntax_node2(x_816, x_852, x_824, x_857); +x_859 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_816); +lean_ctor_set_tag(x_38, 2); +lean_ctor_set(x_38, 1, x_859); +lean_ctor_set(x_38, 0, x_816); +x_860 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_861 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_815); +lean_inc(x_814); +x_862 = l_Lean_addMacroScope(x_814, x_861, x_815); +x_863 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; +lean_inc(x_816); +x_864 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_864, 0, x_816); +lean_ctor_set(x_864, 1, x_860); +lean_ctor_set(x_864, 2, x_862); +lean_ctor_set(x_864, 3, x_863); +lean_inc_ref(x_824); +lean_inc(x_816); +x_865 = l_Lean_Syntax_node2(x_816, x_852, x_824, x_864); +lean_inc_ref(x_38); +lean_inc(x_816); +x_866 = l_Lean_Syntax_node3(x_816, x_817, x_858, x_38, x_865); +lean_inc(x_816); +x_867 = l_Lean_Syntax_node2(x_816, x_817, x_39, x_866); +lean_inc(x_816); +x_868 = l_Lean_Syntax_node1(x_816, x_850, x_867); +lean_inc_ref(x_824); +lean_inc(x_816); +x_869 = l_Lean_Syntax_node6(x_816, x_827, x_830, x_837, x_839, x_824, x_849, x_868); +lean_inc(x_825); +lean_inc(x_816); +x_870 = l_Lean_Syntax_node2(x_816, x_821, x_825, x_869); +x_871 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_872 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_873 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_874 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; lean_inc(x_816); -lean_inc(x_807); -x_858 = l_Lean_Syntax_node2(x_807, x_812, x_816, x_857); -x_859 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_860 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_861 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_862 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_807); if (lean_is_scalar(x_22)) { - x_863 = lean_alloc_ctor(2, 2, 0); + x_875 = lean_alloc_ctor(2, 2, 0); } else { - x_863 = x_22; - lean_ctor_set_tag(x_863, 2); + x_875 = x_22; + lean_ctor_set_tag(x_875, 2); } -lean_ctor_set(x_863, 0, x_807); -lean_ctor_set(x_863, 1, x_861); -x_864 = l_Array_append___redArg(x_814, x_3); -lean_inc(x_807); -x_865 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_865, 0, x_807); -lean_ctor_set(x_865, 1, x_808); -lean_ctor_set(x_865, 2, x_864); -lean_inc(x_807); -x_866 = l_Lean_Syntax_node2(x_807, x_862, x_863, x_865); -lean_inc(x_807); +lean_ctor_set(x_875, 0, x_816); +lean_ctor_set(x_875, 1, x_873); +x_876 = l_Array_append___redArg(x_823, x_3); +lean_inc(x_816); +x_877 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_877, 0, x_816); +lean_ctor_set(x_877, 1, x_817); +lean_ctor_set(x_877, 2, x_876); +lean_inc(x_816); +x_878 = l_Lean_Syntax_node2(x_816, x_874, x_875, x_877); +lean_inc(x_816); if (lean_is_scalar(x_14)) { - x_867 = lean_alloc_ctor(2, 2, 0); + x_879 = lean_alloc_ctor(2, 2, 0); } else { - x_867 = x_14; - lean_ctor_set_tag(x_867, 2); + x_879 = x_14; + lean_ctor_set_tag(x_879, 2); } -lean_ctor_set(x_867, 0, x_807); -lean_ctor_set(x_867, 1, x_859); -x_868 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_869 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_870 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_815); -lean_inc(x_807); -x_871 = l_Lean_Syntax_node1(x_807, x_870, x_815); -lean_inc(x_807); -x_872 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_872, 0, x_807); -lean_ctor_set(x_872, 1, x_868); -x_873 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_874 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_875 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_807); -x_876 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_876, 0, x_807); -lean_ctor_set(x_876, 1, x_875); -x_877 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_878 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_879 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_806); -lean_inc(x_805); -x_880 = l_Lean_addMacroScope(x_805, x_879, x_806); -x_881 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; -lean_inc(x_807); -x_882 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_882, 0, x_807); -lean_ctor_set(x_882, 1, x_878); -lean_ctor_set(x_882, 2, x_880); -lean_ctor_set(x_882, 3, x_881); -x_883 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; -x_884 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; -x_885 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; -lean_inc(x_807); -x_886 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_886, 0, x_807); -lean_ctor_set(x_886, 1, x_885); -x_887 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; -x_888 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; -x_889 = lean_box(0); -lean_inc(x_806); -lean_inc(x_805); -x_890 = l_Lean_addMacroScope(x_805, x_889, x_806); -x_891 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; -lean_inc(x_807); -x_892 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_892, 0, x_807); -lean_ctor_set(x_892, 1, x_888); -lean_ctor_set(x_892, 2, x_890); -lean_ctor_set(x_892, 3, x_891); -lean_inc(x_807); -x_893 = l_Lean_Syntax_node1(x_807, x_887, x_892); -lean_inc(x_807); -x_894 = l_Lean_Syntax_node2(x_807, x_884, x_886, x_893); -x_895 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_896 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_807); -x_897 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_897, 0, x_807); -lean_ctor_set(x_897, 1, x_896); -x_898 = l_Lean_mkCIdent(x_24); -lean_inc(x_807); -x_899 = l_Lean_Syntax_node2(x_807, x_895, x_897, x_898); -x_900 = lean_array_size(x_801); -x_901 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_900, x_37, x_801); -x_902 = l_Array_append___redArg(x_814, x_901); -lean_dec_ref(x_901); -lean_inc(x_807); -x_903 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_903, 0, x_807); -lean_ctor_set(x_903, 1, x_808); -lean_ctor_set(x_903, 2, x_902); -lean_inc(x_807); -x_904 = l_Lean_Syntax_node2(x_807, x_877, x_899, x_903); -x_905 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; -lean_inc(x_807); -x_906 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_906, 0, x_807); -lean_ctor_set(x_906, 1, x_905); -lean_inc(x_807); -x_907 = l_Lean_Syntax_node3(x_807, x_883, x_894, x_904, x_906); -lean_inc(x_807); -x_908 = l_Lean_Syntax_node1(x_807, x_808, x_907); -lean_inc(x_807); -x_909 = l_Lean_Syntax_node2(x_807, x_877, x_882, x_908); -lean_inc_ref(x_876); -lean_inc(x_807); -x_910 = l_Lean_Syntax_node2(x_807, x_874, x_876, x_909); -lean_inc_ref(x_815); -lean_inc(x_807); -x_911 = l_Lean_Syntax_node2(x_807, x_873, x_815, x_910); -x_912 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_913 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_807); -x_914 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_914, 0, x_807); -lean_ctor_set(x_914, 1, x_913); -x_915 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_916 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_807); -x_917 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_917, 0, x_807); -lean_ctor_set(x_917, 1, x_916); -x_918 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_919 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_920 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_921 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_922 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_806); -lean_inc(x_805); -x_923 = l_Lean_addMacroScope(x_805, x_922, x_806); -x_924 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; -lean_inc(x_807); -x_925 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_925, 0, x_807); -lean_ctor_set(x_925, 1, x_921); -lean_ctor_set(x_925, 2, x_923); -lean_ctor_set(x_925, 3, x_924); -lean_inc_ref(x_815); -lean_inc(x_807); -x_926 = l_Lean_Syntax_node2(x_807, x_920, x_925, x_815); -x_927 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_928 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_929 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_806); -lean_inc(x_805); -x_930 = l_Lean_addMacroScope(x_805, x_929, x_806); -lean_inc(x_807); -x_931 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_931, 0, x_807); -lean_ctor_set(x_931, 1, x_928); -lean_ctor_set(x_931, 2, x_930); -lean_ctor_set(x_931, 3, x_826); -lean_inc_ref(x_931); -lean_inc_ref(x_815); -lean_inc_ref(x_914); -lean_inc(x_807); -x_932 = l_Lean_Syntax_node3(x_807, x_927, x_914, x_815, x_931); -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_933 = l_Lean_Syntax_node3(x_807, x_808, x_815, x_815, x_932); -lean_inc(x_807); -x_934 = l_Lean_Syntax_node2(x_807, x_919, x_926, x_933); -x_935 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_936 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_806); -lean_inc(x_805); -x_937 = l_Lean_addMacroScope(x_805, x_936, x_806); -x_938 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; -lean_inc(x_807); -x_939 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_939, 0, x_807); -lean_ctor_set(x_939, 1, x_935); -lean_ctor_set(x_939, 2, x_937); -lean_ctor_set(x_939, 3, x_938); -lean_inc_ref(x_815); -lean_inc(x_807); -x_940 = l_Lean_Syntax_node2(x_807, x_920, x_939, x_815); -x_941 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_942 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_806); -lean_inc(x_805); -x_943 = l_Lean_addMacroScope(x_805, x_942, x_806); -lean_inc(x_807); -x_944 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_944, 0, x_807); -lean_ctor_set(x_944, 1, x_941); -lean_ctor_set(x_944, 2, x_943); -lean_ctor_set(x_944, 3, x_826); -lean_inc_ref(x_944); -lean_inc_ref(x_815); -lean_inc_ref(x_914); -lean_inc(x_807); -x_945 = l_Lean_Syntax_node3(x_807, x_927, x_914, x_815, x_944); -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_946 = l_Lean_Syntax_node3(x_807, x_808, x_815, x_815, x_945); -lean_inc(x_807); -x_947 = l_Lean_Syntax_node2(x_807, x_919, x_940, x_946); -lean_inc(x_807); -x_948 = l_Lean_Syntax_node3(x_807, x_808, x_934, x_38, x_947); -lean_inc(x_807); -x_949 = l_Lean_Syntax_node1(x_807, x_918, x_948); -x_950 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_815); -lean_inc(x_807); -x_951 = l_Lean_Syntax_node1(x_807, x_950, x_815); -x_952 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_807); -x_953 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_953, 0, x_807); -lean_ctor_set(x_953, 1, x_952); -lean_inc_ref(x_953); -lean_inc(x_951); -lean_inc_ref_n(x_815, 2); -lean_inc_ref(x_917); -lean_inc(x_807); -x_954 = l_Lean_Syntax_node6(x_807, x_915, x_917, x_815, x_949, x_951, x_815, x_953); -x_955 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_956 = l_Lean_Syntax_node2(x_807, x_955, x_815, x_815); -x_957 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_958 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_959 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_960 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_961 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_807); -x_962 = l_Lean_Syntax_node1(x_807, x_961, x_931); -x_963 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; -x_964 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; -lean_inc(x_806); -lean_inc(x_805); -x_965 = l_Lean_addMacroScope(x_805, x_964, x_806); -lean_inc(x_807); -x_966 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_966, 0, x_807); -lean_ctor_set(x_966, 1, x_963); -lean_ctor_set(x_966, 2, x_965); -lean_ctor_set(x_966, 3, x_826); -lean_inc_ref(x_966); -lean_inc(x_807); -x_967 = l_Lean_Syntax_node1(x_807, x_808, x_966); -x_968 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_969 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; -lean_inc(x_807); -x_970 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_970, 0, x_807); -lean_ctor_set(x_970, 1, x_969); -x_971 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_972 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; -lean_inc(x_806); -lean_inc(x_805); -x_973 = l_Lean_addMacroScope(x_805, x_972, x_806); -x_974 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; -lean_inc(x_807); -x_975 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_975, 0, x_807); -lean_ctor_set(x_975, 1, x_971); -lean_ctor_set(x_975, 2, x_973); -lean_ctor_set(x_975, 3, x_974); -x_976 = lean_array_size(x_795); -x_977 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_976, x_37, x_795); -x_978 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; -x_979 = l_Lean_mkSepArray(x_977, x_978); -lean_dec_ref(x_977); -x_980 = l_Array_append___redArg(x_814, x_979); -lean_dec_ref(x_979); -lean_inc(x_807); -x_981 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_981, 0, x_807); -lean_ctor_set(x_981, 1, x_808); -lean_ctor_set(x_981, 2, x_980); -lean_inc(x_807); -x_982 = l_Lean_Syntax_node1(x_807, x_918, x_981); -lean_inc_ref(x_827); -lean_inc_ref(x_876); -lean_inc(x_807); -x_983 = l_Lean_Syntax_node2(x_807, x_808, x_876, x_827); -lean_inc_ref(x_953); -lean_inc(x_951); -lean_inc_ref(x_815); -lean_inc_ref(x_917); -lean_inc(x_807); -x_984 = l_Lean_Syntax_node6(x_807, x_915, x_917, x_815, x_982, x_951, x_983, x_953); -lean_inc(x_807); -x_985 = l_Lean_Syntax_node1(x_807, x_808, x_984); -lean_inc(x_807); -x_986 = l_Lean_Syntax_node2(x_807, x_877, x_975, x_985); -lean_inc(x_807); -x_987 = l_Lean_Syntax_node1(x_807, x_808, x_986); -lean_inc_ref(x_970); -lean_inc(x_807); -x_988 = l_Lean_Syntax_node2(x_807, x_968, x_970, x_987); -lean_inc_ref(x_914); -lean_inc_ref(x_815); -lean_inc(x_807); -x_989 = l_Lean_Syntax_node5(x_807, x_960, x_962, x_967, x_815, x_914, x_988); -lean_inc(x_807); -x_990 = l_Lean_Syntax_node1(x_807, x_959, x_989); -lean_inc(x_956); -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_991 = l_Lean_Syntax_node4(x_807, x_958, x_815, x_815, x_990, x_956); -lean_inc(x_807); -x_992 = l_Lean_Syntax_node1(x_807, x_961, x_944); -x_993 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_994 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_806); -lean_inc(x_805); -x_995 = l_Lean_addMacroScope(x_805, x_994, x_806); -lean_inc(x_807); -x_996 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_996, 0, x_807); -lean_ctor_set(x_996, 1, x_993); -lean_ctor_set(x_996, 2, x_995); -lean_ctor_set(x_996, 3, x_826); -lean_inc(x_807); -x_997 = l_Lean_Syntax_node1(x_807, x_808, x_996); -x_998 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_999 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_807); -x_1000 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1000, 0, x_807); -lean_ctor_set(x_1000, 1, x_998); -x_1001 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_1002 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_1003 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_1004 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_807); -x_1005 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1005, 0, x_807); -lean_ctor_set(x_1005, 1, x_1004); -x_1006 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -lean_inc(x_807); -x_1007 = l_Lean_Syntax_node2(x_807, x_874, x_876, x_827); -lean_inc(x_807); -x_1008 = l_Lean_Syntax_node1(x_807, x_808, x_1007); -x_1009 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_807); -x_1010 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1010, 0, x_807); -lean_ctor_set(x_1010, 1, x_1009); -x_1011 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_1012 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_1013 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -x_1014 = l_Lean_addMacroScope(x_805, x_1013, x_806); -x_1015 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; -lean_inc(x_807); -x_1016 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1016, 0, x_807); -lean_ctor_set(x_1016, 1, x_1012); -lean_ctor_set(x_1016, 2, x_1014); -lean_ctor_set(x_1016, 3, x_1015); -lean_inc(x_997); -lean_inc(x_807); -x_1017 = l_Lean_Syntax_node2(x_807, x_877, x_1016, x_997); -lean_inc(x_807); -x_1018 = l_Lean_Syntax_node1(x_807, x_1011, x_1017); -lean_inc(x_807); -x_1019 = l_Lean_Syntax_node4(x_807, x_1006, x_966, x_1008, x_1010, x_1018); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1020 = l_Lean_Syntax_node3(x_807, x_1003, x_1005, x_815, x_1019); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1021 = l_Lean_Syntax_node2(x_807, x_1002, x_1020, x_815); -x_1022 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; -x_1023 = l_Lean_Syntax_SepArray_ofElems(x_848, x_46); +lean_ctor_set(x_879, 0, x_816); +lean_ctor_set(x_879, 1, x_871); +x_880 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_881 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_882 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_824); +lean_inc(x_816); +x_883 = l_Lean_Syntax_node1(x_816, x_882, x_824); +lean_inc(x_816); +x_884 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_884, 0, x_816); +lean_ctor_set(x_884, 1, x_880); +x_885 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_886 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_887 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_816); +x_888 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_888, 0, x_816); +lean_ctor_set(x_888, 1, x_887); +x_889 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_890 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_891 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_815); +lean_inc(x_814); +x_892 = l_Lean_addMacroScope(x_814, x_891, x_815); +x_893 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +lean_inc(x_816); +x_894 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_894, 0, x_816); +lean_ctor_set(x_894, 1, x_890); +lean_ctor_set(x_894, 2, x_892); +lean_ctor_set(x_894, 3, x_893); +x_895 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; +x_896 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; +x_897 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; +lean_inc(x_816); +x_898 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_898, 0, x_816); +lean_ctor_set(x_898, 1, x_897); +x_899 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; +x_900 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; +x_901 = lean_box(0); +lean_inc(x_815); +lean_inc(x_814); +x_902 = l_Lean_addMacroScope(x_814, x_901, x_815); +x_903 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; +lean_inc(x_816); +x_904 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_904, 0, x_816); +lean_ctor_set(x_904, 1, x_900); +lean_ctor_set(x_904, 2, x_902); +lean_ctor_set(x_904, 3, x_903); +lean_inc(x_816); +x_905 = l_Lean_Syntax_node1(x_816, x_899, x_904); +lean_inc(x_816); +x_906 = l_Lean_Syntax_node2(x_816, x_896, x_898, x_905); +x_907 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_908 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_816); +x_909 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_909, 0, x_816); +lean_ctor_set(x_909, 1, x_908); +x_910 = l_Lean_mkCIdent(x_24); +lean_inc(x_816); +x_911 = l_Lean_Syntax_node2(x_816, x_907, x_909, x_910); +x_912 = lean_array_size(x_810); +x_913 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_912, x_37, x_810); +x_914 = l_Array_append___redArg(x_823, x_913); +lean_dec_ref(x_913); +lean_inc(x_816); +x_915 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_915, 0, x_816); +lean_ctor_set(x_915, 1, x_817); +lean_ctor_set(x_915, 2, x_914); +lean_inc(x_816); +x_916 = l_Lean_Syntax_node2(x_816, x_889, x_911, x_915); +x_917 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; +lean_inc(x_816); +x_918 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_918, 0, x_816); +lean_ctor_set(x_918, 1, x_917); +lean_inc(x_816); +x_919 = l_Lean_Syntax_node3(x_816, x_895, x_906, x_916, x_918); +lean_inc(x_816); +x_920 = l_Lean_Syntax_node1(x_816, x_817, x_919); +lean_inc(x_816); +x_921 = l_Lean_Syntax_node2(x_816, x_889, x_894, x_920); +lean_inc_ref(x_888); +lean_inc(x_816); +x_922 = l_Lean_Syntax_node2(x_816, x_886, x_888, x_921); +lean_inc_ref(x_824); +lean_inc(x_816); +x_923 = l_Lean_Syntax_node2(x_816, x_885, x_824, x_922); +x_924 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_925 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_816); +x_926 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_926, 0, x_816); +lean_ctor_set(x_926, 1, x_925); +x_927 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_928 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_816); +x_929 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_929, 0, x_816); +lean_ctor_set(x_929, 1, x_928); +x_930 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_931 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_932 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_933 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_934 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_815); +lean_inc(x_814); +x_935 = l_Lean_addMacroScope(x_814, x_934, x_815); +x_936 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; +lean_inc(x_816); +x_937 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_937, 0, x_816); +lean_ctor_set(x_937, 1, x_933); +lean_ctor_set(x_937, 2, x_935); +lean_ctor_set(x_937, 3, x_936); +lean_inc_ref(x_824); +lean_inc(x_816); +x_938 = l_Lean_Syntax_node2(x_816, x_932, x_937, x_824); +x_939 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_940 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_941 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_815); +lean_inc(x_814); +x_942 = l_Lean_addMacroScope(x_814, x_941, x_815); +lean_inc(x_816); +x_943 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_943, 0, x_816); +lean_ctor_set(x_943, 1, x_940); +lean_ctor_set(x_943, 2, x_942); +lean_ctor_set(x_943, 3, x_835); +lean_inc_ref(x_943); +lean_inc_ref(x_824); +lean_inc_ref(x_926); +lean_inc(x_816); +x_944 = l_Lean_Syntax_node3(x_816, x_939, x_926, x_824, x_943); +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_945 = l_Lean_Syntax_node3(x_816, x_817, x_824, x_824, x_944); +lean_inc(x_816); +x_946 = l_Lean_Syntax_node2(x_816, x_931, x_938, x_945); +x_947 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_948 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_815); +lean_inc(x_814); +x_949 = l_Lean_addMacroScope(x_814, x_948, x_815); +x_950 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; +lean_inc(x_816); +x_951 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_951, 0, x_816); +lean_ctor_set(x_951, 1, x_947); +lean_ctor_set(x_951, 2, x_949); +lean_ctor_set(x_951, 3, x_950); +lean_inc_ref(x_824); +lean_inc(x_816); +x_952 = l_Lean_Syntax_node2(x_816, x_932, x_951, x_824); +x_953 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_954 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_815); +lean_inc(x_814); +x_955 = l_Lean_addMacroScope(x_814, x_954, x_815); +lean_inc(x_816); +x_956 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_956, 0, x_816); +lean_ctor_set(x_956, 1, x_953); +lean_ctor_set(x_956, 2, x_955); +lean_ctor_set(x_956, 3, x_835); +lean_inc_ref(x_956); +lean_inc_ref(x_824); +lean_inc_ref(x_926); +lean_inc(x_816); +x_957 = l_Lean_Syntax_node3(x_816, x_939, x_926, x_824, x_956); +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_958 = l_Lean_Syntax_node3(x_816, x_817, x_824, x_824, x_957); +lean_inc(x_816); +x_959 = l_Lean_Syntax_node2(x_816, x_931, x_952, x_958); +lean_inc(x_816); +x_960 = l_Lean_Syntax_node3(x_816, x_817, x_946, x_38, x_959); +lean_inc(x_816); +x_961 = l_Lean_Syntax_node1(x_816, x_930, x_960); +x_962 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_824); +lean_inc(x_816); +x_963 = l_Lean_Syntax_node1(x_816, x_962, x_824); +x_964 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_816); +x_965 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_965, 0, x_816); +lean_ctor_set(x_965, 1, x_964); +lean_inc_ref(x_965); +lean_inc(x_963); +lean_inc_ref_n(x_824, 2); +lean_inc_ref(x_929); +lean_inc(x_816); +x_966 = l_Lean_Syntax_node6(x_816, x_927, x_929, x_824, x_961, x_963, x_824, x_965); +x_967 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_968 = l_Lean_Syntax_node2(x_816, x_967, x_824, x_824); +x_969 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_970 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_971 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_972 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_973 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_816); +x_974 = l_Lean_Syntax_node1(x_816, x_973, x_943); +x_975 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; +x_976 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; +lean_inc(x_815); +lean_inc(x_814); +x_977 = l_Lean_addMacroScope(x_814, x_976, x_815); +lean_inc(x_816); +x_978 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_978, 0, x_816); +lean_ctor_set(x_978, 1, x_975); +lean_ctor_set(x_978, 2, x_977); +lean_ctor_set(x_978, 3, x_835); +lean_inc_ref(x_978); +lean_inc(x_816); +x_979 = l_Lean_Syntax_node1(x_816, x_817, x_978); +x_980 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_981 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; +lean_inc(x_816); +x_982 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_982, 0, x_816); +lean_ctor_set(x_982, 1, x_981); +x_983 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_984 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; +lean_inc(x_815); +lean_inc(x_814); +x_985 = l_Lean_addMacroScope(x_814, x_984, x_815); +x_986 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; +lean_inc(x_816); +x_987 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_987, 0, x_816); +lean_ctor_set(x_987, 1, x_983); +lean_ctor_set(x_987, 2, x_985); +lean_ctor_set(x_987, 3, x_986); +x_988 = lean_array_size(x_804); +x_989 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_988, x_37, x_804); +x_990 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; +x_991 = l_Lean_mkSepArray(x_989, x_990); +lean_dec_ref(x_989); +x_992 = l_Array_append___redArg(x_823, x_991); +lean_dec_ref(x_991); +lean_inc(x_816); +x_993 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_993, 0, x_816); +lean_ctor_set(x_993, 1, x_817); +lean_ctor_set(x_993, 2, x_992); +lean_inc(x_816); +x_994 = l_Lean_Syntax_node1(x_816, x_930, x_993); +lean_inc_ref(x_836); +lean_inc_ref(x_888); +lean_inc(x_816); +x_995 = l_Lean_Syntax_node2(x_816, x_817, x_888, x_836); +lean_inc_ref(x_965); +lean_inc(x_963); +lean_inc_ref(x_824); +lean_inc_ref(x_929); +lean_inc(x_816); +x_996 = l_Lean_Syntax_node6(x_816, x_927, x_929, x_824, x_994, x_963, x_995, x_965); +lean_inc(x_816); +x_997 = l_Lean_Syntax_node1(x_816, x_817, x_996); +lean_inc(x_816); +x_998 = l_Lean_Syntax_node2(x_816, x_889, x_987, x_997); +lean_inc(x_816); +x_999 = l_Lean_Syntax_node1(x_816, x_817, x_998); +lean_inc_ref(x_982); +lean_inc(x_816); +x_1000 = l_Lean_Syntax_node2(x_816, x_980, x_982, x_999); +lean_inc_ref(x_926); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1001 = l_Lean_Syntax_node5(x_816, x_972, x_974, x_979, x_824, x_926, x_1000); +lean_inc(x_816); +x_1002 = l_Lean_Syntax_node1(x_816, x_971, x_1001); +lean_inc(x_968); +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_1003 = l_Lean_Syntax_node4(x_816, x_970, x_824, x_824, x_1002, x_968); +lean_inc(x_816); +x_1004 = l_Lean_Syntax_node1(x_816, x_973, x_956); +x_1005 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_1006 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_815); +lean_inc(x_814); +x_1007 = l_Lean_addMacroScope(x_814, x_1006, x_815); +lean_inc(x_816); +x_1008 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1008, 0, x_816); +lean_ctor_set(x_1008, 1, x_1005); +lean_ctor_set(x_1008, 2, x_1007); +lean_ctor_set(x_1008, 3, x_835); +lean_inc(x_816); +x_1009 = l_Lean_Syntax_node1(x_816, x_817, x_1008); +x_1010 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_1011 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_816); +x_1012 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1012, 0, x_816); +lean_ctor_set(x_1012, 1, x_1010); +x_1013 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_1014 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_1015 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_1016 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_816); +x_1017 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1017, 0, x_816); +lean_ctor_set(x_1017, 1, x_1016); +x_1018 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +lean_inc(x_816); +x_1019 = l_Lean_Syntax_node2(x_816, x_886, x_888, x_836); +lean_inc(x_816); +x_1020 = l_Lean_Syntax_node1(x_816, x_817, x_1019); +x_1021 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_816); +x_1022 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1022, 0, x_816); +lean_ctor_set(x_1022, 1, x_1021); +x_1023 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_1024 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_1025 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +x_1026 = l_Lean_addMacroScope(x_814, x_1025, x_815); +x_1027 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; +lean_inc(x_816); +x_1028 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1028, 0, x_816); +lean_ctor_set(x_1028, 1, x_1024); +lean_ctor_set(x_1028, 2, x_1026); +lean_ctor_set(x_1028, 3, x_1027); +lean_inc(x_1009); +lean_inc(x_816); +x_1029 = l_Lean_Syntax_node2(x_816, x_889, x_1028, x_1009); +lean_inc(x_816); +x_1030 = l_Lean_Syntax_node1(x_816, x_1023, x_1029); +lean_inc(x_816); +x_1031 = l_Lean_Syntax_node4(x_816, x_1018, x_978, x_1020, x_1022, x_1030); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1032 = l_Lean_Syntax_node3(x_816, x_1015, x_1017, x_824, x_1031); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1033 = l_Lean_Syntax_node2(x_816, x_1014, x_1032, x_824); +x_1034 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +x_1035 = l_Lean_Syntax_SepArray_ofElems(x_859, x_46); lean_dec(x_46); -x_1024 = l_Array_append___redArg(x_814, x_1023); -lean_dec_ref(x_1023); -lean_inc(x_807); -x_1025 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1025, 0, x_807); -lean_ctor_set(x_1025, 1, x_808); -lean_ctor_set(x_1025, 2, x_1024); -lean_inc(x_807); -x_1026 = l_Lean_Syntax_node1(x_807, x_918, x_1025); -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_1027 = l_Lean_Syntax_node6(x_807, x_915, x_917, x_815, x_1026, x_951, x_815, x_953); -lean_inc(x_807); -x_1028 = l_Lean_Syntax_node1(x_807, x_808, x_1027); -lean_inc(x_807); -x_1029 = l_Lean_Syntax_node2(x_807, x_1022, x_970, x_1028); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1030 = l_Lean_Syntax_node2(x_807, x_1002, x_1029, x_815); -lean_inc(x_807); -x_1031 = l_Lean_Syntax_node2(x_807, x_808, x_1021, x_1030); -lean_inc(x_807); -x_1032 = l_Lean_Syntax_node1(x_807, x_1001, x_1031); -lean_inc(x_807); -x_1033 = l_Lean_Syntax_node2(x_807, x_999, x_1000, x_1032); -lean_inc_ref(x_914); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1034 = l_Lean_Syntax_node5(x_807, x_960, x_992, x_997, x_815, x_914, x_1033); -lean_inc(x_807); -x_1035 = l_Lean_Syntax_node1(x_807, x_959, x_1034); -lean_inc(x_956); -lean_inc_ref_n(x_815, 2); -lean_inc(x_807); -x_1036 = l_Lean_Syntax_node4(x_807, x_958, x_815, x_815, x_1035, x_956); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1037 = l_Lean_Syntax_node3(x_807, x_808, x_991, x_815, x_1036); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1038 = l_Lean_Syntax_node3(x_807, x_957, x_832, x_1037, x_815); -lean_inc(x_807); -x_1039 = l_Lean_Syntax_node1(x_807, x_808, x_1038); -lean_inc(x_807); -x_1040 = l_Lean_Syntax_node4(x_807, x_912, x_914, x_954, x_956, x_1039); -lean_inc_ref(x_815); -lean_inc(x_807); -x_1041 = l_Lean_Syntax_node6(x_807, x_869, x_871, x_872, x_815, x_815, x_911, x_1040); -lean_inc(x_807); -x_1042 = l_Lean_Syntax_node2(x_807, x_812, x_816, x_1041); -lean_inc(x_807); -x_1043 = l_Lean_Syntax_node3(x_807, x_860, x_866, x_867, x_1042); -x_1044 = l_Lean_Syntax_node2(x_807, x_808, x_858, x_1043); -if (lean_is_scalar(x_803)) { - x_1045 = lean_alloc_ctor(0, 2, 0); +x_1036 = l_Array_append___redArg(x_823, x_1035); +lean_dec_ref(x_1035); +lean_inc(x_816); +x_1037 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1037, 0, x_816); +lean_ctor_set(x_1037, 1, x_817); +lean_ctor_set(x_1037, 2, x_1036); +lean_inc(x_816); +x_1038 = l_Lean_Syntax_node1(x_816, x_930, x_1037); +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_1039 = l_Lean_Syntax_node6(x_816, x_927, x_929, x_824, x_1038, x_963, x_824, x_965); +lean_inc(x_816); +x_1040 = l_Lean_Syntax_node1(x_816, x_817, x_1039); +lean_inc(x_816); +x_1041 = l_Lean_Syntax_node2(x_816, x_1034, x_982, x_1040); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1042 = l_Lean_Syntax_node2(x_816, x_1014, x_1041, x_824); +lean_inc(x_816); +x_1043 = l_Lean_Syntax_node2(x_816, x_817, x_1033, x_1042); +lean_inc(x_816); +x_1044 = l_Lean_Syntax_node1(x_816, x_1013, x_1043); +lean_inc(x_816); +x_1045 = l_Lean_Syntax_node2(x_816, x_1011, x_1012, x_1044); +lean_inc_ref(x_926); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1046 = l_Lean_Syntax_node5(x_816, x_972, x_1004, x_1009, x_824, x_926, x_1045); +lean_inc(x_816); +x_1047 = l_Lean_Syntax_node1(x_816, x_971, x_1046); +lean_inc(x_968); +lean_inc_ref_n(x_824, 2); +lean_inc(x_816); +x_1048 = l_Lean_Syntax_node4(x_816, x_970, x_824, x_824, x_1047, x_968); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1049 = l_Lean_Syntax_node3(x_816, x_817, x_1003, x_824, x_1048); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1050 = l_Lean_Syntax_node3(x_816, x_969, x_841, x_1049, x_824); +lean_inc(x_816); +x_1051 = l_Lean_Syntax_node1(x_816, x_817, x_1050); +lean_inc(x_816); +x_1052 = l_Lean_Syntax_node4(x_816, x_924, x_926, x_966, x_968, x_1051); +lean_inc_ref(x_824); +lean_inc(x_816); +x_1053 = l_Lean_Syntax_node6(x_816, x_881, x_883, x_884, x_824, x_824, x_923, x_1052); +lean_inc(x_816); +x_1054 = l_Lean_Syntax_node2(x_816, x_821, x_825, x_1053); +lean_inc(x_816); +x_1055 = l_Lean_Syntax_node3(x_816, x_872, x_878, x_879, x_1054); +x_1056 = l_Lean_Syntax_node2(x_816, x_817, x_870, x_1055); +if (lean_is_scalar(x_812)) { + x_1057 = lean_alloc_ctor(0, 2, 0); } else { - x_1045 = x_803; + x_1057 = x_812; } -lean_ctor_set(x_1045, 0, x_1044); -lean_ctor_set(x_1045, 1, x_802); -return x_1045; +lean_ctor_set(x_1057, 0, x_1056); +lean_ctor_set(x_1057, 1, x_811); +return x_1057; } else { -lean_object* x_1046; lean_object* x_1047; lean_object* x_1048; lean_object* x_1049; -lean_dec(x_798); -lean_dec(x_797); -lean_dec(x_796); -lean_dec(x_795); +lean_object* x_1058; lean_object* x_1059; lean_object* x_1060; lean_object* x_1061; +lean_dec(x_807); +lean_dec(x_806); +lean_dec(x_805); +lean_dec(x_804); lean_free_object(x_39); lean_dec(x_46); lean_free_object(x_38); @@ -9689,1379 +9739,1393 @@ lean_dec(x_25); lean_dec(x_24); lean_dec(x_22); lean_dec(x_14); -x_1046 = lean_ctor_get(x_800, 0); -lean_inc(x_1046); -x_1047 = lean_ctor_get(x_800, 1); -lean_inc(x_1047); -if (lean_is_exclusive(x_800)) { - lean_ctor_release(x_800, 0); - lean_ctor_release(x_800, 1); - x_1048 = x_800; +x_1058 = lean_ctor_get(x_809, 0); +lean_inc(x_1058); +x_1059 = lean_ctor_get(x_809, 1); +lean_inc(x_1059); +if (lean_is_exclusive(x_809)) { + lean_ctor_release(x_809, 0); + lean_ctor_release(x_809, 1); + x_1060 = x_809; } else { - lean_dec_ref(x_800); - x_1048 = lean_box(0); + lean_dec_ref(x_809); + x_1060 = lean_box(0); } -if (lean_is_scalar(x_1048)) { - x_1049 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1060)) { + x_1061 = lean_alloc_ctor(1, 2, 0); } else { - x_1049 = x_1048; + x_1061 = x_1060; } -lean_ctor_set(x_1049, 0, x_1046); -lean_ctor_set(x_1049, 1, x_1047); -return x_1049; +lean_ctor_set(x_1061, 0, x_1058); +lean_ctor_set(x_1061, 1, x_1059); +return x_1061; } } } else { -lean_object* x_1050; lean_object* x_1051; lean_object* x_1052; lean_object* x_1053; lean_object* x_1054; lean_object* x_1055; size_t x_1056; lean_object* x_1057; -x_1050 = lean_ctor_get(x_39, 0); -lean_inc(x_1050); +lean_object* x_1062; lean_object* x_1063; lean_object* x_1064; lean_object* x_1065; lean_object* x_1066; lean_object* x_1067; size_t x_1068; lean_object* x_1069; +x_1062 = lean_ctor_get(x_39, 0); +lean_inc(x_1062); lean_dec(x_39); -x_1051 = lean_ctor_get(x_40, 0); -lean_inc(x_1051); +x_1063 = lean_ctor_get(x_40, 0); +lean_inc(x_1063); if (lean_is_exclusive(x_40)) { lean_ctor_release(x_40, 0); lean_ctor_release(x_40, 1); - x_1052 = x_40; + x_1064 = x_40; } else { lean_dec_ref(x_40); - x_1052 = lean_box(0); + x_1064 = lean_box(0); } -x_1053 = lean_ctor_get(x_41, 0); -lean_inc(x_1053); -x_1054 = lean_ctor_get(x_41, 1); -lean_inc(x_1054); +x_1065 = lean_ctor_get(x_41, 0); +lean_inc(x_1065); +x_1066 = lean_ctor_get(x_41, 1); +lean_inc(x_1066); if (lean_is_exclusive(x_41)) { lean_ctor_release(x_41, 0); lean_ctor_release(x_41, 1); - x_1055 = x_41; + x_1067 = x_41; } else { lean_dec_ref(x_41); - x_1055 = lean_box(0); + x_1067 = lean_box(0); } -x_1056 = lean_array_size(x_2); -x_1057 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_1056, x_37, x_2, x_30, x_32, x_33, x_43); -if (lean_obj_tag(x_1057) == 0) +x_1068 = lean_array_size(x_2); +x_1069 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_1068, x_37, x_2, x_30, x_32, x_33, x_43); +if (lean_obj_tag(x_1069) == 0) { -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_object* x_1086; lean_object* x_1087; lean_object* x_1088; lean_object* x_1089; lean_object* x_1090; lean_object* x_1091; size_t 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; 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_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; size_t 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; size_t 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; -x_1058 = lean_ctor_get(x_1057, 0); -lean_inc(x_1058); -x_1059 = lean_ctor_get(x_1057, 1); -lean_inc(x_1059); -if (lean_is_exclusive(x_1057)) { - lean_ctor_release(x_1057, 0); - lean_ctor_release(x_1057, 1); - x_1060 = x_1057; +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_object* x_1086; 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; lean_object* x_1103; size_t 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_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; size_t 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; size_t 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; +x_1070 = lean_ctor_get(x_1069, 0); +lean_inc(x_1070); +x_1071 = lean_ctor_get(x_1069, 1); +lean_inc(x_1071); +if (lean_is_exclusive(x_1069)) { + lean_ctor_release(x_1069, 0); + lean_ctor_release(x_1069, 1); + x_1072 = x_1069; } else { - lean_dec_ref(x_1057); - x_1060 = lean_box(0); + lean_dec_ref(x_1069); + x_1072 = lean_box(0); } -x_1061 = lean_ctor_get(x_32, 5); -lean_inc(x_1061); -x_1062 = lean_ctor_get(x_32, 10); -lean_inc(x_1062); -x_1063 = lean_ctor_get(x_32, 11); -lean_inc(x_1063); +x_1073 = lean_ctor_get(x_32, 5); +lean_inc(x_1073); +x_1074 = lean_ctor_get(x_32, 10); +lean_inc(x_1074); +x_1075 = lean_ctor_get(x_32, 11); +lean_inc(x_1075); lean_dec_ref(x_32); -x_1064 = l_Lean_SourceInfo_fromRef(x_1061, x_26); -lean_dec(x_1061); -x_1065 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_1066 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_1067 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_1068 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_1069 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_1070 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -x_1071 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -lean_inc(x_1064); +x_1076 = l_Lean_SourceInfo_fromRef(x_1073, x_26); +lean_dec(x_1073); +x_1077 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_1078 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_1079 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_1080 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_1081 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_1082 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +x_1083 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +lean_inc(x_1076); if (lean_is_scalar(x_25)) { - x_1072 = lean_alloc_ctor(1, 3, 0); + x_1084 = lean_alloc_ctor(1, 3, 0); } else { - x_1072 = x_25; - lean_ctor_set_tag(x_1072, 1); + x_1084 = x_25; + lean_ctor_set_tag(x_1084, 1); } -lean_ctor_set(x_1072, 0, x_1064); -lean_ctor_set(x_1072, 1, x_1065); -lean_ctor_set(x_1072, 2, x_1071); -lean_inc_ref_n(x_1072, 7); -lean_inc(x_1064); -x_1073 = l_Lean_Syntax_node7(x_1064, x_1070, x_1072, x_1072, x_1072, x_1072, x_1072, x_1072, x_1072); -x_1074 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; -x_1075 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; -x_1076 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; -lean_inc(x_1064); -if (lean_is_scalar(x_1055)) { - x_1077 = lean_alloc_ctor(2, 2, 0); -} else { - x_1077 = x_1055; - lean_ctor_set_tag(x_1077, 2); -} -lean_ctor_set(x_1077, 0, x_1064); -lean_ctor_set(x_1077, 1, x_1074); -lean_inc(x_1064); -x_1078 = l_Lean_Syntax_node1(x_1064, x_1076, x_1077); -x_1079 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_1080 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_1081 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_1063); -lean_inc(x_1062); -x_1082 = l_Lean_addMacroScope(x_1062, x_1081, x_1063); -x_1083 = lean_box(0); -lean_inc(x_1064); -x_1084 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1084, 0, x_1064); -lean_ctor_set(x_1084, 1, x_1080); -lean_ctor_set(x_1084, 2, x_1082); -lean_ctor_set(x_1084, 3, x_1083); -lean_inc_ref(x_1072); -lean_inc_ref(x_1084); -lean_inc(x_1064); -x_1085 = l_Lean_Syntax_node2(x_1064, x_1079, x_1084, x_1072); -x_1086 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1087 = l_Lean_Syntax_node2(x_1064, x_1086, x_1072, x_1072); -x_1088 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_1064); -if (lean_is_scalar(x_1052)) { +lean_ctor_set(x_1084, 0, x_1076); +lean_ctor_set(x_1084, 1, x_1077); +lean_ctor_set(x_1084, 2, x_1083); +lean_inc_ref_n(x_1084, 7); +lean_inc(x_1076); +x_1085 = l_Lean_Syntax_node7(x_1076, x_1082, x_1084, x_1084, x_1084, x_1084, x_1084, x_1084, x_1084); +x_1086 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; +x_1087 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; +x_1088 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; +lean_inc(x_1076); +if (lean_is_scalar(x_1067)) { x_1089 = lean_alloc_ctor(2, 2, 0); } else { - x_1089 = x_1052; + x_1089 = x_1067; lean_ctor_set_tag(x_1089, 2); } -lean_ctor_set(x_1089, 0, x_1064); -lean_ctor_set(x_1089, 1, x_1088); -x_1090 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; -x_1091 = l_Array_zip___redArg(x_1053, x_1054); -lean_dec(x_1054); -lean_dec(x_1053); -x_1092 = lean_array_size(x_1091); -lean_inc(x_1073); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1093 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_1066, x_1067, x_1068, x_1064, x_1065, x_1086, x_1072, x_1073, x_1092, x_37, x_1091); -x_1094 = l_Array_append___redArg(x_1071, x_1093); -lean_dec_ref(x_1093); -lean_inc(x_1064); -x_1095 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1095, 0, x_1064); -lean_ctor_set(x_1095, 1, x_1065); -lean_ctor_set(x_1095, 2, x_1094); -lean_inc(x_1064); -x_1096 = l_Lean_Syntax_node1(x_1064, x_1090, x_1095); -lean_inc_ref(x_1072); -lean_inc_ref(x_1089); -lean_inc(x_1064); -x_1097 = l_Lean_Syntax_node3(x_1064, x_1065, x_1089, x_1072, x_1096); -x_1098 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_1099 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_1064); -x_1100 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1100, 0, x_1064); -lean_ctor_set(x_1100, 1, x_1099); -x_1101 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_1102 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_1063); -lean_inc(x_1062); -x_1103 = l_Lean_addMacroScope(x_1062, x_1102, x_1063); -x_1104 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36; -lean_inc(x_1064); -x_1105 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1105, 0, x_1064); -lean_ctor_set(x_1105, 1, x_1101); -lean_ctor_set(x_1105, 2, x_1103); -lean_ctor_set(x_1105, 3, x_1104); -x_1106 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_1064); -lean_ctor_set_tag(x_38, 2); -lean_ctor_set(x_38, 1, x_1106); -lean_ctor_set(x_38, 0, x_1064); -x_1107 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_1108 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_1063); -lean_inc(x_1062); -x_1109 = l_Lean_addMacroScope(x_1062, x_1108, x_1063); -x_1110 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; -lean_inc(x_1064); -x_1111 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1111, 0, x_1064); -lean_ctor_set(x_1111, 1, x_1107); -lean_ctor_set(x_1111, 2, x_1109); -lean_ctor_set(x_1111, 3, x_1110); -lean_inc_ref(x_38); -lean_inc(x_1064); -x_1112 = l_Lean_Syntax_node3(x_1064, x_1065, x_1105, x_38, x_1111); -lean_inc(x_1064); -x_1113 = l_Lean_Syntax_node2(x_1064, x_1065, x_1100, x_1112); -lean_inc(x_1064); -x_1114 = l_Lean_Syntax_node1(x_1064, x_1098, x_1113); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1115 = l_Lean_Syntax_node6(x_1064, x_1075, x_1078, x_1085, x_1087, x_1072, x_1097, x_1114); -lean_inc(x_1073); -lean_inc(x_1064); -x_1116 = l_Lean_Syntax_node2(x_1064, x_1069, x_1073, x_1115); -x_1117 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_1118 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_1119 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_1120 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_1064); -if (lean_is_scalar(x_22)) { - x_1121 = lean_alloc_ctor(2, 2, 0); -} else { - x_1121 = x_22; - lean_ctor_set_tag(x_1121, 2); -} -lean_ctor_set(x_1121, 0, x_1064); -lean_ctor_set(x_1121, 1, x_1119); -x_1122 = l_Array_append___redArg(x_1071, x_3); -lean_inc(x_1064); -x_1123 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1123, 0, x_1064); -lean_ctor_set(x_1123, 1, x_1065); -lean_ctor_set(x_1123, 2, x_1122); -lean_inc(x_1064); -x_1124 = l_Lean_Syntax_node2(x_1064, x_1120, x_1121, x_1123); -lean_inc(x_1064); -if (lean_is_scalar(x_14)) { - x_1125 = lean_alloc_ctor(2, 2, 0); -} else { - x_1125 = x_14; - lean_ctor_set_tag(x_1125, 2); -} -lean_ctor_set(x_1125, 0, x_1064); -lean_ctor_set(x_1125, 1, x_1117); -x_1126 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_1127 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_1128 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1129 = l_Lean_Syntax_node1(x_1064, x_1128, x_1072); -lean_inc(x_1064); -x_1130 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1130, 0, x_1064); -lean_ctor_set(x_1130, 1, x_1126); -x_1131 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_1132 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_1133 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_1064); -x_1134 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1134, 0, x_1064); -lean_ctor_set(x_1134, 1, x_1133); -x_1135 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_1136 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_1137 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_1063); -lean_inc(x_1062); -x_1138 = l_Lean_addMacroScope(x_1062, x_1137, x_1063); -x_1139 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; -lean_inc(x_1064); -x_1140 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1140, 0, x_1064); -lean_ctor_set(x_1140, 1, x_1136); -lean_ctor_set(x_1140, 2, x_1138); -lean_ctor_set(x_1140, 3, x_1139); -x_1141 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; -x_1142 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; -x_1143 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; -lean_inc(x_1064); -x_1144 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1144, 0, x_1064); -lean_ctor_set(x_1144, 1, x_1143); -x_1145 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; -x_1146 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; -x_1147 = lean_box(0); -lean_inc(x_1063); -lean_inc(x_1062); -x_1148 = l_Lean_addMacroScope(x_1062, x_1147, x_1063); -x_1149 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; -lean_inc(x_1064); -x_1150 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1150, 0, x_1064); -lean_ctor_set(x_1150, 1, x_1146); -lean_ctor_set(x_1150, 2, x_1148); -lean_ctor_set(x_1150, 3, x_1149); -lean_inc(x_1064); -x_1151 = l_Lean_Syntax_node1(x_1064, x_1145, x_1150); -lean_inc(x_1064); -x_1152 = l_Lean_Syntax_node2(x_1064, x_1142, x_1144, x_1151); -x_1153 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_1154 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_1064); -x_1155 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1155, 0, x_1064); -lean_ctor_set(x_1155, 1, x_1154); -x_1156 = l_Lean_mkCIdent(x_24); -lean_inc(x_1064); -x_1157 = l_Lean_Syntax_node2(x_1064, x_1153, x_1155, x_1156); -x_1158 = lean_array_size(x_1058); -x_1159 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_1158, x_37, x_1058); -x_1160 = l_Array_append___redArg(x_1071, x_1159); -lean_dec_ref(x_1159); -lean_inc(x_1064); -x_1161 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1161, 0, x_1064); -lean_ctor_set(x_1161, 1, x_1065); -lean_ctor_set(x_1161, 2, x_1160); -lean_inc(x_1064); -x_1162 = l_Lean_Syntax_node2(x_1064, x_1135, x_1157, x_1161); -x_1163 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; -lean_inc(x_1064); -x_1164 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1164, 0, x_1064); -lean_ctor_set(x_1164, 1, x_1163); -lean_inc(x_1064); -x_1165 = l_Lean_Syntax_node3(x_1064, x_1141, x_1152, x_1162, x_1164); -lean_inc(x_1064); -x_1166 = l_Lean_Syntax_node1(x_1064, x_1065, x_1165); -lean_inc(x_1064); -x_1167 = l_Lean_Syntax_node2(x_1064, x_1135, x_1140, x_1166); -lean_inc_ref(x_1134); -lean_inc(x_1064); -x_1168 = l_Lean_Syntax_node2(x_1064, x_1132, x_1134, x_1167); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1169 = l_Lean_Syntax_node2(x_1064, x_1131, x_1072, x_1168); -x_1170 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_1171 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_1064); -x_1172 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1172, 0, x_1064); -lean_ctor_set(x_1172, 1, x_1171); -x_1173 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_1174 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_1064); -x_1175 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1175, 0, x_1064); -lean_ctor_set(x_1175, 1, x_1174); -x_1176 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_1177 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_1178 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_1179 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_1180 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_1063); -lean_inc(x_1062); -x_1181 = l_Lean_addMacroScope(x_1062, x_1180, x_1063); -x_1182 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; -lean_inc(x_1064); -x_1183 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1183, 0, x_1064); -lean_ctor_set(x_1183, 1, x_1179); -lean_ctor_set(x_1183, 2, x_1181); -lean_ctor_set(x_1183, 3, x_1182); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1184 = l_Lean_Syntax_node2(x_1064, x_1178, x_1183, x_1072); -x_1185 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_1186 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_1187 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_1063); -lean_inc(x_1062); -x_1188 = l_Lean_addMacroScope(x_1062, x_1187, x_1063); -lean_inc(x_1064); -x_1189 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1189, 0, x_1064); -lean_ctor_set(x_1189, 1, x_1186); -lean_ctor_set(x_1189, 2, x_1188); -lean_ctor_set(x_1189, 3, x_1083); -lean_inc_ref(x_1189); -lean_inc_ref(x_1072); -lean_inc_ref(x_1172); -lean_inc(x_1064); -x_1190 = l_Lean_Syntax_node3(x_1064, x_1185, x_1172, x_1072, x_1189); -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1191 = l_Lean_Syntax_node3(x_1064, x_1065, x_1072, x_1072, x_1190); -lean_inc(x_1064); -x_1192 = l_Lean_Syntax_node2(x_1064, x_1177, x_1184, x_1191); -x_1193 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_1194 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_1063); -lean_inc(x_1062); -x_1195 = l_Lean_addMacroScope(x_1062, x_1194, x_1063); -x_1196 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; -lean_inc(x_1064); -x_1197 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1197, 0, x_1064); -lean_ctor_set(x_1197, 1, x_1193); -lean_ctor_set(x_1197, 2, x_1195); -lean_ctor_set(x_1197, 3, x_1196); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1198 = l_Lean_Syntax_node2(x_1064, x_1178, x_1197, x_1072); -x_1199 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_1200 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_1063); -lean_inc(x_1062); -x_1201 = l_Lean_addMacroScope(x_1062, x_1200, x_1063); -lean_inc(x_1064); -x_1202 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1202, 0, x_1064); -lean_ctor_set(x_1202, 1, x_1199); -lean_ctor_set(x_1202, 2, x_1201); -lean_ctor_set(x_1202, 3, x_1083); -lean_inc_ref(x_1202); -lean_inc_ref(x_1072); -lean_inc_ref(x_1172); -lean_inc(x_1064); -x_1203 = l_Lean_Syntax_node3(x_1064, x_1185, x_1172, x_1072, x_1202); -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1204 = l_Lean_Syntax_node3(x_1064, x_1065, x_1072, x_1072, x_1203); -lean_inc(x_1064); -x_1205 = l_Lean_Syntax_node2(x_1064, x_1177, x_1198, x_1204); -lean_inc(x_1064); -x_1206 = l_Lean_Syntax_node3(x_1064, x_1065, x_1192, x_38, x_1205); -lean_inc(x_1064); -x_1207 = l_Lean_Syntax_node1(x_1064, x_1176, x_1206); -x_1208 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1209 = l_Lean_Syntax_node1(x_1064, x_1208, x_1072); -x_1210 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_1064); -x_1211 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1211, 0, x_1064); -lean_ctor_set(x_1211, 1, x_1210); -lean_inc_ref(x_1211); -lean_inc(x_1209); -lean_inc_ref_n(x_1072, 2); -lean_inc_ref(x_1175); -lean_inc(x_1064); -x_1212 = l_Lean_Syntax_node6(x_1064, x_1173, x_1175, x_1072, x_1207, x_1209, x_1072, x_1211); -x_1213 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1214 = l_Lean_Syntax_node2(x_1064, x_1213, x_1072, x_1072); -x_1215 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_1216 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_1217 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_1218 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_1219 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_1064); -x_1220 = l_Lean_Syntax_node1(x_1064, x_1219, x_1189); -x_1221 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; -x_1222 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; -lean_inc(x_1063); -lean_inc(x_1062); -x_1223 = l_Lean_addMacroScope(x_1062, x_1222, x_1063); -lean_inc(x_1064); -x_1224 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1224, 0, x_1064); -lean_ctor_set(x_1224, 1, x_1221); -lean_ctor_set(x_1224, 2, x_1223); -lean_ctor_set(x_1224, 3, x_1083); -lean_inc_ref(x_1224); -lean_inc(x_1064); -x_1225 = l_Lean_Syntax_node1(x_1064, x_1065, x_1224); -x_1226 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_1227 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; -lean_inc(x_1064); -x_1228 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1228, 0, x_1064); -lean_ctor_set(x_1228, 1, x_1227); -x_1229 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_1230 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; -lean_inc(x_1063); -lean_inc(x_1062); -x_1231 = l_Lean_addMacroScope(x_1062, x_1230, x_1063); -x_1232 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; -lean_inc(x_1064); -x_1233 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1233, 0, x_1064); -lean_ctor_set(x_1233, 1, x_1229); -lean_ctor_set(x_1233, 2, x_1231); -lean_ctor_set(x_1233, 3, x_1232); -x_1234 = lean_array_size(x_1051); -x_1235 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1234, x_37, x_1051); -x_1236 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; -x_1237 = l_Lean_mkSepArray(x_1235, x_1236); -lean_dec_ref(x_1235); -x_1238 = l_Array_append___redArg(x_1071, x_1237); -lean_dec_ref(x_1237); -lean_inc(x_1064); -x_1239 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1239, 0, x_1064); -lean_ctor_set(x_1239, 1, x_1065); -lean_ctor_set(x_1239, 2, x_1238); -lean_inc(x_1064); -x_1240 = l_Lean_Syntax_node1(x_1064, x_1176, x_1239); +lean_ctor_set(x_1089, 0, x_1076); +lean_ctor_set(x_1089, 1, x_1086); +lean_inc(x_1076); +x_1090 = l_Lean_Syntax_node1(x_1076, x_1088, x_1089); +x_1091 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_1092 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_1093 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_1075); +lean_inc(x_1074); +x_1094 = l_Lean_addMacroScope(x_1074, x_1093, x_1075); +x_1095 = lean_box(0); +lean_inc(x_1076); +x_1096 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1096, 0, x_1076); +lean_ctor_set(x_1096, 1, x_1092); +lean_ctor_set(x_1096, 2, x_1094); +lean_ctor_set(x_1096, 3, x_1095); lean_inc_ref(x_1084); -lean_inc_ref(x_1134); -lean_inc(x_1064); -x_1241 = l_Lean_Syntax_node2(x_1064, x_1065, x_1134, x_1084); -lean_inc_ref(x_1211); -lean_inc(x_1209); -lean_inc_ref(x_1072); -lean_inc_ref(x_1175); -lean_inc(x_1064); -x_1242 = l_Lean_Syntax_node6(x_1064, x_1173, x_1175, x_1072, x_1240, x_1209, x_1241, x_1211); -lean_inc(x_1064); -x_1243 = l_Lean_Syntax_node1(x_1064, x_1065, x_1242); -lean_inc(x_1064); -x_1244 = l_Lean_Syntax_node2(x_1064, x_1135, x_1233, x_1243); -lean_inc(x_1064); -x_1245 = l_Lean_Syntax_node1(x_1064, x_1065, x_1244); -lean_inc_ref(x_1228); -lean_inc(x_1064); -x_1246 = l_Lean_Syntax_node2(x_1064, x_1226, x_1228, x_1245); -lean_inc_ref(x_1172); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1247 = l_Lean_Syntax_node5(x_1064, x_1218, x_1220, x_1225, x_1072, x_1172, x_1246); -lean_inc(x_1064); -x_1248 = l_Lean_Syntax_node1(x_1064, x_1217, x_1247); -lean_inc(x_1214); -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1249 = l_Lean_Syntax_node4(x_1064, x_1216, x_1072, x_1072, x_1248, x_1214); -lean_inc(x_1064); -x_1250 = l_Lean_Syntax_node1(x_1064, x_1219, x_1202); -x_1251 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_1252 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_1063); -lean_inc(x_1062); -x_1253 = l_Lean_addMacroScope(x_1062, x_1252, x_1063); -lean_inc(x_1064); -x_1254 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1254, 0, x_1064); -lean_ctor_set(x_1254, 1, x_1251); -lean_ctor_set(x_1254, 2, x_1253); -lean_ctor_set(x_1254, 3, x_1083); -lean_inc(x_1064); -x_1255 = l_Lean_Syntax_node1(x_1064, x_1065, x_1254); -x_1256 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_1257 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_1064); -x_1258 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1258, 0, x_1064); -lean_ctor_set(x_1258, 1, x_1256); -x_1259 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_1260 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_1261 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_1262 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_1064); -x_1263 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1263, 0, x_1064); -lean_ctor_set(x_1263, 1, x_1262); -x_1264 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -lean_inc(x_1064); -x_1265 = l_Lean_Syntax_node2(x_1064, x_1132, x_1134, x_1084); -lean_inc(x_1064); -x_1266 = l_Lean_Syntax_node1(x_1064, x_1065, x_1265); -x_1267 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_1064); -x_1268 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1268, 0, x_1064); -lean_ctor_set(x_1268, 1, x_1267); -x_1269 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_1270 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_1271 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -x_1272 = l_Lean_addMacroScope(x_1062, x_1271, x_1063); -x_1273 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; -lean_inc(x_1064); -x_1274 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1274, 0, x_1064); -lean_ctor_set(x_1274, 1, x_1270); -lean_ctor_set(x_1274, 2, x_1272); -lean_ctor_set(x_1274, 3, x_1273); -lean_inc(x_1255); -lean_inc(x_1064); -x_1275 = l_Lean_Syntax_node2(x_1064, x_1135, x_1274, x_1255); -lean_inc(x_1064); -x_1276 = l_Lean_Syntax_node1(x_1064, x_1269, x_1275); -lean_inc(x_1064); -x_1277 = l_Lean_Syntax_node4(x_1064, x_1264, x_1224, x_1266, x_1268, x_1276); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1278 = l_Lean_Syntax_node3(x_1064, x_1261, x_1263, x_1072, x_1277); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1279 = l_Lean_Syntax_node2(x_1064, x_1260, x_1278, x_1072); -x_1280 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; -x_1281 = l_Lean_Syntax_SepArray_ofElems(x_1106, x_1050); -lean_dec(x_1050); -x_1282 = l_Array_append___redArg(x_1071, x_1281); -lean_dec_ref(x_1281); -lean_inc(x_1064); -x_1283 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1283, 0, x_1064); -lean_ctor_set(x_1283, 1, x_1065); -lean_ctor_set(x_1283, 2, x_1282); -lean_inc(x_1064); -x_1284 = l_Lean_Syntax_node1(x_1064, x_1176, x_1283); -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1285 = l_Lean_Syntax_node6(x_1064, x_1173, x_1175, x_1072, x_1284, x_1209, x_1072, x_1211); -lean_inc(x_1064); -x_1286 = l_Lean_Syntax_node1(x_1064, x_1065, x_1285); -lean_inc(x_1064); -x_1287 = l_Lean_Syntax_node2(x_1064, x_1280, x_1228, x_1286); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1288 = l_Lean_Syntax_node2(x_1064, x_1260, x_1287, x_1072); -lean_inc(x_1064); -x_1289 = l_Lean_Syntax_node2(x_1064, x_1065, x_1279, x_1288); -lean_inc(x_1064); -x_1290 = l_Lean_Syntax_node1(x_1064, x_1259, x_1289); -lean_inc(x_1064); -x_1291 = l_Lean_Syntax_node2(x_1064, x_1257, x_1258, x_1290); -lean_inc_ref(x_1172); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1292 = l_Lean_Syntax_node5(x_1064, x_1218, x_1250, x_1255, x_1072, x_1172, x_1291); -lean_inc(x_1064); -x_1293 = l_Lean_Syntax_node1(x_1064, x_1217, x_1292); -lean_inc(x_1214); -lean_inc_ref_n(x_1072, 2); -lean_inc(x_1064); -x_1294 = l_Lean_Syntax_node4(x_1064, x_1216, x_1072, x_1072, x_1293, x_1214); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1295 = l_Lean_Syntax_node3(x_1064, x_1065, x_1249, x_1072, x_1294); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1296 = l_Lean_Syntax_node3(x_1064, x_1215, x_1089, x_1295, x_1072); -lean_inc(x_1064); -x_1297 = l_Lean_Syntax_node1(x_1064, x_1065, x_1296); -lean_inc(x_1064); -x_1298 = l_Lean_Syntax_node4(x_1064, x_1170, x_1172, x_1212, x_1214, x_1297); -lean_inc_ref(x_1072); -lean_inc(x_1064); -x_1299 = l_Lean_Syntax_node6(x_1064, x_1127, x_1129, x_1130, x_1072, x_1072, x_1169, x_1298); -lean_inc(x_1064); -x_1300 = l_Lean_Syntax_node2(x_1064, x_1069, x_1073, x_1299); -lean_inc(x_1064); -x_1301 = l_Lean_Syntax_node3(x_1064, x_1118, x_1124, x_1125, x_1300); -x_1302 = l_Lean_Syntax_node2(x_1064, x_1065, x_1116, x_1301); -if (lean_is_scalar(x_1060)) { - x_1303 = lean_alloc_ctor(0, 2, 0); +lean_inc_ref(x_1096); +lean_inc(x_1076); +x_1097 = l_Lean_Syntax_node2(x_1076, x_1091, x_1096, x_1084); +x_1098 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1099 = l_Lean_Syntax_node2(x_1076, x_1098, x_1084, x_1084); +x_1100 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_1076); +if (lean_is_scalar(x_1064)) { + x_1101 = lean_alloc_ctor(2, 2, 0); } else { - x_1303 = x_1060; + x_1101 = x_1064; + lean_ctor_set_tag(x_1101, 2); } -lean_ctor_set(x_1303, 0, x_1302); -lean_ctor_set(x_1303, 1, x_1059); -return x_1303; +lean_ctor_set(x_1101, 0, x_1076); +lean_ctor_set(x_1101, 1, x_1100); +x_1102 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; +x_1103 = l_Array_zip___redArg(x_1065, x_1066); +lean_dec(x_1066); +lean_dec(x_1065); +x_1104 = lean_array_size(x_1103); +lean_inc(x_1085); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1105 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_1078, x_1079, x_1080, x_1076, x_1077, x_1098, x_1084, x_1085, x_1104, x_37, x_1103); +x_1106 = l_Array_append___redArg(x_1083, x_1105); +lean_dec_ref(x_1105); +lean_inc(x_1076); +x_1107 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1107, 0, x_1076); +lean_ctor_set(x_1107, 1, x_1077); +lean_ctor_set(x_1107, 2, x_1106); +lean_inc(x_1076); +x_1108 = l_Lean_Syntax_node1(x_1076, x_1102, x_1107); +lean_inc_ref(x_1084); +lean_inc_ref(x_1101); +lean_inc(x_1076); +x_1109 = l_Lean_Syntax_node3(x_1076, x_1077, x_1101, x_1084, x_1108); +x_1110 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_1111 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_1076); +x_1112 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1112, 0, x_1076); +lean_ctor_set(x_1112, 1, x_1111); +x_1113 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_1114 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_1115 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_1075); +lean_inc(x_1074); +x_1116 = l_Lean_addMacroScope(x_1074, x_1115, x_1075); +x_1117 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; +lean_inc(x_1076); +x_1118 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1118, 0, x_1076); +lean_ctor_set(x_1118, 1, x_1114); +lean_ctor_set(x_1118, 2, x_1116); +lean_ctor_set(x_1118, 3, x_1117); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1119 = l_Lean_Syntax_node2(x_1076, x_1113, x_1084, x_1118); +x_1120 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_1076); +lean_ctor_set_tag(x_38, 2); +lean_ctor_set(x_38, 1, x_1120); +lean_ctor_set(x_38, 0, x_1076); +x_1121 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_1122 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_1075); +lean_inc(x_1074); +x_1123 = l_Lean_addMacroScope(x_1074, x_1122, x_1075); +x_1124 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; +lean_inc(x_1076); +x_1125 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1125, 0, x_1076); +lean_ctor_set(x_1125, 1, x_1121); +lean_ctor_set(x_1125, 2, x_1123); +lean_ctor_set(x_1125, 3, x_1124); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1126 = l_Lean_Syntax_node2(x_1076, x_1113, x_1084, x_1125); +lean_inc_ref(x_38); +lean_inc(x_1076); +x_1127 = l_Lean_Syntax_node3(x_1076, x_1077, x_1119, x_38, x_1126); +lean_inc(x_1076); +x_1128 = l_Lean_Syntax_node2(x_1076, x_1077, x_1112, x_1127); +lean_inc(x_1076); +x_1129 = l_Lean_Syntax_node1(x_1076, x_1110, x_1128); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1130 = l_Lean_Syntax_node6(x_1076, x_1087, x_1090, x_1097, x_1099, x_1084, x_1109, x_1129); +lean_inc(x_1085); +lean_inc(x_1076); +x_1131 = l_Lean_Syntax_node2(x_1076, x_1081, x_1085, x_1130); +x_1132 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_1133 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_1134 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_1135 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_1076); +if (lean_is_scalar(x_22)) { + x_1136 = lean_alloc_ctor(2, 2, 0); +} else { + x_1136 = x_22; + lean_ctor_set_tag(x_1136, 2); +} +lean_ctor_set(x_1136, 0, x_1076); +lean_ctor_set(x_1136, 1, x_1134); +x_1137 = l_Array_append___redArg(x_1083, x_3); +lean_inc(x_1076); +x_1138 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1138, 0, x_1076); +lean_ctor_set(x_1138, 1, x_1077); +lean_ctor_set(x_1138, 2, x_1137); +lean_inc(x_1076); +x_1139 = l_Lean_Syntax_node2(x_1076, x_1135, x_1136, x_1138); +lean_inc(x_1076); +if (lean_is_scalar(x_14)) { + x_1140 = lean_alloc_ctor(2, 2, 0); +} else { + x_1140 = x_14; + lean_ctor_set_tag(x_1140, 2); +} +lean_ctor_set(x_1140, 0, x_1076); +lean_ctor_set(x_1140, 1, x_1132); +x_1141 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_1142 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_1143 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1144 = l_Lean_Syntax_node1(x_1076, x_1143, x_1084); +lean_inc(x_1076); +x_1145 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1145, 0, x_1076); +lean_ctor_set(x_1145, 1, x_1141); +x_1146 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_1147 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_1148 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_1076); +x_1149 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1149, 0, x_1076); +lean_ctor_set(x_1149, 1, x_1148); +x_1150 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_1151 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_1152 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_1075); +lean_inc(x_1074); +x_1153 = l_Lean_addMacroScope(x_1074, x_1152, x_1075); +x_1154 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +lean_inc(x_1076); +x_1155 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1155, 0, x_1076); +lean_ctor_set(x_1155, 1, x_1151); +lean_ctor_set(x_1155, 2, x_1153); +lean_ctor_set(x_1155, 3, x_1154); +x_1156 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; +x_1157 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; +x_1158 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; +lean_inc(x_1076); +x_1159 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1159, 0, x_1076); +lean_ctor_set(x_1159, 1, x_1158); +x_1160 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; +x_1161 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; +x_1162 = lean_box(0); +lean_inc(x_1075); +lean_inc(x_1074); +x_1163 = l_Lean_addMacroScope(x_1074, x_1162, x_1075); +x_1164 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; +lean_inc(x_1076); +x_1165 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1165, 0, x_1076); +lean_ctor_set(x_1165, 1, x_1161); +lean_ctor_set(x_1165, 2, x_1163); +lean_ctor_set(x_1165, 3, x_1164); +lean_inc(x_1076); +x_1166 = l_Lean_Syntax_node1(x_1076, x_1160, x_1165); +lean_inc(x_1076); +x_1167 = l_Lean_Syntax_node2(x_1076, x_1157, x_1159, x_1166); +x_1168 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_1169 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_1076); +x_1170 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1170, 0, x_1076); +lean_ctor_set(x_1170, 1, x_1169); +x_1171 = l_Lean_mkCIdent(x_24); +lean_inc(x_1076); +x_1172 = l_Lean_Syntax_node2(x_1076, x_1168, x_1170, x_1171); +x_1173 = lean_array_size(x_1070); +x_1174 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_1173, x_37, x_1070); +x_1175 = l_Array_append___redArg(x_1083, x_1174); +lean_dec_ref(x_1174); +lean_inc(x_1076); +x_1176 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1176, 0, x_1076); +lean_ctor_set(x_1176, 1, x_1077); +lean_ctor_set(x_1176, 2, x_1175); +lean_inc(x_1076); +x_1177 = l_Lean_Syntax_node2(x_1076, x_1150, x_1172, x_1176); +x_1178 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; +lean_inc(x_1076); +x_1179 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1179, 0, x_1076); +lean_ctor_set(x_1179, 1, x_1178); +lean_inc(x_1076); +x_1180 = l_Lean_Syntax_node3(x_1076, x_1156, x_1167, x_1177, x_1179); +lean_inc(x_1076); +x_1181 = l_Lean_Syntax_node1(x_1076, x_1077, x_1180); +lean_inc(x_1076); +x_1182 = l_Lean_Syntax_node2(x_1076, x_1150, x_1155, x_1181); +lean_inc_ref(x_1149); +lean_inc(x_1076); +x_1183 = l_Lean_Syntax_node2(x_1076, x_1147, x_1149, x_1182); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1184 = l_Lean_Syntax_node2(x_1076, x_1146, x_1084, x_1183); +x_1185 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_1186 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_1076); +x_1187 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1187, 0, x_1076); +lean_ctor_set(x_1187, 1, x_1186); +x_1188 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_1189 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_1076); +x_1190 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1190, 0, x_1076); +lean_ctor_set(x_1190, 1, x_1189); +x_1191 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_1192 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_1193 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_1194 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_1195 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_1075); +lean_inc(x_1074); +x_1196 = l_Lean_addMacroScope(x_1074, x_1195, x_1075); +x_1197 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; +lean_inc(x_1076); +x_1198 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1198, 0, x_1076); +lean_ctor_set(x_1198, 1, x_1194); +lean_ctor_set(x_1198, 2, x_1196); +lean_ctor_set(x_1198, 3, x_1197); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1199 = l_Lean_Syntax_node2(x_1076, x_1193, x_1198, x_1084); +x_1200 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_1201 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_1202 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_1075); +lean_inc(x_1074); +x_1203 = l_Lean_addMacroScope(x_1074, x_1202, x_1075); +lean_inc(x_1076); +x_1204 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1204, 0, x_1076); +lean_ctor_set(x_1204, 1, x_1201); +lean_ctor_set(x_1204, 2, x_1203); +lean_ctor_set(x_1204, 3, x_1095); +lean_inc_ref(x_1204); +lean_inc_ref(x_1084); +lean_inc_ref(x_1187); +lean_inc(x_1076); +x_1205 = l_Lean_Syntax_node3(x_1076, x_1200, x_1187, x_1084, x_1204); +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1206 = l_Lean_Syntax_node3(x_1076, x_1077, x_1084, x_1084, x_1205); +lean_inc(x_1076); +x_1207 = l_Lean_Syntax_node2(x_1076, x_1192, x_1199, x_1206); +x_1208 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_1209 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_1075); +lean_inc(x_1074); +x_1210 = l_Lean_addMacroScope(x_1074, x_1209, x_1075); +x_1211 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; +lean_inc(x_1076); +x_1212 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1212, 0, x_1076); +lean_ctor_set(x_1212, 1, x_1208); +lean_ctor_set(x_1212, 2, x_1210); +lean_ctor_set(x_1212, 3, x_1211); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1213 = l_Lean_Syntax_node2(x_1076, x_1193, x_1212, x_1084); +x_1214 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_1215 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_1075); +lean_inc(x_1074); +x_1216 = l_Lean_addMacroScope(x_1074, x_1215, x_1075); +lean_inc(x_1076); +x_1217 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1217, 0, x_1076); +lean_ctor_set(x_1217, 1, x_1214); +lean_ctor_set(x_1217, 2, x_1216); +lean_ctor_set(x_1217, 3, x_1095); +lean_inc_ref(x_1217); +lean_inc_ref(x_1084); +lean_inc_ref(x_1187); +lean_inc(x_1076); +x_1218 = l_Lean_Syntax_node3(x_1076, x_1200, x_1187, x_1084, x_1217); +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1219 = l_Lean_Syntax_node3(x_1076, x_1077, x_1084, x_1084, x_1218); +lean_inc(x_1076); +x_1220 = l_Lean_Syntax_node2(x_1076, x_1192, x_1213, x_1219); +lean_inc(x_1076); +x_1221 = l_Lean_Syntax_node3(x_1076, x_1077, x_1207, x_38, x_1220); +lean_inc(x_1076); +x_1222 = l_Lean_Syntax_node1(x_1076, x_1191, x_1221); +x_1223 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1224 = l_Lean_Syntax_node1(x_1076, x_1223, x_1084); +x_1225 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_1076); +x_1226 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1226, 0, x_1076); +lean_ctor_set(x_1226, 1, x_1225); +lean_inc_ref(x_1226); +lean_inc(x_1224); +lean_inc_ref_n(x_1084, 2); +lean_inc_ref(x_1190); +lean_inc(x_1076); +x_1227 = l_Lean_Syntax_node6(x_1076, x_1188, x_1190, x_1084, x_1222, x_1224, x_1084, x_1226); +x_1228 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1229 = l_Lean_Syntax_node2(x_1076, x_1228, x_1084, x_1084); +x_1230 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_1231 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_1232 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_1233 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_1234 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_1076); +x_1235 = l_Lean_Syntax_node1(x_1076, x_1234, x_1204); +x_1236 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; +x_1237 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; +lean_inc(x_1075); +lean_inc(x_1074); +x_1238 = l_Lean_addMacroScope(x_1074, x_1237, x_1075); +lean_inc(x_1076); +x_1239 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1239, 0, x_1076); +lean_ctor_set(x_1239, 1, x_1236); +lean_ctor_set(x_1239, 2, x_1238); +lean_ctor_set(x_1239, 3, x_1095); +lean_inc_ref(x_1239); +lean_inc(x_1076); +x_1240 = l_Lean_Syntax_node1(x_1076, x_1077, x_1239); +x_1241 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_1242 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; +lean_inc(x_1076); +x_1243 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1243, 0, x_1076); +lean_ctor_set(x_1243, 1, x_1242); +x_1244 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_1245 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; +lean_inc(x_1075); +lean_inc(x_1074); +x_1246 = l_Lean_addMacroScope(x_1074, x_1245, x_1075); +x_1247 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; +lean_inc(x_1076); +x_1248 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1248, 0, x_1076); +lean_ctor_set(x_1248, 1, x_1244); +lean_ctor_set(x_1248, 2, x_1246); +lean_ctor_set(x_1248, 3, x_1247); +x_1249 = lean_array_size(x_1063); +x_1250 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1249, x_37, x_1063); +x_1251 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; +x_1252 = l_Lean_mkSepArray(x_1250, x_1251); +lean_dec_ref(x_1250); +x_1253 = l_Array_append___redArg(x_1083, x_1252); +lean_dec_ref(x_1252); +lean_inc(x_1076); +x_1254 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1254, 0, x_1076); +lean_ctor_set(x_1254, 1, x_1077); +lean_ctor_set(x_1254, 2, x_1253); +lean_inc(x_1076); +x_1255 = l_Lean_Syntax_node1(x_1076, x_1191, x_1254); +lean_inc_ref(x_1096); +lean_inc_ref(x_1149); +lean_inc(x_1076); +x_1256 = l_Lean_Syntax_node2(x_1076, x_1077, x_1149, x_1096); +lean_inc_ref(x_1226); +lean_inc(x_1224); +lean_inc_ref(x_1084); +lean_inc_ref(x_1190); +lean_inc(x_1076); +x_1257 = l_Lean_Syntax_node6(x_1076, x_1188, x_1190, x_1084, x_1255, x_1224, x_1256, x_1226); +lean_inc(x_1076); +x_1258 = l_Lean_Syntax_node1(x_1076, x_1077, x_1257); +lean_inc(x_1076); +x_1259 = l_Lean_Syntax_node2(x_1076, x_1150, x_1248, x_1258); +lean_inc(x_1076); +x_1260 = l_Lean_Syntax_node1(x_1076, x_1077, x_1259); +lean_inc_ref(x_1243); +lean_inc(x_1076); +x_1261 = l_Lean_Syntax_node2(x_1076, x_1241, x_1243, x_1260); +lean_inc_ref(x_1187); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1262 = l_Lean_Syntax_node5(x_1076, x_1233, x_1235, x_1240, x_1084, x_1187, x_1261); +lean_inc(x_1076); +x_1263 = l_Lean_Syntax_node1(x_1076, x_1232, x_1262); +lean_inc(x_1229); +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1264 = l_Lean_Syntax_node4(x_1076, x_1231, x_1084, x_1084, x_1263, x_1229); +lean_inc(x_1076); +x_1265 = l_Lean_Syntax_node1(x_1076, x_1234, x_1217); +x_1266 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_1267 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_1075); +lean_inc(x_1074); +x_1268 = l_Lean_addMacroScope(x_1074, x_1267, x_1075); +lean_inc(x_1076); +x_1269 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1269, 0, x_1076); +lean_ctor_set(x_1269, 1, x_1266); +lean_ctor_set(x_1269, 2, x_1268); +lean_ctor_set(x_1269, 3, x_1095); +lean_inc(x_1076); +x_1270 = l_Lean_Syntax_node1(x_1076, x_1077, x_1269); +x_1271 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_1272 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_1076); +x_1273 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1273, 0, x_1076); +lean_ctor_set(x_1273, 1, x_1271); +x_1274 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_1275 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_1276 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_1277 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_1076); +x_1278 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1278, 0, x_1076); +lean_ctor_set(x_1278, 1, x_1277); +x_1279 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +lean_inc(x_1076); +x_1280 = l_Lean_Syntax_node2(x_1076, x_1147, x_1149, x_1096); +lean_inc(x_1076); +x_1281 = l_Lean_Syntax_node1(x_1076, x_1077, x_1280); +x_1282 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_1076); +x_1283 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1283, 0, x_1076); +lean_ctor_set(x_1283, 1, x_1282); +x_1284 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_1285 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_1286 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +x_1287 = l_Lean_addMacroScope(x_1074, x_1286, x_1075); +x_1288 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; +lean_inc(x_1076); +x_1289 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1289, 0, x_1076); +lean_ctor_set(x_1289, 1, x_1285); +lean_ctor_set(x_1289, 2, x_1287); +lean_ctor_set(x_1289, 3, x_1288); +lean_inc(x_1270); +lean_inc(x_1076); +x_1290 = l_Lean_Syntax_node2(x_1076, x_1150, x_1289, x_1270); +lean_inc(x_1076); +x_1291 = l_Lean_Syntax_node1(x_1076, x_1284, x_1290); +lean_inc(x_1076); +x_1292 = l_Lean_Syntax_node4(x_1076, x_1279, x_1239, x_1281, x_1283, x_1291); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1293 = l_Lean_Syntax_node3(x_1076, x_1276, x_1278, x_1084, x_1292); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1294 = l_Lean_Syntax_node2(x_1076, x_1275, x_1293, x_1084); +x_1295 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +x_1296 = l_Lean_Syntax_SepArray_ofElems(x_1120, x_1062); +lean_dec(x_1062); +x_1297 = l_Array_append___redArg(x_1083, x_1296); +lean_dec_ref(x_1296); +lean_inc(x_1076); +x_1298 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1298, 0, x_1076); +lean_ctor_set(x_1298, 1, x_1077); +lean_ctor_set(x_1298, 2, x_1297); +lean_inc(x_1076); +x_1299 = l_Lean_Syntax_node1(x_1076, x_1191, x_1298); +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1300 = l_Lean_Syntax_node6(x_1076, x_1188, x_1190, x_1084, x_1299, x_1224, x_1084, x_1226); +lean_inc(x_1076); +x_1301 = l_Lean_Syntax_node1(x_1076, x_1077, x_1300); +lean_inc(x_1076); +x_1302 = l_Lean_Syntax_node2(x_1076, x_1295, x_1243, x_1301); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1303 = l_Lean_Syntax_node2(x_1076, x_1275, x_1302, x_1084); +lean_inc(x_1076); +x_1304 = l_Lean_Syntax_node2(x_1076, x_1077, x_1294, x_1303); +lean_inc(x_1076); +x_1305 = l_Lean_Syntax_node1(x_1076, x_1274, x_1304); +lean_inc(x_1076); +x_1306 = l_Lean_Syntax_node2(x_1076, x_1272, x_1273, x_1305); +lean_inc_ref(x_1187); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1307 = l_Lean_Syntax_node5(x_1076, x_1233, x_1265, x_1270, x_1084, x_1187, x_1306); +lean_inc(x_1076); +x_1308 = l_Lean_Syntax_node1(x_1076, x_1232, x_1307); +lean_inc(x_1229); +lean_inc_ref_n(x_1084, 2); +lean_inc(x_1076); +x_1309 = l_Lean_Syntax_node4(x_1076, x_1231, x_1084, x_1084, x_1308, x_1229); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1310 = l_Lean_Syntax_node3(x_1076, x_1077, x_1264, x_1084, x_1309); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1311 = l_Lean_Syntax_node3(x_1076, x_1230, x_1101, x_1310, x_1084); +lean_inc(x_1076); +x_1312 = l_Lean_Syntax_node1(x_1076, x_1077, x_1311); +lean_inc(x_1076); +x_1313 = l_Lean_Syntax_node4(x_1076, x_1185, x_1187, x_1227, x_1229, x_1312); +lean_inc_ref(x_1084); +lean_inc(x_1076); +x_1314 = l_Lean_Syntax_node6(x_1076, x_1142, x_1144, x_1145, x_1084, x_1084, x_1184, x_1313); +lean_inc(x_1076); +x_1315 = l_Lean_Syntax_node2(x_1076, x_1081, x_1085, x_1314); +lean_inc(x_1076); +x_1316 = l_Lean_Syntax_node3(x_1076, x_1133, x_1139, x_1140, x_1315); +x_1317 = l_Lean_Syntax_node2(x_1076, x_1077, x_1131, x_1316); +if (lean_is_scalar(x_1072)) { + x_1318 = lean_alloc_ctor(0, 2, 0); +} else { + x_1318 = x_1072; +} +lean_ctor_set(x_1318, 0, x_1317); +lean_ctor_set(x_1318, 1, x_1071); +return x_1318; } else { -lean_object* x_1304; lean_object* x_1305; lean_object* x_1306; lean_object* x_1307; -lean_dec(x_1055); -lean_dec(x_1054); -lean_dec(x_1053); -lean_dec(x_1052); -lean_dec(x_1051); -lean_dec(x_1050); +lean_object* x_1319; lean_object* x_1320; lean_object* x_1321; lean_object* x_1322; +lean_dec(x_1067); +lean_dec(x_1066); +lean_dec(x_1065); +lean_dec(x_1064); +lean_dec(x_1063); +lean_dec(x_1062); lean_free_object(x_38); lean_dec_ref(x_32); lean_dec(x_25); lean_dec(x_24); lean_dec(x_22); lean_dec(x_14); -x_1304 = lean_ctor_get(x_1057, 0); -lean_inc(x_1304); -x_1305 = lean_ctor_get(x_1057, 1); -lean_inc(x_1305); -if (lean_is_exclusive(x_1057)) { - lean_ctor_release(x_1057, 0); - lean_ctor_release(x_1057, 1); - x_1306 = x_1057; +x_1319 = lean_ctor_get(x_1069, 0); +lean_inc(x_1319); +x_1320 = lean_ctor_get(x_1069, 1); +lean_inc(x_1320); +if (lean_is_exclusive(x_1069)) { + lean_ctor_release(x_1069, 0); + lean_ctor_release(x_1069, 1); + x_1321 = x_1069; } else { - lean_dec_ref(x_1057); - x_1306 = lean_box(0); + lean_dec_ref(x_1069); + x_1321 = lean_box(0); } -if (lean_is_scalar(x_1306)) { - x_1307 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1321)) { + x_1322 = lean_alloc_ctor(1, 2, 0); } else { - x_1307 = x_1306; + x_1322 = x_1321; } -lean_ctor_set(x_1307, 0, x_1304); -lean_ctor_set(x_1307, 1, x_1305); -return x_1307; +lean_ctor_set(x_1322, 0, x_1319); +lean_ctor_set(x_1322, 1, x_1320); +return x_1322; } } } else { -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; size_t x_1316; lean_object* x_1317; -x_1308 = lean_ctor_get(x_38, 1); -lean_inc(x_1308); +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; size_t x_1331; lean_object* x_1332; +x_1323 = lean_ctor_get(x_38, 1); +lean_inc(x_1323); lean_dec(x_38); -x_1309 = lean_ctor_get(x_39, 0); -lean_inc(x_1309); +x_1324 = lean_ctor_get(x_39, 0); +lean_inc(x_1324); if (lean_is_exclusive(x_39)) { lean_ctor_release(x_39, 0); lean_ctor_release(x_39, 1); - x_1310 = x_39; + x_1325 = x_39; } else { lean_dec_ref(x_39); - x_1310 = lean_box(0); + x_1325 = lean_box(0); } -x_1311 = lean_ctor_get(x_40, 0); -lean_inc(x_1311); +x_1326 = lean_ctor_get(x_40, 0); +lean_inc(x_1326); if (lean_is_exclusive(x_40)) { lean_ctor_release(x_40, 0); lean_ctor_release(x_40, 1); - x_1312 = x_40; + x_1327 = x_40; } else { lean_dec_ref(x_40); - x_1312 = lean_box(0); + x_1327 = lean_box(0); } -x_1313 = lean_ctor_get(x_41, 0); -lean_inc(x_1313); -x_1314 = lean_ctor_get(x_41, 1); -lean_inc(x_1314); +x_1328 = lean_ctor_get(x_41, 0); +lean_inc(x_1328); +x_1329 = lean_ctor_get(x_41, 1); +lean_inc(x_1329); if (lean_is_exclusive(x_41)) { lean_ctor_release(x_41, 0); lean_ctor_release(x_41, 1); - x_1315 = x_41; + x_1330 = x_41; } else { lean_dec_ref(x_41); - x_1315 = lean_box(0); + x_1330 = lean_box(0); } -x_1316 = lean_array_size(x_2); -x_1317 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_1316, x_37, x_2, x_30, x_32, x_33, x_1308); -if (lean_obj_tag(x_1317) == 0) +x_1331 = lean_array_size(x_2); +x_1332 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_1331, x_37, x_2, x_30, x_32, x_33, x_1323); +if (lean_obj_tag(x_1332) == 0) { -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; size_t 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; size_t 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; lean_object* x_1463; 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; 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; size_t 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; 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; 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; lean_object* x_1535; lean_object* x_1536; lean_object* x_1537; 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; lean_object* x_1552; lean_object* x_1553; lean_object* x_1554; lean_object* x_1555; 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; -x_1318 = lean_ctor_get(x_1317, 0); -lean_inc(x_1318); -x_1319 = lean_ctor_get(x_1317, 1); -lean_inc(x_1319); -if (lean_is_exclusive(x_1317)) { - lean_ctor_release(x_1317, 0); - lean_ctor_release(x_1317, 1); - x_1320 = x_1317; +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; size_t 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; size_t 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; lean_object* x_1463; 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; 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; lean_object* x_1499; lean_object* x_1500; lean_object* x_1501; 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; 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; lean_object* x_1535; lean_object* x_1536; lean_object* x_1537; 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; lean_object* x_1552; lean_object* x_1553; lean_object* x_1554; lean_object* x_1555; 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; +x_1333 = lean_ctor_get(x_1332, 0); +lean_inc(x_1333); +x_1334 = lean_ctor_get(x_1332, 1); +lean_inc(x_1334); +if (lean_is_exclusive(x_1332)) { + lean_ctor_release(x_1332, 0); + lean_ctor_release(x_1332, 1); + x_1335 = x_1332; } else { - lean_dec_ref(x_1317); - x_1320 = lean_box(0); + lean_dec_ref(x_1332); + x_1335 = lean_box(0); } -x_1321 = lean_ctor_get(x_32, 5); -lean_inc(x_1321); -x_1322 = lean_ctor_get(x_32, 10); -lean_inc(x_1322); -x_1323 = lean_ctor_get(x_32, 11); -lean_inc(x_1323); +x_1336 = lean_ctor_get(x_32, 5); +lean_inc(x_1336); +x_1337 = lean_ctor_get(x_32, 10); +lean_inc(x_1337); +x_1338 = lean_ctor_get(x_32, 11); +lean_inc(x_1338); lean_dec_ref(x_32); -x_1324 = l_Lean_SourceInfo_fromRef(x_1321, x_26); -lean_dec(x_1321); -x_1325 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_1326 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_1327 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_1328 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; -x_1329 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_1330 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -x_1331 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -lean_inc(x_1324); +x_1339 = l_Lean_SourceInfo_fromRef(x_1336, x_26); +lean_dec(x_1336); +x_1340 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_1341 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_1342 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_1343 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__58; +x_1344 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_1345 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +x_1346 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +lean_inc(x_1339); if (lean_is_scalar(x_25)) { - x_1332 = lean_alloc_ctor(1, 3, 0); + x_1347 = lean_alloc_ctor(1, 3, 0); } else { - x_1332 = x_25; - lean_ctor_set_tag(x_1332, 1); + x_1347 = x_25; + lean_ctor_set_tag(x_1347, 1); } -lean_ctor_set(x_1332, 0, x_1324); -lean_ctor_set(x_1332, 1, x_1325); -lean_ctor_set(x_1332, 2, x_1331); -lean_inc_ref_n(x_1332, 7); -lean_inc(x_1324); -x_1333 = l_Lean_Syntax_node7(x_1324, x_1330, x_1332, x_1332, x_1332, x_1332, x_1332, x_1332, x_1332); -x_1334 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; -x_1335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; -x_1336 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; -lean_inc(x_1324); -if (lean_is_scalar(x_1315)) { - x_1337 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1347, 0, x_1339); +lean_ctor_set(x_1347, 1, x_1340); +lean_ctor_set(x_1347, 2, x_1346); +lean_inc_ref_n(x_1347, 7); +lean_inc(x_1339); +x_1348 = l_Lean_Syntax_node7(x_1339, x_1345, x_1347, x_1347, x_1347, x_1347, x_1347, x_1347, x_1347); +x_1349 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__12; +x_1350 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__13; +x_1351 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__15; +lean_inc(x_1339); +if (lean_is_scalar(x_1330)) { + x_1352 = lean_alloc_ctor(2, 2, 0); } else { - x_1337 = x_1315; - lean_ctor_set_tag(x_1337, 2); + x_1352 = x_1330; + lean_ctor_set_tag(x_1352, 2); } -lean_ctor_set(x_1337, 0, x_1324); -lean_ctor_set(x_1337, 1, x_1334); -lean_inc(x_1324); -x_1338 = l_Lean_Syntax_node1(x_1324, x_1336, x_1337); -x_1339 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_1340 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_1341 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_1323); -lean_inc(x_1322); -x_1342 = l_Lean_addMacroScope(x_1322, x_1341, x_1323); -x_1343 = lean_box(0); -lean_inc(x_1324); -x_1344 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1344, 0, x_1324); -lean_ctor_set(x_1344, 1, x_1340); -lean_ctor_set(x_1344, 2, x_1342); -lean_ctor_set(x_1344, 3, x_1343); -lean_inc_ref(x_1332); -lean_inc_ref(x_1344); -lean_inc(x_1324); -x_1345 = l_Lean_Syntax_node2(x_1324, x_1339, x_1344, x_1332); -x_1346 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1347 = l_Lean_Syntax_node2(x_1324, x_1346, x_1332, x_1332); -x_1348 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_1324); -if (lean_is_scalar(x_1312)) { - x_1349 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1352, 0, x_1339); +lean_ctor_set(x_1352, 1, x_1349); +lean_inc(x_1339); +x_1353 = l_Lean_Syntax_node1(x_1339, x_1351, x_1352); +x_1354 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_1355 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_1356 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_1338); +lean_inc(x_1337); +x_1357 = l_Lean_addMacroScope(x_1337, x_1356, x_1338); +x_1358 = lean_box(0); +lean_inc(x_1339); +x_1359 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1359, 0, x_1339); +lean_ctor_set(x_1359, 1, x_1355); +lean_ctor_set(x_1359, 2, x_1357); +lean_ctor_set(x_1359, 3, x_1358); +lean_inc_ref(x_1347); +lean_inc_ref(x_1359); +lean_inc(x_1339); +x_1360 = l_Lean_Syntax_node2(x_1339, x_1354, x_1359, x_1347); +x_1361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1362 = l_Lean_Syntax_node2(x_1339, x_1361, x_1347, x_1347); +x_1363 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_1339); +if (lean_is_scalar(x_1327)) { + x_1364 = lean_alloc_ctor(2, 2, 0); } else { - x_1349 = x_1312; - lean_ctor_set_tag(x_1349, 2); + x_1364 = x_1327; + lean_ctor_set_tag(x_1364, 2); } -lean_ctor_set(x_1349, 0, x_1324); -lean_ctor_set(x_1349, 1, x_1348); -x_1350 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; -x_1351 = l_Array_zip___redArg(x_1313, x_1314); -lean_dec(x_1314); -lean_dec(x_1313); -x_1352 = lean_array_size(x_1351); -lean_inc(x_1333); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1353 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_1326, x_1327, x_1328, x_1324, x_1325, x_1346, x_1332, x_1333, x_1352, x_37, x_1351); -x_1354 = l_Array_append___redArg(x_1331, x_1353); -lean_dec_ref(x_1353); -lean_inc(x_1324); -x_1355 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1355, 0, x_1324); -lean_ctor_set(x_1355, 1, x_1325); -lean_ctor_set(x_1355, 2, x_1354); -lean_inc(x_1324); -x_1356 = l_Lean_Syntax_node1(x_1324, x_1350, x_1355); -lean_inc_ref(x_1332); -lean_inc_ref(x_1349); -lean_inc(x_1324); -x_1357 = l_Lean_Syntax_node3(x_1324, x_1325, x_1349, x_1332, x_1356); -x_1358 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_1359 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_1324); -if (lean_is_scalar(x_1310)) { - x_1360 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1364, 0, x_1339); +lean_ctor_set(x_1364, 1, x_1363); +x_1365 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__25; +x_1366 = l_Array_zip___redArg(x_1328, x_1329); +lean_dec(x_1329); +lean_dec(x_1328); +x_1367 = lean_array_size(x_1366); +lean_inc(x_1348); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1368 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3(x_1341, x_1342, x_1343, x_1339, x_1340, x_1361, x_1347, x_1348, x_1367, x_37, x_1366); +x_1369 = l_Array_append___redArg(x_1346, x_1368); +lean_dec_ref(x_1368); +lean_inc(x_1339); +x_1370 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1370, 0, x_1339); +lean_ctor_set(x_1370, 1, x_1340); +lean_ctor_set(x_1370, 2, x_1369); +lean_inc(x_1339); +x_1371 = l_Lean_Syntax_node1(x_1339, x_1365, x_1370); +lean_inc_ref(x_1347); +lean_inc_ref(x_1364); +lean_inc(x_1339); +x_1372 = l_Lean_Syntax_node3(x_1339, x_1340, x_1364, x_1347, x_1371); +x_1373 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_1374 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_1339); +if (lean_is_scalar(x_1325)) { + x_1375 = lean_alloc_ctor(2, 2, 0); } else { - x_1360 = x_1310; - lean_ctor_set_tag(x_1360, 2); + x_1375 = x_1325; + lean_ctor_set_tag(x_1375, 2); } -lean_ctor_set(x_1360, 0, x_1324); -lean_ctor_set(x_1360, 1, x_1359); -x_1361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_1362 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_1323); -lean_inc(x_1322); -x_1363 = l_Lean_addMacroScope(x_1322, x_1362, x_1323); -x_1364 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__36; -lean_inc(x_1324); -x_1365 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1365, 0, x_1324); -lean_ctor_set(x_1365, 1, x_1361); -lean_ctor_set(x_1365, 2, x_1363); -lean_ctor_set(x_1365, 3, x_1364); -x_1366 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_1324); -x_1367 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1367, 0, x_1324); -lean_ctor_set(x_1367, 1, x_1366); -x_1368 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_1369 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_1323); -lean_inc(x_1322); -x_1370 = l_Lean_addMacroScope(x_1322, x_1369, x_1323); -x_1371 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; -lean_inc(x_1324); -x_1372 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1372, 0, x_1324); -lean_ctor_set(x_1372, 1, x_1368); -lean_ctor_set(x_1372, 2, x_1370); -lean_ctor_set(x_1372, 3, x_1371); -lean_inc_ref(x_1367); -lean_inc(x_1324); -x_1373 = l_Lean_Syntax_node3(x_1324, x_1325, x_1365, x_1367, x_1372); -lean_inc(x_1324); -x_1374 = l_Lean_Syntax_node2(x_1324, x_1325, x_1360, x_1373); -lean_inc(x_1324); -x_1375 = l_Lean_Syntax_node1(x_1324, x_1358, x_1374); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1376 = l_Lean_Syntax_node6(x_1324, x_1335, x_1338, x_1345, x_1347, x_1332, x_1357, x_1375); -lean_inc(x_1333); -lean_inc(x_1324); -x_1377 = l_Lean_Syntax_node2(x_1324, x_1329, x_1333, x_1376); -x_1378 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_1379 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_1380 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_1381 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_1324); +lean_ctor_set(x_1375, 0, x_1339); +lean_ctor_set(x_1375, 1, x_1374); +x_1376 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_1377 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_1378 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_1338); +lean_inc(x_1337); +x_1379 = l_Lean_addMacroScope(x_1337, x_1378, x_1338); +x_1380 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__38; +lean_inc(x_1339); +x_1381 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1381, 0, x_1339); +lean_ctor_set(x_1381, 1, x_1377); +lean_ctor_set(x_1381, 2, x_1379); +lean_ctor_set(x_1381, 3, x_1380); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1382 = l_Lean_Syntax_node2(x_1339, x_1376, x_1347, x_1381); +x_1383 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_1339); +x_1384 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1384, 0, x_1339); +lean_ctor_set(x_1384, 1, x_1383); +x_1385 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_1386 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_1338); +lean_inc(x_1337); +x_1387 = l_Lean_addMacroScope(x_1337, x_1386, x_1338); +x_1388 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; +lean_inc(x_1339); +x_1389 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1389, 0, x_1339); +lean_ctor_set(x_1389, 1, x_1385); +lean_ctor_set(x_1389, 2, x_1387); +lean_ctor_set(x_1389, 3, x_1388); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1390 = l_Lean_Syntax_node2(x_1339, x_1376, x_1347, x_1389); +lean_inc_ref(x_1384); +lean_inc(x_1339); +x_1391 = l_Lean_Syntax_node3(x_1339, x_1340, x_1382, x_1384, x_1390); +lean_inc(x_1339); +x_1392 = l_Lean_Syntax_node2(x_1339, x_1340, x_1375, x_1391); +lean_inc(x_1339); +x_1393 = l_Lean_Syntax_node1(x_1339, x_1373, x_1392); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1394 = l_Lean_Syntax_node6(x_1339, x_1350, x_1353, x_1360, x_1362, x_1347, x_1372, x_1393); +lean_inc(x_1348); +lean_inc(x_1339); +x_1395 = l_Lean_Syntax_node2(x_1339, x_1344, x_1348, x_1394); +x_1396 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_1397 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_1398 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_1399 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_1339); if (lean_is_scalar(x_22)) { - x_1382 = lean_alloc_ctor(2, 2, 0); + x_1400 = lean_alloc_ctor(2, 2, 0); } else { - x_1382 = x_22; - lean_ctor_set_tag(x_1382, 2); + x_1400 = x_22; + lean_ctor_set_tag(x_1400, 2); } -lean_ctor_set(x_1382, 0, x_1324); -lean_ctor_set(x_1382, 1, x_1380); -x_1383 = l_Array_append___redArg(x_1331, x_3); -lean_inc(x_1324); -x_1384 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1384, 0, x_1324); -lean_ctor_set(x_1384, 1, x_1325); -lean_ctor_set(x_1384, 2, x_1383); -lean_inc(x_1324); -x_1385 = l_Lean_Syntax_node2(x_1324, x_1381, x_1382, x_1384); -lean_inc(x_1324); +lean_ctor_set(x_1400, 0, x_1339); +lean_ctor_set(x_1400, 1, x_1398); +x_1401 = l_Array_append___redArg(x_1346, x_3); +lean_inc(x_1339); +x_1402 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1402, 0, x_1339); +lean_ctor_set(x_1402, 1, x_1340); +lean_ctor_set(x_1402, 2, x_1401); +lean_inc(x_1339); +x_1403 = l_Lean_Syntax_node2(x_1339, x_1399, x_1400, x_1402); +lean_inc(x_1339); if (lean_is_scalar(x_14)) { - x_1386 = lean_alloc_ctor(2, 2, 0); + x_1404 = lean_alloc_ctor(2, 2, 0); } else { - x_1386 = x_14; - lean_ctor_set_tag(x_1386, 2); + x_1404 = x_14; + lean_ctor_set_tag(x_1404, 2); } -lean_ctor_set(x_1386, 0, x_1324); -lean_ctor_set(x_1386, 1, x_1378); -x_1387 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_1388 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_1389 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1390 = l_Lean_Syntax_node1(x_1324, x_1389, x_1332); -lean_inc(x_1324); -x_1391 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1391, 0, x_1324); -lean_ctor_set(x_1391, 1, x_1387); -x_1392 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_1393 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_1394 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_1324); -x_1395 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1395, 0, x_1324); -lean_ctor_set(x_1395, 1, x_1394); -x_1396 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_1397 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_1398 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_1323); -lean_inc(x_1322); -x_1399 = l_Lean_addMacroScope(x_1322, x_1398, x_1323); -x_1400 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; -lean_inc(x_1324); -x_1401 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1401, 0, x_1324); -lean_ctor_set(x_1401, 1, x_1397); -lean_ctor_set(x_1401, 2, x_1399); -lean_ctor_set(x_1401, 3, x_1400); -x_1402 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; -x_1403 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; -x_1404 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; -lean_inc(x_1324); -x_1405 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1405, 0, x_1324); -lean_ctor_set(x_1405, 1, x_1404); -x_1406 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; -x_1407 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; -x_1408 = lean_box(0); -lean_inc(x_1323); -lean_inc(x_1322); -x_1409 = l_Lean_addMacroScope(x_1322, x_1408, x_1323); -x_1410 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__75; -lean_inc(x_1324); -x_1411 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1411, 0, x_1324); -lean_ctor_set(x_1411, 1, x_1407); -lean_ctor_set(x_1411, 2, x_1409); -lean_ctor_set(x_1411, 3, x_1410); -lean_inc(x_1324); -x_1412 = l_Lean_Syntax_node1(x_1324, x_1406, x_1411); -lean_inc(x_1324); -x_1413 = l_Lean_Syntax_node2(x_1324, x_1403, x_1405, x_1412); -x_1414 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_1415 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_1324); -x_1416 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1416, 0, x_1324); -lean_ctor_set(x_1416, 1, x_1415); -x_1417 = l_Lean_mkCIdent(x_24); -lean_inc(x_1324); -x_1418 = l_Lean_Syntax_node2(x_1324, x_1414, x_1416, x_1417); -x_1419 = lean_array_size(x_1318); -x_1420 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_1419, x_37, x_1318); -x_1421 = l_Array_append___redArg(x_1331, x_1420); -lean_dec_ref(x_1420); -lean_inc(x_1324); -x_1422 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1422, 0, x_1324); -lean_ctor_set(x_1422, 1, x_1325); -lean_ctor_set(x_1422, 2, x_1421); -lean_inc(x_1324); -x_1423 = l_Lean_Syntax_node2(x_1324, x_1396, x_1418, x_1422); -x_1424 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; -lean_inc(x_1324); -x_1425 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1425, 0, x_1324); -lean_ctor_set(x_1425, 1, x_1424); -lean_inc(x_1324); -x_1426 = l_Lean_Syntax_node3(x_1324, x_1402, x_1413, x_1423, x_1425); -lean_inc(x_1324); -x_1427 = l_Lean_Syntax_node1(x_1324, x_1325, x_1426); -lean_inc(x_1324); -x_1428 = l_Lean_Syntax_node2(x_1324, x_1396, x_1401, x_1427); -lean_inc_ref(x_1395); -lean_inc(x_1324); -x_1429 = l_Lean_Syntax_node2(x_1324, x_1393, x_1395, x_1428); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1430 = l_Lean_Syntax_node2(x_1324, x_1392, x_1332, x_1429); -x_1431 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_1432 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_1324); -x_1433 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1433, 0, x_1324); -lean_ctor_set(x_1433, 1, x_1432); -x_1434 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_1435 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_1324); -x_1436 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1436, 0, x_1324); -lean_ctor_set(x_1436, 1, x_1435); -x_1437 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_1438 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_1439 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_1440 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_1441 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_1323); -lean_inc(x_1322); -x_1442 = l_Lean_addMacroScope(x_1322, x_1441, x_1323); -x_1443 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; -lean_inc(x_1324); -x_1444 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1444, 0, x_1324); -lean_ctor_set(x_1444, 1, x_1440); -lean_ctor_set(x_1444, 2, x_1442); -lean_ctor_set(x_1444, 3, x_1443); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1445 = l_Lean_Syntax_node2(x_1324, x_1439, x_1444, x_1332); -x_1446 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_1447 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_1448 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_1323); -lean_inc(x_1322); -x_1449 = l_Lean_addMacroScope(x_1322, x_1448, x_1323); -lean_inc(x_1324); -x_1450 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1450, 0, x_1324); -lean_ctor_set(x_1450, 1, x_1447); -lean_ctor_set(x_1450, 2, x_1449); -lean_ctor_set(x_1450, 3, x_1343); -lean_inc_ref(x_1450); -lean_inc_ref(x_1332); -lean_inc_ref(x_1433); -lean_inc(x_1324); -x_1451 = l_Lean_Syntax_node3(x_1324, x_1446, x_1433, x_1332, x_1450); -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1452 = l_Lean_Syntax_node3(x_1324, x_1325, x_1332, x_1332, x_1451); -lean_inc(x_1324); -x_1453 = l_Lean_Syntax_node2(x_1324, x_1438, x_1445, x_1452); -x_1454 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_1455 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_1323); -lean_inc(x_1322); -x_1456 = l_Lean_addMacroScope(x_1322, x_1455, x_1323); -x_1457 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; -lean_inc(x_1324); -x_1458 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1458, 0, x_1324); -lean_ctor_set(x_1458, 1, x_1454); -lean_ctor_set(x_1458, 2, x_1456); -lean_ctor_set(x_1458, 3, x_1457); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1459 = l_Lean_Syntax_node2(x_1324, x_1439, x_1458, x_1332); -x_1460 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_1461 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_1323); -lean_inc(x_1322); -x_1462 = l_Lean_addMacroScope(x_1322, x_1461, x_1323); -lean_inc(x_1324); -x_1463 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1463, 0, x_1324); -lean_ctor_set(x_1463, 1, x_1460); -lean_ctor_set(x_1463, 2, x_1462); -lean_ctor_set(x_1463, 3, x_1343); -lean_inc_ref(x_1463); -lean_inc_ref(x_1332); -lean_inc_ref(x_1433); -lean_inc(x_1324); -x_1464 = l_Lean_Syntax_node3(x_1324, x_1446, x_1433, x_1332, x_1463); -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1465 = l_Lean_Syntax_node3(x_1324, x_1325, x_1332, x_1332, x_1464); -lean_inc(x_1324); -x_1466 = l_Lean_Syntax_node2(x_1324, x_1438, x_1459, x_1465); -lean_inc(x_1324); -x_1467 = l_Lean_Syntax_node3(x_1324, x_1325, x_1453, x_1367, x_1466); -lean_inc(x_1324); -x_1468 = l_Lean_Syntax_node1(x_1324, x_1437, x_1467); -x_1469 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1470 = l_Lean_Syntax_node1(x_1324, x_1469, x_1332); -x_1471 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_1324); -x_1472 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1472, 0, x_1324); -lean_ctor_set(x_1472, 1, x_1471); -lean_inc_ref(x_1472); -lean_inc(x_1470); -lean_inc_ref_n(x_1332, 2); -lean_inc_ref(x_1436); -lean_inc(x_1324); -x_1473 = l_Lean_Syntax_node6(x_1324, x_1434, x_1436, x_1332, x_1468, x_1470, x_1332, x_1472); -x_1474 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1475 = l_Lean_Syntax_node2(x_1324, x_1474, x_1332, x_1332); -x_1476 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_1477 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_1478 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_1479 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_1480 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_1324); -x_1481 = l_Lean_Syntax_node1(x_1324, x_1480, x_1450); -x_1482 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; -x_1483 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; -lean_inc(x_1323); -lean_inc(x_1322); -x_1484 = l_Lean_addMacroScope(x_1322, x_1483, x_1323); -lean_inc(x_1324); -x_1485 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1485, 0, x_1324); -lean_ctor_set(x_1485, 1, x_1482); -lean_ctor_set(x_1485, 2, x_1484); -lean_ctor_set(x_1485, 3, x_1343); -lean_inc_ref(x_1485); -lean_inc(x_1324); -x_1486 = l_Lean_Syntax_node1(x_1324, x_1325, x_1485); -x_1487 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_1488 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; -lean_inc(x_1324); -x_1489 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1489, 0, x_1324); -lean_ctor_set(x_1489, 1, x_1488); -x_1490 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_1491 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; -lean_inc(x_1323); -lean_inc(x_1322); -x_1492 = l_Lean_addMacroScope(x_1322, x_1491, x_1323); -x_1493 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; -lean_inc(x_1324); -x_1494 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1494, 0, x_1324); -lean_ctor_set(x_1494, 1, x_1490); -lean_ctor_set(x_1494, 2, x_1492); -lean_ctor_set(x_1494, 3, x_1493); -x_1495 = lean_array_size(x_1311); -x_1496 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1495, x_37, x_1311); -x_1497 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__123; -x_1498 = l_Lean_mkSepArray(x_1496, x_1497); -lean_dec_ref(x_1496); -x_1499 = l_Array_append___redArg(x_1331, x_1498); -lean_dec_ref(x_1498); -lean_inc(x_1324); -x_1500 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1500, 0, x_1324); -lean_ctor_set(x_1500, 1, x_1325); -lean_ctor_set(x_1500, 2, x_1499); -lean_inc(x_1324); -x_1501 = l_Lean_Syntax_node1(x_1324, x_1437, x_1500); -lean_inc_ref(x_1344); -lean_inc_ref(x_1395); -lean_inc(x_1324); -x_1502 = l_Lean_Syntax_node2(x_1324, x_1325, x_1395, x_1344); -lean_inc_ref(x_1472); -lean_inc(x_1470); -lean_inc_ref(x_1332); -lean_inc_ref(x_1436); -lean_inc(x_1324); -x_1503 = l_Lean_Syntax_node6(x_1324, x_1434, x_1436, x_1332, x_1501, x_1470, x_1502, x_1472); -lean_inc(x_1324); -x_1504 = l_Lean_Syntax_node1(x_1324, x_1325, x_1503); -lean_inc(x_1324); -x_1505 = l_Lean_Syntax_node2(x_1324, x_1396, x_1494, x_1504); -lean_inc(x_1324); -x_1506 = l_Lean_Syntax_node1(x_1324, x_1325, x_1505); -lean_inc_ref(x_1489); -lean_inc(x_1324); -x_1507 = l_Lean_Syntax_node2(x_1324, x_1487, x_1489, x_1506); -lean_inc_ref(x_1433); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1508 = l_Lean_Syntax_node5(x_1324, x_1479, x_1481, x_1486, x_1332, x_1433, x_1507); -lean_inc(x_1324); -x_1509 = l_Lean_Syntax_node1(x_1324, x_1478, x_1508); -lean_inc(x_1475); -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1510 = l_Lean_Syntax_node4(x_1324, x_1477, x_1332, x_1332, x_1509, x_1475); -lean_inc(x_1324); -x_1511 = l_Lean_Syntax_node1(x_1324, x_1480, x_1463); -x_1512 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_1513 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_1323); -lean_inc(x_1322); -x_1514 = l_Lean_addMacroScope(x_1322, x_1513, x_1323); -lean_inc(x_1324); -x_1515 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1515, 0, x_1324); -lean_ctor_set(x_1515, 1, x_1512); -lean_ctor_set(x_1515, 2, x_1514); -lean_ctor_set(x_1515, 3, x_1343); -lean_inc(x_1324); -x_1516 = l_Lean_Syntax_node1(x_1324, x_1325, x_1515); -x_1517 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_1518 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_1324); -x_1519 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1519, 0, x_1324); -lean_ctor_set(x_1519, 1, x_1517); -x_1520 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_1521 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_1522 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_1523 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_1324); -x_1524 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1524, 0, x_1324); -lean_ctor_set(x_1524, 1, x_1523); -x_1525 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -lean_inc(x_1324); -x_1526 = l_Lean_Syntax_node2(x_1324, x_1393, x_1395, x_1344); -lean_inc(x_1324); -x_1527 = l_Lean_Syntax_node1(x_1324, x_1325, x_1526); -x_1528 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_1324); -x_1529 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1529, 0, x_1324); -lean_ctor_set(x_1529, 1, x_1528); -x_1530 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_1531 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_1532 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -x_1533 = l_Lean_addMacroScope(x_1322, x_1532, x_1323); -x_1534 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; -lean_inc(x_1324); -x_1535 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1535, 0, x_1324); -lean_ctor_set(x_1535, 1, x_1531); -lean_ctor_set(x_1535, 2, x_1533); -lean_ctor_set(x_1535, 3, x_1534); -lean_inc(x_1516); -lean_inc(x_1324); -x_1536 = l_Lean_Syntax_node2(x_1324, x_1396, x_1535, x_1516); -lean_inc(x_1324); -x_1537 = l_Lean_Syntax_node1(x_1324, x_1530, x_1536); -lean_inc(x_1324); -x_1538 = l_Lean_Syntax_node4(x_1324, x_1525, x_1485, x_1527, x_1529, x_1537); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1539 = l_Lean_Syntax_node3(x_1324, x_1522, x_1524, x_1332, x_1538); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1540 = l_Lean_Syntax_node2(x_1324, x_1521, x_1539, x_1332); -x_1541 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; -x_1542 = l_Lean_Syntax_SepArray_ofElems(x_1366, x_1309); -lean_dec(x_1309); -x_1543 = l_Array_append___redArg(x_1331, x_1542); -lean_dec_ref(x_1542); -lean_inc(x_1324); -x_1544 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1544, 0, x_1324); -lean_ctor_set(x_1544, 1, x_1325); -lean_ctor_set(x_1544, 2, x_1543); -lean_inc(x_1324); -x_1545 = l_Lean_Syntax_node1(x_1324, x_1437, x_1544); -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1546 = l_Lean_Syntax_node6(x_1324, x_1434, x_1436, x_1332, x_1545, x_1470, x_1332, x_1472); -lean_inc(x_1324); -x_1547 = l_Lean_Syntax_node1(x_1324, x_1325, x_1546); -lean_inc(x_1324); -x_1548 = l_Lean_Syntax_node2(x_1324, x_1541, x_1489, x_1547); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1549 = l_Lean_Syntax_node2(x_1324, x_1521, x_1548, x_1332); -lean_inc(x_1324); -x_1550 = l_Lean_Syntax_node2(x_1324, x_1325, x_1540, x_1549); -lean_inc(x_1324); -x_1551 = l_Lean_Syntax_node1(x_1324, x_1520, x_1550); -lean_inc(x_1324); -x_1552 = l_Lean_Syntax_node2(x_1324, x_1518, x_1519, x_1551); -lean_inc_ref(x_1433); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1553 = l_Lean_Syntax_node5(x_1324, x_1479, x_1511, x_1516, x_1332, x_1433, x_1552); -lean_inc(x_1324); -x_1554 = l_Lean_Syntax_node1(x_1324, x_1478, x_1553); -lean_inc(x_1475); -lean_inc_ref_n(x_1332, 2); -lean_inc(x_1324); -x_1555 = l_Lean_Syntax_node4(x_1324, x_1477, x_1332, x_1332, x_1554, x_1475); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1556 = l_Lean_Syntax_node3(x_1324, x_1325, x_1510, x_1332, x_1555); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1557 = l_Lean_Syntax_node3(x_1324, x_1476, x_1349, x_1556, x_1332); -lean_inc(x_1324); -x_1558 = l_Lean_Syntax_node1(x_1324, x_1325, x_1557); -lean_inc(x_1324); -x_1559 = l_Lean_Syntax_node4(x_1324, x_1431, x_1433, x_1473, x_1475, x_1558); -lean_inc_ref(x_1332); -lean_inc(x_1324); -x_1560 = l_Lean_Syntax_node6(x_1324, x_1388, x_1390, x_1391, x_1332, x_1332, x_1430, x_1559); -lean_inc(x_1324); -x_1561 = l_Lean_Syntax_node2(x_1324, x_1329, x_1333, x_1560); -lean_inc(x_1324); -x_1562 = l_Lean_Syntax_node3(x_1324, x_1379, x_1385, x_1386, x_1561); -x_1563 = l_Lean_Syntax_node2(x_1324, x_1325, x_1377, x_1562); -if (lean_is_scalar(x_1320)) { - x_1564 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1404, 0, x_1339); +lean_ctor_set(x_1404, 1, x_1396); +x_1405 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_1406 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_1407 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1408 = l_Lean_Syntax_node1(x_1339, x_1407, x_1347); +lean_inc(x_1339); +x_1409 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1409, 0, x_1339); +lean_ctor_set(x_1409, 1, x_1405); +x_1410 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_1411 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_1412 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_1339); +x_1413 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1413, 0, x_1339); +lean_ctor_set(x_1413, 1, x_1412); +x_1414 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_1415 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_1416 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_1338); +lean_inc(x_1337); +x_1417 = l_Lean_addMacroScope(x_1337, x_1416, x_1338); +x_1418 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__65; +lean_inc(x_1339); +x_1419 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1419, 0, x_1339); +lean_ctor_set(x_1419, 1, x_1415); +lean_ctor_set(x_1419, 2, x_1417); +lean_ctor_set(x_1419, 3, x_1418); +x_1420 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__48; +x_1421 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__50; +x_1422 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__51; +lean_inc(x_1339); +x_1423 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1423, 0, x_1339); +lean_ctor_set(x_1423, 1, x_1422); +x_1424 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__53; +x_1425 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__55; +x_1426 = lean_box(0); +lean_inc(x_1338); +lean_inc(x_1337); +x_1427 = l_Lean_addMacroScope(x_1337, x_1426, x_1338); +x_1428 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; +lean_inc(x_1339); +x_1429 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1429, 0, x_1339); +lean_ctor_set(x_1429, 1, x_1425); +lean_ctor_set(x_1429, 2, x_1427); +lean_ctor_set(x_1429, 3, x_1428); +lean_inc(x_1339); +x_1430 = l_Lean_Syntax_node1(x_1339, x_1424, x_1429); +lean_inc(x_1339); +x_1431 = l_Lean_Syntax_node2(x_1339, x_1421, x_1423, x_1430); +x_1432 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_1433 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_1339); +x_1434 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1434, 0, x_1339); +lean_ctor_set(x_1434, 1, x_1433); +x_1435 = l_Lean_mkCIdent(x_24); +lean_inc(x_1339); +x_1436 = l_Lean_Syntax_node2(x_1339, x_1432, x_1434, x_1435); +x_1437 = lean_array_size(x_1333); +x_1438 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_1437, x_37, x_1333); +x_1439 = l_Array_append___redArg(x_1346, x_1438); +lean_dec_ref(x_1438); +lean_inc(x_1339); +x_1440 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1440, 0, x_1339); +lean_ctor_set(x_1440, 1, x_1340); +lean_ctor_set(x_1440, 2, x_1439); +lean_inc(x_1339); +x_1441 = l_Lean_Syntax_node2(x_1339, x_1414, x_1436, x_1440); +x_1442 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__63; +lean_inc(x_1339); +x_1443 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1443, 0, x_1339); +lean_ctor_set(x_1443, 1, x_1442); +lean_inc(x_1339); +x_1444 = l_Lean_Syntax_node3(x_1339, x_1420, x_1431, x_1441, x_1443); +lean_inc(x_1339); +x_1445 = l_Lean_Syntax_node1(x_1339, x_1340, x_1444); +lean_inc(x_1339); +x_1446 = l_Lean_Syntax_node2(x_1339, x_1414, x_1419, x_1445); +lean_inc_ref(x_1413); +lean_inc(x_1339); +x_1447 = l_Lean_Syntax_node2(x_1339, x_1411, x_1413, x_1446); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1448 = l_Lean_Syntax_node2(x_1339, x_1410, x_1347, x_1447); +x_1449 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_1450 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_1339); +x_1451 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1451, 0, x_1339); +lean_ctor_set(x_1451, 1, x_1450); +x_1452 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_1453 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_1339); +x_1454 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1454, 0, x_1339); +lean_ctor_set(x_1454, 1, x_1453); +x_1455 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_1456 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_1457 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_1458 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_1459 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_1338); +lean_inc(x_1337); +x_1460 = l_Lean_addMacroScope(x_1337, x_1459, x_1338); +x_1461 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; +lean_inc(x_1339); +x_1462 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1462, 0, x_1339); +lean_ctor_set(x_1462, 1, x_1458); +lean_ctor_set(x_1462, 2, x_1460); +lean_ctor_set(x_1462, 3, x_1461); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1463 = l_Lean_Syntax_node2(x_1339, x_1457, x_1462, x_1347); +x_1464 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_1465 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_1466 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_1338); +lean_inc(x_1337); +x_1467 = l_Lean_addMacroScope(x_1337, x_1466, x_1338); +lean_inc(x_1339); +x_1468 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1468, 0, x_1339); +lean_ctor_set(x_1468, 1, x_1465); +lean_ctor_set(x_1468, 2, x_1467); +lean_ctor_set(x_1468, 3, x_1358); +lean_inc_ref(x_1468); +lean_inc_ref(x_1347); +lean_inc_ref(x_1451); +lean_inc(x_1339); +x_1469 = l_Lean_Syntax_node3(x_1339, x_1464, x_1451, x_1347, x_1468); +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1470 = l_Lean_Syntax_node3(x_1339, x_1340, x_1347, x_1347, x_1469); +lean_inc(x_1339); +x_1471 = l_Lean_Syntax_node2(x_1339, x_1456, x_1463, x_1470); +x_1472 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_1473 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_1338); +lean_inc(x_1337); +x_1474 = l_Lean_addMacroScope(x_1337, x_1473, x_1338); +x_1475 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; +lean_inc(x_1339); +x_1476 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1476, 0, x_1339); +lean_ctor_set(x_1476, 1, x_1472); +lean_ctor_set(x_1476, 2, x_1474); +lean_ctor_set(x_1476, 3, x_1475); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1477 = l_Lean_Syntax_node2(x_1339, x_1457, x_1476, x_1347); +x_1478 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_1479 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_1338); +lean_inc(x_1337); +x_1480 = l_Lean_addMacroScope(x_1337, x_1479, x_1338); +lean_inc(x_1339); +x_1481 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1481, 0, x_1339); +lean_ctor_set(x_1481, 1, x_1478); +lean_ctor_set(x_1481, 2, x_1480); +lean_ctor_set(x_1481, 3, x_1358); +lean_inc_ref(x_1481); +lean_inc_ref(x_1347); +lean_inc_ref(x_1451); +lean_inc(x_1339); +x_1482 = l_Lean_Syntax_node3(x_1339, x_1464, x_1451, x_1347, x_1481); +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1483 = l_Lean_Syntax_node3(x_1339, x_1340, x_1347, x_1347, x_1482); +lean_inc(x_1339); +x_1484 = l_Lean_Syntax_node2(x_1339, x_1456, x_1477, x_1483); +lean_inc(x_1339); +x_1485 = l_Lean_Syntax_node3(x_1339, x_1340, x_1471, x_1384, x_1484); +lean_inc(x_1339); +x_1486 = l_Lean_Syntax_node1(x_1339, x_1455, x_1485); +x_1487 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1488 = l_Lean_Syntax_node1(x_1339, x_1487, x_1347); +x_1489 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_1339); +x_1490 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1490, 0, x_1339); +lean_ctor_set(x_1490, 1, x_1489); +lean_inc_ref(x_1490); +lean_inc(x_1488); +lean_inc_ref_n(x_1347, 2); +lean_inc_ref(x_1454); +lean_inc(x_1339); +x_1491 = l_Lean_Syntax_node6(x_1339, x_1452, x_1454, x_1347, x_1486, x_1488, x_1347, x_1490); +x_1492 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1493 = l_Lean_Syntax_node2(x_1339, x_1492, x_1347, x_1347); +x_1494 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_1495 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_1496 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_1497 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_1498 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_1339); +x_1499 = l_Lean_Syntax_node1(x_1339, x_1498, x_1468); +x_1500 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__33; +x_1501 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__34; +lean_inc(x_1338); +lean_inc(x_1337); +x_1502 = l_Lean_addMacroScope(x_1337, x_1501, x_1338); +lean_inc(x_1339); +x_1503 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1503, 0, x_1339); +lean_ctor_set(x_1503, 1, x_1500); +lean_ctor_set(x_1503, 2, x_1502); +lean_ctor_set(x_1503, 3, x_1358); +lean_inc_ref(x_1503); +lean_inc(x_1339); +x_1504 = l_Lean_Syntax_node1(x_1339, x_1340, x_1503); +x_1505 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_1506 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; +lean_inc(x_1339); +x_1507 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1507, 0, x_1339); +lean_ctor_set(x_1507, 1, x_1506); +x_1508 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_1509 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; +lean_inc(x_1338); +lean_inc(x_1337); +x_1510 = l_Lean_addMacroScope(x_1337, x_1509, x_1338); +x_1511 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; +lean_inc(x_1339); +x_1512 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1512, 0, x_1339); +lean_ctor_set(x_1512, 1, x_1508); +lean_ctor_set(x_1512, 2, x_1510); +lean_ctor_set(x_1512, 3, x_1511); +x_1513 = lean_array_size(x_1326); +x_1514 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1513, x_37, x_1326); +x_1515 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; +x_1516 = l_Lean_mkSepArray(x_1514, x_1515); +lean_dec_ref(x_1514); +x_1517 = l_Array_append___redArg(x_1346, x_1516); +lean_dec_ref(x_1516); +lean_inc(x_1339); +x_1518 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1518, 0, x_1339); +lean_ctor_set(x_1518, 1, x_1340); +lean_ctor_set(x_1518, 2, x_1517); +lean_inc(x_1339); +x_1519 = l_Lean_Syntax_node1(x_1339, x_1455, x_1518); +lean_inc_ref(x_1359); +lean_inc_ref(x_1413); +lean_inc(x_1339); +x_1520 = l_Lean_Syntax_node2(x_1339, x_1340, x_1413, x_1359); +lean_inc_ref(x_1490); +lean_inc(x_1488); +lean_inc_ref(x_1347); +lean_inc_ref(x_1454); +lean_inc(x_1339); +x_1521 = l_Lean_Syntax_node6(x_1339, x_1452, x_1454, x_1347, x_1519, x_1488, x_1520, x_1490); +lean_inc(x_1339); +x_1522 = l_Lean_Syntax_node1(x_1339, x_1340, x_1521); +lean_inc(x_1339); +x_1523 = l_Lean_Syntax_node2(x_1339, x_1414, x_1512, x_1522); +lean_inc(x_1339); +x_1524 = l_Lean_Syntax_node1(x_1339, x_1340, x_1523); +lean_inc_ref(x_1507); +lean_inc(x_1339); +x_1525 = l_Lean_Syntax_node2(x_1339, x_1505, x_1507, x_1524); +lean_inc_ref(x_1451); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1526 = l_Lean_Syntax_node5(x_1339, x_1497, x_1499, x_1504, x_1347, x_1451, x_1525); +lean_inc(x_1339); +x_1527 = l_Lean_Syntax_node1(x_1339, x_1496, x_1526); +lean_inc(x_1493); +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1528 = l_Lean_Syntax_node4(x_1339, x_1495, x_1347, x_1347, x_1527, x_1493); +lean_inc(x_1339); +x_1529 = l_Lean_Syntax_node1(x_1339, x_1498, x_1481); +x_1530 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_1531 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_1338); +lean_inc(x_1337); +x_1532 = l_Lean_addMacroScope(x_1337, x_1531, x_1338); +lean_inc(x_1339); +x_1533 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1533, 0, x_1339); +lean_ctor_set(x_1533, 1, x_1530); +lean_ctor_set(x_1533, 2, x_1532); +lean_ctor_set(x_1533, 3, x_1358); +lean_inc(x_1339); +x_1534 = l_Lean_Syntax_node1(x_1339, x_1340, x_1533); +x_1535 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_1536 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_1339); +x_1537 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1537, 0, x_1339); +lean_ctor_set(x_1537, 1, x_1535); +x_1538 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_1539 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_1540 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_1541 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_1339); +x_1542 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1542, 0, x_1339); +lean_ctor_set(x_1542, 1, x_1541); +x_1543 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +lean_inc(x_1339); +x_1544 = l_Lean_Syntax_node2(x_1339, x_1411, x_1413, x_1359); +lean_inc(x_1339); +x_1545 = l_Lean_Syntax_node1(x_1339, x_1340, x_1544); +x_1546 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_1339); +x_1547 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1547, 0, x_1339); +lean_ctor_set(x_1547, 1, x_1546); +x_1548 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_1549 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_1550 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +x_1551 = l_Lean_addMacroScope(x_1337, x_1550, x_1338); +x_1552 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__147; +lean_inc(x_1339); +x_1553 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1553, 0, x_1339); +lean_ctor_set(x_1553, 1, x_1549); +lean_ctor_set(x_1553, 2, x_1551); +lean_ctor_set(x_1553, 3, x_1552); +lean_inc(x_1534); +lean_inc(x_1339); +x_1554 = l_Lean_Syntax_node2(x_1339, x_1414, x_1553, x_1534); +lean_inc(x_1339); +x_1555 = l_Lean_Syntax_node1(x_1339, x_1548, x_1554); +lean_inc(x_1339); +x_1556 = l_Lean_Syntax_node4(x_1339, x_1543, x_1503, x_1545, x_1547, x_1555); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1557 = l_Lean_Syntax_node3(x_1339, x_1540, x_1542, x_1347, x_1556); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1558 = l_Lean_Syntax_node2(x_1339, x_1539, x_1557, x_1347); +x_1559 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__149; +x_1560 = l_Lean_Syntax_SepArray_ofElems(x_1383, x_1324); +lean_dec(x_1324); +x_1561 = l_Array_append___redArg(x_1346, x_1560); +lean_dec_ref(x_1560); +lean_inc(x_1339); +x_1562 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1562, 0, x_1339); +lean_ctor_set(x_1562, 1, x_1340); +lean_ctor_set(x_1562, 2, x_1561); +lean_inc(x_1339); +x_1563 = l_Lean_Syntax_node1(x_1339, x_1455, x_1562); +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1564 = l_Lean_Syntax_node6(x_1339, x_1452, x_1454, x_1347, x_1563, x_1488, x_1347, x_1490); +lean_inc(x_1339); +x_1565 = l_Lean_Syntax_node1(x_1339, x_1340, x_1564); +lean_inc(x_1339); +x_1566 = l_Lean_Syntax_node2(x_1339, x_1559, x_1507, x_1565); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1567 = l_Lean_Syntax_node2(x_1339, x_1539, x_1566, x_1347); +lean_inc(x_1339); +x_1568 = l_Lean_Syntax_node2(x_1339, x_1340, x_1558, x_1567); +lean_inc(x_1339); +x_1569 = l_Lean_Syntax_node1(x_1339, x_1538, x_1568); +lean_inc(x_1339); +x_1570 = l_Lean_Syntax_node2(x_1339, x_1536, x_1537, x_1569); +lean_inc_ref(x_1451); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1571 = l_Lean_Syntax_node5(x_1339, x_1497, x_1529, x_1534, x_1347, x_1451, x_1570); +lean_inc(x_1339); +x_1572 = l_Lean_Syntax_node1(x_1339, x_1496, x_1571); +lean_inc(x_1493); +lean_inc_ref_n(x_1347, 2); +lean_inc(x_1339); +x_1573 = l_Lean_Syntax_node4(x_1339, x_1495, x_1347, x_1347, x_1572, x_1493); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1574 = l_Lean_Syntax_node3(x_1339, x_1340, x_1528, x_1347, x_1573); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1575 = l_Lean_Syntax_node3(x_1339, x_1494, x_1364, x_1574, x_1347); +lean_inc(x_1339); +x_1576 = l_Lean_Syntax_node1(x_1339, x_1340, x_1575); +lean_inc(x_1339); +x_1577 = l_Lean_Syntax_node4(x_1339, x_1449, x_1451, x_1491, x_1493, x_1576); +lean_inc_ref(x_1347); +lean_inc(x_1339); +x_1578 = l_Lean_Syntax_node6(x_1339, x_1406, x_1408, x_1409, x_1347, x_1347, x_1448, x_1577); +lean_inc(x_1339); +x_1579 = l_Lean_Syntax_node2(x_1339, x_1344, x_1348, x_1578); +lean_inc(x_1339); +x_1580 = l_Lean_Syntax_node3(x_1339, x_1397, x_1403, x_1404, x_1579); +x_1581 = l_Lean_Syntax_node2(x_1339, x_1340, x_1395, x_1580); +if (lean_is_scalar(x_1335)) { + x_1582 = lean_alloc_ctor(0, 2, 0); } else { - x_1564 = x_1320; + x_1582 = x_1335; } -lean_ctor_set(x_1564, 0, x_1563); -lean_ctor_set(x_1564, 1, x_1319); -return x_1564; +lean_ctor_set(x_1582, 0, x_1581); +lean_ctor_set(x_1582, 1, x_1334); +return x_1582; } else { -lean_object* x_1565; lean_object* x_1566; lean_object* x_1567; lean_object* x_1568; -lean_dec(x_1315); -lean_dec(x_1314); -lean_dec(x_1313); -lean_dec(x_1312); -lean_dec(x_1311); -lean_dec(x_1310); -lean_dec(x_1309); +lean_object* x_1583; lean_object* x_1584; lean_object* x_1585; lean_object* x_1586; +lean_dec(x_1330); +lean_dec(x_1329); +lean_dec(x_1328); +lean_dec(x_1327); +lean_dec(x_1326); +lean_dec(x_1325); +lean_dec(x_1324); lean_dec_ref(x_32); lean_dec(x_25); lean_dec(x_24); lean_dec(x_22); lean_dec(x_14); -x_1565 = lean_ctor_get(x_1317, 0); -lean_inc(x_1565); -x_1566 = lean_ctor_get(x_1317, 1); -lean_inc(x_1566); -if (lean_is_exclusive(x_1317)) { - lean_ctor_release(x_1317, 0); - lean_ctor_release(x_1317, 1); - x_1567 = x_1317; +x_1583 = lean_ctor_get(x_1332, 0); +lean_inc(x_1583); +x_1584 = lean_ctor_get(x_1332, 1); +lean_inc(x_1584); +if (lean_is_exclusive(x_1332)) { + lean_ctor_release(x_1332, 0); + lean_ctor_release(x_1332, 1); + x_1585 = x_1332; } else { - lean_dec_ref(x_1317); - x_1567 = lean_box(0); + lean_dec_ref(x_1332); + x_1585 = lean_box(0); } -if (lean_is_scalar(x_1567)) { - x_1568 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1585)) { + x_1586 = lean_alloc_ctor(1, 2, 0); } else { - x_1568 = x_1567; + x_1586 = x_1585; } -lean_ctor_set(x_1568, 0, x_1565); -lean_ctor_set(x_1568, 1, x_1566); -return x_1568; +lean_ctor_set(x_1586, 0, x_1583); +lean_ctor_set(x_1586, 1, x_1584); +return x_1586; } } } @@ -13552,7 +13616,7 @@ lean_ctor_set(x_67, 0, x_47); lean_ctor_set(x_67, 1, x_51); lean_ctor_set(x_67, 2, x_66); x_68 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_69 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; +x_69 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; x_70 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; lean_inc(x_47); lean_ctor_set_tag(x_26, 2); @@ -13615,18 +13679,18 @@ lean_inc(x_31); x_94 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_94, 0, x_31); lean_ctor_set(x_94, 1, x_93); -x_95 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_96 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; +x_95 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_96 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; lean_inc(x_31); x_97 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_97, 0, x_31); lean_ctor_set(x_97, 1, x_96); -x_98 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_99 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_98 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_99 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; lean_inc(x_42); lean_inc(x_41); x_100 = l_Lean_addMacroScope(x_41, x_99, x_42); -x_101 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; +x_101 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; lean_inc(x_31); x_102 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_102, 0, x_31); @@ -13658,7 +13722,7 @@ lean_ctor_set(x_116, 0, x_115); x_117 = l_Lean_Name_mkStr2(x_48, x_4); x_118 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_118, 0, x_117); -x_119 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__70; +x_119 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__72; x_120 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_120, 0, x_118); lean_ctor_set(x_120, 1, x_119); @@ -13854,7 +13918,7 @@ lean_ctor_set(x_195, 0, x_175); lean_ctor_set(x_195, 1, x_179); lean_ctor_set(x_195, 2, x_194); x_196 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_197 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; +x_197 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; x_198 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; lean_inc(x_175); lean_ctor_set_tag(x_26, 2); @@ -13917,18 +13981,18 @@ lean_inc(x_31); x_222 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_222, 0, x_31); lean_ctor_set(x_222, 1, x_221); -x_223 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_224 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; +x_223 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_224 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; lean_inc(x_31); x_225 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_225, 0, x_31); lean_ctor_set(x_225, 1, x_224); -x_226 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_227 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_226 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_227 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; lean_inc(x_170); lean_inc(x_169); x_228 = l_Lean_addMacroScope(x_169, x_227, x_170); -x_229 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; +x_229 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; lean_inc(x_31); x_230 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_230, 0, x_31); @@ -13960,7 +14024,7 @@ lean_ctor_set(x_244, 0, x_243); x_245 = l_Lean_Name_mkStr2(x_176, x_4); x_246 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_246, 0, x_245); -x_247 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__70; +x_247 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__72; x_248 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_248, 0, x_246); lean_ctor_set(x_248, 1, x_247); @@ -14210,7 +14274,7 @@ lean_ctor_set(x_333, 0, x_312); lean_ctor_set(x_333, 1, x_316); lean_ctor_set(x_333, 2, x_332); x_334 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; +x_335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; x_336 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; lean_inc(x_312); lean_ctor_set_tag(x_26, 2); @@ -14273,18 +14337,18 @@ lean_inc(x_31); x_360 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_360, 0, x_31); lean_ctor_set(x_360, 1, x_359); -x_361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_362 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; +x_361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_362 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; lean_inc(x_31); x_363 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_363, 0, x_31); lean_ctor_set(x_363, 1, x_362); -x_364 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_365 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_364 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_365 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; lean_inc(x_307); lean_inc(x_306); x_366 = l_Lean_addMacroScope(x_306, x_365, x_307); -x_367 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; +x_367 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; lean_inc(x_31); x_368 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_368, 0, x_31); @@ -14316,7 +14380,7 @@ lean_ctor_set(x_382, 0, x_381); x_383 = l_Lean_Name_mkStr2(x_313, x_4); x_384 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_384, 0, x_383); -x_385 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__70; +x_385 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__72; x_386 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_386, 0, x_384); lean_ctor_set(x_386, 1, x_385); @@ -14645,7 +14709,7 @@ lean_ctor_set(x_482, 0, x_461); lean_ctor_set(x_482, 1, x_465); lean_ctor_set(x_482, 2, x_481); x_483 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_484 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; +x_484 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; x_485 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; lean_inc(x_461); x_486 = lean_alloc_ctor(2, 2, 0); @@ -14708,18 +14772,18 @@ lean_inc(x_444); x_510 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_510, 0, x_444); lean_ctor_set(x_510, 1, x_509); -x_511 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; -x_512 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__116; +x_511 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__117; +x_512 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; lean_inc(x_444); x_513 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_513, 0, x_444); lean_ctor_set(x_513, 1, x_512); -x_514 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__118; -x_515 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__119; +x_514 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__120; +x_515 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__121; lean_inc(x_456); lean_inc(x_455); x_516 = l_Lean_addMacroScope(x_455, x_515, x_456); -x_517 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__122; +x_517 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__124; lean_inc(x_444); x_518 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_518, 0, x_444); @@ -14751,7 +14815,7 @@ lean_ctor_set(x_532, 0, x_531); x_533 = l_Lean_Name_mkStr2(x_462, x_4); x_534 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_534, 0, x_533); -x_535 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__70; +x_535 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__72; x_536 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_536, 0, x_534); lean_ctor_set(x_536, 1, x_535); @@ -15050,7 +15114,7 @@ x_600 = l_Lean_MessageData_ofName(x_1); x_601 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_601, 0, x_599); lean_ctor_set(x_601, 1, x_600); -x_602 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152; +x_602 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154; x_603 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_603, 0, x_601); lean_ctor_set(x_603, 1, x_602); @@ -15538,7 +15602,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__34; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15550,7 +15614,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__34; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___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); @@ -15574,7 +15638,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__43; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15586,7 +15650,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__43; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__45; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15630,7 +15694,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15642,7 +15706,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15666,7 +15730,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__86; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__88; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15690,7 +15754,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__94; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -15903,7 +15967,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__145; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -16017,123 +16081,123 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance(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, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_1376; lean_object* x_1377; lean_object* x_1378; uint8_t x_1379; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_1391; lean_object* x_1392; lean_object* x_1393; uint8_t x_1394; x_11 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__0; x_12 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__1; x_13 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__2; -x_1376 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__3; -x_1377 = l_Lean_isTracingEnabledFor___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__0___redArg(x_1376, x_8, x_10); -x_1378 = lean_ctor_get(x_1377, 0); -lean_inc(x_1378); -x_1379 = lean_unbox(x_1378); -lean_dec(x_1378); -if (x_1379 == 0) +x_1391 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__3; +x_1392 = l_Lean_isTracingEnabledFor___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__0___redArg(x_1391, x_8, x_10); +x_1393 = lean_ctor_get(x_1392, 0); +lean_inc(x_1393); +x_1394 = lean_unbox(x_1393); +lean_dec(x_1393); +if (x_1394 == 0) { -lean_object* x_1380; -x_1380 = lean_ctor_get(x_1377, 1); -lean_inc(x_1380); -lean_dec_ref(x_1377); +lean_object* x_1395; +x_1395 = lean_ctor_get(x_1392, 1); +lean_inc(x_1395); +lean_dec_ref(x_1392); x_14 = x_4; x_15 = x_5; x_16 = x_6; x_17 = x_7; x_18 = x_8; x_19 = x_9; -x_20 = x_1380; -goto block_1375; +x_20 = x_1395; +goto block_1390; } else { -uint8_t x_1381; -x_1381 = !lean_is_exclusive(x_1377); -if (x_1381 == 0) +uint8_t x_1396; +x_1396 = !lean_is_exclusive(x_1392); +if (x_1396 == 0) { -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; -x_1382 = lean_ctor_get(x_1, 0); -x_1383 = lean_ctor_get(x_1377, 1); -x_1384 = lean_ctor_get(x_1377, 0); -lean_dec(x_1384); -x_1385 = lean_ctor_get(x_1382, 0); -x_1386 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__48; -lean_inc(x_1385); -x_1387 = l_Lean_MessageData_ofName(x_1385); -lean_ctor_set_tag(x_1377, 7); -lean_ctor_set(x_1377, 1, x_1387); -lean_ctor_set(x_1377, 0, x_1386); -x_1388 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__151; -x_1389 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1389, 0, x_1377); -lean_ctor_set(x_1389, 1, x_1388); -lean_inc_ref(x_2); -x_1390 = lean_array_to_list(x_2); -x_1391 = lean_box(0); -x_1392 = l_List_mapTR_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__6(x_1390, x_1391); -x_1393 = l_Lean_MessageData_ofList(x_1392); -x_1394 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1394, 0, x_1389); -lean_ctor_set(x_1394, 1, x_1393); -x_1395 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152; -x_1396 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1396, 0, x_1394); -lean_ctor_set(x_1396, 1, x_1395); -x_1397 = l_Lean_addTrace___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__7___redArg(x_1376, x_1396, x_6, x_7, x_8, x_9, x_1383); -x_1398 = lean_ctor_get(x_1397, 1); -lean_inc(x_1398); -lean_dec_ref(x_1397); -x_14 = x_4; -x_15 = x_5; -x_16 = x_6; -x_17 = x_7; -x_18 = x_8; -x_19 = x_9; -x_20 = x_1398; -goto block_1375; -} -else -{ -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; -x_1399 = lean_ctor_get(x_1, 0); -x_1400 = lean_ctor_get(x_1377, 1); +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; +x_1397 = lean_ctor_get(x_1, 0); +x_1398 = lean_ctor_get(x_1392, 1); +x_1399 = lean_ctor_get(x_1392, 0); +lean_dec(x_1399); +x_1400 = lean_ctor_get(x_1397, 0); +x_1401 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__48; lean_inc(x_1400); -lean_dec(x_1377); -x_1401 = lean_ctor_get(x_1399, 0); -x_1402 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__48; -lean_inc(x_1401); -x_1403 = l_Lean_MessageData_ofName(x_1401); +x_1402 = l_Lean_MessageData_ofName(x_1400); +lean_ctor_set_tag(x_1392, 7); +lean_ctor_set(x_1392, 1, x_1402); +lean_ctor_set(x_1392, 0, x_1401); +x_1403 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153; x_1404 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1404, 0, x_1402); +lean_ctor_set(x_1404, 0, x_1392); lean_ctor_set(x_1404, 1, x_1403); -x_1405 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__151; -x_1406 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1406, 0, x_1404); -lean_ctor_set(x_1406, 1, x_1405); lean_inc_ref(x_2); -x_1407 = lean_array_to_list(x_2); -x_1408 = lean_box(0); -x_1409 = l_List_mapTR_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__6(x_1407, x_1408); -x_1410 = l_Lean_MessageData_ofList(x_1409); +x_1405 = lean_array_to_list(x_2); +x_1406 = lean_box(0); +x_1407 = l_List_mapTR_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__6(x_1405, x_1406); +x_1408 = l_Lean_MessageData_ofList(x_1407); +x_1409 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1409, 0, x_1404); +lean_ctor_set(x_1409, 1, x_1408); +x_1410 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154; x_1411 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1411, 0, x_1406); +lean_ctor_set(x_1411, 0, x_1409); lean_ctor_set(x_1411, 1, x_1410); -x_1412 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152; -x_1413 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1413, 0, x_1411); -lean_ctor_set(x_1413, 1, x_1412); -x_1414 = l_Lean_addTrace___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__7___redArg(x_1376, x_1413, x_6, x_7, x_8, x_9, x_1400); -x_1415 = lean_ctor_get(x_1414, 1); -lean_inc(x_1415); -lean_dec_ref(x_1414); +x_1412 = l_Lean_addTrace___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__7___redArg(x_1391, x_1411, x_6, x_7, x_8, x_9, x_1398); +x_1413 = lean_ctor_get(x_1412, 1); +lean_inc(x_1413); +lean_dec_ref(x_1412); x_14 = x_4; x_15 = x_5; x_16 = x_6; x_17 = x_7; x_18 = x_8; x_19 = x_9; -x_20 = x_1415; -goto block_1375; +x_20 = x_1413; +goto block_1390; +} +else +{ +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; +x_1414 = lean_ctor_get(x_1, 0); +x_1415 = lean_ctor_get(x_1392, 1); +lean_inc(x_1415); +lean_dec(x_1392); +x_1416 = lean_ctor_get(x_1414, 0); +x_1417 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__48; +lean_inc(x_1416); +x_1418 = l_Lean_MessageData_ofName(x_1416); +x_1419 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1419, 0, x_1417); +lean_ctor_set(x_1419, 1, x_1418); +x_1420 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153; +x_1421 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1421, 0, x_1419); +lean_ctor_set(x_1421, 1, x_1420); +lean_inc_ref(x_2); +x_1422 = lean_array_to_list(x_2); +x_1423 = lean_box(0); +x_1424 = l_List_mapTR_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__6(x_1422, x_1423); +x_1425 = l_Lean_MessageData_ofList(x_1424); +x_1426 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1426, 0, x_1421); +lean_ctor_set(x_1426, 1, x_1425); +x_1427 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154; +x_1428 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1428, 0, x_1426); +lean_ctor_set(x_1428, 1, x_1427); +x_1429 = l_Lean_addTrace___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__7___redArg(x_1391, x_1428, x_6, x_7, x_8, x_9, x_1415); +x_1430 = lean_ctor_get(x_1429, 1); +lean_inc(x_1430); +lean_dec_ref(x_1429); +x_14 = x_4; +x_15 = x_5; +x_16 = x_6; +x_17 = x_7; +x_18 = x_8; +x_19 = x_9; +x_20 = x_1430; +goto block_1390; } } -block_1375: +block_1390: { lean_object* x_21; lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; x_21 = lean_ctor_get(x_1, 0); @@ -16193,7 +16257,7 @@ lean_dec_ref(x_18); x_44 = !lean_is_exclusive(x_21); if (x_44 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t 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; size_t x_61; lean_object* x_62; lean_object* x_63; 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; size_t 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; 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; 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; size_t x_217; lean_object* x_218; size_t 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; size_t x_276; lean_object* x_277; size_t 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_45; lean_object* x_46; lean_object* x_47; uint8_t 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; size_t x_61; lean_object* x_62; lean_object* x_63; 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; size_t 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; 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; 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; size_t x_220; lean_object* x_221; size_t 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; size_t x_279; lean_object* x_280; size_t 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_object* x_303; x_45 = lean_ctor_get(x_21, 0); x_46 = lean_ctor_get(x_21, 2); lean_dec(x_46); @@ -16207,8 +16271,8 @@ x_51 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____ x_52 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; x_53 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; x_54 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_55 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_56 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; +x_55 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_56 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; lean_inc(x_49); lean_ctor_set_tag(x_33, 2); lean_ctor_set(x_33, 1, x_56); @@ -16289,1697 +16353,1718 @@ x_88 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_88, 0, x_49); lean_ctor_set(x_88, 1, x_87); x_89 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_90 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_90 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_91 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; lean_inc(x_43); lean_inc(x_42); -x_91 = l_Lean_addMacroScope(x_42, x_90, x_43); -x_92 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; +x_92 = l_Lean_addMacroScope(x_42, x_91, x_43); +x_93 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; lean_inc(x_49); -x_93 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_93, 0, x_49); -lean_ctor_set(x_93, 1, x_89); -lean_ctor_set(x_93, 2, x_91); -lean_ctor_set(x_93, 3, x_92); -x_94 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_49); -x_95 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_95, 0, x_49); -lean_ctor_set(x_95, 1, x_94); -x_96 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_97 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_43); -lean_inc(x_42); -x_98 = l_Lean_addMacroScope(x_42, x_97, x_43); -x_99 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; -lean_inc(x_49); -x_100 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_100, 0, x_49); -lean_ctor_set(x_100, 1, x_96); -lean_ctor_set(x_100, 2, x_98); -lean_ctor_set(x_100, 3, x_99); -lean_inc_ref(x_95); -lean_inc(x_49); -x_101 = l_Lean_Syntax_node3(x_49, x_59, x_93, x_95, x_100); -lean_inc(x_49); -x_102 = l_Lean_Syntax_node2(x_49, x_59, x_88, x_101); -lean_inc(x_49); -x_103 = l_Lean_Syntax_node1(x_49, x_86, x_102); +x_94 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_94, 0, x_49); +lean_ctor_set(x_94, 1, x_90); +lean_ctor_set(x_94, 2, x_92); +lean_ctor_set(x_94, 3, x_93); lean_inc_ref(x_67); lean_inc(x_49); -x_104 = l_Lean_Syntax_node7(x_49, x_70, x_29, x_76, x_78, x_81, x_85, x_67, x_103); +x_95 = l_Lean_Syntax_node2(x_49, x_89, x_67, x_94); +x_96 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; lean_inc(x_49); -x_105 = l_Lean_Syntax_node2(x_49, x_65, x_68, x_104); -x_106 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_107 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_108 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_109 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_97 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_97, 0, x_49); +lean_ctor_set(x_97, 1, x_96); +x_98 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_99 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_43); +lean_inc(x_42); +x_100 = l_Lean_addMacroScope(x_42, x_99, x_43); +x_101 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; lean_inc(x_49); -x_110 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_110, 0, x_49); -lean_ctor_set(x_110, 1, x_108); -x_111 = l_Array_append___redArg(x_60, x_3); +x_102 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_102, 0, x_49); +lean_ctor_set(x_102, 1, x_98); +lean_ctor_set(x_102, 2, x_100); +lean_ctor_set(x_102, 3, x_101); +lean_inc_ref(x_67); lean_inc(x_49); -x_112 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_112, 0, x_49); -lean_ctor_set(x_112, 1, x_59); -lean_ctor_set(x_112, 2, x_111); +x_103 = l_Lean_Syntax_node2(x_49, x_89, x_67, x_102); +lean_inc_ref(x_97); lean_inc(x_49); -x_113 = l_Lean_Syntax_node2(x_49, x_109, x_110, x_112); +x_104 = l_Lean_Syntax_node3(x_49, x_59, x_95, x_97, x_103); lean_inc(x_49); -x_114 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_114, 0, x_49); -lean_ctor_set(x_114, 1, x_106); -x_115 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; -x_116 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; +x_105 = l_Lean_Syntax_node2(x_49, x_59, x_88, x_104); +lean_inc(x_49); +x_106 = l_Lean_Syntax_node1(x_49, x_86, x_105); +lean_inc_ref(x_67); +lean_inc(x_49); +x_107 = l_Lean_Syntax_node7(x_49, x_70, x_29, x_76, x_78, x_81, x_85, x_67, x_106); +lean_inc(x_49); +x_108 = l_Lean_Syntax_node2(x_49, x_65, x_68, x_107); +x_109 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_110 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_111 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_112 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_49); +x_113 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_113, 0, x_49); +lean_ctor_set(x_113, 1, x_111); +x_114 = l_Array_append___redArg(x_60, x_3); +lean_inc(x_49); +x_115 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_115, 0, x_49); +lean_ctor_set(x_115, 1, x_59); +lean_ctor_set(x_115, 2, x_114); +lean_inc(x_49); +x_116 = l_Lean_Syntax_node2(x_49, x_112, x_113, x_115); lean_inc(x_49); x_117 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_117, 0, x_49); -lean_ctor_set(x_117, 1, x_115); +lean_ctor_set(x_117, 1, x_109); +x_118 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; +x_119 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; lean_inc(x_49); -x_118 = l_Lean_Syntax_node1(x_49, x_116, x_117); +x_120 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_120, 0, x_49); +lean_ctor_set(x_120, 1, x_118); lean_inc(x_49); -x_119 = l_Lean_Syntax_node1(x_49, x_59, x_118); +x_121 = l_Lean_Syntax_node1(x_49, x_119, x_120); +lean_inc(x_49); +x_122 = l_Lean_Syntax_node1(x_49, x_59, x_121); lean_inc_ref_n(x_67, 6); lean_inc(x_49); -x_120 = l_Lean_Syntax_node7(x_49, x_66, x_67, x_67, x_67, x_67, x_67, x_67, x_119); -x_121 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_122 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_123 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_123 = l_Lean_Syntax_node7(x_49, x_66, x_67, x_67, x_67, x_67, x_67, x_67, x_122); +x_124 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_125 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_126 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; lean_inc_ref(x_67); lean_inc(x_49); -x_124 = l_Lean_Syntax_node1(x_49, x_123, x_67); +x_127 = l_Lean_Syntax_node1(x_49, x_126, x_67); lean_inc(x_49); -x_125 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_125, 0, x_49); -lean_ctor_set(x_125, 1, x_121); -x_126 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_127 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_128 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +x_128 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_128, 0, x_49); +lean_ctor_set(x_128, 1, x_124); +x_129 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_130 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_131 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; lean_inc(x_49); -x_129 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_129, 0, x_49); -lean_ctor_set(x_129, 1, x_128); -x_130 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_131 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_132 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_132, 0, x_49); +lean_ctor_set(x_132, 1, x_131); +x_133 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_134 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; lean_inc(x_43); lean_inc(x_42); -x_132 = l_Lean_addMacroScope(x_42, x_131, x_43); -x_133 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; +x_135 = l_Lean_addMacroScope(x_42, x_134, x_43); +x_136 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; lean_inc(x_49); -x_134 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_134, 0, x_49); -lean_ctor_set(x_134, 1, x_130); -lean_ctor_set(x_134, 2, x_132); -lean_ctor_set(x_134, 3, x_133); +x_137 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_137, 0, x_49); +lean_ctor_set(x_137, 1, x_133); +lean_ctor_set(x_137, 2, x_135); +lean_ctor_set(x_137, 3, x_136); lean_inc(x_49); -x_135 = l_Lean_Syntax_node1(x_49, x_59, x_64); +x_138 = l_Lean_Syntax_node1(x_49, x_59, x_64); lean_inc(x_49); -x_136 = l_Lean_Syntax_node2(x_49, x_54, x_134, x_135); -lean_inc_ref(x_129); +x_139 = l_Lean_Syntax_node2(x_49, x_54, x_137, x_138); +lean_inc_ref(x_132); lean_inc(x_49); -x_137 = l_Lean_Syntax_node2(x_49, x_127, x_129, x_136); -lean_inc(x_137); +x_140 = l_Lean_Syntax_node2(x_49, x_130, x_132, x_139); +lean_inc(x_140); lean_inc_ref(x_67); lean_inc(x_49); -x_138 = l_Lean_Syntax_node2(x_49, x_126, x_67, x_137); -x_139 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_140 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_49); -x_141 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_141, 0, x_49); -lean_ctor_set(x_141, 1, x_140); +x_141 = l_Lean_Syntax_node2(x_49, x_129, x_67, x_140); x_142 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_143 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; +x_143 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; lean_inc(x_49); x_144 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_144, 0, x_49); lean_ctor_set(x_144, 1, x_143); -x_145 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_146 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_147 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_148 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_149 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +x_145 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_146 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_49); +x_147 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_147, 0, x_49); +lean_ctor_set(x_147, 1, x_146); +x_148 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_149 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_150 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_151 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_152 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; lean_inc(x_43); lean_inc(x_42); -x_150 = l_Lean_addMacroScope(x_42, x_149, x_43); -x_151 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; +x_153 = l_Lean_addMacroScope(x_42, x_152, x_43); +x_154 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; lean_inc(x_49); -x_152 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_152, 0, x_49); -lean_ctor_set(x_152, 1, x_148); -lean_ctor_set(x_152, 2, x_150); -lean_ctor_set(x_152, 3, x_151); +x_155 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_155, 0, x_49); +lean_ctor_set(x_155, 1, x_151); +lean_ctor_set(x_155, 2, x_153); +lean_ctor_set(x_155, 3, x_154); lean_inc_ref(x_67); lean_inc(x_49); -x_153 = l_Lean_Syntax_node2(x_49, x_147, x_152, x_67); -x_154 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_155 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_156 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; +x_156 = l_Lean_Syntax_node2(x_49, x_150, x_155, x_67); +x_157 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_158 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_159 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; lean_inc(x_43); lean_inc(x_42); -x_157 = l_Lean_addMacroScope(x_42, x_156, x_43); +x_160 = l_Lean_addMacroScope(x_42, x_159, x_43); lean_inc(x_49); -x_158 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_158, 0, x_49); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_157); -lean_ctor_set(x_158, 3, x_50); -lean_inc_ref(x_158); +x_161 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_161, 0, x_49); +lean_ctor_set(x_161, 1, x_158); +lean_ctor_set(x_161, 2, x_160); +lean_ctor_set(x_161, 3, x_50); +lean_inc_ref(x_161); lean_inc_ref(x_67); -lean_inc_ref(x_141); +lean_inc_ref(x_144); lean_inc(x_49); -x_159 = l_Lean_Syntax_node3(x_49, x_154, x_141, x_67, x_158); +x_162 = l_Lean_Syntax_node3(x_49, x_157, x_144, x_67, x_161); lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_160 = l_Lean_Syntax_node3(x_49, x_59, x_67, x_67, x_159); +x_163 = l_Lean_Syntax_node3(x_49, x_59, x_67, x_67, x_162); lean_inc(x_49); -x_161 = l_Lean_Syntax_node2(x_49, x_146, x_153, x_160); -x_162 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_163 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +x_164 = l_Lean_Syntax_node2(x_49, x_149, x_156, x_163); +x_165 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_166 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; lean_inc(x_43); lean_inc(x_42); -x_164 = l_Lean_addMacroScope(x_42, x_163, x_43); -x_165 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; +x_167 = l_Lean_addMacroScope(x_42, x_166, x_43); +x_168 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; lean_inc(x_49); -x_166 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_166, 0, x_49); -lean_ctor_set(x_166, 1, x_162); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); +x_169 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_169, 0, x_49); +lean_ctor_set(x_169, 1, x_165); +lean_ctor_set(x_169, 2, x_167); +lean_ctor_set(x_169, 3, x_168); lean_inc_ref(x_67); lean_inc(x_49); -x_167 = l_Lean_Syntax_node2(x_49, x_147, x_166, x_67); -x_168 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_169 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; +x_170 = l_Lean_Syntax_node2(x_49, x_150, x_169, x_67); +x_171 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_172 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; lean_inc(x_43); lean_inc(x_42); -x_170 = l_Lean_addMacroScope(x_42, x_169, x_43); +x_173 = l_Lean_addMacroScope(x_42, x_172, x_43); lean_inc(x_49); -x_171 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_171, 0, x_49); -lean_ctor_set(x_171, 1, x_168); -lean_ctor_set(x_171, 2, x_170); -lean_ctor_set(x_171, 3, x_50); -lean_inc_ref(x_171); +x_174 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_174, 0, x_49); +lean_ctor_set(x_174, 1, x_171); +lean_ctor_set(x_174, 2, x_173); +lean_ctor_set(x_174, 3, x_50); +lean_inc_ref(x_174); lean_inc_ref(x_67); -lean_inc_ref(x_141); +lean_inc_ref(x_144); lean_inc(x_49); -x_172 = l_Lean_Syntax_node3(x_49, x_154, x_141, x_67, x_171); +x_175 = l_Lean_Syntax_node3(x_49, x_157, x_144, x_67, x_174); lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_173 = l_Lean_Syntax_node3(x_49, x_59, x_67, x_67, x_172); +x_176 = l_Lean_Syntax_node3(x_49, x_59, x_67, x_67, x_175); lean_inc(x_49); -x_174 = l_Lean_Syntax_node2(x_49, x_146, x_167, x_173); +x_177 = l_Lean_Syntax_node2(x_49, x_149, x_170, x_176); lean_inc(x_49); -x_175 = l_Lean_Syntax_node3(x_49, x_59, x_161, x_95, x_174); +x_178 = l_Lean_Syntax_node3(x_49, x_59, x_164, x_97, x_177); lean_inc(x_49); -x_176 = l_Lean_Syntax_node1(x_49, x_145, x_175); -x_177 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +x_179 = l_Lean_Syntax_node1(x_49, x_148, x_178); +x_180 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; lean_inc_ref(x_67); lean_inc(x_49); -x_178 = l_Lean_Syntax_node1(x_49, x_177, x_67); -x_179 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; +x_181 = l_Lean_Syntax_node1(x_49, x_180, x_67); +x_182 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; lean_inc(x_49); -x_180 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_180, 0, x_49); -lean_ctor_set(x_180, 1, x_179); +x_183 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_183, 0, x_49); +lean_ctor_set(x_183, 1, x_182); lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_181 = l_Lean_Syntax_node6(x_49, x_142, x_144, x_67, x_176, x_178, x_67, x_180); -x_182 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; +x_184 = l_Lean_Syntax_node6(x_49, x_145, x_147, x_67, x_179, x_181, x_67, x_183); +x_185 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_183 = l_Lean_Syntax_node2(x_49, x_182, x_67, x_67); -x_184 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_185 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_186 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_187 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_188 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_186 = l_Lean_Syntax_node2(x_49, x_185, x_67, x_67); +x_187 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_188 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_189 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_190 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_191 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; lean_inc(x_49); -x_189 = l_Lean_Syntax_node1(x_49, x_188, x_158); -x_190 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; -x_191 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; +x_192 = l_Lean_Syntax_node1(x_49, x_191, x_161); +x_193 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; +x_194 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; lean_inc(x_43); lean_inc(x_42); -x_192 = l_Lean_addMacroScope(x_42, x_191, x_43); +x_195 = l_Lean_addMacroScope(x_42, x_194, x_43); lean_inc(x_49); -x_193 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_193, 0, x_49); -lean_ctor_set(x_193, 1, x_190); -lean_ctor_set(x_193, 2, x_192); -lean_ctor_set(x_193, 3, x_50); -lean_inc_ref(x_193); +x_196 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_196, 0, x_49); +lean_ctor_set(x_196, 1, x_193); +lean_ctor_set(x_196, 2, x_195); +lean_ctor_set(x_196, 3, x_50); +lean_inc_ref(x_196); lean_inc(x_49); -x_194 = l_Lean_Syntax_node1(x_49, x_59, x_193); -x_195 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; -x_196 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; +x_197 = l_Lean_Syntax_node1(x_49, x_59, x_196); +x_198 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; +x_199 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; lean_inc(x_49); -x_197 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_197, 0, x_49); -lean_ctor_set(x_197, 1, x_195); -x_198 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; +x_200 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_200, 0, x_49); +lean_ctor_set(x_200, 1, x_198); +x_201 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; lean_inc_ref(x_67); lean_inc(x_49); -x_199 = l_Lean_Syntax_node1(x_49, x_198, x_67); -x_200 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; -x_201 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; +x_202 = l_Lean_Syntax_node1(x_49, x_201, x_67); +x_203 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; +x_204 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; lean_inc(x_43); lean_inc(x_42); -x_202 = l_Lean_addMacroScope(x_42, x_201, x_43); +x_205 = l_Lean_addMacroScope(x_42, x_204, x_43); lean_inc(x_49); -x_203 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_203, 0, x_49); -lean_ctor_set(x_203, 1, x_200); -lean_ctor_set(x_203, 2, x_202); -lean_ctor_set(x_203, 3, x_50); +x_206 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_206, 0, x_49); +lean_ctor_set(x_206, 1, x_203); +lean_ctor_set(x_206, 2, x_205); +lean_ctor_set(x_206, 3, x_50); lean_inc(x_49); -x_204 = l_Lean_Syntax_node1(x_49, x_188, x_203); +x_207 = l_Lean_Syntax_node1(x_49, x_191, x_206); lean_inc(x_49); -x_205 = l_Lean_Syntax_node1(x_49, x_59, x_137); -lean_inc(x_181); -lean_inc_ref(x_141); +x_208 = l_Lean_Syntax_node1(x_49, x_59, x_140); +lean_inc(x_184); +lean_inc_ref(x_144); lean_inc_ref(x_67); lean_inc(x_49); -x_206 = l_Lean_Syntax_node5(x_49, x_187, x_204, x_67, x_205, x_141, x_181); +x_209 = l_Lean_Syntax_node5(x_49, x_190, x_207, x_67, x_208, x_144, x_184); lean_inc(x_49); -x_207 = l_Lean_Syntax_node1(x_49, x_186, x_206); -x_208 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; -x_209 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; +x_210 = l_Lean_Syntax_node1(x_49, x_189, x_209); +x_211 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; +x_212 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; lean_inc(x_49); -x_210 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_210, 0, x_49); -lean_ctor_set(x_210, 1, x_208); -x_211 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; +x_213 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_213, 0, x_49); +lean_ctor_set(x_213, 1, x_211); +x_214 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; lean_inc_ref(x_67); lean_inc(x_49); -x_212 = l_Lean_Syntax_node2(x_49, x_211, x_67, x_193); +x_215 = l_Lean_Syntax_node2(x_49, x_214, x_67, x_196); lean_inc(x_49); -x_213 = l_Lean_Syntax_node1(x_49, x_59, x_212); -x_214 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; +x_216 = l_Lean_Syntax_node1(x_49, x_59, x_215); +x_217 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; lean_inc(x_49); -x_215 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_214); -x_216 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; -x_217 = lean_array_size(x_35); -x_218 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_51, x_52, x_53, x_50, x_217, x_25, x_35); -x_219 = lean_array_size(x_218); -x_220 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_219, x_25, x_218); -x_221 = l_Array_append___redArg(x_60, x_220); -lean_dec_ref(x_220); +x_218 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_218, 0, x_49); +lean_ctor_set(x_218, 1, x_217); +x_219 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; +x_220 = lean_array_size(x_35); +x_221 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_51, x_52, x_53, x_50, x_220, x_25, x_35); +x_222 = lean_array_size(x_221); +x_223 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_222, x_25, x_221); +x_224 = l_Array_append___redArg(x_60, x_223); +lean_dec_ref(x_223); lean_inc(x_49); -x_222 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_222, 0, x_49); -lean_ctor_set(x_222, 1, x_59); -lean_ctor_set(x_222, 2, x_221); +x_225 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_225, 0, x_49); +lean_ctor_set(x_225, 1, x_59); +lean_ctor_set(x_225, 2, x_224); lean_inc(x_49); -x_223 = l_Lean_Syntax_node1(x_49, x_216, x_222); -lean_inc_ref(x_215); +x_226 = l_Lean_Syntax_node1(x_49, x_219, x_225); +lean_inc_ref(x_218); lean_inc_ref_n(x_67, 2); -lean_inc_ref(x_210); +lean_inc_ref(x_213); lean_inc(x_49); -x_224 = l_Lean_Syntax_node6(x_49, x_209, x_210, x_67, x_67, x_213, x_215, x_223); +x_227 = l_Lean_Syntax_node6(x_49, x_212, x_213, x_67, x_67, x_216, x_218, x_226); lean_inc_ref(x_67); -lean_inc(x_207); -lean_inc_ref(x_197); +lean_inc(x_210); +lean_inc_ref(x_200); lean_inc(x_49); -x_225 = l_Lean_Syntax_node5(x_49, x_196, x_197, x_199, x_207, x_67, x_224); -lean_inc_ref(x_141); +x_228 = l_Lean_Syntax_node5(x_49, x_199, x_200, x_202, x_210, x_67, x_227); +lean_inc_ref(x_144); lean_inc_ref(x_67); lean_inc(x_49); -x_226 = l_Lean_Syntax_node5(x_49, x_187, x_189, x_194, x_67, x_141, x_225); +x_229 = l_Lean_Syntax_node5(x_49, x_190, x_192, x_197, x_67, x_144, x_228); lean_inc(x_49); -x_227 = l_Lean_Syntax_node1(x_49, x_186, x_226); -lean_inc(x_183); +x_230 = l_Lean_Syntax_node1(x_49, x_189, x_229); +lean_inc(x_186); lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_228 = l_Lean_Syntax_node4(x_49, x_185, x_67, x_67, x_227, x_183); +x_231 = l_Lean_Syntax_node4(x_49, x_188, x_67, x_67, x_230, x_186); lean_inc(x_49); -x_229 = l_Lean_Syntax_node1(x_49, x_188, x_171); -x_230 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_231 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; +x_232 = l_Lean_Syntax_node1(x_49, x_191, x_174); +x_233 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_234 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; lean_inc(x_43); lean_inc(x_42); -x_232 = l_Lean_addMacroScope(x_42, x_231, x_43); +x_235 = l_Lean_addMacroScope(x_42, x_234, x_43); lean_inc(x_49); -x_233 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_233, 0, x_49); -lean_ctor_set(x_233, 1, x_230); -lean_ctor_set(x_233, 2, x_232); -lean_ctor_set(x_233, 3, x_50); +x_236 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_236, 0, x_49); +lean_ctor_set(x_236, 1, x_233); +lean_ctor_set(x_236, 2, x_235); +lean_ctor_set(x_236, 3, x_50); lean_inc(x_49); -x_234 = l_Lean_Syntax_node1(x_49, x_59, x_233); -x_235 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_236 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +x_237 = l_Lean_Syntax_node1(x_49, x_59, x_236); +x_238 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_239 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; lean_inc(x_49); -x_237 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_237, 0, x_49); -lean_ctor_set(x_237, 1, x_235); -x_238 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_239 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_240 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; +x_240 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_240, 0, x_49); +lean_ctor_set(x_240, 1, x_238); +x_241 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_242 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_243 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; lean_inc(x_49); -x_241 = l_Lean_Syntax_node2(x_49, x_240, x_197, x_207); +x_244 = l_Lean_Syntax_node2(x_49, x_243, x_200, x_210); lean_inc_ref(x_67); lean_inc(x_49); -x_242 = l_Lean_Syntax_node2(x_49, x_239, x_241, x_67); -x_243 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_244 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; +x_245 = l_Lean_Syntax_node2(x_49, x_242, x_244, x_67); +x_246 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_247 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; lean_inc(x_49); -x_245 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_245, 0, x_49); -lean_ctor_set(x_245, 1, x_244); -x_246 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -x_247 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; -x_248 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; +x_248 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_248, 0, x_49); +lean_ctor_set(x_248, 1, x_247); +x_249 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +x_250 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; +x_251 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; lean_inc(x_43); lean_inc(x_42); -x_249 = l_Lean_addMacroScope(x_42, x_248, x_43); +x_252 = l_Lean_addMacroScope(x_42, x_251, x_43); lean_inc(x_49); -x_250 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_250, 0, x_49); -lean_ctor_set(x_250, 1, x_247); -lean_ctor_set(x_250, 2, x_249); -lean_ctor_set(x_250, 3, x_50); +x_253 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_253, 0, x_49); +lean_ctor_set(x_253, 1, x_250); +lean_ctor_set(x_253, 2, x_252); +lean_ctor_set(x_253, 3, x_50); lean_inc(x_49); -x_251 = l_Lean_Syntax_node2(x_49, x_127, x_129, x_75); +x_254 = l_Lean_Syntax_node2(x_49, x_130, x_132, x_75); lean_inc(x_49); -x_252 = l_Lean_Syntax_node1(x_49, x_59, x_251); -x_253 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +x_255 = l_Lean_Syntax_node1(x_49, x_59, x_254); +x_256 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; lean_inc(x_49); -x_254 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_254, 0, x_49); -lean_ctor_set(x_254, 1, x_253); -x_255 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_256 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_257 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; +x_257 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_257, 0, x_49); +lean_ctor_set(x_257, 1, x_256); +x_258 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_259 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_260 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; lean_inc(x_43); lean_inc(x_42); -x_258 = l_Lean_addMacroScope(x_42, x_257, x_43); -x_259 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; +x_261 = l_Lean_addMacroScope(x_42, x_260, x_43); +x_262 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; lean_inc(x_49); -x_260 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_260, 0, x_49); -lean_ctor_set(x_260, 1, x_256); -lean_ctor_set(x_260, 2, x_258); -lean_ctor_set(x_260, 3, x_259); -lean_inc(x_234); +x_263 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_263, 0, x_49); +lean_ctor_set(x_263, 1, x_259); +lean_ctor_set(x_263, 2, x_261); +lean_ctor_set(x_263, 3, x_262); +lean_inc(x_237); lean_inc(x_49); -x_261 = l_Lean_Syntax_node2(x_49, x_54, x_260, x_234); +x_264 = l_Lean_Syntax_node2(x_49, x_54, x_263, x_237); lean_inc(x_49); -x_262 = l_Lean_Syntax_node1(x_49, x_255, x_261); -lean_inc_ref(x_250); +x_265 = l_Lean_Syntax_node1(x_49, x_258, x_264); +lean_inc_ref(x_253); lean_inc(x_49); -x_263 = l_Lean_Syntax_node4(x_49, x_246, x_250, x_252, x_254, x_262); +x_266 = l_Lean_Syntax_node4(x_49, x_249, x_253, x_255, x_257, x_265); lean_inc_ref(x_67); lean_inc(x_49); -x_264 = l_Lean_Syntax_node3(x_49, x_243, x_245, x_67, x_263); +x_267 = l_Lean_Syntax_node3(x_49, x_246, x_248, x_67, x_266); lean_inc_ref(x_67); lean_inc(x_49); -x_265 = l_Lean_Syntax_node2(x_49, x_239, x_264, x_67); -x_266 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; -x_267 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; -x_268 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; -x_269 = l_Lean_addMacroScope(x_42, x_268, x_43); -x_270 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; +x_268 = l_Lean_Syntax_node2(x_49, x_242, x_267, x_67); +x_269 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; +x_270 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; +x_271 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; +x_272 = l_Lean_addMacroScope(x_42, x_271, x_43); +x_273 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; lean_inc(x_49); -x_271 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_271, 0, x_49); -lean_ctor_set(x_271, 1, x_267); -lean_ctor_set(x_271, 2, x_269); -lean_ctor_set(x_271, 3, x_270); -x_272 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; +x_274 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_274, 0, x_49); +lean_ctor_set(x_274, 1, x_270); +lean_ctor_set(x_274, 2, x_272); +lean_ctor_set(x_274, 3, x_273); +x_275 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; lean_inc(x_49); -x_273 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_273, 0, x_49); -lean_ctor_set(x_273, 1, x_272); +x_276 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_276, 0, x_49); +lean_ctor_set(x_276, 1, x_275); lean_inc_ref(x_67); lean_inc(x_49); -x_274 = l_Lean_Syntax_node2(x_49, x_211, x_67, x_250); +x_277 = l_Lean_Syntax_node2(x_49, x_214, x_67, x_253); lean_inc(x_49); -x_275 = l_Lean_Syntax_node1(x_49, x_59, x_274); -x_276 = lean_array_size(x_36); -x_277 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_51, x_52, x_53, x_50, x_276, x_25, x_36); -x_278 = lean_array_size(x_277); -x_279 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_278, x_25, x_277); -x_280 = l_Array_append___redArg(x_60, x_279); -lean_dec_ref(x_279); +x_278 = l_Lean_Syntax_node1(x_49, x_59, x_277); +x_279 = lean_array_size(x_36); +x_280 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_51, x_52, x_53, x_50, x_279, x_25, x_36); +x_281 = lean_array_size(x_280); +x_282 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_281, x_25, x_280); +x_283 = l_Array_append___redArg(x_60, x_282); +lean_dec_ref(x_282); lean_inc(x_49); -x_281 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_281, 0, x_49); -lean_ctor_set(x_281, 1, x_59); -lean_ctor_set(x_281, 2, x_280); +x_284 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_284, 0, x_49); +lean_ctor_set(x_284, 1, x_59); +lean_ctor_set(x_284, 2, x_283); lean_inc(x_49); -x_282 = l_Lean_Syntax_node1(x_49, x_216, x_281); +x_285 = l_Lean_Syntax_node1(x_49, x_219, x_284); lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_283 = l_Lean_Syntax_node6(x_49, x_209, x_210, x_67, x_67, x_275, x_215, x_282); +x_286 = l_Lean_Syntax_node6(x_49, x_212, x_213, x_67, x_67, x_278, x_218, x_285); lean_inc(x_49); -x_284 = l_Lean_Syntax_node3(x_49, x_266, x_271, x_273, x_283); +x_287 = l_Lean_Syntax_node3(x_49, x_269, x_274, x_276, x_286); lean_inc(x_49); -x_285 = l_Lean_Syntax_node1(x_49, x_255, x_284); +x_288 = l_Lean_Syntax_node1(x_49, x_258, x_287); lean_inc_ref(x_67); lean_inc(x_49); -x_286 = l_Lean_Syntax_node2(x_49, x_239, x_285, x_67); +x_289 = l_Lean_Syntax_node2(x_49, x_242, x_288, x_67); lean_inc(x_49); -x_287 = l_Lean_Syntax_node3(x_49, x_59, x_242, x_265, x_286); +x_290 = l_Lean_Syntax_node3(x_49, x_59, x_245, x_268, x_289); lean_inc(x_49); -x_288 = l_Lean_Syntax_node1(x_49, x_238, x_287); +x_291 = l_Lean_Syntax_node1(x_49, x_241, x_290); lean_inc(x_49); -x_289 = l_Lean_Syntax_node2(x_49, x_236, x_237, x_288); -lean_inc_ref(x_141); +x_292 = l_Lean_Syntax_node2(x_49, x_239, x_240, x_291); +lean_inc_ref(x_144); lean_inc_ref(x_67); lean_inc(x_49); -x_290 = l_Lean_Syntax_node5(x_49, x_187, x_229, x_234, x_67, x_141, x_289); +x_293 = l_Lean_Syntax_node5(x_49, x_190, x_232, x_237, x_67, x_144, x_292); lean_inc(x_49); -x_291 = l_Lean_Syntax_node1(x_49, x_186, x_290); -lean_inc(x_183); +x_294 = l_Lean_Syntax_node1(x_49, x_189, x_293); +lean_inc(x_186); lean_inc_ref_n(x_67, 2); lean_inc(x_49); -x_292 = l_Lean_Syntax_node4(x_49, x_185, x_67, x_67, x_291, x_183); +x_295 = l_Lean_Syntax_node4(x_49, x_188, x_67, x_67, x_294, x_186); lean_inc_ref(x_67); lean_inc(x_49); -x_293 = l_Lean_Syntax_node3(x_49, x_59, x_228, x_67, x_292); +x_296 = l_Lean_Syntax_node3(x_49, x_59, x_231, x_67, x_295); lean_inc_ref(x_67); lean_inc(x_49); -x_294 = l_Lean_Syntax_node3(x_49, x_184, x_80, x_293, x_67); +x_297 = l_Lean_Syntax_node3(x_49, x_187, x_80, x_296, x_67); lean_inc(x_49); -x_295 = l_Lean_Syntax_node1(x_49, x_59, x_294); +x_298 = l_Lean_Syntax_node1(x_49, x_59, x_297); lean_inc(x_49); -x_296 = l_Lean_Syntax_node4(x_49, x_139, x_141, x_181, x_183, x_295); +x_299 = l_Lean_Syntax_node4(x_49, x_142, x_144, x_184, x_186, x_298); lean_inc_ref(x_67); lean_inc(x_49); -x_297 = l_Lean_Syntax_node6(x_49, x_122, x_124, x_125, x_67, x_67, x_138, x_296); +x_300 = l_Lean_Syntax_node6(x_49, x_125, x_127, x_128, x_67, x_67, x_141, x_299); lean_inc(x_49); -x_298 = l_Lean_Syntax_node2(x_49, x_65, x_120, x_297); +x_301 = l_Lean_Syntax_node2(x_49, x_65, x_123, x_300); lean_inc(x_49); -x_299 = l_Lean_Syntax_node3(x_49, x_107, x_113, x_114, x_298); -x_300 = l_Lean_Syntax_node2(x_49, x_59, x_105, x_299); -lean_ctor_set(x_38, 0, x_300); +x_302 = l_Lean_Syntax_node3(x_49, x_110, x_116, x_117, x_301); +x_303 = l_Lean_Syntax_node2(x_49, x_59, x_108, x_302); +lean_ctor_set(x_38, 0, x_303); return x_38; } else { -lean_object* x_301; uint8_t 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_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; size_t x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; size_t x_337; lean_object* x_338; lean_object* x_339; 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_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; size_t x_472; lean_object* x_473; size_t 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; size_t x_531; lean_object* x_532; size_t 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; -x_301 = lean_ctor_get(x_21, 0); -lean_inc(x_301); +lean_object* x_304; uint8_t 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; size_t x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; size_t 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_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; size_t x_478; lean_object* x_479; size_t 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; size_t x_537; lean_object* x_538; size_t 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; +x_304 = lean_ctor_get(x_21, 0); +lean_inc(x_304); lean_dec(x_21); -x_302 = 0; -x_303 = l_Lean_SourceInfo_fromRef(x_41, x_302); +x_305 = 0; +x_306 = l_Lean_SourceInfo_fromRef(x_41, x_305); lean_dec(x_41); -x_304 = lean_box(0); -x_305 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_306 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_307 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_308 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_309 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_310 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_303); +x_307 = lean_box(0); +x_308 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_309 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_310 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_311 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_312 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_313 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_306); lean_ctor_set_tag(x_33, 2); -lean_ctor_set(x_33, 1, x_310); -lean_ctor_set(x_33, 0, x_303); -x_311 = l_Lean_mkCIdent(x_301); -lean_inc(x_303); -x_312 = l_Lean_Syntax_node2(x_303, x_309, x_33, x_311); -x_313 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_314 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -x_315 = lean_array_size(x_40); -x_316 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_315, x_25, x_40); -x_317 = l_Array_append___redArg(x_314, x_316); -lean_dec_ref(x_316); -lean_inc(x_303); -x_318 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_318, 0, x_303); -lean_ctor_set(x_318, 1, x_313); -lean_ctor_set(x_318, 2, x_317); -lean_inc(x_303); -x_319 = l_Lean_Syntax_node2(x_303, x_308, x_312, x_318); -x_320 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_321 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -lean_inc(x_303); -x_322 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_322, 0, x_303); -lean_ctor_set(x_322, 1, x_313); -lean_ctor_set(x_322, 2, x_314); -lean_inc_ref_n(x_322, 7); -lean_inc(x_303); -x_323 = l_Lean_Syntax_node7(x_303, x_321, x_322, x_322, x_322, x_322, x_322, x_322, x_322); -x_324 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; -x_325 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; -lean_inc(x_303); +lean_ctor_set(x_33, 1, x_313); +lean_ctor_set(x_33, 0, x_306); +x_314 = l_Lean_mkCIdent(x_304); +lean_inc(x_306); +x_315 = l_Lean_Syntax_node2(x_306, x_312, x_33, x_314); +x_316 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_317 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +x_318 = lean_array_size(x_40); +x_319 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_318, x_25, x_40); +x_320 = l_Array_append___redArg(x_317, x_319); +lean_dec_ref(x_319); +lean_inc(x_306); +x_321 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_321, 0, x_306); +lean_ctor_set(x_321, 1, x_316); +lean_ctor_set(x_321, 2, x_320); +lean_inc(x_306); +x_322 = l_Lean_Syntax_node2(x_306, x_311, x_315, x_321); +x_323 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_324 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +lean_inc(x_306); +x_325 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_325, 0, x_306); +lean_ctor_set(x_325, 1, x_316); +lean_ctor_set(x_325, 2, x_317); +lean_inc_ref_n(x_325, 7); +lean_inc(x_306); +x_326 = l_Lean_Syntax_node7(x_306, x_324, x_325, x_325, x_325, x_325, x_325, x_325, x_325); +x_327 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; +x_328 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; +lean_inc(x_306); lean_ctor_set_tag(x_29, 2); -lean_ctor_set(x_29, 1, x_324); -lean_ctor_set(x_29, 0, x_303); -x_326 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_327 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_328 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_ctor_set(x_29, 1, x_327); +lean_ctor_set(x_29, 0, x_306); +x_329 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_330 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_331 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; lean_inc(x_43); lean_inc(x_42); -x_329 = l_Lean_addMacroScope(x_42, x_328, x_43); -lean_inc(x_303); -x_330 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_330, 0, x_303); -lean_ctor_set(x_330, 1, x_327); -lean_ctor_set(x_330, 2, x_329); -lean_ctor_set(x_330, 3, x_304); -lean_inc_ref(x_322); -lean_inc_ref(x_330); -lean_inc(x_303); -x_331 = l_Lean_Syntax_node2(x_303, x_326, x_330, x_322); -x_332 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_333 = l_Lean_Syntax_node2(x_303, x_332, x_322, x_322); -x_334 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_303); -x_335 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_335, 0, x_303); -lean_ctor_set(x_335, 1, x_334); -lean_inc_ref(x_335); -lean_inc(x_303); -x_336 = l_Lean_Syntax_node1(x_303, x_313, x_335); -x_337 = lean_array_size(x_31); -x_338 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_337, x_25, x_31); -x_339 = l_Array_append___redArg(x_314, x_338); -lean_dec_ref(x_338); -lean_inc(x_303); -x_340 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_340, 0, x_303); -lean_ctor_set(x_340, 1, x_313); -lean_ctor_set(x_340, 2, x_339); -x_341 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_342 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_303); -x_343 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_343, 0, x_303); -lean_ctor_set(x_343, 1, x_342); -x_344 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_345 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; +x_332 = l_Lean_addMacroScope(x_42, x_331, x_43); +lean_inc(x_306); +x_333 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_333, 0, x_306); +lean_ctor_set(x_333, 1, x_330); +lean_ctor_set(x_333, 2, x_332); +lean_ctor_set(x_333, 3, x_307); +lean_inc_ref(x_325); +lean_inc_ref(x_333); +lean_inc(x_306); +x_334 = l_Lean_Syntax_node2(x_306, x_329, x_333, x_325); +x_335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_336 = l_Lean_Syntax_node2(x_306, x_335, x_325, x_325); +x_337 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_306); +x_338 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_338, 0, x_306); +lean_ctor_set(x_338, 1, x_337); +lean_inc_ref(x_338); +lean_inc(x_306); +x_339 = l_Lean_Syntax_node1(x_306, x_316, x_338); +x_340 = lean_array_size(x_31); +x_341 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_340, x_25, x_31); +x_342 = l_Array_append___redArg(x_317, x_341); +lean_dec_ref(x_341); +lean_inc(x_306); +x_343 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_343, 0, x_306); +lean_ctor_set(x_343, 1, x_316); +lean_ctor_set(x_343, 2, x_342); +x_344 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_345 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_306); +x_346 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_346, 0, x_306); +lean_ctor_set(x_346, 1, x_345); +x_347 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_348 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_349 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; lean_inc(x_43); lean_inc(x_42); -x_346 = l_Lean_addMacroScope(x_42, x_345, x_43); -x_347 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; -lean_inc(x_303); -x_348 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_348, 0, x_303); -lean_ctor_set(x_348, 1, x_344); -lean_ctor_set(x_348, 2, x_346); -lean_ctor_set(x_348, 3, x_347); -x_349 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_303); -x_350 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_350, 0, x_303); -lean_ctor_set(x_350, 1, x_349); -x_351 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_352 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; +x_350 = l_Lean_addMacroScope(x_42, x_349, x_43); +x_351 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; +lean_inc(x_306); +x_352 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_352, 0, x_306); +lean_ctor_set(x_352, 1, x_348); +lean_ctor_set(x_352, 2, x_350); +lean_ctor_set(x_352, 3, x_351); +lean_inc_ref(x_325); +lean_inc(x_306); +x_353 = l_Lean_Syntax_node2(x_306, x_347, x_325, x_352); +x_354 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_306); +x_355 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_355, 0, x_306); +lean_ctor_set(x_355, 1, x_354); +x_356 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_357 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; lean_inc(x_43); lean_inc(x_42); -x_353 = l_Lean_addMacroScope(x_42, x_352, x_43); -x_354 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; -lean_inc(x_303); -x_355 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_355, 0, x_303); -lean_ctor_set(x_355, 1, x_351); -lean_ctor_set(x_355, 2, x_353); -lean_ctor_set(x_355, 3, x_354); -lean_inc_ref(x_350); -lean_inc(x_303); -x_356 = l_Lean_Syntax_node3(x_303, x_313, x_348, x_350, x_355); -lean_inc(x_303); -x_357 = l_Lean_Syntax_node2(x_303, x_313, x_343, x_356); -lean_inc(x_303); -x_358 = l_Lean_Syntax_node1(x_303, x_341, x_357); -lean_inc_ref(x_322); -lean_inc(x_303); -x_359 = l_Lean_Syntax_node7(x_303, x_325, x_29, x_331, x_333, x_336, x_340, x_322, x_358); -lean_inc(x_303); -x_360 = l_Lean_Syntax_node2(x_303, x_320, x_323, x_359); -x_361 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_362 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_363 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_364 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_303); -x_365 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_365, 0, x_303); -lean_ctor_set(x_365, 1, x_363); -x_366 = l_Array_append___redArg(x_314, x_3); -lean_inc(x_303); -x_367 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_367, 0, x_303); -lean_ctor_set(x_367, 1, x_313); -lean_ctor_set(x_367, 2, x_366); -lean_inc(x_303); -x_368 = l_Lean_Syntax_node2(x_303, x_364, x_365, x_367); -lean_inc(x_303); -x_369 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_369, 0, x_303); -lean_ctor_set(x_369, 1, x_361); -x_370 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; -x_371 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; -lean_inc(x_303); -x_372 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_372, 0, x_303); -lean_ctor_set(x_372, 1, x_370); -lean_inc(x_303); -x_373 = l_Lean_Syntax_node1(x_303, x_371, x_372); -lean_inc(x_303); -x_374 = l_Lean_Syntax_node1(x_303, x_313, x_373); -lean_inc_ref_n(x_322, 6); -lean_inc(x_303); -x_375 = l_Lean_Syntax_node7(x_303, x_321, x_322, x_322, x_322, x_322, x_322, x_322, x_374); -x_376 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_377 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_378 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_322); -lean_inc(x_303); -x_379 = l_Lean_Syntax_node1(x_303, x_378, x_322); -lean_inc(x_303); -x_380 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_380, 0, x_303); -lean_ctor_set(x_380, 1, x_376); -x_381 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_382 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_383 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_303); -x_384 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_384, 0, x_303); -lean_ctor_set(x_384, 1, x_383); -x_385 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_386 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_358 = l_Lean_addMacroScope(x_42, x_357, x_43); +x_359 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; +lean_inc(x_306); +x_360 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_360, 0, x_306); +lean_ctor_set(x_360, 1, x_356); +lean_ctor_set(x_360, 2, x_358); +lean_ctor_set(x_360, 3, x_359); +lean_inc_ref(x_325); +lean_inc(x_306); +x_361 = l_Lean_Syntax_node2(x_306, x_347, x_325, x_360); +lean_inc_ref(x_355); +lean_inc(x_306); +x_362 = l_Lean_Syntax_node3(x_306, x_316, x_353, x_355, x_361); +lean_inc(x_306); +x_363 = l_Lean_Syntax_node2(x_306, x_316, x_346, x_362); +lean_inc(x_306); +x_364 = l_Lean_Syntax_node1(x_306, x_344, x_363); +lean_inc_ref(x_325); +lean_inc(x_306); +x_365 = l_Lean_Syntax_node7(x_306, x_328, x_29, x_334, x_336, x_339, x_343, x_325, x_364); +lean_inc(x_306); +x_366 = l_Lean_Syntax_node2(x_306, x_323, x_326, x_365); +x_367 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_368 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_369 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_370 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_306); +x_371 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_371, 0, x_306); +lean_ctor_set(x_371, 1, x_369); +x_372 = l_Array_append___redArg(x_317, x_3); +lean_inc(x_306); +x_373 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_373, 0, x_306); +lean_ctor_set(x_373, 1, x_316); +lean_ctor_set(x_373, 2, x_372); +lean_inc(x_306); +x_374 = l_Lean_Syntax_node2(x_306, x_370, x_371, x_373); +lean_inc(x_306); +x_375 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_375, 0, x_306); +lean_ctor_set(x_375, 1, x_367); +x_376 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; +x_377 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; +lean_inc(x_306); +x_378 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_378, 0, x_306); +lean_ctor_set(x_378, 1, x_376); +lean_inc(x_306); +x_379 = l_Lean_Syntax_node1(x_306, x_377, x_378); +lean_inc(x_306); +x_380 = l_Lean_Syntax_node1(x_306, x_316, x_379); +lean_inc_ref_n(x_325, 6); +lean_inc(x_306); +x_381 = l_Lean_Syntax_node7(x_306, x_324, x_325, x_325, x_325, x_325, x_325, x_325, x_380); +x_382 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_383 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_384 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_325); +lean_inc(x_306); +x_385 = l_Lean_Syntax_node1(x_306, x_384, x_325); +lean_inc(x_306); +x_386 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_386, 0, x_306); +lean_ctor_set(x_386, 1, x_382); +x_387 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_388 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_389 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_306); +x_390 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_390, 0, x_306); +lean_ctor_set(x_390, 1, x_389); +x_391 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_392 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; lean_inc(x_43); lean_inc(x_42); -x_387 = l_Lean_addMacroScope(x_42, x_386, x_43); -x_388 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; -lean_inc(x_303); -x_389 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_389, 0, x_303); -lean_ctor_set(x_389, 1, x_385); -lean_ctor_set(x_389, 2, x_387); -lean_ctor_set(x_389, 3, x_388); -lean_inc(x_303); -x_390 = l_Lean_Syntax_node1(x_303, x_313, x_319); -lean_inc(x_303); -x_391 = l_Lean_Syntax_node2(x_303, x_308, x_389, x_390); -lean_inc_ref(x_384); -lean_inc(x_303); -x_392 = l_Lean_Syntax_node2(x_303, x_382, x_384, x_391); -lean_inc(x_392); -lean_inc_ref(x_322); -lean_inc(x_303); -x_393 = l_Lean_Syntax_node2(x_303, x_381, x_322, x_392); -x_394 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_395 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_303); -x_396 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_396, 0, x_303); -lean_ctor_set(x_396, 1, x_395); -x_397 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_398 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_303); -x_399 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_399, 0, x_303); -lean_ctor_set(x_399, 1, x_398); -x_400 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_401 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_402 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_403 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_404 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +x_393 = l_Lean_addMacroScope(x_42, x_392, x_43); +x_394 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; +lean_inc(x_306); +x_395 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_395, 0, x_306); +lean_ctor_set(x_395, 1, x_391); +lean_ctor_set(x_395, 2, x_393); +lean_ctor_set(x_395, 3, x_394); +lean_inc(x_306); +x_396 = l_Lean_Syntax_node1(x_306, x_316, x_322); +lean_inc(x_306); +x_397 = l_Lean_Syntax_node2(x_306, x_311, x_395, x_396); +lean_inc_ref(x_390); +lean_inc(x_306); +x_398 = l_Lean_Syntax_node2(x_306, x_388, x_390, x_397); +lean_inc(x_398); +lean_inc_ref(x_325); +lean_inc(x_306); +x_399 = l_Lean_Syntax_node2(x_306, x_387, x_325, x_398); +x_400 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_401 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_306); +x_402 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_402, 0, x_306); +lean_ctor_set(x_402, 1, x_401); +x_403 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_404 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_306); +x_405 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_405, 0, x_306); +lean_ctor_set(x_405, 1, x_404); +x_406 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_407 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_408 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_409 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_410 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; lean_inc(x_43); lean_inc(x_42); -x_405 = l_Lean_addMacroScope(x_42, x_404, x_43); -x_406 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; -lean_inc(x_303); -x_407 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_407, 0, x_303); -lean_ctor_set(x_407, 1, x_403); -lean_ctor_set(x_407, 2, x_405); -lean_ctor_set(x_407, 3, x_406); -lean_inc_ref(x_322); -lean_inc(x_303); -x_408 = l_Lean_Syntax_node2(x_303, x_402, x_407, x_322); -x_409 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_410 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_411 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_43); -lean_inc(x_42); -x_412 = l_Lean_addMacroScope(x_42, x_411, x_43); -lean_inc(x_303); +x_411 = l_Lean_addMacroScope(x_42, x_410, x_43); +x_412 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; +lean_inc(x_306); x_413 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_413, 0, x_303); -lean_ctor_set(x_413, 1, x_410); -lean_ctor_set(x_413, 2, x_412); -lean_ctor_set(x_413, 3, x_304); -lean_inc_ref(x_413); -lean_inc_ref(x_322); -lean_inc_ref(x_396); -lean_inc(x_303); -x_414 = l_Lean_Syntax_node3(x_303, x_409, x_396, x_322, x_413); -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_415 = l_Lean_Syntax_node3(x_303, x_313, x_322, x_322, x_414); -lean_inc(x_303); -x_416 = l_Lean_Syntax_node2(x_303, x_401, x_408, x_415); -x_417 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_418 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_ctor_set(x_413, 0, x_306); +lean_ctor_set(x_413, 1, x_409); +lean_ctor_set(x_413, 2, x_411); +lean_ctor_set(x_413, 3, x_412); +lean_inc_ref(x_325); +lean_inc(x_306); +x_414 = l_Lean_Syntax_node2(x_306, x_408, x_413, x_325); +x_415 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_416 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_417 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; lean_inc(x_43); lean_inc(x_42); -x_419 = l_Lean_addMacroScope(x_42, x_418, x_43); -x_420 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; -lean_inc(x_303); -x_421 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_421, 0, x_303); -lean_ctor_set(x_421, 1, x_417); -lean_ctor_set(x_421, 2, x_419); -lean_ctor_set(x_421, 3, x_420); -lean_inc_ref(x_322); -lean_inc(x_303); -x_422 = l_Lean_Syntax_node2(x_303, x_402, x_421, x_322); -x_423 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_424 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; +x_418 = l_Lean_addMacroScope(x_42, x_417, x_43); +lean_inc(x_306); +x_419 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_419, 0, x_306); +lean_ctor_set(x_419, 1, x_416); +lean_ctor_set(x_419, 2, x_418); +lean_ctor_set(x_419, 3, x_307); +lean_inc_ref(x_419); +lean_inc_ref(x_325); +lean_inc_ref(x_402); +lean_inc(x_306); +x_420 = l_Lean_Syntax_node3(x_306, x_415, x_402, x_325, x_419); +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_421 = l_Lean_Syntax_node3(x_306, x_316, x_325, x_325, x_420); +lean_inc(x_306); +x_422 = l_Lean_Syntax_node2(x_306, x_407, x_414, x_421); +x_423 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_424 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; lean_inc(x_43); lean_inc(x_42); x_425 = l_Lean_addMacroScope(x_42, x_424, x_43); -lean_inc(x_303); -x_426 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_426, 0, x_303); -lean_ctor_set(x_426, 1, x_423); -lean_ctor_set(x_426, 2, x_425); -lean_ctor_set(x_426, 3, x_304); -lean_inc_ref(x_426); -lean_inc_ref(x_322); -lean_inc_ref(x_396); -lean_inc(x_303); -x_427 = l_Lean_Syntax_node3(x_303, x_409, x_396, x_322, x_426); -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_428 = l_Lean_Syntax_node3(x_303, x_313, x_322, x_322, x_427); -lean_inc(x_303); -x_429 = l_Lean_Syntax_node2(x_303, x_401, x_422, x_428); -lean_inc(x_303); -x_430 = l_Lean_Syntax_node3(x_303, x_313, x_416, x_350, x_429); -lean_inc(x_303); -x_431 = l_Lean_Syntax_node1(x_303, x_400, x_430); -x_432 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_322); -lean_inc(x_303); -x_433 = l_Lean_Syntax_node1(x_303, x_432, x_322); -x_434 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_303); -x_435 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_435, 0, x_303); -lean_ctor_set(x_435, 1, x_434); -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_436 = l_Lean_Syntax_node6(x_303, x_397, x_399, x_322, x_431, x_433, x_322, x_435); -x_437 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_438 = l_Lean_Syntax_node2(x_303, x_437, x_322, x_322); -x_439 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_440 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_441 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_442 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_443 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_303); -x_444 = l_Lean_Syntax_node1(x_303, x_443, x_413); -x_445 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; -x_446 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; +x_426 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; +lean_inc(x_306); +x_427 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_427, 0, x_306); +lean_ctor_set(x_427, 1, x_423); +lean_ctor_set(x_427, 2, x_425); +lean_ctor_set(x_427, 3, x_426); +lean_inc_ref(x_325); +lean_inc(x_306); +x_428 = l_Lean_Syntax_node2(x_306, x_408, x_427, x_325); +x_429 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_430 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; lean_inc(x_43); lean_inc(x_42); -x_447 = l_Lean_addMacroScope(x_42, x_446, x_43); -lean_inc(x_303); -x_448 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_448, 0, x_303); -lean_ctor_set(x_448, 1, x_445); -lean_ctor_set(x_448, 2, x_447); -lean_ctor_set(x_448, 3, x_304); -lean_inc_ref(x_448); -lean_inc(x_303); -x_449 = l_Lean_Syntax_node1(x_303, x_313, x_448); -x_450 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; -x_451 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; -lean_inc(x_303); -x_452 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_452, 0, x_303); -lean_ctor_set(x_452, 1, x_450); -x_453 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; -lean_inc_ref(x_322); -lean_inc(x_303); -x_454 = l_Lean_Syntax_node1(x_303, x_453, x_322); -x_455 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; -x_456 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; +x_431 = l_Lean_addMacroScope(x_42, x_430, x_43); +lean_inc(x_306); +x_432 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_432, 0, x_306); +lean_ctor_set(x_432, 1, x_429); +lean_ctor_set(x_432, 2, x_431); +lean_ctor_set(x_432, 3, x_307); +lean_inc_ref(x_432); +lean_inc_ref(x_325); +lean_inc_ref(x_402); +lean_inc(x_306); +x_433 = l_Lean_Syntax_node3(x_306, x_415, x_402, x_325, x_432); +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_434 = l_Lean_Syntax_node3(x_306, x_316, x_325, x_325, x_433); +lean_inc(x_306); +x_435 = l_Lean_Syntax_node2(x_306, x_407, x_428, x_434); +lean_inc(x_306); +x_436 = l_Lean_Syntax_node3(x_306, x_316, x_422, x_355, x_435); +lean_inc(x_306); +x_437 = l_Lean_Syntax_node1(x_306, x_406, x_436); +x_438 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_325); +lean_inc(x_306); +x_439 = l_Lean_Syntax_node1(x_306, x_438, x_325); +x_440 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_306); +x_441 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_441, 0, x_306); +lean_ctor_set(x_441, 1, x_440); +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_442 = l_Lean_Syntax_node6(x_306, x_403, x_405, x_325, x_437, x_439, x_325, x_441); +x_443 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_444 = l_Lean_Syntax_node2(x_306, x_443, x_325, x_325); +x_445 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_446 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_447 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_448 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_449 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_306); +x_450 = l_Lean_Syntax_node1(x_306, x_449, x_419); +x_451 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; +x_452 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; lean_inc(x_43); lean_inc(x_42); -x_457 = l_Lean_addMacroScope(x_42, x_456, x_43); -lean_inc(x_303); -x_458 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_458, 0, x_303); -lean_ctor_set(x_458, 1, x_455); -lean_ctor_set(x_458, 2, x_457); -lean_ctor_set(x_458, 3, x_304); -lean_inc(x_303); -x_459 = l_Lean_Syntax_node1(x_303, x_443, x_458); -lean_inc(x_303); -x_460 = l_Lean_Syntax_node1(x_303, x_313, x_392); -lean_inc(x_436); -lean_inc_ref(x_396); -lean_inc_ref(x_322); -lean_inc(x_303); -x_461 = l_Lean_Syntax_node5(x_303, x_442, x_459, x_322, x_460, x_396, x_436); -lean_inc(x_303); -x_462 = l_Lean_Syntax_node1(x_303, x_441, x_461); -x_463 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; -x_464 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; -lean_inc(x_303); -x_465 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_465, 0, x_303); -lean_ctor_set(x_465, 1, x_463); -x_466 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; -lean_inc_ref(x_322); -lean_inc(x_303); -x_467 = l_Lean_Syntax_node2(x_303, x_466, x_322, x_448); -lean_inc(x_303); -x_468 = l_Lean_Syntax_node1(x_303, x_313, x_467); -x_469 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; -lean_inc(x_303); -x_470 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_470, 0, x_303); -lean_ctor_set(x_470, 1, x_469); -x_471 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; -x_472 = lean_array_size(x_35); -x_473 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_305, x_306, x_307, x_304, x_472, x_25, x_35); -x_474 = lean_array_size(x_473); -x_475 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_474, x_25, x_473); -x_476 = l_Array_append___redArg(x_314, x_475); -lean_dec_ref(x_475); -lean_inc(x_303); -x_477 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_477, 0, x_303); -lean_ctor_set(x_477, 1, x_313); -lean_ctor_set(x_477, 2, x_476); -lean_inc(x_303); -x_478 = l_Lean_Syntax_node1(x_303, x_471, x_477); -lean_inc_ref(x_470); -lean_inc_ref_n(x_322, 2); -lean_inc_ref(x_465); -lean_inc(x_303); -x_479 = l_Lean_Syntax_node6(x_303, x_464, x_465, x_322, x_322, x_468, x_470, x_478); -lean_inc_ref(x_322); -lean_inc(x_462); -lean_inc_ref(x_452); -lean_inc(x_303); -x_480 = l_Lean_Syntax_node5(x_303, x_451, x_452, x_454, x_462, x_322, x_479); -lean_inc_ref(x_396); -lean_inc_ref(x_322); -lean_inc(x_303); -x_481 = l_Lean_Syntax_node5(x_303, x_442, x_444, x_449, x_322, x_396, x_480); -lean_inc(x_303); -x_482 = l_Lean_Syntax_node1(x_303, x_441, x_481); -lean_inc(x_438); -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_483 = l_Lean_Syntax_node4(x_303, x_440, x_322, x_322, x_482, x_438); -lean_inc(x_303); -x_484 = l_Lean_Syntax_node1(x_303, x_443, x_426); -x_485 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_486 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; +x_453 = l_Lean_addMacroScope(x_42, x_452, x_43); +lean_inc(x_306); +x_454 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_454, 0, x_306); +lean_ctor_set(x_454, 1, x_451); +lean_ctor_set(x_454, 2, x_453); +lean_ctor_set(x_454, 3, x_307); +lean_inc_ref(x_454); +lean_inc(x_306); +x_455 = l_Lean_Syntax_node1(x_306, x_316, x_454); +x_456 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; +x_457 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; +lean_inc(x_306); +x_458 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_458, 0, x_306); +lean_ctor_set(x_458, 1, x_456); +x_459 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; +lean_inc_ref(x_325); +lean_inc(x_306); +x_460 = l_Lean_Syntax_node1(x_306, x_459, x_325); +x_461 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; +x_462 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; lean_inc(x_43); lean_inc(x_42); -x_487 = l_Lean_addMacroScope(x_42, x_486, x_43); -lean_inc(x_303); -x_488 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_488, 0, x_303); -lean_ctor_set(x_488, 1, x_485); -lean_ctor_set(x_488, 2, x_487); -lean_ctor_set(x_488, 3, x_304); -lean_inc(x_303); -x_489 = l_Lean_Syntax_node1(x_303, x_313, x_488); -x_490 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_491 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_303); -x_492 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_492, 0, x_303); -lean_ctor_set(x_492, 1, x_490); -x_493 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_494 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_495 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; -lean_inc(x_303); -x_496 = l_Lean_Syntax_node2(x_303, x_495, x_452, x_462); -lean_inc_ref(x_322); -lean_inc(x_303); -x_497 = l_Lean_Syntax_node2(x_303, x_494, x_496, x_322); -x_498 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_499 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_303); -x_500 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_500, 0, x_303); -lean_ctor_set(x_500, 1, x_499); -x_501 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -x_502 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; -x_503 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; +x_463 = l_Lean_addMacroScope(x_42, x_462, x_43); +lean_inc(x_306); +x_464 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_464, 0, x_306); +lean_ctor_set(x_464, 1, x_461); +lean_ctor_set(x_464, 2, x_463); +lean_ctor_set(x_464, 3, x_307); +lean_inc(x_306); +x_465 = l_Lean_Syntax_node1(x_306, x_449, x_464); +lean_inc(x_306); +x_466 = l_Lean_Syntax_node1(x_306, x_316, x_398); +lean_inc(x_442); +lean_inc_ref(x_402); +lean_inc_ref(x_325); +lean_inc(x_306); +x_467 = l_Lean_Syntax_node5(x_306, x_448, x_465, x_325, x_466, x_402, x_442); +lean_inc(x_306); +x_468 = l_Lean_Syntax_node1(x_306, x_447, x_467); +x_469 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; +x_470 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; +lean_inc(x_306); +x_471 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_471, 0, x_306); +lean_ctor_set(x_471, 1, x_469); +x_472 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; +lean_inc_ref(x_325); +lean_inc(x_306); +x_473 = l_Lean_Syntax_node2(x_306, x_472, x_325, x_454); +lean_inc(x_306); +x_474 = l_Lean_Syntax_node1(x_306, x_316, x_473); +x_475 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; +lean_inc(x_306); +x_476 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_476, 0, x_306); +lean_ctor_set(x_476, 1, x_475); +x_477 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; +x_478 = lean_array_size(x_35); +x_479 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_308, x_309, x_310, x_307, x_478, x_25, x_35); +x_480 = lean_array_size(x_479); +x_481 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_480, x_25, x_479); +x_482 = l_Array_append___redArg(x_317, x_481); +lean_dec_ref(x_481); +lean_inc(x_306); +x_483 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_483, 0, x_306); +lean_ctor_set(x_483, 1, x_316); +lean_ctor_set(x_483, 2, x_482); +lean_inc(x_306); +x_484 = l_Lean_Syntax_node1(x_306, x_477, x_483); +lean_inc_ref(x_476); +lean_inc_ref_n(x_325, 2); +lean_inc_ref(x_471); +lean_inc(x_306); +x_485 = l_Lean_Syntax_node6(x_306, x_470, x_471, x_325, x_325, x_474, x_476, x_484); +lean_inc_ref(x_325); +lean_inc(x_468); +lean_inc_ref(x_458); +lean_inc(x_306); +x_486 = l_Lean_Syntax_node5(x_306, x_457, x_458, x_460, x_468, x_325, x_485); +lean_inc_ref(x_402); +lean_inc_ref(x_325); +lean_inc(x_306); +x_487 = l_Lean_Syntax_node5(x_306, x_448, x_450, x_455, x_325, x_402, x_486); +lean_inc(x_306); +x_488 = l_Lean_Syntax_node1(x_306, x_447, x_487); +lean_inc(x_444); +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_489 = l_Lean_Syntax_node4(x_306, x_446, x_325, x_325, x_488, x_444); +lean_inc(x_306); +x_490 = l_Lean_Syntax_node1(x_306, x_449, x_432); +x_491 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_492 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; lean_inc(x_43); lean_inc(x_42); -x_504 = l_Lean_addMacroScope(x_42, x_503, x_43); -lean_inc(x_303); -x_505 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_505, 0, x_303); -lean_ctor_set(x_505, 1, x_502); -lean_ctor_set(x_505, 2, x_504); -lean_ctor_set(x_505, 3, x_304); -lean_inc(x_303); -x_506 = l_Lean_Syntax_node2(x_303, x_382, x_384, x_330); -lean_inc(x_303); -x_507 = l_Lean_Syntax_node1(x_303, x_313, x_506); -x_508 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_303); -x_509 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_509, 0, x_303); -lean_ctor_set(x_509, 1, x_508); -x_510 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_511 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_512 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; +x_493 = l_Lean_addMacroScope(x_42, x_492, x_43); +lean_inc(x_306); +x_494 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_494, 0, x_306); +lean_ctor_set(x_494, 1, x_491); +lean_ctor_set(x_494, 2, x_493); +lean_ctor_set(x_494, 3, x_307); +lean_inc(x_306); +x_495 = l_Lean_Syntax_node1(x_306, x_316, x_494); +x_496 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_497 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_306); +x_498 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_498, 0, x_306); +lean_ctor_set(x_498, 1, x_496); +x_499 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_500 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_501 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; +lean_inc(x_306); +x_502 = l_Lean_Syntax_node2(x_306, x_501, x_458, x_468); +lean_inc_ref(x_325); +lean_inc(x_306); +x_503 = l_Lean_Syntax_node2(x_306, x_500, x_502, x_325); +x_504 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_505 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_306); +x_506 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_506, 0, x_306); +lean_ctor_set(x_506, 1, x_505); +x_507 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +x_508 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; +x_509 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; lean_inc(x_43); lean_inc(x_42); -x_513 = l_Lean_addMacroScope(x_42, x_512, x_43); -x_514 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; -lean_inc(x_303); -x_515 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_515, 0, x_303); -lean_ctor_set(x_515, 1, x_511); -lean_ctor_set(x_515, 2, x_513); -lean_ctor_set(x_515, 3, x_514); -lean_inc(x_489); -lean_inc(x_303); -x_516 = l_Lean_Syntax_node2(x_303, x_308, x_515, x_489); -lean_inc(x_303); -x_517 = l_Lean_Syntax_node1(x_303, x_510, x_516); -lean_inc_ref(x_505); -lean_inc(x_303); -x_518 = l_Lean_Syntax_node4(x_303, x_501, x_505, x_507, x_509, x_517); -lean_inc_ref(x_322); -lean_inc(x_303); -x_519 = l_Lean_Syntax_node3(x_303, x_498, x_500, x_322, x_518); -lean_inc_ref(x_322); -lean_inc(x_303); -x_520 = l_Lean_Syntax_node2(x_303, x_494, x_519, x_322); -x_521 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; -x_522 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; -x_523 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; -x_524 = l_Lean_addMacroScope(x_42, x_523, x_43); -x_525 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; -lean_inc(x_303); -x_526 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_526, 0, x_303); -lean_ctor_set(x_526, 1, x_522); -lean_ctor_set(x_526, 2, x_524); -lean_ctor_set(x_526, 3, x_525); -x_527 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; -lean_inc(x_303); -x_528 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_528, 0, x_303); -lean_ctor_set(x_528, 1, x_527); -lean_inc_ref(x_322); -lean_inc(x_303); -x_529 = l_Lean_Syntax_node2(x_303, x_466, x_322, x_505); -lean_inc(x_303); -x_530 = l_Lean_Syntax_node1(x_303, x_313, x_529); -x_531 = lean_array_size(x_36); -x_532 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_305, x_306, x_307, x_304, x_531, x_25, x_36); -x_533 = lean_array_size(x_532); -x_534 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_533, x_25, x_532); -x_535 = l_Array_append___redArg(x_314, x_534); -lean_dec_ref(x_534); -lean_inc(x_303); -x_536 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_536, 0, x_303); -lean_ctor_set(x_536, 1, x_313); -lean_ctor_set(x_536, 2, x_535); -lean_inc(x_303); -x_537 = l_Lean_Syntax_node1(x_303, x_471, x_536); -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_538 = l_Lean_Syntax_node6(x_303, x_464, x_465, x_322, x_322, x_530, x_470, x_537); -lean_inc(x_303); -x_539 = l_Lean_Syntax_node3(x_303, x_521, x_526, x_528, x_538); -lean_inc(x_303); -x_540 = l_Lean_Syntax_node1(x_303, x_510, x_539); -lean_inc_ref(x_322); -lean_inc(x_303); -x_541 = l_Lean_Syntax_node2(x_303, x_494, x_540, x_322); -lean_inc(x_303); -x_542 = l_Lean_Syntax_node3(x_303, x_313, x_497, x_520, x_541); -lean_inc(x_303); -x_543 = l_Lean_Syntax_node1(x_303, x_493, x_542); -lean_inc(x_303); -x_544 = l_Lean_Syntax_node2(x_303, x_491, x_492, x_543); -lean_inc_ref(x_396); -lean_inc_ref(x_322); -lean_inc(x_303); -x_545 = l_Lean_Syntax_node5(x_303, x_442, x_484, x_489, x_322, x_396, x_544); -lean_inc(x_303); -x_546 = l_Lean_Syntax_node1(x_303, x_441, x_545); -lean_inc(x_438); -lean_inc_ref_n(x_322, 2); -lean_inc(x_303); -x_547 = l_Lean_Syntax_node4(x_303, x_440, x_322, x_322, x_546, x_438); -lean_inc_ref(x_322); -lean_inc(x_303); -x_548 = l_Lean_Syntax_node3(x_303, x_313, x_483, x_322, x_547); -lean_inc_ref(x_322); -lean_inc(x_303); -x_549 = l_Lean_Syntax_node3(x_303, x_439, x_335, x_548, x_322); -lean_inc(x_303); -x_550 = l_Lean_Syntax_node1(x_303, x_313, x_549); -lean_inc(x_303); -x_551 = l_Lean_Syntax_node4(x_303, x_394, x_396, x_436, x_438, x_550); -lean_inc_ref(x_322); -lean_inc(x_303); -x_552 = l_Lean_Syntax_node6(x_303, x_377, x_379, x_380, x_322, x_322, x_393, x_551); -lean_inc(x_303); -x_553 = l_Lean_Syntax_node2(x_303, x_320, x_375, x_552); -lean_inc(x_303); -x_554 = l_Lean_Syntax_node3(x_303, x_362, x_368, x_369, x_553); -x_555 = l_Lean_Syntax_node2(x_303, x_313, x_360, x_554); -lean_ctor_set(x_38, 0, x_555); +x_510 = l_Lean_addMacroScope(x_42, x_509, x_43); +lean_inc(x_306); +x_511 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_511, 0, x_306); +lean_ctor_set(x_511, 1, x_508); +lean_ctor_set(x_511, 2, x_510); +lean_ctor_set(x_511, 3, x_307); +lean_inc(x_306); +x_512 = l_Lean_Syntax_node2(x_306, x_388, x_390, x_333); +lean_inc(x_306); +x_513 = l_Lean_Syntax_node1(x_306, x_316, x_512); +x_514 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_306); +x_515 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_515, 0, x_306); +lean_ctor_set(x_515, 1, x_514); +x_516 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_517 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_518 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +lean_inc(x_43); +lean_inc(x_42); +x_519 = l_Lean_addMacroScope(x_42, x_518, x_43); +x_520 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; +lean_inc(x_306); +x_521 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_521, 0, x_306); +lean_ctor_set(x_521, 1, x_517); +lean_ctor_set(x_521, 2, x_519); +lean_ctor_set(x_521, 3, x_520); +lean_inc(x_495); +lean_inc(x_306); +x_522 = l_Lean_Syntax_node2(x_306, x_311, x_521, x_495); +lean_inc(x_306); +x_523 = l_Lean_Syntax_node1(x_306, x_516, x_522); +lean_inc_ref(x_511); +lean_inc(x_306); +x_524 = l_Lean_Syntax_node4(x_306, x_507, x_511, x_513, x_515, x_523); +lean_inc_ref(x_325); +lean_inc(x_306); +x_525 = l_Lean_Syntax_node3(x_306, x_504, x_506, x_325, x_524); +lean_inc_ref(x_325); +lean_inc(x_306); +x_526 = l_Lean_Syntax_node2(x_306, x_500, x_525, x_325); +x_527 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; +x_528 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; +x_529 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; +x_530 = l_Lean_addMacroScope(x_42, x_529, x_43); +x_531 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; +lean_inc(x_306); +x_532 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_532, 0, x_306); +lean_ctor_set(x_532, 1, x_528); +lean_ctor_set(x_532, 2, x_530); +lean_ctor_set(x_532, 3, x_531); +x_533 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; +lean_inc(x_306); +x_534 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_534, 0, x_306); +lean_ctor_set(x_534, 1, x_533); +lean_inc_ref(x_325); +lean_inc(x_306); +x_535 = l_Lean_Syntax_node2(x_306, x_472, x_325, x_511); +lean_inc(x_306); +x_536 = l_Lean_Syntax_node1(x_306, x_316, x_535); +x_537 = lean_array_size(x_36); +x_538 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_308, x_309, x_310, x_307, x_537, x_25, x_36); +x_539 = lean_array_size(x_538); +x_540 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_539, x_25, x_538); +x_541 = l_Array_append___redArg(x_317, x_540); +lean_dec_ref(x_540); +lean_inc(x_306); +x_542 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_542, 0, x_306); +lean_ctor_set(x_542, 1, x_316); +lean_ctor_set(x_542, 2, x_541); +lean_inc(x_306); +x_543 = l_Lean_Syntax_node1(x_306, x_477, x_542); +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_544 = l_Lean_Syntax_node6(x_306, x_470, x_471, x_325, x_325, x_536, x_476, x_543); +lean_inc(x_306); +x_545 = l_Lean_Syntax_node3(x_306, x_527, x_532, x_534, x_544); +lean_inc(x_306); +x_546 = l_Lean_Syntax_node1(x_306, x_516, x_545); +lean_inc_ref(x_325); +lean_inc(x_306); +x_547 = l_Lean_Syntax_node2(x_306, x_500, x_546, x_325); +lean_inc(x_306); +x_548 = l_Lean_Syntax_node3(x_306, x_316, x_503, x_526, x_547); +lean_inc(x_306); +x_549 = l_Lean_Syntax_node1(x_306, x_499, x_548); +lean_inc(x_306); +x_550 = l_Lean_Syntax_node2(x_306, x_497, x_498, x_549); +lean_inc_ref(x_402); +lean_inc_ref(x_325); +lean_inc(x_306); +x_551 = l_Lean_Syntax_node5(x_306, x_448, x_490, x_495, x_325, x_402, x_550); +lean_inc(x_306); +x_552 = l_Lean_Syntax_node1(x_306, x_447, x_551); +lean_inc(x_444); +lean_inc_ref_n(x_325, 2); +lean_inc(x_306); +x_553 = l_Lean_Syntax_node4(x_306, x_446, x_325, x_325, x_552, x_444); +lean_inc_ref(x_325); +lean_inc(x_306); +x_554 = l_Lean_Syntax_node3(x_306, x_316, x_489, x_325, x_553); +lean_inc_ref(x_325); +lean_inc(x_306); +x_555 = l_Lean_Syntax_node3(x_306, x_445, x_338, x_554, x_325); +lean_inc(x_306); +x_556 = l_Lean_Syntax_node1(x_306, x_316, x_555); +lean_inc(x_306); +x_557 = l_Lean_Syntax_node4(x_306, x_400, x_402, x_442, x_444, x_556); +lean_inc_ref(x_325); +lean_inc(x_306); +x_558 = l_Lean_Syntax_node6(x_306, x_383, x_385, x_386, x_325, x_325, x_399, x_557); +lean_inc(x_306); +x_559 = l_Lean_Syntax_node2(x_306, x_323, x_381, x_558); +lean_inc(x_306); +x_560 = l_Lean_Syntax_node3(x_306, x_368, x_374, x_375, x_559); +x_561 = l_Lean_Syntax_node2(x_306, x_316, x_366, x_560); +lean_ctor_set(x_38, 0, x_561); return x_38; } } else { -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; uint8_t 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; size_t 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; size_t 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; lean_object* x_683; 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; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; lean_object* 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; size_t x_733; lean_object* x_734; size_t x_735; lean_object* 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; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; 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; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; 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; size_t x_792; lean_object* x_793; size_t x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; lean_object* x_802; 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; lean_object* x_816; lean_object* x_817; -x_556 = lean_ctor_get(x_38, 0); -x_557 = lean_ctor_get(x_38, 1); -lean_inc(x_557); -lean_inc(x_556); +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; uint8_t 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; size_t 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; size_t 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; lean_object* x_683; 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; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; lean_object* 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_740; lean_object* x_741; size_t x_742; lean_object* x_743; size_t 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; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; 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; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; 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; lean_object* x_798; lean_object* x_799; lean_object* x_800; size_t x_801; lean_object* x_802; size_t 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; 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; +x_562 = lean_ctor_get(x_38, 0); +x_563 = lean_ctor_get(x_38, 1); +lean_inc(x_563); +lean_inc(x_562); lean_dec(x_38); -x_558 = lean_ctor_get(x_18, 5); -lean_inc(x_558); -x_559 = lean_ctor_get(x_18, 10); -lean_inc(x_559); -x_560 = lean_ctor_get(x_18, 11); -lean_inc(x_560); +x_564 = lean_ctor_get(x_18, 5); +lean_inc(x_564); +x_565 = lean_ctor_get(x_18, 10); +lean_inc(x_565); +x_566 = lean_ctor_get(x_18, 11); +lean_inc(x_566); lean_dec_ref(x_18); -x_561 = lean_ctor_get(x_21, 0); -lean_inc(x_561); +x_567 = lean_ctor_get(x_21, 0); +lean_inc(x_567); if (lean_is_exclusive(x_21)) { lean_ctor_release(x_21, 0); lean_ctor_release(x_21, 1); lean_ctor_release(x_21, 2); - x_562 = x_21; + x_568 = x_21; } else { lean_dec_ref(x_21); - x_562 = lean_box(0); + x_568 = lean_box(0); } -x_563 = 0; -x_564 = l_Lean_SourceInfo_fromRef(x_558, x_563); -lean_dec(x_558); -x_565 = lean_box(0); -x_566 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_567 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_568 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_569 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_570 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_571 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_564); +x_569 = 0; +x_570 = l_Lean_SourceInfo_fromRef(x_564, x_569); +lean_dec(x_564); +x_571 = lean_box(0); +x_572 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_573 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_574 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_575 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_576 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_577 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_570); lean_ctor_set_tag(x_33, 2); -lean_ctor_set(x_33, 1, x_571); -lean_ctor_set(x_33, 0, x_564); -x_572 = l_Lean_mkCIdent(x_561); -lean_inc(x_564); -x_573 = l_Lean_Syntax_node2(x_564, x_570, x_33, x_572); -x_574 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_575 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -x_576 = lean_array_size(x_556); -x_577 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_576, x_25, x_556); -x_578 = l_Array_append___redArg(x_575, x_577); -lean_dec_ref(x_577); -lean_inc(x_564); -if (lean_is_scalar(x_562)) { - x_579 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_33, 1, x_577); +lean_ctor_set(x_33, 0, x_570); +x_578 = l_Lean_mkCIdent(x_567); +lean_inc(x_570); +x_579 = l_Lean_Syntax_node2(x_570, x_576, x_33, x_578); +x_580 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_581 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +x_582 = lean_array_size(x_562); +x_583 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_582, x_25, x_562); +x_584 = l_Array_append___redArg(x_581, x_583); +lean_dec_ref(x_583); +lean_inc(x_570); +if (lean_is_scalar(x_568)) { + x_585 = lean_alloc_ctor(1, 3, 0); } else { - x_579 = x_562; - lean_ctor_set_tag(x_579, 1); + x_585 = x_568; + lean_ctor_set_tag(x_585, 1); } -lean_ctor_set(x_579, 0, x_564); -lean_ctor_set(x_579, 1, x_574); -lean_ctor_set(x_579, 2, x_578); -lean_inc(x_564); -x_580 = l_Lean_Syntax_node2(x_564, x_569, x_573, x_579); -x_581 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_582 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -lean_inc(x_564); -x_583 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_583, 0, x_564); -lean_ctor_set(x_583, 1, x_574); -lean_ctor_set(x_583, 2, x_575); -lean_inc_ref_n(x_583, 7); -lean_inc(x_564); -x_584 = l_Lean_Syntax_node7(x_564, x_582, x_583, x_583, x_583, x_583, x_583, x_583, x_583); -x_585 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; -x_586 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; -lean_inc(x_564); +lean_ctor_set(x_585, 0, x_570); +lean_ctor_set(x_585, 1, x_580); +lean_ctor_set(x_585, 2, x_584); +lean_inc(x_570); +x_586 = l_Lean_Syntax_node2(x_570, x_575, x_579, x_585); +x_587 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_588 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +lean_inc(x_570); +x_589 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_589, 0, x_570); +lean_ctor_set(x_589, 1, x_580); +lean_ctor_set(x_589, 2, x_581); +lean_inc_ref_n(x_589, 7); +lean_inc(x_570); +x_590 = l_Lean_Syntax_node7(x_570, x_588, x_589, x_589, x_589, x_589, x_589, x_589, x_589); +x_591 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; +x_592 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; +lean_inc(x_570); lean_ctor_set_tag(x_29, 2); -lean_ctor_set(x_29, 1, x_585); -lean_ctor_set(x_29, 0, x_564); -x_587 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_588 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_589 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_560); -lean_inc(x_559); -x_590 = l_Lean_addMacroScope(x_559, x_589, x_560); -lean_inc(x_564); -x_591 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_591, 0, x_564); -lean_ctor_set(x_591, 1, x_588); -lean_ctor_set(x_591, 2, x_590); -lean_ctor_set(x_591, 3, x_565); -lean_inc_ref(x_583); -lean_inc_ref(x_591); -lean_inc(x_564); -x_592 = l_Lean_Syntax_node2(x_564, x_587, x_591, x_583); -x_593 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_594 = l_Lean_Syntax_node2(x_564, x_593, x_583, x_583); -x_595 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_564); -x_596 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_596, 0, x_564); -lean_ctor_set(x_596, 1, x_595); -lean_inc_ref(x_596); -lean_inc(x_564); -x_597 = l_Lean_Syntax_node1(x_564, x_574, x_596); -x_598 = lean_array_size(x_31); -x_599 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_598, x_25, x_31); -x_600 = l_Array_append___redArg(x_575, x_599); -lean_dec_ref(x_599); -lean_inc(x_564); -x_601 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_601, 0, x_564); -lean_ctor_set(x_601, 1, x_574); -lean_ctor_set(x_601, 2, x_600); -x_602 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_603 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_564); -x_604 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_604, 0, x_564); -lean_ctor_set(x_604, 1, x_603); -x_605 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_606 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_560); -lean_inc(x_559); -x_607 = l_Lean_addMacroScope(x_559, x_606, x_560); -x_608 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; -lean_inc(x_564); -x_609 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_609, 0, x_564); -lean_ctor_set(x_609, 1, x_605); -lean_ctor_set(x_609, 2, x_607); -lean_ctor_set(x_609, 3, x_608); -x_610 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_564); -x_611 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_611, 0, x_564); -lean_ctor_set(x_611, 1, x_610); -x_612 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_613 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_560); -lean_inc(x_559); -x_614 = l_Lean_addMacroScope(x_559, x_613, x_560); -x_615 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; -lean_inc(x_564); +lean_ctor_set(x_29, 1, x_591); +lean_ctor_set(x_29, 0, x_570); +x_593 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_594 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_595 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_566); +lean_inc(x_565); +x_596 = l_Lean_addMacroScope(x_565, x_595, x_566); +lean_inc(x_570); +x_597 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_597, 0, x_570); +lean_ctor_set(x_597, 1, x_594); +lean_ctor_set(x_597, 2, x_596); +lean_ctor_set(x_597, 3, x_571); +lean_inc_ref(x_589); +lean_inc_ref(x_597); +lean_inc(x_570); +x_598 = l_Lean_Syntax_node2(x_570, x_593, x_597, x_589); +x_599 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_600 = l_Lean_Syntax_node2(x_570, x_599, x_589, x_589); +x_601 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_570); +x_602 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_602, 0, x_570); +lean_ctor_set(x_602, 1, x_601); +lean_inc_ref(x_602); +lean_inc(x_570); +x_603 = l_Lean_Syntax_node1(x_570, x_580, x_602); +x_604 = lean_array_size(x_31); +x_605 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_604, x_25, x_31); +x_606 = l_Array_append___redArg(x_581, x_605); +lean_dec_ref(x_605); +lean_inc(x_570); +x_607 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_607, 0, x_570); +lean_ctor_set(x_607, 1, x_580); +lean_ctor_set(x_607, 2, x_606); +x_608 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_609 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_570); +x_610 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_610, 0, x_570); +lean_ctor_set(x_610, 1, x_609); +x_611 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_612 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_613 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_566); +lean_inc(x_565); +x_614 = l_Lean_addMacroScope(x_565, x_613, x_566); +x_615 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; +lean_inc(x_570); x_616 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_616, 0, x_564); +lean_ctor_set(x_616, 0, x_570); lean_ctor_set(x_616, 1, x_612); lean_ctor_set(x_616, 2, x_614); lean_ctor_set(x_616, 3, x_615); -lean_inc_ref(x_611); -lean_inc(x_564); -x_617 = l_Lean_Syntax_node3(x_564, x_574, x_609, x_611, x_616); -lean_inc(x_564); -x_618 = l_Lean_Syntax_node2(x_564, x_574, x_604, x_617); -lean_inc(x_564); -x_619 = l_Lean_Syntax_node1(x_564, x_602, x_618); -lean_inc_ref(x_583); -lean_inc(x_564); -x_620 = l_Lean_Syntax_node7(x_564, x_586, x_29, x_592, x_594, x_597, x_601, x_583, x_619); -lean_inc(x_564); -x_621 = l_Lean_Syntax_node2(x_564, x_581, x_584, x_620); -x_622 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_623 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_624 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_625 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_564); -x_626 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_626, 0, x_564); -lean_ctor_set(x_626, 1, x_624); -x_627 = l_Array_append___redArg(x_575, x_3); -lean_inc(x_564); -x_628 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_628, 0, x_564); -lean_ctor_set(x_628, 1, x_574); -lean_ctor_set(x_628, 2, x_627); -lean_inc(x_564); -x_629 = l_Lean_Syntax_node2(x_564, x_625, x_626, x_628); -lean_inc(x_564); -x_630 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_630, 0, x_564); -lean_ctor_set(x_630, 1, x_622); -x_631 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; -x_632 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; -lean_inc(x_564); -x_633 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_633, 0, x_564); -lean_ctor_set(x_633, 1, x_631); -lean_inc(x_564); -x_634 = l_Lean_Syntax_node1(x_564, x_632, x_633); -lean_inc(x_564); -x_635 = l_Lean_Syntax_node1(x_564, x_574, x_634); -lean_inc_ref_n(x_583, 6); -lean_inc(x_564); -x_636 = l_Lean_Syntax_node7(x_564, x_582, x_583, x_583, x_583, x_583, x_583, x_583, x_635); -x_637 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_638 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_639 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_583); -lean_inc(x_564); -x_640 = l_Lean_Syntax_node1(x_564, x_639, x_583); -lean_inc(x_564); -x_641 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_641, 0, x_564); -lean_ctor_set(x_641, 1, x_637); -x_642 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_643 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_644 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_564); -x_645 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_645, 0, x_564); -lean_ctor_set(x_645, 1, x_644); -x_646 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_647 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_560); -lean_inc(x_559); -x_648 = l_Lean_addMacroScope(x_559, x_647, x_560); -x_649 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; -lean_inc(x_564); -x_650 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_650, 0, x_564); +lean_inc_ref(x_589); +lean_inc(x_570); +x_617 = l_Lean_Syntax_node2(x_570, x_611, x_589, x_616); +x_618 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_570); +x_619 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_619, 0, x_570); +lean_ctor_set(x_619, 1, x_618); +x_620 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_621 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_566); +lean_inc(x_565); +x_622 = l_Lean_addMacroScope(x_565, x_621, x_566); +x_623 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; +lean_inc(x_570); +x_624 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_624, 0, x_570); +lean_ctor_set(x_624, 1, x_620); +lean_ctor_set(x_624, 2, x_622); +lean_ctor_set(x_624, 3, x_623); +lean_inc_ref(x_589); +lean_inc(x_570); +x_625 = l_Lean_Syntax_node2(x_570, x_611, x_589, x_624); +lean_inc_ref(x_619); +lean_inc(x_570); +x_626 = l_Lean_Syntax_node3(x_570, x_580, x_617, x_619, x_625); +lean_inc(x_570); +x_627 = l_Lean_Syntax_node2(x_570, x_580, x_610, x_626); +lean_inc(x_570); +x_628 = l_Lean_Syntax_node1(x_570, x_608, x_627); +lean_inc_ref(x_589); +lean_inc(x_570); +x_629 = l_Lean_Syntax_node7(x_570, x_592, x_29, x_598, x_600, x_603, x_607, x_589, x_628); +lean_inc(x_570); +x_630 = l_Lean_Syntax_node2(x_570, x_587, x_590, x_629); +x_631 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_632 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_633 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_634 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_570); +x_635 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_635, 0, x_570); +lean_ctor_set(x_635, 1, x_633); +x_636 = l_Array_append___redArg(x_581, x_3); +lean_inc(x_570); +x_637 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_637, 0, x_570); +lean_ctor_set(x_637, 1, x_580); +lean_ctor_set(x_637, 2, x_636); +lean_inc(x_570); +x_638 = l_Lean_Syntax_node2(x_570, x_634, x_635, x_637); +lean_inc(x_570); +x_639 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_639, 0, x_570); +lean_ctor_set(x_639, 1, x_631); +x_640 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; +x_641 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; +lean_inc(x_570); +x_642 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_642, 0, x_570); +lean_ctor_set(x_642, 1, x_640); +lean_inc(x_570); +x_643 = l_Lean_Syntax_node1(x_570, x_641, x_642); +lean_inc(x_570); +x_644 = l_Lean_Syntax_node1(x_570, x_580, x_643); +lean_inc_ref_n(x_589, 6); +lean_inc(x_570); +x_645 = l_Lean_Syntax_node7(x_570, x_588, x_589, x_589, x_589, x_589, x_589, x_589, x_644); +x_646 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_647 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_648 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_589); +lean_inc(x_570); +x_649 = l_Lean_Syntax_node1(x_570, x_648, x_589); +lean_inc(x_570); +x_650 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_650, 0, x_570); lean_ctor_set(x_650, 1, x_646); -lean_ctor_set(x_650, 2, x_648); -lean_ctor_set(x_650, 3, x_649); -lean_inc(x_564); -x_651 = l_Lean_Syntax_node1(x_564, x_574, x_580); -lean_inc(x_564); -x_652 = l_Lean_Syntax_node2(x_564, x_569, x_650, x_651); -lean_inc_ref(x_645); -lean_inc(x_564); -x_653 = l_Lean_Syntax_node2(x_564, x_643, x_645, x_652); -lean_inc(x_653); -lean_inc_ref(x_583); -lean_inc(x_564); -x_654 = l_Lean_Syntax_node2(x_564, x_642, x_583, x_653); -x_655 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_656 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_564); -x_657 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_657, 0, x_564); -lean_ctor_set(x_657, 1, x_656); -x_658 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_659 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_564); -x_660 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_660, 0, x_564); -lean_ctor_set(x_660, 1, x_659); -x_661 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_662 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_663 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_664 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_665 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_560); -lean_inc(x_559); -x_666 = l_Lean_addMacroScope(x_559, x_665, x_560); -x_667 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; -lean_inc(x_564); -x_668 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_668, 0, x_564); -lean_ctor_set(x_668, 1, x_664); -lean_ctor_set(x_668, 2, x_666); -lean_ctor_set(x_668, 3, x_667); -lean_inc_ref(x_583); -lean_inc(x_564); -x_669 = l_Lean_Syntax_node2(x_564, x_663, x_668, x_583); -x_670 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_671 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_672 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_560); -lean_inc(x_559); -x_673 = l_Lean_addMacroScope(x_559, x_672, x_560); -lean_inc(x_564); -x_674 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_674, 0, x_564); -lean_ctor_set(x_674, 1, x_671); -lean_ctor_set(x_674, 2, x_673); -lean_ctor_set(x_674, 3, x_565); -lean_inc_ref(x_674); -lean_inc_ref(x_583); -lean_inc_ref(x_657); -lean_inc(x_564); -x_675 = l_Lean_Syntax_node3(x_564, x_670, x_657, x_583, x_674); -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_676 = l_Lean_Syntax_node3(x_564, x_574, x_583, x_583, x_675); -lean_inc(x_564); -x_677 = l_Lean_Syntax_node2(x_564, x_662, x_669, x_676); -x_678 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_679 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_560); -lean_inc(x_559); -x_680 = l_Lean_addMacroScope(x_559, x_679, x_560); -x_681 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; -lean_inc(x_564); -x_682 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_682, 0, x_564); -lean_ctor_set(x_682, 1, x_678); -lean_ctor_set(x_682, 2, x_680); -lean_ctor_set(x_682, 3, x_681); -lean_inc_ref(x_583); -lean_inc(x_564); -x_683 = l_Lean_Syntax_node2(x_564, x_663, x_682, x_583); -x_684 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_685 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_560); -lean_inc(x_559); -x_686 = l_Lean_addMacroScope(x_559, x_685, x_560); -lean_inc(x_564); -x_687 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_687, 0, x_564); -lean_ctor_set(x_687, 1, x_684); -lean_ctor_set(x_687, 2, x_686); -lean_ctor_set(x_687, 3, x_565); -lean_inc_ref(x_687); -lean_inc_ref(x_583); -lean_inc_ref(x_657); -lean_inc(x_564); -x_688 = l_Lean_Syntax_node3(x_564, x_670, x_657, x_583, x_687); -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_689 = l_Lean_Syntax_node3(x_564, x_574, x_583, x_583, x_688); -lean_inc(x_564); -x_690 = l_Lean_Syntax_node2(x_564, x_662, x_683, x_689); -lean_inc(x_564); -x_691 = l_Lean_Syntax_node3(x_564, x_574, x_677, x_611, x_690); -lean_inc(x_564); -x_692 = l_Lean_Syntax_node1(x_564, x_661, x_691); -x_693 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_583); -lean_inc(x_564); -x_694 = l_Lean_Syntax_node1(x_564, x_693, x_583); -x_695 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_564); -x_696 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_696, 0, x_564); -lean_ctor_set(x_696, 1, x_695); -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_697 = l_Lean_Syntax_node6(x_564, x_658, x_660, x_583, x_692, x_694, x_583, x_696); -x_698 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_699 = l_Lean_Syntax_node2(x_564, x_698, x_583, x_583); -x_700 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_701 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_702 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_703 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_704 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_564); -x_705 = l_Lean_Syntax_node1(x_564, x_704, x_674); -x_706 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; -x_707 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; -lean_inc(x_560); -lean_inc(x_559); -x_708 = l_Lean_addMacroScope(x_559, x_707, x_560); -lean_inc(x_564); -x_709 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_709, 0, x_564); -lean_ctor_set(x_709, 1, x_706); -lean_ctor_set(x_709, 2, x_708); -lean_ctor_set(x_709, 3, x_565); -lean_inc_ref(x_709); -lean_inc(x_564); -x_710 = l_Lean_Syntax_node1(x_564, x_574, x_709); -x_711 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; -x_712 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; -lean_inc(x_564); -x_713 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_713, 0, x_564); -lean_ctor_set(x_713, 1, x_711); -x_714 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; -lean_inc_ref(x_583); -lean_inc(x_564); -x_715 = l_Lean_Syntax_node1(x_564, x_714, x_583); -x_716 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; -x_717 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; -lean_inc(x_560); -lean_inc(x_559); -x_718 = l_Lean_addMacroScope(x_559, x_717, x_560); -lean_inc(x_564); -x_719 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_719, 0, x_564); -lean_ctor_set(x_719, 1, x_716); -lean_ctor_set(x_719, 2, x_718); -lean_ctor_set(x_719, 3, x_565); -lean_inc(x_564); -x_720 = l_Lean_Syntax_node1(x_564, x_704, x_719); -lean_inc(x_564); -x_721 = l_Lean_Syntax_node1(x_564, x_574, x_653); -lean_inc(x_697); -lean_inc_ref(x_657); -lean_inc_ref(x_583); -lean_inc(x_564); -x_722 = l_Lean_Syntax_node5(x_564, x_703, x_720, x_583, x_721, x_657, x_697); -lean_inc(x_564); -x_723 = l_Lean_Syntax_node1(x_564, x_702, x_722); -x_724 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; -x_725 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; -lean_inc(x_564); -x_726 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_726, 0, x_564); -lean_ctor_set(x_726, 1, x_724); -x_727 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; -lean_inc_ref(x_583); -lean_inc(x_564); -x_728 = l_Lean_Syntax_node2(x_564, x_727, x_583, x_709); -lean_inc(x_564); -x_729 = l_Lean_Syntax_node1(x_564, x_574, x_728); -x_730 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; -lean_inc(x_564); -x_731 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_731, 0, x_564); -lean_ctor_set(x_731, 1, x_730); -x_732 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; -x_733 = lean_array_size(x_35); -x_734 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_566, x_567, x_568, x_565, x_733, x_25, x_35); -x_735 = lean_array_size(x_734); -x_736 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_735, x_25, x_734); -x_737 = l_Array_append___redArg(x_575, x_736); -lean_dec_ref(x_736); -lean_inc(x_564); -x_738 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_738, 0, x_564); -lean_ctor_set(x_738, 1, x_574); -lean_ctor_set(x_738, 2, x_737); -lean_inc(x_564); -x_739 = l_Lean_Syntax_node1(x_564, x_732, x_738); -lean_inc_ref(x_731); -lean_inc_ref_n(x_583, 2); -lean_inc_ref(x_726); -lean_inc(x_564); -x_740 = l_Lean_Syntax_node6(x_564, x_725, x_726, x_583, x_583, x_729, x_731, x_739); -lean_inc_ref(x_583); -lean_inc(x_723); -lean_inc_ref(x_713); -lean_inc(x_564); -x_741 = l_Lean_Syntax_node5(x_564, x_712, x_713, x_715, x_723, x_583, x_740); -lean_inc_ref(x_657); -lean_inc_ref(x_583); -lean_inc(x_564); -x_742 = l_Lean_Syntax_node5(x_564, x_703, x_705, x_710, x_583, x_657, x_741); -lean_inc(x_564); -x_743 = l_Lean_Syntax_node1(x_564, x_702, x_742); -lean_inc(x_699); -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_744 = l_Lean_Syntax_node4(x_564, x_701, x_583, x_583, x_743, x_699); -lean_inc(x_564); -x_745 = l_Lean_Syntax_node1(x_564, x_704, x_687); -x_746 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_747 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_560); -lean_inc(x_559); -x_748 = l_Lean_addMacroScope(x_559, x_747, x_560); -lean_inc(x_564); -x_749 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_749, 0, x_564); -lean_ctor_set(x_749, 1, x_746); -lean_ctor_set(x_749, 2, x_748); -lean_ctor_set(x_749, 3, x_565); -lean_inc(x_564); -x_750 = l_Lean_Syntax_node1(x_564, x_574, x_749); -x_751 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_752 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_564); -x_753 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_753, 0, x_564); -lean_ctor_set(x_753, 1, x_751); -x_754 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_755 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_756 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; -lean_inc(x_564); -x_757 = l_Lean_Syntax_node2(x_564, x_756, x_713, x_723); -lean_inc_ref(x_583); -lean_inc(x_564); -x_758 = l_Lean_Syntax_node2(x_564, x_755, x_757, x_583); -x_759 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_760 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_564); -x_761 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_761, 0, x_564); -lean_ctor_set(x_761, 1, x_760); -x_762 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -x_763 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; -x_764 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; -lean_inc(x_560); -lean_inc(x_559); -x_765 = l_Lean_addMacroScope(x_559, x_764, x_560); -lean_inc(x_564); -x_766 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_766, 0, x_564); -lean_ctor_set(x_766, 1, x_763); -lean_ctor_set(x_766, 2, x_765); -lean_ctor_set(x_766, 3, x_565); -lean_inc(x_564); -x_767 = l_Lean_Syntax_node2(x_564, x_643, x_645, x_591); -lean_inc(x_564); -x_768 = l_Lean_Syntax_node1(x_564, x_574, x_767); -x_769 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_564); +x_651 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_652 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_653 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_570); +x_654 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_654, 0, x_570); +lean_ctor_set(x_654, 1, x_653); +x_655 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_656 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_566); +lean_inc(x_565); +x_657 = l_Lean_addMacroScope(x_565, x_656, x_566); +x_658 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; +lean_inc(x_570); +x_659 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_659, 0, x_570); +lean_ctor_set(x_659, 1, x_655); +lean_ctor_set(x_659, 2, x_657); +lean_ctor_set(x_659, 3, x_658); +lean_inc(x_570); +x_660 = l_Lean_Syntax_node1(x_570, x_580, x_586); +lean_inc(x_570); +x_661 = l_Lean_Syntax_node2(x_570, x_575, x_659, x_660); +lean_inc_ref(x_654); +lean_inc(x_570); +x_662 = l_Lean_Syntax_node2(x_570, x_652, x_654, x_661); +lean_inc(x_662); +lean_inc_ref(x_589); +lean_inc(x_570); +x_663 = l_Lean_Syntax_node2(x_570, x_651, x_589, x_662); +x_664 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_665 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_570); +x_666 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_666, 0, x_570); +lean_ctor_set(x_666, 1, x_665); +x_667 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_668 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_570); +x_669 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_669, 0, x_570); +lean_ctor_set(x_669, 1, x_668); +x_670 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_671 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_672 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_673 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_674 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_566); +lean_inc(x_565); +x_675 = l_Lean_addMacroScope(x_565, x_674, x_566); +x_676 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; +lean_inc(x_570); +x_677 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_677, 0, x_570); +lean_ctor_set(x_677, 1, x_673); +lean_ctor_set(x_677, 2, x_675); +lean_ctor_set(x_677, 3, x_676); +lean_inc_ref(x_589); +lean_inc(x_570); +x_678 = l_Lean_Syntax_node2(x_570, x_672, x_677, x_589); +x_679 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_680 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_681 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_566); +lean_inc(x_565); +x_682 = l_Lean_addMacroScope(x_565, x_681, x_566); +lean_inc(x_570); +x_683 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_683, 0, x_570); +lean_ctor_set(x_683, 1, x_680); +lean_ctor_set(x_683, 2, x_682); +lean_ctor_set(x_683, 3, x_571); +lean_inc_ref(x_683); +lean_inc_ref(x_589); +lean_inc_ref(x_666); +lean_inc(x_570); +x_684 = l_Lean_Syntax_node3(x_570, x_679, x_666, x_589, x_683); +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_685 = l_Lean_Syntax_node3(x_570, x_580, x_589, x_589, x_684); +lean_inc(x_570); +x_686 = l_Lean_Syntax_node2(x_570, x_671, x_678, x_685); +x_687 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_688 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_566); +lean_inc(x_565); +x_689 = l_Lean_addMacroScope(x_565, x_688, x_566); +x_690 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; +lean_inc(x_570); +x_691 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_691, 0, x_570); +lean_ctor_set(x_691, 1, x_687); +lean_ctor_set(x_691, 2, x_689); +lean_ctor_set(x_691, 3, x_690); +lean_inc_ref(x_589); +lean_inc(x_570); +x_692 = l_Lean_Syntax_node2(x_570, x_672, x_691, x_589); +x_693 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_694 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_566); +lean_inc(x_565); +x_695 = l_Lean_addMacroScope(x_565, x_694, x_566); +lean_inc(x_570); +x_696 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_696, 0, x_570); +lean_ctor_set(x_696, 1, x_693); +lean_ctor_set(x_696, 2, x_695); +lean_ctor_set(x_696, 3, x_571); +lean_inc_ref(x_696); +lean_inc_ref(x_589); +lean_inc_ref(x_666); +lean_inc(x_570); +x_697 = l_Lean_Syntax_node3(x_570, x_679, x_666, x_589, x_696); +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_698 = l_Lean_Syntax_node3(x_570, x_580, x_589, x_589, x_697); +lean_inc(x_570); +x_699 = l_Lean_Syntax_node2(x_570, x_671, x_692, x_698); +lean_inc(x_570); +x_700 = l_Lean_Syntax_node3(x_570, x_580, x_686, x_619, x_699); +lean_inc(x_570); +x_701 = l_Lean_Syntax_node1(x_570, x_670, x_700); +x_702 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_589); +lean_inc(x_570); +x_703 = l_Lean_Syntax_node1(x_570, x_702, x_589); +x_704 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_570); +x_705 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_705, 0, x_570); +lean_ctor_set(x_705, 1, x_704); +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_706 = l_Lean_Syntax_node6(x_570, x_667, x_669, x_589, x_701, x_703, x_589, x_705); +x_707 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_708 = l_Lean_Syntax_node2(x_570, x_707, x_589, x_589); +x_709 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_710 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_711 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_712 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_713 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_570); +x_714 = l_Lean_Syntax_node1(x_570, x_713, x_683); +x_715 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; +x_716 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; +lean_inc(x_566); +lean_inc(x_565); +x_717 = l_Lean_addMacroScope(x_565, x_716, x_566); +lean_inc(x_570); +x_718 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_718, 0, x_570); +lean_ctor_set(x_718, 1, x_715); +lean_ctor_set(x_718, 2, x_717); +lean_ctor_set(x_718, 3, x_571); +lean_inc_ref(x_718); +lean_inc(x_570); +x_719 = l_Lean_Syntax_node1(x_570, x_580, x_718); +x_720 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; +x_721 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; +lean_inc(x_570); +x_722 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_722, 0, x_570); +lean_ctor_set(x_722, 1, x_720); +x_723 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; +lean_inc_ref(x_589); +lean_inc(x_570); +x_724 = l_Lean_Syntax_node1(x_570, x_723, x_589); +x_725 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; +x_726 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; +lean_inc(x_566); +lean_inc(x_565); +x_727 = l_Lean_addMacroScope(x_565, x_726, x_566); +lean_inc(x_570); +x_728 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_728, 0, x_570); +lean_ctor_set(x_728, 1, x_725); +lean_ctor_set(x_728, 2, x_727); +lean_ctor_set(x_728, 3, x_571); +lean_inc(x_570); +x_729 = l_Lean_Syntax_node1(x_570, x_713, x_728); +lean_inc(x_570); +x_730 = l_Lean_Syntax_node1(x_570, x_580, x_662); +lean_inc(x_706); +lean_inc_ref(x_666); +lean_inc_ref(x_589); +lean_inc(x_570); +x_731 = l_Lean_Syntax_node5(x_570, x_712, x_729, x_589, x_730, x_666, x_706); +lean_inc(x_570); +x_732 = l_Lean_Syntax_node1(x_570, x_711, x_731); +x_733 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; +x_734 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; +lean_inc(x_570); +x_735 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_735, 0, x_570); +lean_ctor_set(x_735, 1, x_733); +x_736 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; +lean_inc_ref(x_589); +lean_inc(x_570); +x_737 = l_Lean_Syntax_node2(x_570, x_736, x_589, x_718); +lean_inc(x_570); +x_738 = l_Lean_Syntax_node1(x_570, x_580, x_737); +x_739 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; +lean_inc(x_570); +x_740 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_740, 0, x_570); +lean_ctor_set(x_740, 1, x_739); +x_741 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; +x_742 = lean_array_size(x_35); +x_743 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_572, x_573, x_574, x_571, x_742, x_25, x_35); +x_744 = lean_array_size(x_743); +x_745 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_744, x_25, x_743); +x_746 = l_Array_append___redArg(x_581, x_745); +lean_dec_ref(x_745); +lean_inc(x_570); +x_747 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_747, 0, x_570); +lean_ctor_set(x_747, 1, x_580); +lean_ctor_set(x_747, 2, x_746); +lean_inc(x_570); +x_748 = l_Lean_Syntax_node1(x_570, x_741, x_747); +lean_inc_ref(x_740); +lean_inc_ref_n(x_589, 2); +lean_inc_ref(x_735); +lean_inc(x_570); +x_749 = l_Lean_Syntax_node6(x_570, x_734, x_735, x_589, x_589, x_738, x_740, x_748); +lean_inc_ref(x_589); +lean_inc(x_732); +lean_inc_ref(x_722); +lean_inc(x_570); +x_750 = l_Lean_Syntax_node5(x_570, x_721, x_722, x_724, x_732, x_589, x_749); +lean_inc_ref(x_666); +lean_inc_ref(x_589); +lean_inc(x_570); +x_751 = l_Lean_Syntax_node5(x_570, x_712, x_714, x_719, x_589, x_666, x_750); +lean_inc(x_570); +x_752 = l_Lean_Syntax_node1(x_570, x_711, x_751); +lean_inc(x_708); +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_753 = l_Lean_Syntax_node4(x_570, x_710, x_589, x_589, x_752, x_708); +lean_inc(x_570); +x_754 = l_Lean_Syntax_node1(x_570, x_713, x_696); +x_755 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_756 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_566); +lean_inc(x_565); +x_757 = l_Lean_addMacroScope(x_565, x_756, x_566); +lean_inc(x_570); +x_758 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_758, 0, x_570); +lean_ctor_set(x_758, 1, x_755); +lean_ctor_set(x_758, 2, x_757); +lean_ctor_set(x_758, 3, x_571); +lean_inc(x_570); +x_759 = l_Lean_Syntax_node1(x_570, x_580, x_758); +x_760 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_761 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_570); +x_762 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_762, 0, x_570); +lean_ctor_set(x_762, 1, x_760); +x_763 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_764 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_765 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; +lean_inc(x_570); +x_766 = l_Lean_Syntax_node2(x_570, x_765, x_722, x_732); +lean_inc_ref(x_589); +lean_inc(x_570); +x_767 = l_Lean_Syntax_node2(x_570, x_764, x_766, x_589); +x_768 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_769 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_570); x_770 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_770, 0, x_564); +lean_ctor_set(x_770, 0, x_570); lean_ctor_set(x_770, 1, x_769); x_771 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_772 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_773 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -lean_inc(x_560); -lean_inc(x_559); -x_774 = l_Lean_addMacroScope(x_559, x_773, x_560); -x_775 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; -lean_inc(x_564); -x_776 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_776, 0, x_564); -lean_ctor_set(x_776, 1, x_772); -lean_ctor_set(x_776, 2, x_774); -lean_ctor_set(x_776, 3, x_775); -lean_inc(x_750); -lean_inc(x_564); -x_777 = l_Lean_Syntax_node2(x_564, x_569, x_776, x_750); -lean_inc(x_564); -x_778 = l_Lean_Syntax_node1(x_564, x_771, x_777); -lean_inc_ref(x_766); -lean_inc(x_564); -x_779 = l_Lean_Syntax_node4(x_564, x_762, x_766, x_768, x_770, x_778); -lean_inc_ref(x_583); -lean_inc(x_564); -x_780 = l_Lean_Syntax_node3(x_564, x_759, x_761, x_583, x_779); -lean_inc_ref(x_583); -lean_inc(x_564); -x_781 = l_Lean_Syntax_node2(x_564, x_755, x_780, x_583); -x_782 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; -x_783 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; -x_784 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; -x_785 = l_Lean_addMacroScope(x_559, x_784, x_560); -x_786 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; -lean_inc(x_564); -x_787 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_787, 0, x_564); -lean_ctor_set(x_787, 1, x_783); -lean_ctor_set(x_787, 2, x_785); -lean_ctor_set(x_787, 3, x_786); -x_788 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; -lean_inc(x_564); -x_789 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_789, 0, x_564); -lean_ctor_set(x_789, 1, x_788); -lean_inc_ref(x_583); -lean_inc(x_564); -x_790 = l_Lean_Syntax_node2(x_564, x_727, x_583, x_766); -lean_inc(x_564); -x_791 = l_Lean_Syntax_node1(x_564, x_574, x_790); -x_792 = lean_array_size(x_36); -x_793 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_566, x_567, x_568, x_565, x_792, x_25, x_36); -x_794 = lean_array_size(x_793); -x_795 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_794, x_25, x_793); -x_796 = l_Array_append___redArg(x_575, x_795); -lean_dec_ref(x_795); -lean_inc(x_564); -x_797 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_797, 0, x_564); -lean_ctor_set(x_797, 1, x_574); -lean_ctor_set(x_797, 2, x_796); -lean_inc(x_564); -x_798 = l_Lean_Syntax_node1(x_564, x_732, x_797); -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_799 = l_Lean_Syntax_node6(x_564, x_725, x_726, x_583, x_583, x_791, x_731, x_798); -lean_inc(x_564); -x_800 = l_Lean_Syntax_node3(x_564, x_782, x_787, x_789, x_799); -lean_inc(x_564); -x_801 = l_Lean_Syntax_node1(x_564, x_771, x_800); -lean_inc_ref(x_583); -lean_inc(x_564); -x_802 = l_Lean_Syntax_node2(x_564, x_755, x_801, x_583); -lean_inc(x_564); -x_803 = l_Lean_Syntax_node3(x_564, x_574, x_758, x_781, x_802); -lean_inc(x_564); -x_804 = l_Lean_Syntax_node1(x_564, x_754, x_803); -lean_inc(x_564); -x_805 = l_Lean_Syntax_node2(x_564, x_752, x_753, x_804); -lean_inc_ref(x_657); -lean_inc_ref(x_583); -lean_inc(x_564); -x_806 = l_Lean_Syntax_node5(x_564, x_703, x_745, x_750, x_583, x_657, x_805); -lean_inc(x_564); -x_807 = l_Lean_Syntax_node1(x_564, x_702, x_806); -lean_inc(x_699); -lean_inc_ref_n(x_583, 2); -lean_inc(x_564); -x_808 = l_Lean_Syntax_node4(x_564, x_701, x_583, x_583, x_807, x_699); -lean_inc_ref(x_583); -lean_inc(x_564); -x_809 = l_Lean_Syntax_node3(x_564, x_574, x_744, x_583, x_808); -lean_inc_ref(x_583); -lean_inc(x_564); -x_810 = l_Lean_Syntax_node3(x_564, x_700, x_596, x_809, x_583); -lean_inc(x_564); -x_811 = l_Lean_Syntax_node1(x_564, x_574, x_810); -lean_inc(x_564); -x_812 = l_Lean_Syntax_node4(x_564, x_655, x_657, x_697, x_699, x_811); -lean_inc_ref(x_583); -lean_inc(x_564); -x_813 = l_Lean_Syntax_node6(x_564, x_638, x_640, x_641, x_583, x_583, x_654, x_812); -lean_inc(x_564); -x_814 = l_Lean_Syntax_node2(x_564, x_581, x_636, x_813); -lean_inc(x_564); -x_815 = l_Lean_Syntax_node3(x_564, x_623, x_629, x_630, x_814); -x_816 = l_Lean_Syntax_node2(x_564, x_574, x_621, x_815); -x_817 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_817, 0, x_816); -lean_ctor_set(x_817, 1, x_557); -return x_817; +x_772 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; +x_773 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; +lean_inc(x_566); +lean_inc(x_565); +x_774 = l_Lean_addMacroScope(x_565, x_773, x_566); +lean_inc(x_570); +x_775 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_775, 0, x_570); +lean_ctor_set(x_775, 1, x_772); +lean_ctor_set(x_775, 2, x_774); +lean_ctor_set(x_775, 3, x_571); +lean_inc(x_570); +x_776 = l_Lean_Syntax_node2(x_570, x_652, x_654, x_597); +lean_inc(x_570); +x_777 = l_Lean_Syntax_node1(x_570, x_580, x_776); +x_778 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_570); +x_779 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_779, 0, x_570); +lean_ctor_set(x_779, 1, x_778); +x_780 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_781 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_782 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +lean_inc(x_566); +lean_inc(x_565); +x_783 = l_Lean_addMacroScope(x_565, x_782, x_566); +x_784 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; +lean_inc(x_570); +x_785 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_785, 0, x_570); +lean_ctor_set(x_785, 1, x_781); +lean_ctor_set(x_785, 2, x_783); +lean_ctor_set(x_785, 3, x_784); +lean_inc(x_759); +lean_inc(x_570); +x_786 = l_Lean_Syntax_node2(x_570, x_575, x_785, x_759); +lean_inc(x_570); +x_787 = l_Lean_Syntax_node1(x_570, x_780, x_786); +lean_inc_ref(x_775); +lean_inc(x_570); +x_788 = l_Lean_Syntax_node4(x_570, x_771, x_775, x_777, x_779, x_787); +lean_inc_ref(x_589); +lean_inc(x_570); +x_789 = l_Lean_Syntax_node3(x_570, x_768, x_770, x_589, x_788); +lean_inc_ref(x_589); +lean_inc(x_570); +x_790 = l_Lean_Syntax_node2(x_570, x_764, x_789, x_589); +x_791 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; +x_792 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; +x_793 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; +x_794 = l_Lean_addMacroScope(x_565, x_793, x_566); +x_795 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; +lean_inc(x_570); +x_796 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_796, 0, x_570); +lean_ctor_set(x_796, 1, x_792); +lean_ctor_set(x_796, 2, x_794); +lean_ctor_set(x_796, 3, x_795); +x_797 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; +lean_inc(x_570); +x_798 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_798, 0, x_570); +lean_ctor_set(x_798, 1, x_797); +lean_inc_ref(x_589); +lean_inc(x_570); +x_799 = l_Lean_Syntax_node2(x_570, x_736, x_589, x_775); +lean_inc(x_570); +x_800 = l_Lean_Syntax_node1(x_570, x_580, x_799); +x_801 = lean_array_size(x_36); +x_802 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_572, x_573, x_574, x_571, x_801, x_25, x_36); +x_803 = lean_array_size(x_802); +x_804 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_803, x_25, x_802); +x_805 = l_Array_append___redArg(x_581, x_804); +lean_dec_ref(x_804); +lean_inc(x_570); +x_806 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_806, 0, x_570); +lean_ctor_set(x_806, 1, x_580); +lean_ctor_set(x_806, 2, x_805); +lean_inc(x_570); +x_807 = l_Lean_Syntax_node1(x_570, x_741, x_806); +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_808 = l_Lean_Syntax_node6(x_570, x_734, x_735, x_589, x_589, x_800, x_740, x_807); +lean_inc(x_570); +x_809 = l_Lean_Syntax_node3(x_570, x_791, x_796, x_798, x_808); +lean_inc(x_570); +x_810 = l_Lean_Syntax_node1(x_570, x_780, x_809); +lean_inc_ref(x_589); +lean_inc(x_570); +x_811 = l_Lean_Syntax_node2(x_570, x_764, x_810, x_589); +lean_inc(x_570); +x_812 = l_Lean_Syntax_node3(x_570, x_580, x_767, x_790, x_811); +lean_inc(x_570); +x_813 = l_Lean_Syntax_node1(x_570, x_763, x_812); +lean_inc(x_570); +x_814 = l_Lean_Syntax_node2(x_570, x_761, x_762, x_813); +lean_inc_ref(x_666); +lean_inc_ref(x_589); +lean_inc(x_570); +x_815 = l_Lean_Syntax_node5(x_570, x_712, x_754, x_759, x_589, x_666, x_814); +lean_inc(x_570); +x_816 = l_Lean_Syntax_node1(x_570, x_711, x_815); +lean_inc(x_708); +lean_inc_ref_n(x_589, 2); +lean_inc(x_570); +x_817 = l_Lean_Syntax_node4(x_570, x_710, x_589, x_589, x_816, x_708); +lean_inc_ref(x_589); +lean_inc(x_570); +x_818 = l_Lean_Syntax_node3(x_570, x_580, x_753, x_589, x_817); +lean_inc_ref(x_589); +lean_inc(x_570); +x_819 = l_Lean_Syntax_node3(x_570, x_709, x_602, x_818, x_589); +lean_inc(x_570); +x_820 = l_Lean_Syntax_node1(x_570, x_580, x_819); +lean_inc(x_570); +x_821 = l_Lean_Syntax_node4(x_570, x_664, x_666, x_706, x_708, x_820); +lean_inc_ref(x_589); +lean_inc(x_570); +x_822 = l_Lean_Syntax_node6(x_570, x_647, x_649, x_650, x_589, x_589, x_663, x_821); +lean_inc(x_570); +x_823 = l_Lean_Syntax_node2(x_570, x_587, x_645, x_822); +lean_inc(x_570); +x_824 = l_Lean_Syntax_node3(x_570, x_632, x_638, x_639, x_823); +x_825 = l_Lean_Syntax_node2(x_570, x_580, x_630, x_824); +x_826 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_826, 0, x_825); +lean_ctor_set(x_826, 1, x_563); +return x_826; } } else { -uint8_t x_818; +uint8_t x_827; lean_free_object(x_33); lean_dec(x_36); lean_dec(x_35); @@ -17987,1402 +18072,1416 @@ lean_free_object(x_29); lean_dec(x_31); lean_dec_ref(x_21); lean_dec_ref(x_18); -x_818 = !lean_is_exclusive(x_38); -if (x_818 == 0) +x_827 = !lean_is_exclusive(x_38); +if (x_827 == 0) { return x_38; } else { -lean_object* x_819; lean_object* x_820; lean_object* x_821; -x_819 = lean_ctor_get(x_38, 0); -x_820 = lean_ctor_get(x_38, 1); -lean_inc(x_820); -lean_inc(x_819); +lean_object* x_828; lean_object* x_829; lean_object* x_830; +x_828 = lean_ctor_get(x_38, 0); +x_829 = lean_ctor_get(x_38, 1); +lean_inc(x_829); +lean_inc(x_828); lean_dec(x_38); -x_821 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_821, 0, x_819); -lean_ctor_set(x_821, 1, x_820); -return x_821; +x_830 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_830, 0, x_828); +lean_ctor_set(x_830, 1, x_829); +return x_830; } } } else { -lean_object* x_822; lean_object* x_823; size_t x_824; lean_object* x_825; -x_822 = lean_ctor_get(x_33, 0); -x_823 = lean_ctor_get(x_33, 1); -lean_inc(x_823); -lean_inc(x_822); -lean_dec(x_33); -x_824 = lean_array_size(x_2); -x_825 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_824, x_25, x_2, x_16, x_18, x_19, x_28); -lean_dec(x_19); -if (lean_obj_tag(x_825) == 0) -{ -lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; uint8_t 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; size_t 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; size_t 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; 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; 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; size_t x_1005; lean_object* x_1006; size_t 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; size_t x_1064; lean_object* x_1065; size_t 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_object* x_1086; lean_object* x_1087; lean_object* x_1088; lean_object* x_1089; -x_826 = lean_ctor_get(x_825, 0); -lean_inc(x_826); -x_827 = lean_ctor_get(x_825, 1); -lean_inc(x_827); -if (lean_is_exclusive(x_825)) { - lean_ctor_release(x_825, 0); - lean_ctor_release(x_825, 1); - x_828 = x_825; -} else { - lean_dec_ref(x_825); - x_828 = lean_box(0); -} -x_829 = lean_ctor_get(x_18, 5); -lean_inc(x_829); -x_830 = lean_ctor_get(x_18, 10); -lean_inc(x_830); -x_831 = lean_ctor_get(x_18, 11); -lean_inc(x_831); -lean_dec_ref(x_18); -x_832 = lean_ctor_get(x_21, 0); +lean_object* x_831; lean_object* x_832; size_t x_833; lean_object* x_834; +x_831 = lean_ctor_get(x_33, 0); +x_832 = lean_ctor_get(x_33, 1); lean_inc(x_832); +lean_inc(x_831); +lean_dec(x_33); +x_833 = lean_array_size(x_2); +x_834 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_833, x_25, x_2, x_16, x_18, x_19, x_28); +lean_dec(x_19); +if (lean_obj_tag(x_834) == 0) +{ +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; uint8_t 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; size_t 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; size_t 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; 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; size_t x_1017; lean_object* x_1018; size_t 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; size_t x_1076; lean_object* x_1077; size_t 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; 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; +x_835 = lean_ctor_get(x_834, 0); +lean_inc(x_835); +x_836 = lean_ctor_get(x_834, 1); +lean_inc(x_836); +if (lean_is_exclusive(x_834)) { + lean_ctor_release(x_834, 0); + lean_ctor_release(x_834, 1); + x_837 = x_834; +} else { + lean_dec_ref(x_834); + x_837 = lean_box(0); +} +x_838 = lean_ctor_get(x_18, 5); +lean_inc(x_838); +x_839 = lean_ctor_get(x_18, 10); +lean_inc(x_839); +x_840 = lean_ctor_get(x_18, 11); +lean_inc(x_840); +lean_dec_ref(x_18); +x_841 = lean_ctor_get(x_21, 0); +lean_inc(x_841); if (lean_is_exclusive(x_21)) { lean_ctor_release(x_21, 0); lean_ctor_release(x_21, 1); lean_ctor_release(x_21, 2); - x_833 = x_21; + x_842 = x_21; } else { lean_dec_ref(x_21); - x_833 = lean_box(0); + x_842 = lean_box(0); } -x_834 = 0; -x_835 = l_Lean_SourceInfo_fromRef(x_829, x_834); -lean_dec(x_829); -x_836 = lean_box(0); -x_837 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_838 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_839 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_840 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_841 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_842 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_835); -x_843 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_843, 0, x_835); -lean_ctor_set(x_843, 1, x_842); -x_844 = l_Lean_mkCIdent(x_832); -lean_inc(x_835); -x_845 = l_Lean_Syntax_node2(x_835, x_841, x_843, x_844); -x_846 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_847 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -x_848 = lean_array_size(x_826); -x_849 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_848, x_25, x_826); -x_850 = l_Array_append___redArg(x_847, x_849); -lean_dec_ref(x_849); -lean_inc(x_835); -if (lean_is_scalar(x_833)) { - x_851 = lean_alloc_ctor(1, 3, 0); +x_843 = 0; +x_844 = l_Lean_SourceInfo_fromRef(x_838, x_843); +lean_dec(x_838); +x_845 = lean_box(0); +x_846 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_847 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_848 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_849 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_850 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_851 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_844); +x_852 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_852, 0, x_844); +lean_ctor_set(x_852, 1, x_851); +x_853 = l_Lean_mkCIdent(x_841); +lean_inc(x_844); +x_854 = l_Lean_Syntax_node2(x_844, x_850, x_852, x_853); +x_855 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_856 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +x_857 = lean_array_size(x_835); +x_858 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_857, x_25, x_835); +x_859 = l_Array_append___redArg(x_856, x_858); +lean_dec_ref(x_858); +lean_inc(x_844); +if (lean_is_scalar(x_842)) { + x_860 = lean_alloc_ctor(1, 3, 0); } else { - x_851 = x_833; - lean_ctor_set_tag(x_851, 1); + x_860 = x_842; + lean_ctor_set_tag(x_860, 1); } -lean_ctor_set(x_851, 0, x_835); -lean_ctor_set(x_851, 1, x_846); -lean_ctor_set(x_851, 2, x_850); -lean_inc(x_835); -x_852 = l_Lean_Syntax_node2(x_835, x_840, x_845, x_851); -x_853 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_854 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -lean_inc(x_835); -x_855 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_855, 0, x_835); -lean_ctor_set(x_855, 1, x_846); -lean_ctor_set(x_855, 2, x_847); -lean_inc_ref_n(x_855, 7); -lean_inc(x_835); -x_856 = l_Lean_Syntax_node7(x_835, x_854, x_855, x_855, x_855, x_855, x_855, x_855, x_855); -x_857 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; -x_858 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; -lean_inc(x_835); +lean_ctor_set(x_860, 0, x_844); +lean_ctor_set(x_860, 1, x_855); +lean_ctor_set(x_860, 2, x_859); +lean_inc(x_844); +x_861 = l_Lean_Syntax_node2(x_844, x_849, x_854, x_860); +x_862 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_863 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +lean_inc(x_844); +x_864 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_864, 0, x_844); +lean_ctor_set(x_864, 1, x_855); +lean_ctor_set(x_864, 2, x_856); +lean_inc_ref_n(x_864, 7); +lean_inc(x_844); +x_865 = l_Lean_Syntax_node7(x_844, x_863, x_864, x_864, x_864, x_864, x_864, x_864, x_864); +x_866 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; +x_867 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; +lean_inc(x_844); lean_ctor_set_tag(x_29, 2); -lean_ctor_set(x_29, 1, x_857); -lean_ctor_set(x_29, 0, x_835); -x_859 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_860 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_861 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_831); -lean_inc(x_830); -x_862 = l_Lean_addMacroScope(x_830, x_861, x_831); -lean_inc(x_835); -x_863 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_863, 0, x_835); -lean_ctor_set(x_863, 1, x_860); -lean_ctor_set(x_863, 2, x_862); -lean_ctor_set(x_863, 3, x_836); -lean_inc_ref(x_855); -lean_inc_ref(x_863); -lean_inc(x_835); -x_864 = l_Lean_Syntax_node2(x_835, x_859, x_863, x_855); -x_865 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_866 = l_Lean_Syntax_node2(x_835, x_865, x_855, x_855); -x_867 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_835); -x_868 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_868, 0, x_835); -lean_ctor_set(x_868, 1, x_867); -lean_inc_ref(x_868); -lean_inc(x_835); -x_869 = l_Lean_Syntax_node1(x_835, x_846, x_868); -x_870 = lean_array_size(x_31); -x_871 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_870, x_25, x_31); -x_872 = l_Array_append___redArg(x_847, x_871); -lean_dec_ref(x_871); -lean_inc(x_835); -x_873 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_873, 0, x_835); -lean_ctor_set(x_873, 1, x_846); -lean_ctor_set(x_873, 2, x_872); -x_874 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_875 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_835); -x_876 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_876, 0, x_835); -lean_ctor_set(x_876, 1, x_875); -x_877 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_878 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_831); -lean_inc(x_830); -x_879 = l_Lean_addMacroScope(x_830, x_878, x_831); -x_880 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; -lean_inc(x_835); -x_881 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_881, 0, x_835); -lean_ctor_set(x_881, 1, x_877); -lean_ctor_set(x_881, 2, x_879); -lean_ctor_set(x_881, 3, x_880); -x_882 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_835); -x_883 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_883, 0, x_835); -lean_ctor_set(x_883, 1, x_882); -x_884 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_885 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_831); -lean_inc(x_830); -x_886 = l_Lean_addMacroScope(x_830, x_885, x_831); -x_887 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; -lean_inc(x_835); -x_888 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_888, 0, x_835); -lean_ctor_set(x_888, 1, x_884); -lean_ctor_set(x_888, 2, x_886); -lean_ctor_set(x_888, 3, x_887); -lean_inc_ref(x_883); -lean_inc(x_835); -x_889 = l_Lean_Syntax_node3(x_835, x_846, x_881, x_883, x_888); -lean_inc(x_835); -x_890 = l_Lean_Syntax_node2(x_835, x_846, x_876, x_889); -lean_inc(x_835); -x_891 = l_Lean_Syntax_node1(x_835, x_874, x_890); -lean_inc_ref(x_855); -lean_inc(x_835); -x_892 = l_Lean_Syntax_node7(x_835, x_858, x_29, x_864, x_866, x_869, x_873, x_855, x_891); -lean_inc(x_835); -x_893 = l_Lean_Syntax_node2(x_835, x_853, x_856, x_892); -x_894 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_895 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_896 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_897 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_835); -x_898 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_898, 0, x_835); -lean_ctor_set(x_898, 1, x_896); -x_899 = l_Array_append___redArg(x_847, x_3); -lean_inc(x_835); -x_900 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_900, 0, x_835); -lean_ctor_set(x_900, 1, x_846); -lean_ctor_set(x_900, 2, x_899); -lean_inc(x_835); -x_901 = l_Lean_Syntax_node2(x_835, x_897, x_898, x_900); -lean_inc(x_835); -x_902 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_902, 0, x_835); -lean_ctor_set(x_902, 1, x_894); -x_903 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; -x_904 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; -lean_inc(x_835); -x_905 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_905, 0, x_835); -lean_ctor_set(x_905, 1, x_903); -lean_inc(x_835); -x_906 = l_Lean_Syntax_node1(x_835, x_904, x_905); -lean_inc(x_835); -x_907 = l_Lean_Syntax_node1(x_835, x_846, x_906); -lean_inc_ref_n(x_855, 6); -lean_inc(x_835); -x_908 = l_Lean_Syntax_node7(x_835, x_854, x_855, x_855, x_855, x_855, x_855, x_855, x_907); -x_909 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_910 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_911 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_855); -lean_inc(x_835); -x_912 = l_Lean_Syntax_node1(x_835, x_911, x_855); -lean_inc(x_835); -x_913 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_913, 0, x_835); -lean_ctor_set(x_913, 1, x_909); -x_914 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_915 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_916 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_835); +lean_ctor_set(x_29, 1, x_866); +lean_ctor_set(x_29, 0, x_844); +x_868 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_869 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_870 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_840); +lean_inc(x_839); +x_871 = l_Lean_addMacroScope(x_839, x_870, x_840); +lean_inc(x_844); +x_872 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_872, 0, x_844); +lean_ctor_set(x_872, 1, x_869); +lean_ctor_set(x_872, 2, x_871); +lean_ctor_set(x_872, 3, x_845); +lean_inc_ref(x_864); +lean_inc_ref(x_872); +lean_inc(x_844); +x_873 = l_Lean_Syntax_node2(x_844, x_868, x_872, x_864); +x_874 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_875 = l_Lean_Syntax_node2(x_844, x_874, x_864, x_864); +x_876 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_844); +x_877 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_877, 0, x_844); +lean_ctor_set(x_877, 1, x_876); +lean_inc_ref(x_877); +lean_inc(x_844); +x_878 = l_Lean_Syntax_node1(x_844, x_855, x_877); +x_879 = lean_array_size(x_31); +x_880 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_879, x_25, x_31); +x_881 = l_Array_append___redArg(x_856, x_880); +lean_dec_ref(x_880); +lean_inc(x_844); +x_882 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_882, 0, x_844); +lean_ctor_set(x_882, 1, x_855); +lean_ctor_set(x_882, 2, x_881); +x_883 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_884 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_844); +x_885 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_885, 0, x_844); +lean_ctor_set(x_885, 1, x_884); +x_886 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_887 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_888 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_840); +lean_inc(x_839); +x_889 = l_Lean_addMacroScope(x_839, x_888, x_840); +x_890 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; +lean_inc(x_844); +x_891 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_891, 0, x_844); +lean_ctor_set(x_891, 1, x_887); +lean_ctor_set(x_891, 2, x_889); +lean_ctor_set(x_891, 3, x_890); +lean_inc_ref(x_864); +lean_inc(x_844); +x_892 = l_Lean_Syntax_node2(x_844, x_886, x_864, x_891); +x_893 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_844); +x_894 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_894, 0, x_844); +lean_ctor_set(x_894, 1, x_893); +x_895 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_896 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_840); +lean_inc(x_839); +x_897 = l_Lean_addMacroScope(x_839, x_896, x_840); +x_898 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; +lean_inc(x_844); +x_899 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_899, 0, x_844); +lean_ctor_set(x_899, 1, x_895); +lean_ctor_set(x_899, 2, x_897); +lean_ctor_set(x_899, 3, x_898); +lean_inc_ref(x_864); +lean_inc(x_844); +x_900 = l_Lean_Syntax_node2(x_844, x_886, x_864, x_899); +lean_inc_ref(x_894); +lean_inc(x_844); +x_901 = l_Lean_Syntax_node3(x_844, x_855, x_892, x_894, x_900); +lean_inc(x_844); +x_902 = l_Lean_Syntax_node2(x_844, x_855, x_885, x_901); +lean_inc(x_844); +x_903 = l_Lean_Syntax_node1(x_844, x_883, x_902); +lean_inc_ref(x_864); +lean_inc(x_844); +x_904 = l_Lean_Syntax_node7(x_844, x_867, x_29, x_873, x_875, x_878, x_882, x_864, x_903); +lean_inc(x_844); +x_905 = l_Lean_Syntax_node2(x_844, x_862, x_865, x_904); +x_906 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_907 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_908 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_909 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_844); +x_910 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_910, 0, x_844); +lean_ctor_set(x_910, 1, x_908); +x_911 = l_Array_append___redArg(x_856, x_3); +lean_inc(x_844); +x_912 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_912, 0, x_844); +lean_ctor_set(x_912, 1, x_855); +lean_ctor_set(x_912, 2, x_911); +lean_inc(x_844); +x_913 = l_Lean_Syntax_node2(x_844, x_909, x_910, x_912); +lean_inc(x_844); +x_914 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_914, 0, x_844); +lean_ctor_set(x_914, 1, x_906); +x_915 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; +x_916 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; +lean_inc(x_844); x_917 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_917, 0, x_835); -lean_ctor_set(x_917, 1, x_916); -x_918 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_919 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_831); -lean_inc(x_830); -x_920 = l_Lean_addMacroScope(x_830, x_919, x_831); -x_921 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; -lean_inc(x_835); -x_922 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_922, 0, x_835); -lean_ctor_set(x_922, 1, x_918); -lean_ctor_set(x_922, 2, x_920); -lean_ctor_set(x_922, 3, x_921); -lean_inc(x_835); -x_923 = l_Lean_Syntax_node1(x_835, x_846, x_852); -lean_inc(x_835); -x_924 = l_Lean_Syntax_node2(x_835, x_840, x_922, x_923); -lean_inc_ref(x_917); -lean_inc(x_835); -x_925 = l_Lean_Syntax_node2(x_835, x_915, x_917, x_924); -lean_inc(x_925); -lean_inc_ref(x_855); -lean_inc(x_835); -x_926 = l_Lean_Syntax_node2(x_835, x_914, x_855, x_925); -x_927 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_928 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_835); +lean_ctor_set(x_917, 0, x_844); +lean_ctor_set(x_917, 1, x_915); +lean_inc(x_844); +x_918 = l_Lean_Syntax_node1(x_844, x_916, x_917); +lean_inc(x_844); +x_919 = l_Lean_Syntax_node1(x_844, x_855, x_918); +lean_inc_ref_n(x_864, 6); +lean_inc(x_844); +x_920 = l_Lean_Syntax_node7(x_844, x_863, x_864, x_864, x_864, x_864, x_864, x_864, x_919); +x_921 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_922 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_923 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_864); +lean_inc(x_844); +x_924 = l_Lean_Syntax_node1(x_844, x_923, x_864); +lean_inc(x_844); +x_925 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_925, 0, x_844); +lean_ctor_set(x_925, 1, x_921); +x_926 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_927 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_928 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_844); x_929 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_929, 0, x_835); +lean_ctor_set(x_929, 0, x_844); lean_ctor_set(x_929, 1, x_928); -x_930 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_931 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_835); -x_932 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_932, 0, x_835); -lean_ctor_set(x_932, 1, x_931); -x_933 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_934 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_935 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_936 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_937 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_831); -lean_inc(x_830); -x_938 = l_Lean_addMacroScope(x_830, x_937, x_831); -x_939 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; -lean_inc(x_835); -x_940 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_940, 0, x_835); -lean_ctor_set(x_940, 1, x_936); -lean_ctor_set(x_940, 2, x_938); -lean_ctor_set(x_940, 3, x_939); -lean_inc_ref(x_855); -lean_inc(x_835); -x_941 = l_Lean_Syntax_node2(x_835, x_935, x_940, x_855); -x_942 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_943 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_944 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_831); -lean_inc(x_830); -x_945 = l_Lean_addMacroScope(x_830, x_944, x_831); -lean_inc(x_835); -x_946 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_946, 0, x_835); -lean_ctor_set(x_946, 1, x_943); -lean_ctor_set(x_946, 2, x_945); -lean_ctor_set(x_946, 3, x_836); -lean_inc_ref(x_946); -lean_inc_ref(x_855); +x_930 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_931 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_840); +lean_inc(x_839); +x_932 = l_Lean_addMacroScope(x_839, x_931, x_840); +x_933 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; +lean_inc(x_844); +x_934 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_934, 0, x_844); +lean_ctor_set(x_934, 1, x_930); +lean_ctor_set(x_934, 2, x_932); +lean_ctor_set(x_934, 3, x_933); +lean_inc(x_844); +x_935 = l_Lean_Syntax_node1(x_844, x_855, x_861); +lean_inc(x_844); +x_936 = l_Lean_Syntax_node2(x_844, x_849, x_934, x_935); lean_inc_ref(x_929); -lean_inc(x_835); -x_947 = l_Lean_Syntax_node3(x_835, x_942, x_929, x_855, x_946); -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_948 = l_Lean_Syntax_node3(x_835, x_846, x_855, x_855, x_947); -lean_inc(x_835); -x_949 = l_Lean_Syntax_node2(x_835, x_934, x_941, x_948); -x_950 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_951 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_831); -lean_inc(x_830); -x_952 = l_Lean_addMacroScope(x_830, x_951, x_831); -x_953 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; -lean_inc(x_835); -x_954 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_954, 0, x_835); -lean_ctor_set(x_954, 1, x_950); -lean_ctor_set(x_954, 2, x_952); -lean_ctor_set(x_954, 3, x_953); -lean_inc_ref(x_855); -lean_inc(x_835); -x_955 = l_Lean_Syntax_node2(x_835, x_935, x_954, x_855); -x_956 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_957 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_831); -lean_inc(x_830); -x_958 = l_Lean_addMacroScope(x_830, x_957, x_831); -lean_inc(x_835); -x_959 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_959, 0, x_835); -lean_ctor_set(x_959, 1, x_956); -lean_ctor_set(x_959, 2, x_958); -lean_ctor_set(x_959, 3, x_836); -lean_inc_ref(x_959); -lean_inc_ref(x_855); -lean_inc_ref(x_929); -lean_inc(x_835); -x_960 = l_Lean_Syntax_node3(x_835, x_942, x_929, x_855, x_959); -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_961 = l_Lean_Syntax_node3(x_835, x_846, x_855, x_855, x_960); -lean_inc(x_835); -x_962 = l_Lean_Syntax_node2(x_835, x_934, x_955, x_961); -lean_inc(x_835); -x_963 = l_Lean_Syntax_node3(x_835, x_846, x_949, x_883, x_962); -lean_inc(x_835); -x_964 = l_Lean_Syntax_node1(x_835, x_933, x_963); -x_965 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_855); -lean_inc(x_835); -x_966 = l_Lean_Syntax_node1(x_835, x_965, x_855); -x_967 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_835); -x_968 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_968, 0, x_835); -lean_ctor_set(x_968, 1, x_967); -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_969 = l_Lean_Syntax_node6(x_835, x_930, x_932, x_855, x_964, x_966, x_855, x_968); -x_970 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_971 = l_Lean_Syntax_node2(x_835, x_970, x_855, x_855); -x_972 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_973 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_974 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_975 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_976 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_835); -x_977 = l_Lean_Syntax_node1(x_835, x_976, x_946); -x_978 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; -x_979 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; -lean_inc(x_831); -lean_inc(x_830); -x_980 = l_Lean_addMacroScope(x_830, x_979, x_831); -lean_inc(x_835); -x_981 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_981, 0, x_835); -lean_ctor_set(x_981, 1, x_978); -lean_ctor_set(x_981, 2, x_980); -lean_ctor_set(x_981, 3, x_836); -lean_inc_ref(x_981); -lean_inc(x_835); -x_982 = l_Lean_Syntax_node1(x_835, x_846, x_981); -x_983 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; -x_984 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; -lean_inc(x_835); -x_985 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_985, 0, x_835); -lean_ctor_set(x_985, 1, x_983); -x_986 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; -lean_inc_ref(x_855); -lean_inc(x_835); -x_987 = l_Lean_Syntax_node1(x_835, x_986, x_855); -x_988 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; -x_989 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; -lean_inc(x_831); -lean_inc(x_830); -x_990 = l_Lean_addMacroScope(x_830, x_989, x_831); -lean_inc(x_835); -x_991 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_991, 0, x_835); -lean_ctor_set(x_991, 1, x_988); -lean_ctor_set(x_991, 2, x_990); -lean_ctor_set(x_991, 3, x_836); -lean_inc(x_835); -x_992 = l_Lean_Syntax_node1(x_835, x_976, x_991); -lean_inc(x_835); -x_993 = l_Lean_Syntax_node1(x_835, x_846, x_925); -lean_inc(x_969); -lean_inc_ref(x_929); -lean_inc_ref(x_855); -lean_inc(x_835); -x_994 = l_Lean_Syntax_node5(x_835, x_975, x_992, x_855, x_993, x_929, x_969); -lean_inc(x_835); -x_995 = l_Lean_Syntax_node1(x_835, x_974, x_994); -x_996 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; -x_997 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; -lean_inc(x_835); -x_998 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_998, 0, x_835); -lean_ctor_set(x_998, 1, x_996); -x_999 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; -lean_inc_ref(x_855); -lean_inc(x_835); -x_1000 = l_Lean_Syntax_node2(x_835, x_999, x_855, x_981); -lean_inc(x_835); -x_1001 = l_Lean_Syntax_node1(x_835, x_846, x_1000); -x_1002 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; -lean_inc(x_835); -x_1003 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1003, 0, x_835); -lean_ctor_set(x_1003, 1, x_1002); -x_1004 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; -x_1005 = lean_array_size(x_822); -x_1006 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_837, x_838, x_839, x_836, x_1005, x_25, x_822); -x_1007 = lean_array_size(x_1006); -x_1008 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1007, x_25, x_1006); -x_1009 = l_Array_append___redArg(x_847, x_1008); -lean_dec_ref(x_1008); -lean_inc(x_835); -x_1010 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1010, 0, x_835); -lean_ctor_set(x_1010, 1, x_846); -lean_ctor_set(x_1010, 2, x_1009); -lean_inc(x_835); -x_1011 = l_Lean_Syntax_node1(x_835, x_1004, x_1010); -lean_inc_ref(x_1003); -lean_inc_ref_n(x_855, 2); -lean_inc_ref(x_998); -lean_inc(x_835); -x_1012 = l_Lean_Syntax_node6(x_835, x_997, x_998, x_855, x_855, x_1001, x_1003, x_1011); -lean_inc_ref(x_855); -lean_inc(x_995); -lean_inc_ref(x_985); -lean_inc(x_835); -x_1013 = l_Lean_Syntax_node5(x_835, x_984, x_985, x_987, x_995, x_855, x_1012); -lean_inc_ref(x_929); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1014 = l_Lean_Syntax_node5(x_835, x_975, x_977, x_982, x_855, x_929, x_1013); -lean_inc(x_835); -x_1015 = l_Lean_Syntax_node1(x_835, x_974, x_1014); -lean_inc(x_971); -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_1016 = l_Lean_Syntax_node4(x_835, x_973, x_855, x_855, x_1015, x_971); -lean_inc(x_835); -x_1017 = l_Lean_Syntax_node1(x_835, x_976, x_959); -x_1018 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_1019 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_831); -lean_inc(x_830); -x_1020 = l_Lean_addMacroScope(x_830, x_1019, x_831); -lean_inc(x_835); -x_1021 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1021, 0, x_835); -lean_ctor_set(x_1021, 1, x_1018); -lean_ctor_set(x_1021, 2, x_1020); -lean_ctor_set(x_1021, 3, x_836); -lean_inc(x_835); -x_1022 = l_Lean_Syntax_node1(x_835, x_846, x_1021); -x_1023 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_1024 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_835); -x_1025 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1025, 0, x_835); -lean_ctor_set(x_1025, 1, x_1023); -x_1026 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_1027 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_1028 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; -lean_inc(x_835); -x_1029 = l_Lean_Syntax_node2(x_835, x_1028, x_985, x_995); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1030 = l_Lean_Syntax_node2(x_835, x_1027, x_1029, x_855); -x_1031 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_1032 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_835); -x_1033 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1033, 0, x_835); -lean_ctor_set(x_1033, 1, x_1032); -x_1034 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -x_1035 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; -x_1036 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; -lean_inc(x_831); -lean_inc(x_830); -x_1037 = l_Lean_addMacroScope(x_830, x_1036, x_831); -lean_inc(x_835); -x_1038 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1038, 0, x_835); -lean_ctor_set(x_1038, 1, x_1035); -lean_ctor_set(x_1038, 2, x_1037); -lean_ctor_set(x_1038, 3, x_836); -lean_inc(x_835); -x_1039 = l_Lean_Syntax_node2(x_835, x_915, x_917, x_863); -lean_inc(x_835); -x_1040 = l_Lean_Syntax_node1(x_835, x_846, x_1039); -x_1041 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_835); -x_1042 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1042, 0, x_835); -lean_ctor_set(x_1042, 1, x_1041); -x_1043 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_1044 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_1045 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -lean_inc(x_831); -lean_inc(x_830); -x_1046 = l_Lean_addMacroScope(x_830, x_1045, x_831); -x_1047 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; -lean_inc(x_835); -x_1048 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1048, 0, x_835); -lean_ctor_set(x_1048, 1, x_1044); -lean_ctor_set(x_1048, 2, x_1046); -lean_ctor_set(x_1048, 3, x_1047); -lean_inc(x_1022); -lean_inc(x_835); -x_1049 = l_Lean_Syntax_node2(x_835, x_840, x_1048, x_1022); -lean_inc(x_835); -x_1050 = l_Lean_Syntax_node1(x_835, x_1043, x_1049); -lean_inc_ref(x_1038); -lean_inc(x_835); -x_1051 = l_Lean_Syntax_node4(x_835, x_1034, x_1038, x_1040, x_1042, x_1050); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1052 = l_Lean_Syntax_node3(x_835, x_1031, x_1033, x_855, x_1051); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1053 = l_Lean_Syntax_node2(x_835, x_1027, x_1052, x_855); -x_1054 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; -x_1055 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; -x_1056 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; -x_1057 = l_Lean_addMacroScope(x_830, x_1056, x_831); -x_1058 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; -lean_inc(x_835); -x_1059 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1059, 0, x_835); -lean_ctor_set(x_1059, 1, x_1055); -lean_ctor_set(x_1059, 2, x_1057); -lean_ctor_set(x_1059, 3, x_1058); -x_1060 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; -lean_inc(x_835); -x_1061 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1061, 0, x_835); -lean_ctor_set(x_1061, 1, x_1060); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1062 = l_Lean_Syntax_node2(x_835, x_999, x_855, x_1038); -lean_inc(x_835); -x_1063 = l_Lean_Syntax_node1(x_835, x_846, x_1062); -x_1064 = lean_array_size(x_823); -x_1065 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_837, x_838, x_839, x_836, x_1064, x_25, x_823); -x_1066 = lean_array_size(x_1065); -x_1067 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1066, x_25, x_1065); -x_1068 = l_Array_append___redArg(x_847, x_1067); -lean_dec_ref(x_1067); -lean_inc(x_835); -x_1069 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1069, 0, x_835); -lean_ctor_set(x_1069, 1, x_846); -lean_ctor_set(x_1069, 2, x_1068); -lean_inc(x_835); -x_1070 = l_Lean_Syntax_node1(x_835, x_1004, x_1069); -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_1071 = l_Lean_Syntax_node6(x_835, x_997, x_998, x_855, x_855, x_1063, x_1003, x_1070); -lean_inc(x_835); -x_1072 = l_Lean_Syntax_node3(x_835, x_1054, x_1059, x_1061, x_1071); -lean_inc(x_835); -x_1073 = l_Lean_Syntax_node1(x_835, x_1043, x_1072); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1074 = l_Lean_Syntax_node2(x_835, x_1027, x_1073, x_855); -lean_inc(x_835); -x_1075 = l_Lean_Syntax_node3(x_835, x_846, x_1030, x_1053, x_1074); -lean_inc(x_835); -x_1076 = l_Lean_Syntax_node1(x_835, x_1026, x_1075); -lean_inc(x_835); -x_1077 = l_Lean_Syntax_node2(x_835, x_1024, x_1025, x_1076); -lean_inc_ref(x_929); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1078 = l_Lean_Syntax_node5(x_835, x_975, x_1017, x_1022, x_855, x_929, x_1077); -lean_inc(x_835); -x_1079 = l_Lean_Syntax_node1(x_835, x_974, x_1078); -lean_inc(x_971); -lean_inc_ref_n(x_855, 2); -lean_inc(x_835); -x_1080 = l_Lean_Syntax_node4(x_835, x_973, x_855, x_855, x_1079, x_971); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1081 = l_Lean_Syntax_node3(x_835, x_846, x_1016, x_855, x_1080); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1082 = l_Lean_Syntax_node3(x_835, x_972, x_868, x_1081, x_855); -lean_inc(x_835); -x_1083 = l_Lean_Syntax_node1(x_835, x_846, x_1082); -lean_inc(x_835); -x_1084 = l_Lean_Syntax_node4(x_835, x_927, x_929, x_969, x_971, x_1083); -lean_inc_ref(x_855); -lean_inc(x_835); -x_1085 = l_Lean_Syntax_node6(x_835, x_910, x_912, x_913, x_855, x_855, x_926, x_1084); -lean_inc(x_835); -x_1086 = l_Lean_Syntax_node2(x_835, x_853, x_908, x_1085); -lean_inc(x_835); -x_1087 = l_Lean_Syntax_node3(x_835, x_895, x_901, x_902, x_1086); -x_1088 = l_Lean_Syntax_node2(x_835, x_846, x_893, x_1087); -if (lean_is_scalar(x_828)) { - x_1089 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_844); +x_937 = l_Lean_Syntax_node2(x_844, x_927, x_929, x_936); +lean_inc(x_937); +lean_inc_ref(x_864); +lean_inc(x_844); +x_938 = l_Lean_Syntax_node2(x_844, x_926, x_864, x_937); +x_939 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_940 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_844); +x_941 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_941, 0, x_844); +lean_ctor_set(x_941, 1, x_940); +x_942 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_943 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_844); +x_944 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_944, 0, x_844); +lean_ctor_set(x_944, 1, x_943); +x_945 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_946 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_947 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_948 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_949 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_840); +lean_inc(x_839); +x_950 = l_Lean_addMacroScope(x_839, x_949, x_840); +x_951 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; +lean_inc(x_844); +x_952 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_952, 0, x_844); +lean_ctor_set(x_952, 1, x_948); +lean_ctor_set(x_952, 2, x_950); +lean_ctor_set(x_952, 3, x_951); +lean_inc_ref(x_864); +lean_inc(x_844); +x_953 = l_Lean_Syntax_node2(x_844, x_947, x_952, x_864); +x_954 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_955 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_956 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_840); +lean_inc(x_839); +x_957 = l_Lean_addMacroScope(x_839, x_956, x_840); +lean_inc(x_844); +x_958 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_958, 0, x_844); +lean_ctor_set(x_958, 1, x_955); +lean_ctor_set(x_958, 2, x_957); +lean_ctor_set(x_958, 3, x_845); +lean_inc_ref(x_958); +lean_inc_ref(x_864); +lean_inc_ref(x_941); +lean_inc(x_844); +x_959 = l_Lean_Syntax_node3(x_844, x_954, x_941, x_864, x_958); +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_960 = l_Lean_Syntax_node3(x_844, x_855, x_864, x_864, x_959); +lean_inc(x_844); +x_961 = l_Lean_Syntax_node2(x_844, x_946, x_953, x_960); +x_962 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_963 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_840); +lean_inc(x_839); +x_964 = l_Lean_addMacroScope(x_839, x_963, x_840); +x_965 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; +lean_inc(x_844); +x_966 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_966, 0, x_844); +lean_ctor_set(x_966, 1, x_962); +lean_ctor_set(x_966, 2, x_964); +lean_ctor_set(x_966, 3, x_965); +lean_inc_ref(x_864); +lean_inc(x_844); +x_967 = l_Lean_Syntax_node2(x_844, x_947, x_966, x_864); +x_968 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_969 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_840); +lean_inc(x_839); +x_970 = l_Lean_addMacroScope(x_839, x_969, x_840); +lean_inc(x_844); +x_971 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_971, 0, x_844); +lean_ctor_set(x_971, 1, x_968); +lean_ctor_set(x_971, 2, x_970); +lean_ctor_set(x_971, 3, x_845); +lean_inc_ref(x_971); +lean_inc_ref(x_864); +lean_inc_ref(x_941); +lean_inc(x_844); +x_972 = l_Lean_Syntax_node3(x_844, x_954, x_941, x_864, x_971); +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_973 = l_Lean_Syntax_node3(x_844, x_855, x_864, x_864, x_972); +lean_inc(x_844); +x_974 = l_Lean_Syntax_node2(x_844, x_946, x_967, x_973); +lean_inc(x_844); +x_975 = l_Lean_Syntax_node3(x_844, x_855, x_961, x_894, x_974); +lean_inc(x_844); +x_976 = l_Lean_Syntax_node1(x_844, x_945, x_975); +x_977 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_864); +lean_inc(x_844); +x_978 = l_Lean_Syntax_node1(x_844, x_977, x_864); +x_979 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_844); +x_980 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_980, 0, x_844); +lean_ctor_set(x_980, 1, x_979); +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_981 = l_Lean_Syntax_node6(x_844, x_942, x_944, x_864, x_976, x_978, x_864, x_980); +x_982 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_983 = l_Lean_Syntax_node2(x_844, x_982, x_864, x_864); +x_984 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_985 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_986 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_987 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_988 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_844); +x_989 = l_Lean_Syntax_node1(x_844, x_988, x_958); +x_990 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; +x_991 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; +lean_inc(x_840); +lean_inc(x_839); +x_992 = l_Lean_addMacroScope(x_839, x_991, x_840); +lean_inc(x_844); +x_993 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_993, 0, x_844); +lean_ctor_set(x_993, 1, x_990); +lean_ctor_set(x_993, 2, x_992); +lean_ctor_set(x_993, 3, x_845); +lean_inc_ref(x_993); +lean_inc(x_844); +x_994 = l_Lean_Syntax_node1(x_844, x_855, x_993); +x_995 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; +x_996 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; +lean_inc(x_844); +x_997 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_997, 0, x_844); +lean_ctor_set(x_997, 1, x_995); +x_998 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; +lean_inc_ref(x_864); +lean_inc(x_844); +x_999 = l_Lean_Syntax_node1(x_844, x_998, x_864); +x_1000 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; +x_1001 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; +lean_inc(x_840); +lean_inc(x_839); +x_1002 = l_Lean_addMacroScope(x_839, x_1001, x_840); +lean_inc(x_844); +x_1003 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1003, 0, x_844); +lean_ctor_set(x_1003, 1, x_1000); +lean_ctor_set(x_1003, 2, x_1002); +lean_ctor_set(x_1003, 3, x_845); +lean_inc(x_844); +x_1004 = l_Lean_Syntax_node1(x_844, x_988, x_1003); +lean_inc(x_844); +x_1005 = l_Lean_Syntax_node1(x_844, x_855, x_937); +lean_inc(x_981); +lean_inc_ref(x_941); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1006 = l_Lean_Syntax_node5(x_844, x_987, x_1004, x_864, x_1005, x_941, x_981); +lean_inc(x_844); +x_1007 = l_Lean_Syntax_node1(x_844, x_986, x_1006); +x_1008 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; +x_1009 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; +lean_inc(x_844); +x_1010 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1010, 0, x_844); +lean_ctor_set(x_1010, 1, x_1008); +x_1011 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; +lean_inc_ref(x_864); +lean_inc(x_844); +x_1012 = l_Lean_Syntax_node2(x_844, x_1011, x_864, x_993); +lean_inc(x_844); +x_1013 = l_Lean_Syntax_node1(x_844, x_855, x_1012); +x_1014 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; +lean_inc(x_844); +x_1015 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1015, 0, x_844); +lean_ctor_set(x_1015, 1, x_1014); +x_1016 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; +x_1017 = lean_array_size(x_831); +x_1018 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_846, x_847, x_848, x_845, x_1017, x_25, x_831); +x_1019 = lean_array_size(x_1018); +x_1020 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1019, x_25, x_1018); +x_1021 = l_Array_append___redArg(x_856, x_1020); +lean_dec_ref(x_1020); +lean_inc(x_844); +x_1022 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1022, 0, x_844); +lean_ctor_set(x_1022, 1, x_855); +lean_ctor_set(x_1022, 2, x_1021); +lean_inc(x_844); +x_1023 = l_Lean_Syntax_node1(x_844, x_1016, x_1022); +lean_inc_ref(x_1015); +lean_inc_ref_n(x_864, 2); +lean_inc_ref(x_1010); +lean_inc(x_844); +x_1024 = l_Lean_Syntax_node6(x_844, x_1009, x_1010, x_864, x_864, x_1013, x_1015, x_1023); +lean_inc_ref(x_864); +lean_inc(x_1007); +lean_inc_ref(x_997); +lean_inc(x_844); +x_1025 = l_Lean_Syntax_node5(x_844, x_996, x_997, x_999, x_1007, x_864, x_1024); +lean_inc_ref(x_941); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1026 = l_Lean_Syntax_node5(x_844, x_987, x_989, x_994, x_864, x_941, x_1025); +lean_inc(x_844); +x_1027 = l_Lean_Syntax_node1(x_844, x_986, x_1026); +lean_inc(x_983); +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_1028 = l_Lean_Syntax_node4(x_844, x_985, x_864, x_864, x_1027, x_983); +lean_inc(x_844); +x_1029 = l_Lean_Syntax_node1(x_844, x_988, x_971); +x_1030 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_1031 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_840); +lean_inc(x_839); +x_1032 = l_Lean_addMacroScope(x_839, x_1031, x_840); +lean_inc(x_844); +x_1033 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1033, 0, x_844); +lean_ctor_set(x_1033, 1, x_1030); +lean_ctor_set(x_1033, 2, x_1032); +lean_ctor_set(x_1033, 3, x_845); +lean_inc(x_844); +x_1034 = l_Lean_Syntax_node1(x_844, x_855, x_1033); +x_1035 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_1036 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_844); +x_1037 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1037, 0, x_844); +lean_ctor_set(x_1037, 1, x_1035); +x_1038 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_1039 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_1040 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; +lean_inc(x_844); +x_1041 = l_Lean_Syntax_node2(x_844, x_1040, x_997, x_1007); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1042 = l_Lean_Syntax_node2(x_844, x_1039, x_1041, x_864); +x_1043 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_1044 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_844); +x_1045 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1045, 0, x_844); +lean_ctor_set(x_1045, 1, x_1044); +x_1046 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +x_1047 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; +x_1048 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; +lean_inc(x_840); +lean_inc(x_839); +x_1049 = l_Lean_addMacroScope(x_839, x_1048, x_840); +lean_inc(x_844); +x_1050 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1050, 0, x_844); +lean_ctor_set(x_1050, 1, x_1047); +lean_ctor_set(x_1050, 2, x_1049); +lean_ctor_set(x_1050, 3, x_845); +lean_inc(x_844); +x_1051 = l_Lean_Syntax_node2(x_844, x_927, x_929, x_872); +lean_inc(x_844); +x_1052 = l_Lean_Syntax_node1(x_844, x_855, x_1051); +x_1053 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_844); +x_1054 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1054, 0, x_844); +lean_ctor_set(x_1054, 1, x_1053); +x_1055 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_1056 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_1057 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +lean_inc(x_840); +lean_inc(x_839); +x_1058 = l_Lean_addMacroScope(x_839, x_1057, x_840); +x_1059 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; +lean_inc(x_844); +x_1060 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1060, 0, x_844); +lean_ctor_set(x_1060, 1, x_1056); +lean_ctor_set(x_1060, 2, x_1058); +lean_ctor_set(x_1060, 3, x_1059); +lean_inc(x_1034); +lean_inc(x_844); +x_1061 = l_Lean_Syntax_node2(x_844, x_849, x_1060, x_1034); +lean_inc(x_844); +x_1062 = l_Lean_Syntax_node1(x_844, x_1055, x_1061); +lean_inc_ref(x_1050); +lean_inc(x_844); +x_1063 = l_Lean_Syntax_node4(x_844, x_1046, x_1050, x_1052, x_1054, x_1062); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1064 = l_Lean_Syntax_node3(x_844, x_1043, x_1045, x_864, x_1063); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1065 = l_Lean_Syntax_node2(x_844, x_1039, x_1064, x_864); +x_1066 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; +x_1067 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; +x_1068 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; +x_1069 = l_Lean_addMacroScope(x_839, x_1068, x_840); +x_1070 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; +lean_inc(x_844); +x_1071 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1071, 0, x_844); +lean_ctor_set(x_1071, 1, x_1067); +lean_ctor_set(x_1071, 2, x_1069); +lean_ctor_set(x_1071, 3, x_1070); +x_1072 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; +lean_inc(x_844); +x_1073 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1073, 0, x_844); +lean_ctor_set(x_1073, 1, x_1072); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1074 = l_Lean_Syntax_node2(x_844, x_1011, x_864, x_1050); +lean_inc(x_844); +x_1075 = l_Lean_Syntax_node1(x_844, x_855, x_1074); +x_1076 = lean_array_size(x_832); +x_1077 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_846, x_847, x_848, x_845, x_1076, x_25, x_832); +x_1078 = lean_array_size(x_1077); +x_1079 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1078, x_25, x_1077); +x_1080 = l_Array_append___redArg(x_856, x_1079); +lean_dec_ref(x_1079); +lean_inc(x_844); +x_1081 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1081, 0, x_844); +lean_ctor_set(x_1081, 1, x_855); +lean_ctor_set(x_1081, 2, x_1080); +lean_inc(x_844); +x_1082 = l_Lean_Syntax_node1(x_844, x_1016, x_1081); +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_1083 = l_Lean_Syntax_node6(x_844, x_1009, x_1010, x_864, x_864, x_1075, x_1015, x_1082); +lean_inc(x_844); +x_1084 = l_Lean_Syntax_node3(x_844, x_1066, x_1071, x_1073, x_1083); +lean_inc(x_844); +x_1085 = l_Lean_Syntax_node1(x_844, x_1055, x_1084); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1086 = l_Lean_Syntax_node2(x_844, x_1039, x_1085, x_864); +lean_inc(x_844); +x_1087 = l_Lean_Syntax_node3(x_844, x_855, x_1042, x_1065, x_1086); +lean_inc(x_844); +x_1088 = l_Lean_Syntax_node1(x_844, x_1038, x_1087); +lean_inc(x_844); +x_1089 = l_Lean_Syntax_node2(x_844, x_1036, x_1037, x_1088); +lean_inc_ref(x_941); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1090 = l_Lean_Syntax_node5(x_844, x_987, x_1029, x_1034, x_864, x_941, x_1089); +lean_inc(x_844); +x_1091 = l_Lean_Syntax_node1(x_844, x_986, x_1090); +lean_inc(x_983); +lean_inc_ref_n(x_864, 2); +lean_inc(x_844); +x_1092 = l_Lean_Syntax_node4(x_844, x_985, x_864, x_864, x_1091, x_983); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1093 = l_Lean_Syntax_node3(x_844, x_855, x_1028, x_864, x_1092); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1094 = l_Lean_Syntax_node3(x_844, x_984, x_877, x_1093, x_864); +lean_inc(x_844); +x_1095 = l_Lean_Syntax_node1(x_844, x_855, x_1094); +lean_inc(x_844); +x_1096 = l_Lean_Syntax_node4(x_844, x_939, x_941, x_981, x_983, x_1095); +lean_inc_ref(x_864); +lean_inc(x_844); +x_1097 = l_Lean_Syntax_node6(x_844, x_922, x_924, x_925, x_864, x_864, x_938, x_1096); +lean_inc(x_844); +x_1098 = l_Lean_Syntax_node2(x_844, x_862, x_920, x_1097); +lean_inc(x_844); +x_1099 = l_Lean_Syntax_node3(x_844, x_907, x_913, x_914, x_1098); +x_1100 = l_Lean_Syntax_node2(x_844, x_855, x_905, x_1099); +if (lean_is_scalar(x_837)) { + x_1101 = lean_alloc_ctor(0, 2, 0); } else { - x_1089 = x_828; + x_1101 = x_837; } -lean_ctor_set(x_1089, 0, x_1088); -lean_ctor_set(x_1089, 1, x_827); -return x_1089; +lean_ctor_set(x_1101, 0, x_1100); +lean_ctor_set(x_1101, 1, x_836); +return x_1101; } else { -lean_object* x_1090; lean_object* x_1091; lean_object* x_1092; lean_object* x_1093; -lean_dec(x_823); -lean_dec(x_822); +lean_object* x_1102; lean_object* x_1103; lean_object* x_1104; lean_object* x_1105; +lean_dec(x_832); +lean_dec(x_831); lean_free_object(x_29); lean_dec(x_31); lean_dec_ref(x_21); lean_dec_ref(x_18); -x_1090 = lean_ctor_get(x_825, 0); -lean_inc(x_1090); -x_1091 = lean_ctor_get(x_825, 1); -lean_inc(x_1091); -if (lean_is_exclusive(x_825)) { - lean_ctor_release(x_825, 0); - lean_ctor_release(x_825, 1); - x_1092 = x_825; +x_1102 = lean_ctor_get(x_834, 0); +lean_inc(x_1102); +x_1103 = lean_ctor_get(x_834, 1); +lean_inc(x_1103); +if (lean_is_exclusive(x_834)) { + lean_ctor_release(x_834, 0); + lean_ctor_release(x_834, 1); + x_1104 = x_834; } else { - lean_dec_ref(x_825); - x_1092 = lean_box(0); + lean_dec_ref(x_834); + x_1104 = lean_box(0); } -if (lean_is_scalar(x_1092)) { - x_1093 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1104)) { + x_1105 = lean_alloc_ctor(1, 2, 0); } else { - x_1093 = x_1092; + x_1105 = x_1104; } -lean_ctor_set(x_1093, 0, x_1090); -lean_ctor_set(x_1093, 1, x_1091); -return x_1093; +lean_ctor_set(x_1105, 0, x_1102); +lean_ctor_set(x_1105, 1, x_1103); +return x_1105; } } } else { -lean_object* x_1094; lean_object* x_1095; lean_object* x_1096; lean_object* x_1097; lean_object* x_1098; lean_object* x_1099; size_t x_1100; lean_object* x_1101; -x_1094 = lean_ctor_get(x_29, 0); -x_1095 = lean_ctor_get(x_29, 1); -lean_inc(x_1095); -lean_inc(x_1094); -lean_dec(x_29); -x_1096 = l_Array_unzip___redArg(x_1095); -lean_dec(x_1095); -x_1097 = lean_ctor_get(x_1096, 0); -lean_inc(x_1097); -x_1098 = lean_ctor_get(x_1096, 1); -lean_inc(x_1098); -if (lean_is_exclusive(x_1096)) { - lean_ctor_release(x_1096, 0); - lean_ctor_release(x_1096, 1); - x_1099 = x_1096; -} else { - lean_dec_ref(x_1096); - x_1099 = lean_box(0); -} -x_1100 = lean_array_size(x_2); -x_1101 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_1100, x_25, x_2, x_16, x_18, x_19, x_28); -lean_dec(x_19); -if (lean_obj_tag(x_1101) == 0) -{ -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; uint8_t 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_1118; lean_object* x_1119; lean_object* x_1120; lean_object* x_1121; lean_object* x_1122; lean_object* x_1123; size_t 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; size_t 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; size_t x_1282; lean_object* x_1283; size_t 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; size_t x_1341; lean_object* x_1342; size_t 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; -x_1102 = lean_ctor_get(x_1101, 0); -lean_inc(x_1102); -x_1103 = lean_ctor_get(x_1101, 1); -lean_inc(x_1103); -if (lean_is_exclusive(x_1101)) { - lean_ctor_release(x_1101, 0); - lean_ctor_release(x_1101, 1); - x_1104 = x_1101; -} else { - lean_dec_ref(x_1101); - x_1104 = lean_box(0); -} -x_1105 = lean_ctor_get(x_18, 5); -lean_inc(x_1105); -x_1106 = lean_ctor_get(x_18, 10); -lean_inc(x_1106); -x_1107 = lean_ctor_get(x_18, 11); +lean_object* x_1106; lean_object* x_1107; lean_object* x_1108; lean_object* x_1109; lean_object* x_1110; lean_object* x_1111; size_t x_1112; lean_object* x_1113; +x_1106 = lean_ctor_get(x_29, 0); +x_1107 = lean_ctor_get(x_29, 1); lean_inc(x_1107); +lean_inc(x_1106); +lean_dec(x_29); +x_1108 = l_Array_unzip___redArg(x_1107); +lean_dec(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); +if (lean_is_exclusive(x_1108)) { + lean_ctor_release(x_1108, 0); + lean_ctor_release(x_1108, 1); + x_1111 = x_1108; +} else { + lean_dec_ref(x_1108); + x_1111 = lean_box(0); +} +x_1112 = lean_array_size(x_2); +x_1113 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__2___redArg(x_1112, x_25, x_2, x_16, x_18, x_19, x_28); +lean_dec(x_19); +if (lean_obj_tag(x_1113) == 0) +{ +lean_object* x_1114; lean_object* x_1115; lean_object* x_1116; lean_object* x_1117; lean_object* x_1118; lean_object* x_1119; lean_object* x_1120; lean_object* x_1121; uint8_t 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; size_t 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; size_t 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; size_t x_1297; lean_object* x_1298; size_t 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; size_t x_1356; lean_object* x_1357; size_t 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; +x_1114 = lean_ctor_get(x_1113, 0); +lean_inc(x_1114); +x_1115 = lean_ctor_get(x_1113, 1); +lean_inc(x_1115); +if (lean_is_exclusive(x_1113)) { + lean_ctor_release(x_1113, 0); + lean_ctor_release(x_1113, 1); + x_1116 = x_1113; +} else { + lean_dec_ref(x_1113); + x_1116 = lean_box(0); +} +x_1117 = lean_ctor_get(x_18, 5); +lean_inc(x_1117); +x_1118 = lean_ctor_get(x_18, 10); +lean_inc(x_1118); +x_1119 = lean_ctor_get(x_18, 11); +lean_inc(x_1119); lean_dec_ref(x_18); -x_1108 = lean_ctor_get(x_21, 0); -lean_inc(x_1108); +x_1120 = lean_ctor_get(x_21, 0); +lean_inc(x_1120); if (lean_is_exclusive(x_21)) { lean_ctor_release(x_21, 0); lean_ctor_release(x_21, 1); lean_ctor_release(x_21, 2); - x_1109 = x_21; + x_1121 = x_21; } else { lean_dec_ref(x_21); - x_1109 = lean_box(0); + x_1121 = lean_box(0); } -x_1110 = 0; -x_1111 = l_Lean_SourceInfo_fromRef(x_1105, x_1110); -lean_dec(x_1105); -x_1112 = lean_box(0); -x_1113 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; -x_1114 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; -x_1115 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; -x_1116 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_1117 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__77; -x_1118 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__78; -lean_inc(x_1111); -if (lean_is_scalar(x_1099)) { - x_1119 = lean_alloc_ctor(2, 2, 0); +x_1122 = 0; +x_1123 = l_Lean_SourceInfo_fromRef(x_1117, x_1122); +lean_dec(x_1117); +x_1124 = lean_box(0); +x_1125 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__3; +x_1126 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__9; +x_1127 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__10; +x_1128 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; +x_1129 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__79; +x_1130 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; +lean_inc(x_1123); +if (lean_is_scalar(x_1111)) { + x_1131 = lean_alloc_ctor(2, 2, 0); } else { - x_1119 = x_1099; - lean_ctor_set_tag(x_1119, 2); + x_1131 = x_1111; + lean_ctor_set_tag(x_1131, 2); } -lean_ctor_set(x_1119, 0, x_1111); -lean_ctor_set(x_1119, 1, x_1118); -x_1120 = l_Lean_mkCIdent(x_1108); -lean_inc(x_1111); -x_1121 = l_Lean_Syntax_node2(x_1111, x_1117, x_1119, x_1120); -x_1122 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; -x_1123 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; -x_1124 = lean_array_size(x_1102); -x_1125 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_1124, x_25, x_1102); -x_1126 = l_Array_append___redArg(x_1123, x_1125); -lean_dec_ref(x_1125); -lean_inc(x_1111); -if (lean_is_scalar(x_1109)) { - x_1127 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1131, 0, x_1123); +lean_ctor_set(x_1131, 1, x_1130); +x_1132 = l_Lean_mkCIdent(x_1120); +lean_inc(x_1123); +x_1133 = l_Lean_Syntax_node2(x_1123, x_1129, x_1131, x_1132); +x_1134 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__16; +x_1135 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__17; +x_1136 = lean_array_size(x_1114); +x_1137 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__4___redArg(x_1136, x_25, x_1114); +x_1138 = l_Array_append___redArg(x_1135, x_1137); +lean_dec_ref(x_1137); +lean_inc(x_1123); +if (lean_is_scalar(x_1121)) { + x_1139 = lean_alloc_ctor(1, 3, 0); } else { - x_1127 = x_1109; - lean_ctor_set_tag(x_1127, 1); + x_1139 = x_1121; + lean_ctor_set_tag(x_1139, 1); } -lean_ctor_set(x_1127, 0, x_1111); -lean_ctor_set(x_1127, 1, x_1122); -lean_ctor_set(x_1127, 2, x_1126); -lean_inc(x_1111); -x_1128 = l_Lean_Syntax_node2(x_1111, x_1116, x_1121, x_1127); -x_1129 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; -x_1130 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; -lean_inc(x_1111); -x_1131 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1131, 0, x_1111); -lean_ctor_set(x_1131, 1, x_1122); -lean_ctor_set(x_1131, 2, x_1123); -lean_inc_ref_n(x_1131, 7); -lean_inc(x_1111); -x_1132 = l_Lean_Syntax_node7(x_1111, x_1130, x_1131, x_1131, x_1131, x_1131, x_1131, x_1131, x_1131); -x_1133 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; -x_1134 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; -lean_inc(x_1111); -x_1135 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1135, 0, x_1111); -lean_ctor_set(x_1135, 1, x_1133); -x_1136 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; -x_1137 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; -x_1138 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; -lean_inc(x_1107); -lean_inc(x_1106); -x_1139 = l_Lean_addMacroScope(x_1106, x_1138, x_1107); -lean_inc(x_1111); -x_1140 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1140, 0, x_1111); -lean_ctor_set(x_1140, 1, x_1137); -lean_ctor_set(x_1140, 2, x_1139); -lean_ctor_set(x_1140, 3, x_1112); -lean_inc_ref(x_1131); -lean_inc_ref(x_1140); -lean_inc(x_1111); -x_1141 = l_Lean_Syntax_node2(x_1111, x_1136, x_1140, x_1131); -x_1142 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1143 = l_Lean_Syntax_node2(x_1111, x_1142, x_1131, x_1131); -x_1144 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; -lean_inc(x_1111); -x_1145 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1145, 0, x_1111); -lean_ctor_set(x_1145, 1, x_1144); -lean_inc_ref(x_1145); -lean_inc(x_1111); -x_1146 = l_Lean_Syntax_node1(x_1111, x_1122, x_1145); -x_1147 = lean_array_size(x_1094); -x_1148 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1147, x_25, x_1094); -x_1149 = l_Array_append___redArg(x_1123, x_1148); -lean_dec_ref(x_1148); -lean_inc(x_1111); -x_1150 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1150, 0, x_1111); -lean_ctor_set(x_1150, 1, x_1122); -lean_ctor_set(x_1150, 2, x_1149); -x_1151 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; -x_1152 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; -lean_inc(x_1111); -x_1153 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1153, 0, x_1111); -lean_ctor_set(x_1153, 1, x_1152); -x_1154 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; -x_1155 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__31; -lean_inc(x_1107); -lean_inc(x_1106); -x_1156 = l_Lean_addMacroScope(x_1106, x_1155, x_1107); -x_1157 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; -lean_inc(x_1111); -x_1158 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1158, 0, x_1111); -lean_ctor_set(x_1158, 1, x_1154); -lean_ctor_set(x_1158, 2, x_1156); -lean_ctor_set(x_1158, 3, x_1157); -x_1159 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__37; -lean_inc(x_1111); -x_1160 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1160, 0, x_1111); -lean_ctor_set(x_1160, 1, x_1159); -x_1161 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; -x_1162 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__40; -lean_inc(x_1107); -lean_inc(x_1106); -x_1163 = l_Lean_addMacroScope(x_1106, x_1162, x_1107); -x_1164 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; -lean_inc(x_1111); -x_1165 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1165, 0, x_1111); -lean_ctor_set(x_1165, 1, x_1161); -lean_ctor_set(x_1165, 2, x_1163); -lean_ctor_set(x_1165, 3, x_1164); -lean_inc_ref(x_1160); -lean_inc(x_1111); -x_1166 = l_Lean_Syntax_node3(x_1111, x_1122, x_1158, x_1160, x_1165); -lean_inc(x_1111); -x_1167 = l_Lean_Syntax_node2(x_1111, x_1122, x_1153, x_1166); -lean_inc(x_1111); -x_1168 = l_Lean_Syntax_node1(x_1111, x_1151, x_1167); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1169 = l_Lean_Syntax_node7(x_1111, x_1134, x_1135, x_1141, x_1143, x_1146, x_1150, x_1131, x_1168); -lean_inc(x_1111); -x_1170 = l_Lean_Syntax_node2(x_1111, x_1129, x_1132, x_1169); -x_1171 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__46; -x_1172 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__47; -x_1173 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; -x_1174 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; -lean_inc(x_1111); -x_1175 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1175, 0, x_1111); -lean_ctor_set(x_1175, 1, x_1173); -x_1176 = l_Array_append___redArg(x_1123, x_3); -lean_inc(x_1111); -x_1177 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1177, 0, x_1111); -lean_ctor_set(x_1177, 1, x_1122); -lean_ctor_set(x_1177, 2, x_1176); -lean_inc(x_1111); -x_1178 = l_Lean_Syntax_node2(x_1111, x_1174, x_1175, x_1177); -lean_inc(x_1111); -x_1179 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1179, 0, x_1111); -lean_ctor_set(x_1179, 1, x_1171); -x_1180 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; -x_1181 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; -lean_inc(x_1111); -x_1182 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1182, 0, x_1111); -lean_ctor_set(x_1182, 1, x_1180); -lean_inc(x_1111); -x_1183 = l_Lean_Syntax_node1(x_1111, x_1181, x_1182); -lean_inc(x_1111); -x_1184 = l_Lean_Syntax_node1(x_1111, x_1122, x_1183); -lean_inc_ref_n(x_1131, 6); -lean_inc(x_1111); -x_1185 = l_Lean_Syntax_node7(x_1111, x_1130, x_1131, x_1131, x_1131, x_1131, x_1131, x_1131, x_1184); -x_1186 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; -x_1187 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; -x_1188 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1189 = l_Lean_Syntax_node1(x_1111, x_1188, x_1131); -lean_inc(x_1111); +lean_ctor_set(x_1139, 0, x_1123); +lean_ctor_set(x_1139, 1, x_1134); +lean_ctor_set(x_1139, 2, x_1138); +lean_inc(x_1123); +x_1140 = l_Lean_Syntax_node2(x_1123, x_1128, x_1133, x_1139); +x_1141 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; +x_1142 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__11; +lean_inc(x_1123); +x_1143 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1143, 0, x_1123); +lean_ctor_set(x_1143, 1, x_1134); +lean_ctor_set(x_1143, 2, x_1135); +lean_inc_ref_n(x_1143, 7); +lean_inc(x_1123); +x_1144 = l_Lean_Syntax_node7(x_1123, x_1142, x_1143, x_1143, x_1143, x_1143, x_1143, x_1143, x_1143); +x_1145 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__0; +x_1146 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__1; +lean_inc(x_1123); +x_1147 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1147, 0, x_1123); +lean_ctor_set(x_1147, 1, x_1145); +x_1148 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__17; +x_1149 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__19; +x_1150 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__20; +lean_inc(x_1119); +lean_inc(x_1118); +x_1151 = l_Lean_addMacroScope(x_1118, x_1150, x_1119); +lean_inc(x_1123); +x_1152 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1152, 0, x_1123); +lean_ctor_set(x_1152, 1, x_1149); +lean_ctor_set(x_1152, 2, x_1151); +lean_ctor_set(x_1152, 3, x_1124); +lean_inc_ref(x_1143); +lean_inc_ref(x_1152); +lean_inc(x_1123); +x_1153 = l_Lean_Syntax_node2(x_1123, x_1148, x_1152, x_1143); +x_1154 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__22; +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1155 = l_Lean_Syntax_node2(x_1123, x_1154, x_1143, x_1143); +x_1156 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__23; +lean_inc(x_1123); +x_1157 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1157, 0, x_1123); +lean_ctor_set(x_1157, 1, x_1156); +lean_inc_ref(x_1157); +lean_inc(x_1123); +x_1158 = l_Lean_Syntax_node1(x_1123, x_1134, x_1157); +x_1159 = lean_array_size(x_1106); +x_1160 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1159, x_25, x_1106); +x_1161 = l_Array_append___redArg(x_1135, x_1160); +lean_dec_ref(x_1160); +lean_inc(x_1123); +x_1162 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1162, 0, x_1123); +lean_ctor_set(x_1162, 1, x_1134); +lean_ctor_set(x_1162, 2, x_1161); +x_1163 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__27; +x_1164 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__28; +lean_inc(x_1123); +x_1165 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1165, 0, x_1123); +lean_ctor_set(x_1165, 1, x_1164); +x_1166 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__30; +x_1167 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__32; +x_1168 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__33; +lean_inc(x_1119); +lean_inc(x_1118); +x_1169 = l_Lean_addMacroScope(x_1118, x_1168, x_1119); +x_1170 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__4; +lean_inc(x_1123); +x_1171 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1171, 0, x_1123); +lean_ctor_set(x_1171, 1, x_1167); +lean_ctor_set(x_1171, 2, x_1169); +lean_ctor_set(x_1171, 3, x_1170); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1172 = l_Lean_Syntax_node2(x_1123, x_1166, x_1143, x_1171); +x_1173 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__39; +lean_inc(x_1123); +x_1174 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1174, 0, x_1123); +lean_ctor_set(x_1174, 1, x_1173); +x_1175 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__41; +x_1176 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__42; +lean_inc(x_1119); +lean_inc(x_1118); +x_1177 = l_Lean_addMacroScope(x_1118, x_1176, x_1119); +x_1178 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__7; +lean_inc(x_1123); +x_1179 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1179, 0, x_1123); +lean_ctor_set(x_1179, 1, x_1175); +lean_ctor_set(x_1179, 2, x_1177); +lean_ctor_set(x_1179, 3, x_1178); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1180 = l_Lean_Syntax_node2(x_1123, x_1166, x_1143, x_1179); +lean_inc_ref(x_1174); +lean_inc(x_1123); +x_1181 = l_Lean_Syntax_node3(x_1123, x_1134, x_1172, x_1174, x_1180); +lean_inc(x_1123); +x_1182 = l_Lean_Syntax_node2(x_1123, x_1134, x_1165, x_1181); +lean_inc(x_1123); +x_1183 = l_Lean_Syntax_node1(x_1123, x_1163, x_1182); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1184 = l_Lean_Syntax_node7(x_1123, x_1146, x_1147, x_1153, x_1155, x_1158, x_1162, x_1143, x_1183); +lean_inc(x_1123); +x_1185 = l_Lean_Syntax_node2(x_1123, x_1141, x_1144, x_1184); +x_1186 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__48; +x_1187 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__49; +x_1188 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__50; +x_1189 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__51; +lean_inc(x_1123); x_1190 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1190, 0, x_1111); -lean_ctor_set(x_1190, 1, x_1186); -x_1191 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; -x_1192 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__56; -x_1193 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; -lean_inc(x_1111); +lean_ctor_set(x_1190, 0, x_1123); +lean_ctor_set(x_1190, 1, x_1188); +x_1191 = l_Array_append___redArg(x_1135, x_3); +lean_inc(x_1123); +x_1192 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1192, 0, x_1123); +lean_ctor_set(x_1192, 1, x_1134); +lean_ctor_set(x_1192, 2, x_1191); +lean_inc(x_1123); +x_1193 = l_Lean_Syntax_node2(x_1123, x_1189, x_1190, x_1192); +lean_inc(x_1123); x_1194 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1194, 0, x_1111); -lean_ctor_set(x_1194, 1, x_1193); -x_1195 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_1196 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; -lean_inc(x_1107); -lean_inc(x_1106); -x_1197 = l_Lean_addMacroScope(x_1106, x_1196, x_1107); -x_1198 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; -lean_inc(x_1111); -x_1199 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1199, 0, x_1111); -lean_ctor_set(x_1199, 1, x_1195); -lean_ctor_set(x_1199, 2, x_1197); -lean_ctor_set(x_1199, 3, x_1198); -lean_inc(x_1111); -x_1200 = l_Lean_Syntax_node1(x_1111, x_1122, x_1128); -lean_inc(x_1111); -x_1201 = l_Lean_Syntax_node2(x_1111, x_1116, x_1199, x_1200); -lean_inc_ref(x_1194); -lean_inc(x_1111); -x_1202 = l_Lean_Syntax_node2(x_1111, x_1192, x_1194, x_1201); -lean_inc(x_1202); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1203 = l_Lean_Syntax_node2(x_1111, x_1191, x_1131, x_1202); -x_1204 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__80; -x_1205 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; -lean_inc(x_1111); -x_1206 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1206, 0, x_1111); -lean_ctor_set(x_1206, 1, x_1205); -x_1207 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; -x_1208 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__83; -lean_inc(x_1111); +lean_ctor_set(x_1194, 0, x_1123); +lean_ctor_set(x_1194, 1, x_1186); +x_1195 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__8; +x_1196 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__9; +lean_inc(x_1123); +x_1197 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1197, 0, x_1123); +lean_ctor_set(x_1197, 1, x_1195); +lean_inc(x_1123); +x_1198 = l_Lean_Syntax_node1(x_1123, x_1196, x_1197); +lean_inc(x_1123); +x_1199 = l_Lean_Syntax_node1(x_1123, x_1134, x_1198); +lean_inc_ref_n(x_1143, 6); +lean_inc(x_1123); +x_1200 = l_Lean_Syntax_node7(x_1123, x_1142, x_1143, x_1143, x_1143, x_1143, x_1143, x_1143, x_1199); +x_1201 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__52; +x_1202 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__53; +x_1203 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__55; +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1204 = l_Lean_Syntax_node1(x_1123, x_1203, x_1143); +lean_inc(x_1123); +x_1205 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1205, 0, x_1123); +lean_ctor_set(x_1205, 1, x_1201); +x_1206 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; +x_1207 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_1208 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__3___closed__2; +lean_inc(x_1123); x_1209 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1209, 0, x_1111); +lean_ctor_set(x_1209, 0, x_1123); lean_ctor_set(x_1209, 1, x_1208); -x_1210 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; -x_1211 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; -x_1212 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; -x_1213 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; -x_1214 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; -lean_inc(x_1107); -lean_inc(x_1106); -x_1215 = l_Lean_addMacroScope(x_1106, x_1214, x_1107); -x_1216 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; -lean_inc(x_1111); -x_1217 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1217, 0, x_1111); -lean_ctor_set(x_1217, 1, x_1213); -lean_ctor_set(x_1217, 2, x_1215); -lean_ctor_set(x_1217, 3, x_1216); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1218 = l_Lean_Syntax_node2(x_1111, x_1212, x_1217, x_1131); -x_1219 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; -x_1220 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__90; -x_1221 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__91; -lean_inc(x_1107); -lean_inc(x_1106); -x_1222 = l_Lean_addMacroScope(x_1106, x_1221, x_1107); -lean_inc(x_1111); -x_1223 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1223, 0, x_1111); -lean_ctor_set(x_1223, 1, x_1220); -lean_ctor_set(x_1223, 2, x_1222); -lean_ctor_set(x_1223, 3, x_1112); -lean_inc_ref(x_1223); -lean_inc_ref(x_1131); -lean_inc_ref(x_1206); -lean_inc(x_1111); -x_1224 = l_Lean_Syntax_node3(x_1111, x_1219, x_1206, x_1131, x_1223); -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1225 = l_Lean_Syntax_node3(x_1111, x_1122, x_1131, x_1131, x_1224); -lean_inc(x_1111); -x_1226 = l_Lean_Syntax_node2(x_1111, x_1211, x_1218, x_1225); -x_1227 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; -x_1228 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; -lean_inc(x_1107); -lean_inc(x_1106); -x_1229 = l_Lean_addMacroScope(x_1106, x_1228, x_1107); -x_1230 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; -lean_inc(x_1111); -x_1231 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1231, 0, x_1111); -lean_ctor_set(x_1231, 1, x_1227); -lean_ctor_set(x_1231, 2, x_1229); -lean_ctor_set(x_1231, 3, x_1230); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1232 = l_Lean_Syntax_node2(x_1111, x_1212, x_1231, x_1131); -x_1233 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__96; -x_1234 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__97; -lean_inc(x_1107); -lean_inc(x_1106); -x_1235 = l_Lean_addMacroScope(x_1106, x_1234, x_1107); -lean_inc(x_1111); -x_1236 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1236, 0, x_1111); -lean_ctor_set(x_1236, 1, x_1233); -lean_ctor_set(x_1236, 2, x_1235); -lean_ctor_set(x_1236, 3, x_1112); -lean_inc_ref(x_1236); -lean_inc_ref(x_1131); -lean_inc_ref(x_1206); -lean_inc(x_1111); -x_1237 = l_Lean_Syntax_node3(x_1111, x_1219, x_1206, x_1131, x_1236); -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1238 = l_Lean_Syntax_node3(x_1111, x_1122, x_1131, x_1131, x_1237); -lean_inc(x_1111); -x_1239 = l_Lean_Syntax_node2(x_1111, x_1211, x_1232, x_1238); -lean_inc(x_1111); -x_1240 = l_Lean_Syntax_node3(x_1111, x_1122, x_1226, x_1160, x_1239); -lean_inc(x_1111); -x_1241 = l_Lean_Syntax_node1(x_1111, x_1210, x_1240); -x_1242 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1243 = l_Lean_Syntax_node1(x_1111, x_1242, x_1131); -x_1244 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__100; -lean_inc(x_1111); -x_1245 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1245, 0, x_1111); -lean_ctor_set(x_1245, 1, x_1244); -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1246 = l_Lean_Syntax_node6(x_1111, x_1207, x_1209, x_1131, x_1241, x_1243, x_1131, x_1245); -x_1247 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__103; -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1248 = l_Lean_Syntax_node2(x_1111, x_1247, x_1131, x_1131); -x_1249 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; -x_1250 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; -x_1251 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; -x_1252 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; -x_1253 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; -lean_inc(x_1111); -x_1254 = l_Lean_Syntax_node1(x_1111, x_1253, x_1223); -x_1255 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; -x_1256 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; -lean_inc(x_1107); -lean_inc(x_1106); -x_1257 = l_Lean_addMacroScope(x_1106, x_1256, x_1107); -lean_inc(x_1111); -x_1258 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1258, 0, x_1111); -lean_ctor_set(x_1258, 1, x_1255); -lean_ctor_set(x_1258, 2, x_1257); -lean_ctor_set(x_1258, 3, x_1112); -lean_inc_ref(x_1258); -lean_inc(x_1111); -x_1259 = l_Lean_Syntax_node1(x_1111, x_1122, x_1258); -x_1260 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; -x_1261 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; -lean_inc(x_1111); -x_1262 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1262, 0, x_1111); -lean_ctor_set(x_1262, 1, x_1260); -x_1263 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1264 = l_Lean_Syntax_node1(x_1111, x_1263, x_1131); -x_1265 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; -x_1266 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; -lean_inc(x_1107); -lean_inc(x_1106); -x_1267 = l_Lean_addMacroScope(x_1106, x_1266, x_1107); -lean_inc(x_1111); -x_1268 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1268, 0, x_1111); -lean_ctor_set(x_1268, 1, x_1265); -lean_ctor_set(x_1268, 2, x_1267); -lean_ctor_set(x_1268, 3, x_1112); -lean_inc(x_1111); -x_1269 = l_Lean_Syntax_node1(x_1111, x_1253, x_1268); -lean_inc(x_1111); -x_1270 = l_Lean_Syntax_node1(x_1111, x_1122, x_1202); -lean_inc(x_1246); -lean_inc_ref(x_1206); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1271 = l_Lean_Syntax_node5(x_1111, x_1252, x_1269, x_1131, x_1270, x_1206, x_1246); -lean_inc(x_1111); -x_1272 = l_Lean_Syntax_node1(x_1111, x_1251, x_1271); -x_1273 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; -x_1274 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; -lean_inc(x_1111); -x_1275 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1275, 0, x_1111); -lean_ctor_set(x_1275, 1, x_1273); -x_1276 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1277 = l_Lean_Syntax_node2(x_1111, x_1276, x_1131, x_1258); -lean_inc(x_1111); -x_1278 = l_Lean_Syntax_node1(x_1111, x_1122, x_1277); -x_1279 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; -lean_inc(x_1111); -x_1280 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1280, 0, x_1111); -lean_ctor_set(x_1280, 1, x_1279); -x_1281 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; -x_1282 = lean_array_size(x_1097); -x_1283 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_1113, x_1114, x_1115, x_1112, x_1282, x_25, x_1097); -x_1284 = lean_array_size(x_1283); -x_1285 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1284, x_25, x_1283); -x_1286 = l_Array_append___redArg(x_1123, x_1285); -lean_dec_ref(x_1285); -lean_inc(x_1111); -x_1287 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1287, 0, x_1111); -lean_ctor_set(x_1287, 1, x_1122); -lean_ctor_set(x_1287, 2, x_1286); -lean_inc(x_1111); -x_1288 = l_Lean_Syntax_node1(x_1111, x_1281, x_1287); -lean_inc_ref(x_1280); -lean_inc_ref_n(x_1131, 2); -lean_inc_ref(x_1275); -lean_inc(x_1111); -x_1289 = l_Lean_Syntax_node6(x_1111, x_1274, x_1275, x_1131, x_1131, x_1278, x_1280, x_1288); -lean_inc_ref(x_1131); -lean_inc(x_1272); -lean_inc_ref(x_1262); -lean_inc(x_1111); -x_1290 = l_Lean_Syntax_node5(x_1111, x_1261, x_1262, x_1264, x_1272, x_1131, x_1289); -lean_inc_ref(x_1206); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1291 = l_Lean_Syntax_node5(x_1111, x_1252, x_1254, x_1259, x_1131, x_1206, x_1290); -lean_inc(x_1111); -x_1292 = l_Lean_Syntax_node1(x_1111, x_1251, x_1291); -lean_inc(x_1248); -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1293 = l_Lean_Syntax_node4(x_1111, x_1250, x_1131, x_1131, x_1292, x_1248); -lean_inc(x_1111); -x_1294 = l_Lean_Syntax_node1(x_1111, x_1253, x_1236); -x_1295 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__125; -x_1296 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__126; -lean_inc(x_1107); -lean_inc(x_1106); -x_1297 = l_Lean_addMacroScope(x_1106, x_1296, x_1107); -lean_inc(x_1111); -x_1298 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1298, 0, x_1111); -lean_ctor_set(x_1298, 1, x_1295); -lean_ctor_set(x_1298, 2, x_1297); -lean_ctor_set(x_1298, 3, x_1112); -lean_inc(x_1111); -x_1299 = l_Lean_Syntax_node1(x_1111, x_1122, x_1298); -x_1300 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; -x_1301 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; -lean_inc(x_1111); -x_1302 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1302, 0, x_1111); -lean_ctor_set(x_1302, 1, x_1300); -x_1303 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; -x_1304 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; -x_1305 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; -lean_inc(x_1111); -x_1306 = l_Lean_Syntax_node2(x_1111, x_1305, x_1262, x_1272); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1307 = l_Lean_Syntax_node2(x_1111, x_1304, x_1306, x_1131); -x_1308 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; -x_1309 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__135; -lean_inc(x_1111); -x_1310 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1310, 0, x_1111); -lean_ctor_set(x_1310, 1, x_1309); -x_1311 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; -x_1312 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; -x_1313 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; -lean_inc(x_1107); -lean_inc(x_1106); -x_1314 = l_Lean_addMacroScope(x_1106, x_1313, x_1107); -lean_inc(x_1111); -x_1315 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1315, 0, x_1111); -lean_ctor_set(x_1315, 1, x_1312); -lean_ctor_set(x_1315, 2, x_1314); -lean_ctor_set(x_1315, 3, x_1112); -lean_inc(x_1111); -x_1316 = l_Lean_Syntax_node2(x_1111, x_1192, x_1194, x_1140); -lean_inc(x_1111); -x_1317 = l_Lean_Syntax_node1(x_1111, x_1122, x_1316); -x_1318 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; -lean_inc(x_1111); -x_1319 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1319, 0, x_1111); -lean_ctor_set(x_1319, 1, x_1318); -x_1320 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; -x_1321 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; -x_1322 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__142; -lean_inc(x_1107); -lean_inc(x_1106); -x_1323 = l_Lean_addMacroScope(x_1106, x_1322, x_1107); -x_1324 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; -lean_inc(x_1111); -x_1325 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1325, 0, x_1111); -lean_ctor_set(x_1325, 1, x_1321); -lean_ctor_set(x_1325, 2, x_1323); -lean_ctor_set(x_1325, 3, x_1324); -lean_inc(x_1299); -lean_inc(x_1111); -x_1326 = l_Lean_Syntax_node2(x_1111, x_1116, x_1325, x_1299); -lean_inc(x_1111); -x_1327 = l_Lean_Syntax_node1(x_1111, x_1320, x_1326); -lean_inc_ref(x_1315); -lean_inc(x_1111); -x_1328 = l_Lean_Syntax_node4(x_1111, x_1311, x_1315, x_1317, x_1319, x_1327); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1329 = l_Lean_Syntax_node3(x_1111, x_1308, x_1310, x_1131, x_1328); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1330 = l_Lean_Syntax_node2(x_1111, x_1304, x_1329, x_1131); -x_1331 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; -x_1332 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; -x_1333 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; -x_1334 = l_Lean_addMacroScope(x_1106, x_1333, x_1107); -x_1335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; -lean_inc(x_1111); -x_1336 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_1336, 0, x_1111); -lean_ctor_set(x_1336, 1, x_1332); -lean_ctor_set(x_1336, 2, x_1334); -lean_ctor_set(x_1336, 3, x_1335); -x_1337 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; -lean_inc(x_1111); -x_1338 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1338, 0, x_1111); -lean_ctor_set(x_1338, 1, x_1337); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1339 = l_Lean_Syntax_node2(x_1111, x_1276, x_1131, x_1315); -lean_inc(x_1111); -x_1340 = l_Lean_Syntax_node1(x_1111, x_1122, x_1339); -x_1341 = lean_array_size(x_1098); -x_1342 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_1113, x_1114, x_1115, x_1112, x_1341, x_25, x_1098); -x_1343 = lean_array_size(x_1342); -x_1344 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1343, x_25, x_1342); -x_1345 = l_Array_append___redArg(x_1123, x_1344); -lean_dec_ref(x_1344); -lean_inc(x_1111); -x_1346 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_1346, 0, x_1111); -lean_ctor_set(x_1346, 1, x_1122); -lean_ctor_set(x_1346, 2, x_1345); -lean_inc(x_1111); -x_1347 = l_Lean_Syntax_node1(x_1111, x_1281, x_1346); -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1348 = l_Lean_Syntax_node6(x_1111, x_1274, x_1275, x_1131, x_1131, x_1340, x_1280, x_1347); -lean_inc(x_1111); -x_1349 = l_Lean_Syntax_node3(x_1111, x_1331, x_1336, x_1338, x_1348); -lean_inc(x_1111); -x_1350 = l_Lean_Syntax_node1(x_1111, x_1320, x_1349); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1351 = l_Lean_Syntax_node2(x_1111, x_1304, x_1350, x_1131); -lean_inc(x_1111); -x_1352 = l_Lean_Syntax_node3(x_1111, x_1122, x_1307, x_1330, x_1351); -lean_inc(x_1111); -x_1353 = l_Lean_Syntax_node1(x_1111, x_1303, x_1352); -lean_inc(x_1111); -x_1354 = l_Lean_Syntax_node2(x_1111, x_1301, x_1302, x_1353); -lean_inc_ref(x_1206); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1355 = l_Lean_Syntax_node5(x_1111, x_1252, x_1294, x_1299, x_1131, x_1206, x_1354); -lean_inc(x_1111); -x_1356 = l_Lean_Syntax_node1(x_1111, x_1251, x_1355); -lean_inc(x_1248); -lean_inc_ref_n(x_1131, 2); -lean_inc(x_1111); -x_1357 = l_Lean_Syntax_node4(x_1111, x_1250, x_1131, x_1131, x_1356, x_1248); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1358 = l_Lean_Syntax_node3(x_1111, x_1122, x_1293, x_1131, x_1357); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1359 = l_Lean_Syntax_node3(x_1111, x_1249, x_1145, x_1358, x_1131); -lean_inc(x_1111); -x_1360 = l_Lean_Syntax_node1(x_1111, x_1122, x_1359); -lean_inc(x_1111); -x_1361 = l_Lean_Syntax_node4(x_1111, x_1204, x_1206, x_1246, x_1248, x_1360); -lean_inc_ref(x_1131); -lean_inc(x_1111); -x_1362 = l_Lean_Syntax_node6(x_1111, x_1187, x_1189, x_1190, x_1131, x_1131, x_1203, x_1361); -lean_inc(x_1111); -x_1363 = l_Lean_Syntax_node2(x_1111, x_1129, x_1185, x_1362); -lean_inc(x_1111); -x_1364 = l_Lean_Syntax_node3(x_1111, x_1172, x_1178, x_1179, x_1363); -x_1365 = l_Lean_Syntax_node2(x_1111, x_1122, x_1170, x_1364); -if (lean_is_scalar(x_1104)) { - x_1366 = lean_alloc_ctor(0, 2, 0); +x_1210 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_1211 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; +lean_inc(x_1119); +lean_inc(x_1118); +x_1212 = l_Lean_addMacroScope(x_1118, x_1211, x_1119); +x_1213 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__12; +lean_inc(x_1123); +x_1214 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1214, 0, x_1123); +lean_ctor_set(x_1214, 1, x_1210); +lean_ctor_set(x_1214, 2, x_1212); +lean_ctor_set(x_1214, 3, x_1213); +lean_inc(x_1123); +x_1215 = l_Lean_Syntax_node1(x_1123, x_1134, x_1140); +lean_inc(x_1123); +x_1216 = l_Lean_Syntax_node2(x_1123, x_1128, x_1214, x_1215); +lean_inc_ref(x_1209); +lean_inc(x_1123); +x_1217 = l_Lean_Syntax_node2(x_1123, x_1207, x_1209, x_1216); +lean_inc(x_1217); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1218 = l_Lean_Syntax_node2(x_1123, x_1206, x_1143, x_1217); +x_1219 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__82; +x_1220 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__20; +lean_inc(x_1123); +x_1221 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1221, 0, x_1123); +lean_ctor_set(x_1221, 1, x_1220); +x_1222 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__84; +x_1223 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__85; +lean_inc(x_1123); +x_1224 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1224, 0, x_1123); +lean_ctor_set(x_1224, 1, x_1223); +x_1225 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__87; +x_1226 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__12; +x_1227 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__14; +x_1228 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__27; +x_1229 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__28; +lean_inc(x_1119); +lean_inc(x_1118); +x_1230 = l_Lean_addMacroScope(x_1118, x_1229, x_1119); +x_1231 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__14; +lean_inc(x_1123); +x_1232 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1232, 0, x_1123); +lean_ctor_set(x_1232, 1, x_1228); +lean_ctor_set(x_1232, 2, x_1230); +lean_ctor_set(x_1232, 3, x_1231); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1233 = l_Lean_Syntax_node2(x_1123, x_1227, x_1232, x_1143); +x_1234 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__19; +x_1235 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__92; +x_1236 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__93; +lean_inc(x_1119); +lean_inc(x_1118); +x_1237 = l_Lean_addMacroScope(x_1118, x_1236, x_1119); +lean_inc(x_1123); +x_1238 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1238, 0, x_1123); +lean_ctor_set(x_1238, 1, x_1235); +lean_ctor_set(x_1238, 2, x_1237); +lean_ctor_set(x_1238, 3, x_1124); +lean_inc_ref(x_1238); +lean_inc_ref(x_1143); +lean_inc_ref(x_1221); +lean_inc(x_1123); +x_1239 = l_Lean_Syntax_node3(x_1123, x_1234, x_1221, x_1143, x_1238); +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1240 = l_Lean_Syntax_node3(x_1123, x_1134, x_1143, x_1143, x_1239); +lean_inc(x_1123); +x_1241 = l_Lean_Syntax_node2(x_1123, x_1226, x_1233, x_1240); +x_1242 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__37; +x_1243 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__38; +lean_inc(x_1119); +lean_inc(x_1118); +x_1244 = l_Lean_addMacroScope(x_1118, x_1243, x_1119); +x_1245 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__16; +lean_inc(x_1123); +x_1246 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1246, 0, x_1123); +lean_ctor_set(x_1246, 1, x_1242); +lean_ctor_set(x_1246, 2, x_1244); +lean_ctor_set(x_1246, 3, x_1245); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1247 = l_Lean_Syntax_node2(x_1123, x_1227, x_1246, x_1143); +x_1248 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__98; +x_1249 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__99; +lean_inc(x_1119); +lean_inc(x_1118); +x_1250 = l_Lean_addMacroScope(x_1118, x_1249, x_1119); +lean_inc(x_1123); +x_1251 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1251, 0, x_1123); +lean_ctor_set(x_1251, 1, x_1248); +lean_ctor_set(x_1251, 2, x_1250); +lean_ctor_set(x_1251, 3, x_1124); +lean_inc_ref(x_1251); +lean_inc_ref(x_1143); +lean_inc_ref(x_1221); +lean_inc(x_1123); +x_1252 = l_Lean_Syntax_node3(x_1123, x_1234, x_1221, x_1143, x_1251); +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1253 = l_Lean_Syntax_node3(x_1123, x_1134, x_1143, x_1143, x_1252); +lean_inc(x_1123); +x_1254 = l_Lean_Syntax_node2(x_1123, x_1226, x_1247, x_1253); +lean_inc(x_1123); +x_1255 = l_Lean_Syntax_node3(x_1123, x_1134, x_1241, x_1174, x_1254); +lean_inc(x_1123); +x_1256 = l_Lean_Syntax_node1(x_1123, x_1225, x_1255); +x_1257 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__101; +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1258 = l_Lean_Syntax_node1(x_1123, x_1257, x_1143); +x_1259 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__102; +lean_inc(x_1123); +x_1260 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1260, 0, x_1123); +lean_ctor_set(x_1260, 1, x_1259); +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1261 = l_Lean_Syntax_node6(x_1123, x_1222, x_1224, x_1143, x_1256, x_1258, x_1143, x_1260); +x_1262 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__105; +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1263 = l_Lean_Syntax_node2(x_1123, x_1262, x_1143, x_1143); +x_1264 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__107; +x_1265 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__109; +x_1266 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__111; +x_1267 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__113; +x_1268 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__115; +lean_inc(x_1123); +x_1269 = l_Lean_Syntax_node1(x_1123, x_1268, x_1238); +x_1270 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__17; +x_1271 = l_Lean_Elab_Term_mkFreshBinderName___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__0___redArg___closed__1; +lean_inc(x_1119); +lean_inc(x_1118); +x_1272 = l_Lean_addMacroScope(x_1118, x_1271, x_1119); +lean_inc(x_1123); +x_1273 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1273, 0, x_1123); +lean_ctor_set(x_1273, 1, x_1270); +lean_ctor_set(x_1273, 2, x_1272); +lean_ctor_set(x_1273, 3, x_1124); +lean_inc_ref(x_1273); +lean_inc(x_1123); +x_1274 = l_Lean_Syntax_node1(x_1123, x_1134, x_1273); +x_1275 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__18; +x_1276 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__19; +lean_inc(x_1123); +x_1277 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1277, 0, x_1123); +lean_ctor_set(x_1277, 1, x_1275); +x_1278 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__21; +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1279 = l_Lean_Syntax_node1(x_1123, x_1278, x_1143); +x_1280 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__23; +x_1281 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__24; +lean_inc(x_1119); +lean_inc(x_1118); +x_1282 = l_Lean_addMacroScope(x_1118, x_1281, x_1119); +lean_inc(x_1123); +x_1283 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1283, 0, x_1123); +lean_ctor_set(x_1283, 1, x_1280); +lean_ctor_set(x_1283, 2, x_1282); +lean_ctor_set(x_1283, 3, x_1124); +lean_inc(x_1123); +x_1284 = l_Lean_Syntax_node1(x_1123, x_1268, x_1283); +lean_inc(x_1123); +x_1285 = l_Lean_Syntax_node1(x_1123, x_1134, x_1217); +lean_inc(x_1261); +lean_inc_ref(x_1221); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1286 = l_Lean_Syntax_node5(x_1123, x_1267, x_1284, x_1143, x_1285, x_1221, x_1261); +lean_inc(x_1123); +x_1287 = l_Lean_Syntax_node1(x_1123, x_1266, x_1286); +x_1288 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__25; +x_1289 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__26; +lean_inc(x_1123); +x_1290 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1290, 0, x_1123); +lean_ctor_set(x_1290, 1, x_1288); +x_1291 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__28; +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1292 = l_Lean_Syntax_node2(x_1123, x_1291, x_1143, x_1273); +lean_inc(x_1123); +x_1293 = l_Lean_Syntax_node1(x_1123, x_1134, x_1292); +x_1294 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__29; +lean_inc(x_1123); +x_1295 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1295, 0, x_1123); +lean_ctor_set(x_1295, 1, x_1294); +x_1296 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__31; +x_1297 = lean_array_size(x_1109); +x_1298 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_1125, x_1126, x_1127, x_1124, x_1297, x_25, x_1109); +x_1299 = lean_array_size(x_1298); +x_1300 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1299, x_25, x_1298); +x_1301 = l_Array_append___redArg(x_1135, x_1300); +lean_dec_ref(x_1300); +lean_inc(x_1123); +x_1302 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1302, 0, x_1123); +lean_ctor_set(x_1302, 1, x_1134); +lean_ctor_set(x_1302, 2, x_1301); +lean_inc(x_1123); +x_1303 = l_Lean_Syntax_node1(x_1123, x_1296, x_1302); +lean_inc_ref(x_1295); +lean_inc_ref_n(x_1143, 2); +lean_inc_ref(x_1290); +lean_inc(x_1123); +x_1304 = l_Lean_Syntax_node6(x_1123, x_1289, x_1290, x_1143, x_1143, x_1293, x_1295, x_1303); +lean_inc_ref(x_1143); +lean_inc(x_1287); +lean_inc_ref(x_1277); +lean_inc(x_1123); +x_1305 = l_Lean_Syntax_node5(x_1123, x_1276, x_1277, x_1279, x_1287, x_1143, x_1304); +lean_inc_ref(x_1221); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1306 = l_Lean_Syntax_node5(x_1123, x_1267, x_1269, x_1274, x_1143, x_1221, x_1305); +lean_inc(x_1123); +x_1307 = l_Lean_Syntax_node1(x_1123, x_1266, x_1306); +lean_inc(x_1263); +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1308 = l_Lean_Syntax_node4(x_1123, x_1265, x_1143, x_1143, x_1307, x_1263); +lean_inc(x_1123); +x_1309 = l_Lean_Syntax_node1(x_1123, x_1268, x_1251); +x_1310 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__127; +x_1311 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__128; +lean_inc(x_1119); +lean_inc(x_1118); +x_1312 = l_Lean_addMacroScope(x_1118, x_1311, x_1119); +lean_inc(x_1123); +x_1313 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1313, 0, x_1123); +lean_ctor_set(x_1313, 1, x_1310); +lean_ctor_set(x_1313, 2, x_1312); +lean_ctor_set(x_1313, 3, x_1124); +lean_inc(x_1123); +x_1314 = l_Lean_Syntax_node1(x_1123, x_1134, x_1313); +x_1315 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__129; +x_1316 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__130; +lean_inc(x_1123); +x_1317 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1317, 0, x_1123); +lean_ctor_set(x_1317, 1, x_1315); +x_1318 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__132; +x_1319 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__134; +x_1320 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__33; +lean_inc(x_1123); +x_1321 = l_Lean_Syntax_node2(x_1123, x_1320, x_1277, x_1287); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1322 = l_Lean_Syntax_node2(x_1123, x_1319, x_1321, x_1143); +x_1323 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__136; +x_1324 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__137; +lean_inc(x_1123); +x_1325 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1325, 0, x_1123); +lean_ctor_set(x_1325, 1, x_1324); +x_1326 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__139; +x_1327 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__35; +x_1328 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__36; +lean_inc(x_1119); +lean_inc(x_1118); +x_1329 = l_Lean_addMacroScope(x_1118, x_1328, x_1119); +lean_inc(x_1123); +x_1330 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1330, 0, x_1123); +lean_ctor_set(x_1330, 1, x_1327); +lean_ctor_set(x_1330, 2, x_1329); +lean_ctor_set(x_1330, 3, x_1124); +lean_inc(x_1123); +x_1331 = l_Lean_Syntax_node2(x_1123, x_1207, x_1209, x_1152); +lean_inc(x_1123); +x_1332 = l_Lean_Syntax_node1(x_1123, x_1134, x_1331); +x_1333 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__23; +lean_inc(x_1123); +x_1334 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1334, 0, x_1123); +lean_ctor_set(x_1334, 1, x_1333); +x_1335 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__141; +x_1336 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__143; +x_1337 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__144; +lean_inc(x_1119); +lean_inc(x_1118); +x_1338 = l_Lean_addMacroScope(x_1118, x_1337, x_1119); +x_1339 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__38; +lean_inc(x_1123); +x_1340 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1340, 0, x_1123); +lean_ctor_set(x_1340, 1, x_1336); +lean_ctor_set(x_1340, 2, x_1338); +lean_ctor_set(x_1340, 3, x_1339); +lean_inc(x_1314); +lean_inc(x_1123); +x_1341 = l_Lean_Syntax_node2(x_1123, x_1128, x_1340, x_1314); +lean_inc(x_1123); +x_1342 = l_Lean_Syntax_node1(x_1123, x_1335, x_1341); +lean_inc_ref(x_1330); +lean_inc(x_1123); +x_1343 = l_Lean_Syntax_node4(x_1123, x_1326, x_1330, x_1332, x_1334, x_1342); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1344 = l_Lean_Syntax_node3(x_1123, x_1323, x_1325, x_1143, x_1343); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1345 = l_Lean_Syntax_node2(x_1123, x_1319, x_1344, x_1143); +x_1346 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__40; +x_1347 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__42; +x_1348 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__43; +x_1349 = l_Lean_addMacroScope(x_1118, x_1348, x_1119); +x_1350 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__45; +lean_inc(x_1123); +x_1351 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_1351, 0, x_1123); +lean_ctor_set(x_1351, 1, x_1347); +lean_ctor_set(x_1351, 2, x_1349); +lean_ctor_set(x_1351, 3, x_1350); +x_1352 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___closed__46; +lean_inc(x_1123); +x_1353 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1353, 0, x_1123); +lean_ctor_set(x_1353, 1, x_1352); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1354 = l_Lean_Syntax_node2(x_1123, x_1291, x_1143, x_1330); +lean_inc(x_1123); +x_1355 = l_Lean_Syntax_node1(x_1123, x_1134, x_1354); +x_1356 = lean_array_size(x_1110); +x_1357 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance_spec__25(x_1125, x_1126, x_1127, x_1124, x_1356, x_25, x_1110); +x_1358 = lean_array_size(x_1357); +x_1359 = l___private_Init_Data_Array_Basic_0__Array_mapMUnsafe_map___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__5(x_1358, x_25, x_1357); +x_1360 = l_Array_append___redArg(x_1135, x_1359); +lean_dec_ref(x_1359); +lean_inc(x_1123); +x_1361 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_1361, 0, x_1123); +lean_ctor_set(x_1361, 1, x_1134); +lean_ctor_set(x_1361, 2, x_1360); +lean_inc(x_1123); +x_1362 = l_Lean_Syntax_node1(x_1123, x_1296, x_1361); +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1363 = l_Lean_Syntax_node6(x_1123, x_1289, x_1290, x_1143, x_1143, x_1355, x_1295, x_1362); +lean_inc(x_1123); +x_1364 = l_Lean_Syntax_node3(x_1123, x_1346, x_1351, x_1353, x_1363); +lean_inc(x_1123); +x_1365 = l_Lean_Syntax_node1(x_1123, x_1335, x_1364); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1366 = l_Lean_Syntax_node2(x_1123, x_1319, x_1365, x_1143); +lean_inc(x_1123); +x_1367 = l_Lean_Syntax_node3(x_1123, x_1134, x_1322, x_1345, x_1366); +lean_inc(x_1123); +x_1368 = l_Lean_Syntax_node1(x_1123, x_1318, x_1367); +lean_inc(x_1123); +x_1369 = l_Lean_Syntax_node2(x_1123, x_1316, x_1317, x_1368); +lean_inc_ref(x_1221); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1370 = l_Lean_Syntax_node5(x_1123, x_1267, x_1309, x_1314, x_1143, x_1221, x_1369); +lean_inc(x_1123); +x_1371 = l_Lean_Syntax_node1(x_1123, x_1266, x_1370); +lean_inc(x_1263); +lean_inc_ref_n(x_1143, 2); +lean_inc(x_1123); +x_1372 = l_Lean_Syntax_node4(x_1123, x_1265, x_1143, x_1143, x_1371, x_1263); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1373 = l_Lean_Syntax_node3(x_1123, x_1134, x_1308, x_1143, x_1372); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1374 = l_Lean_Syntax_node3(x_1123, x_1264, x_1157, x_1373, x_1143); +lean_inc(x_1123); +x_1375 = l_Lean_Syntax_node1(x_1123, x_1134, x_1374); +lean_inc(x_1123); +x_1376 = l_Lean_Syntax_node4(x_1123, x_1219, x_1221, x_1261, x_1263, x_1375); +lean_inc_ref(x_1143); +lean_inc(x_1123); +x_1377 = l_Lean_Syntax_node6(x_1123, x_1202, x_1204, x_1205, x_1143, x_1143, x_1218, x_1376); +lean_inc(x_1123); +x_1378 = l_Lean_Syntax_node2(x_1123, x_1141, x_1200, x_1377); +lean_inc(x_1123); +x_1379 = l_Lean_Syntax_node3(x_1123, x_1187, x_1193, x_1194, x_1378); +x_1380 = l_Lean_Syntax_node2(x_1123, x_1134, x_1185, x_1379); +if (lean_is_scalar(x_1116)) { + x_1381 = lean_alloc_ctor(0, 2, 0); } else { - x_1366 = x_1104; + x_1381 = x_1116; } -lean_ctor_set(x_1366, 0, x_1365); -lean_ctor_set(x_1366, 1, x_1103); -return x_1366; +lean_ctor_set(x_1381, 0, x_1380); +lean_ctor_set(x_1381, 1, x_1115); +return x_1381; } else { -lean_object* x_1367; lean_object* x_1368; lean_object* x_1369; lean_object* x_1370; -lean_dec(x_1099); -lean_dec(x_1098); -lean_dec(x_1097); -lean_dec(x_1094); +lean_object* x_1382; lean_object* x_1383; lean_object* x_1384; lean_object* x_1385; +lean_dec(x_1111); +lean_dec(x_1110); +lean_dec(x_1109); +lean_dec(x_1106); lean_dec_ref(x_21); lean_dec_ref(x_18); -x_1367 = lean_ctor_get(x_1101, 0); -lean_inc(x_1367); -x_1368 = lean_ctor_get(x_1101, 1); -lean_inc(x_1368); -if (lean_is_exclusive(x_1101)) { - lean_ctor_release(x_1101, 0); - lean_ctor_release(x_1101, 1); - x_1369 = x_1101; +x_1382 = lean_ctor_get(x_1113, 0); +lean_inc(x_1382); +x_1383 = lean_ctor_get(x_1113, 1); +lean_inc(x_1383); +if (lean_is_exclusive(x_1113)) { + lean_ctor_release(x_1113, 0); + lean_ctor_release(x_1113, 1); + x_1384 = x_1113; } else { - lean_dec_ref(x_1101); - x_1369 = lean_box(0); + lean_dec_ref(x_1113); + x_1384 = lean_box(0); } -if (lean_is_scalar(x_1369)) { - x_1370 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1384)) { + x_1385 = lean_alloc_ctor(1, 2, 0); } else { - x_1370 = x_1369; + x_1385 = x_1384; } -lean_ctor_set(x_1370, 0, x_1367); -lean_ctor_set(x_1370, 1, x_1368); -return x_1370; +lean_ctor_set(x_1385, 0, x_1382); +lean_ctor_set(x_1385, 1, x_1383); +return x_1385; } } } else { -uint8_t x_1371; +uint8_t x_1386; lean_dec_ref(x_21); lean_dec(x_19); lean_dec_ref(x_18); lean_dec_ref(x_16); lean_dec_ref(x_2); -x_1371 = !lean_is_exclusive(x_26); -if (x_1371 == 0) +x_1386 = !lean_is_exclusive(x_26); +if (x_1386 == 0) { return x_26; } else { -lean_object* x_1372; lean_object* x_1373; lean_object* x_1374; -x_1372 = lean_ctor_get(x_26, 0); -x_1373 = lean_ctor_get(x_26, 1); -lean_inc(x_1373); -lean_inc(x_1372); +lean_object* x_1387; lean_object* x_1388; lean_object* x_1389; +x_1387 = lean_ctor_get(x_26, 0); +x_1388 = lean_ctor_get(x_26, 1); +lean_inc(x_1388); +lean_inc(x_1387); lean_dec(x_26); -x_1374 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1374, 0, x_1372); -lean_ctor_set(x_1374, 1, x_1373); -return x_1374; +x_1389 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1389, 0, x_1387); +lean_ctor_set(x_1389, 1, x_1388); +return x_1389; } } } @@ -21119,7 +21218,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -21131,7 +21230,7 @@ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__63; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -21209,8 +21308,8 @@ lean_ctor_set(x_26, 0, x_20); lean_ctor_set(x_26, 1, x_24); lean_ctor_set(x_26, 2, x_25); x_27 = l___private_Init_Data_Array_Basic_0__Array_forIn_x27Unsafe_loop___at_____private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance_spec__1___closed__25; -x_28 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__57; -x_29 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__58; +x_28 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_29 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__60; lean_inc(x_16); lean_inc(x_15); x_30 = l_Lean_addMacroScope(x_15, x_29, x_16); @@ -22289,7 +22388,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rp _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__59; +x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__61; x_3 = l_Lean_Server_RpcEncodable_initFn___closed__0____x40_Lean_Server_Rpc_Deriving_198155338____hygCtx___hyg_2_; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) @@ -22786,6 +22885,10 @@ l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructure lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__151); l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152 = _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152(); lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__152); +l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153 = _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153(); +lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__153); +l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154 = _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154(); +lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__154); l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_matchAltTerm___closed__0 = _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_matchAltTerm___closed__0(); lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_matchAltTerm___closed__0); l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_matchAltTerm___closed__1 = _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_matchAltTerm___closed__1();